﻿.banner .flexslider {
    position: relative;
    height: 500px;
    overflow: hidden;
    width: 100%;
}

.banner .slides {
    position: relative;
    z-index: 1;
}

.banner .slides li {
    height: 500px;
}

.banner .flex-control-nav {
    position: absolute;
    bottom: 35px;
    z-index: 2;
    width: 100%;
    text-align: center;
}

.banner .flex-control-nav li {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 5px;
    *display: inline;
    zoom: 1;
}

.banner .flex-control-nav a {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 40px;
    overflow: hidden;
    background: url(../image/dot.png) right 0 no-repeat;
    cursor: pointer;
}

.banner .flex-control-nav .flex-active {
    background-position: 0 0;
}

.banner .flex-direction-nav {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 45%;
}

.banner .flex-direction-nav li a {
    display: block;
    width: 56px;
    height: 120px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
}

.banner .flex-direction-nav li a.flex-prev {
    left: 0px;
    background: url(../image/prev.png) center center no-repeat;
    top: -50px;
}

.banner .flex-direction-nav li a.flex-next {
    right: 0px;
    background: url(../image/next.png) center center no-repeat;
    top: -50px;
}


.f_search{
    width:900px;
    height: 100px;
    margin: 50px auto;
}
.f_searchleftp{
    font-size: 22px;
    line-height: 52px;
}
.f_searchright{
    width:800px;
    height: 52px;
    border-radius: 5px;
    -moz-box-shadow:1px 1px 11px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow:1px 1px 11px rgba(0, 0, 0, 0.2); 
    box-shadow:1px 1px 11px rgba(0, 0, 0, 0.2);
}
.leftselectbox{
    width:85px;
    height: 52px;
    border-right: 1px #e7e7e7 solid;
    position: relative;
}

.leftselectbox input{
    width: 53px;
    height: 52px;
    text-indent: 1em;
    font-size: 14px;
    color: #006dc4;
}
.leftselectbox div{
    width: 85px;
    z-index: 9999;
    display: none;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    top:52px;
    background: #fff;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.leftselectbox ul{
    margin: 0;
    padding: 0;
}
.leftselectbox li{
    list-style-type: none;
    height: 33px;
    line-height: 33px;
    text-align: center;
    color: #000;
    font-size:16px;
    cursor: pointer;
}
.leftselectbox li:hover{
    background: #006dc4;
    color: #fff;
}
#name{
    width: 273px;
    height: 52px;
    text-indent: 1em;
    font-size: 14px;
    color: #006dc4;
    border: none;
    border-right: 1px #e7e7e7 solid;
    box-sizing:border-box;
    -moz-box-sizing:border-box; 
    -webkit-box-sizing:border-box; ;
}
#tel{
    width: 273px;
    height: 52px;
    text-indent: 1em;
    font-size: 14px;
    color: #006dc4;
    margin-left: 5px;
    border: none;
    border-left: 1px #e7e7e7 solid;
    border-right: 1px #e7e7e7 solid;
    box-sizing:border-box;
    -moz-box-sizing:border-box; 
    -webkit-box-sizing:border-box; ;
}
#submit{
    width: 148px;
    height: 46px;
    margin: 3px ;
    margin-left: 6px;
    padding: 0;
    text-indent: 1em;
    font-size: 14px;
    color: #fff;
    border: none;
    background: #006dc4;
    border-radius: 5px;
    cursor: pointer;
    box-sizing:border-box;
    -moz-box-sizing:border-box; 
    -webkit-box-sizing:border-box; ;
}
.f_searchinfo{
    width:100%;
    height: 28px;
    margin-top: 20px;
    font-size: 14px;
    text-align: center;
    line-height: 28px;
    color: #999999;
}
.f_searchinfo span{
    font-weight: bold;
}

.rmtj{
    width:100%;
    height: 240px;
    background: url(../image/rmtj_bg.png) repeat;
}
.hottj{
    height: 240px;
    background: url(../image/hottj_bg.png) no-repeat;
}
.hottj .title{
    font-size: 26px;
    font-weight: bold;
    margin-top:80px;
    margin-left: 63px; 
}
.rmtjdiv{
    margin-top: 35px;
    margin-left: 70px;
    width:135px;
    height: auto;
}
.rmtjdiv p{
    width:100%;
    height: 30px;
    float: left;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    background: url(../image/rmtj_titlebg.png) no-repeat left bottom;
}
.rmtjdiv ul{
    width:100%;
    float: left;
    margin-top: 15px;
}
.rmtjdiv ul li{
    width:100%;
    float: left;
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    text-align: left;
    box-sizing:border-box;
    -moz-box-sizing:border-box; 
    -webkit-box-sizing:border-box; ;
}

.serverces{
    width:100%;
    height: auto;
    padding-top: 50px;
    background: #f5f5f5;
    padding-bottom: 50px;
}
.serverces .part{
    height: 481px;
    background: #fff;
    margin-top: 50px;
}
.serverces .part .leftdiv{
    width:230px;
    height: 481px;
    margin-top: -1px;
}
.serverces .part .topdiv{
    width:950px;
    height: auto;
}
.serverces .part .contentdiv{
    width:935px;
    height: auto;
    margin-right: 15px;
}
.serverces .part .bottomdiv{
    width:935px;
    height: auto;
    margin-right: 15px;
}
.serverce01 .topdiv a{
    font-size: 12px;
    line-height: 30px;
    color: #0047a2;
    text-align: right;
}
.serverce01 .contentdiv li{
    width:50%;
    height: 62px;
    float: left;
    background: url(../image/serverce01libg.png) no-repeat bottom center;
    box-sizing:border-box;
    -moz-box-sizing:border-box; 
    -webkit-box-sizing:border-box; ;
}
.serverce01 .contentdiv li:hover .title{
	color:#037bdb;
}
.serverce01 .contentdiv li .title{
    margin-top: 17px;
    font-size: 14px;
    line-height: 16px;
    color: #333333;
}
.serverce01 .contentdiv li .describe{
    height: 28px;
    font-size: 12px;
    line-height: 30px;
    color: #999999;
}

.bottomdiv{
    height: 105px; 
    margin-top: 22px;
    background: #f9f8fe;
}
.bottomdiv p{
    font-size: 18px;
    text-align: center;
    line-height: 55px;
    background: url(../image/serverce01_bottom.png) no-repeat 320px center;
}
.bottomdivform label{
    width:110px;
    height: 38px;
    display: block;
    background: #fff;
    font-size: 14px;
    line-height: 40px;
    text-align: right;
    color: #333333;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;

}
.bottomdivform label:first-child{
    margin-left: 40px;
}
.bottomdivform input{
    width:170px;
    height: 40px;
    display: block;
    background: #fff;
    font-size: 14px;
    line-height: 40px;
    text-align: left;
    color: #333333;
   border-top: 1px solid #999;
	border-bottom: 1px solid #999;
    text-indent: 1em;
    box-sizing:border-box;
      -moz-box-sizing:border-box; 
      -webkit-box-sizing:border-box; ;
}
.bottomdivform .submit{
    width:200px;
    height: 40px;
    margin-left: 10px;
    background: #037bdb;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.serverce02 .topdiv .tabs{
    width:100%;
    height: 100%;
    background: #f5fbfd;
}
.serverce02 .topdiv .tabs li{
    width:25%;
    height: 100%;
    font-size: 18px;
    line-height: 60px;
    text-align: center;
    color: #333333;
    float: left;
}
.serverce02 .topdiv .tabs .tab_active{
    background: #fff;
    color: #44b1d5;
    position: relative;
}
.serverce02 .topdiv .tabs .tab_active:after {
    padding:0;margin:0;display:block;
    content: "";
    width:36%;
    height:2px;
    background:#4fbfe5;
    position: absolute;
    right:32%;
    bottom:-1px;
}
.serverce02 .contentdiv .tabcont li{
    width:283px;
    height: 78px;
    border: 1px #f1f1f1 solid;
    margin-top: 15px;
    margin-right: 40px;
    float: left;
    box-sizing:border-box;
    -moz-box-sizing:border-box; 
    -webkit-box-sizing:border-box; ;

}
.serverce02 .contentdiv .tabcont li:hover .title{
	color:#037bdb;
}
.serverce02 .contentdiv .tabcont li .title{
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    color: #333333;
    margin-top: 20px;
    margin-left: 15px;
}
.serverce02 .contentdiv .tabcont li .title span{
    width:14px;
    height: 16px;
    display: inline-block;
    background: url(../image/hot.png) no-repeat top center;
}
.serverce02 .contentdiv .tabcont li .describe{
    font-size: 12px;
    line-height: 30px;
    text-align: left;
    color: #999999;
    margin-left: 15px;
}
.serverce02 .contentdiv .tabcont li .more{
    font-size: 14px;
    line-height: 78px;
    text-align: center;
    color: #037bdb;
}

.serverce03 .contentdiv .swiper-container{
    height: 483px;
}
.serverce03 .contentdiv .swiper-container .swiper-wrapper{
    height: 410px;
}
.serverce03 .contentdiv .swiper-container .swiper-pagination-bullets{
    bottom: 15px;
}
.serverce03 .contentdiv .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet{
    width: 22px;
    height: 22px;
    border-radius: 0;
    background: none;
    font-size: 14px;
    line-height: 22px;
    color: #999999;
	opacity:1;
}
.serverce03 .contentdiv .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet-active{
    color: #63d252;
}
.serverce03 .swiper-button-prev,.swiper-button-next{
    top:auto;
    bottom: 15px;
    width:15px;
    height: 22px;
}
.serverce03 .swiper-button-prev{
    background: url(../image/prev.png) no-repeat center center;
    background-color: #63d252;
    left: 410px;
}
.serverce03 .swiper-button-next{
    background: url(../image/next.png) no-repeat center center;
    background-color: #63d252;
    right: 410px;
}
.serverce03 .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    opacity: 1;
    background-color: #c3c3c3;
}
.serverce03 .swiper-slide li{
    width:246px;
    height: 126px;
    border: 1px #f1f1f1 solid;
    margin-top: 15px;
    margin-right: 10px;
    float: left;
    box-sizing:border-box;
    -moz-box-sizing:border-box; 
    -webkit-box-sizing:border-box; ;
}
.serverce03 .swiper-slide li .title{
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    color: #333333;
    margin-top: 30px;
    margin-left: 15px;
}
.serverce03 .swiper-slide li .describe{
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    color: #999999;
    margin-top: 15px;
    margin-left: 15px;
}
.index-trade-box {
    margin: 24px 36px 0;
}
.index-trade-box .title {
    height: 14px;
    position: relative;
}
.index-trade-box .title p {
    font-size: 14px;
    color: #ff7968;
    line-height: 14px;
    width: 379px;
    background: #fcf8f6;
    margin: 0 auto;
    position: relative;
    z-index: 5;
    text-align: center;
}
.index-trade-box .title .border {
    width: 100%;
    height: 1px;
    background: #fde6e2;
    margin-top: -6px;
}
.index-trade-box .comm {
    text-align: center;
}
.index-trade-box .comm .topic {
    margin: 20px 0 14px 0;
}
.index-trade-box .index-phone span {
    font-size: 16px;
    color: #262626;
    line-height: 30px;
}
.index-trade-box .index-phone a {
    width: 130px;
    height: 30px;
    line-height: 30px;
    background: url(../image/index-trade-phone.png) 13px center no-repeat #aed252;
    display: inline-block;
    font-size: 12px;
    text-indent: 30px;
    color: #ffffff;
    margin-left: 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    cursor: pointer;
}

.serverce04 .contentdiv .bqfw li{
    width:283px;
    height: 130px;
    border: 1px #f1f1f1 solid;
    margin-top: 24px;
    margin-right: 40px;
    float: left;
    box-sizing:border-box;
    -moz-box-sizing:border-box; 
    -webkit-box-sizing:border-box; ;

}
.serverce04 .contentdiv .bqfw li .title{
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    color: #333333;
    margin-top: 25px;
    margin-left: 15px;
}
.serverce04 .contentdiv .bqfw li .title span{
    width:14px;
    height: 16px;
    display: inline-block;
    background: url(../image/hot.png) no-repeat top center;
}
.serverce04 .contentdiv .bqfw li .describe{
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    color: #999999;
    margin-left: 15px;
    margin-top: 15px;
}
.serverce04 .contentdiv .bqfw li .more{
    font-size: 14px;
    line-height: 130px;
    text-align: center;
    color: #037bdb;
}

.serverce05{
    position: relative;
}
.serverce05 .topdiv .tabs02{
    width:100%;
    height: 100%;
    background: rgba(255,102,0,0.1);
}
.serverce05 .topdiv .tabs02 li{
    width:33.33%;
    height: 100%;
    font-size: 18px;
    line-height: 60px;
    text-align: center;
    color: #333333;
    float: left;
}
.serverce05 .topdiv .tabs02 .tab_active02{
    background: #fff;
    color: #ff6600;
    position: relative;
}
.serverce05 .topdiv .tabs02 .tab_active02:after {
    padding:0;margin:0;display:block;
    content: "";
    width:26%;
    height:2px;
    background:#ff6600;
    position: absolute;
    right:37%;
    bottom:-1px;
}
.serverce05 .contentdiv .swiper-container{
    height: 390px;
    margin-top: 30px;
}
.serverce05 .contentdiv .swiper-container .swiper-wrapper{
    height: 390px;
}
.serverce05 .contentdiv .swiper-container .swiper-pagination-bullets{
    bottom: 15px;
    width:100%;
}
.serverce05 .contentdiv .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet{
    width: 22px;
    height: 22px;
    border-radius: 0;
    background: none;
    font-size: 14px;
    line-height: 22px;
    color: #999999;
	opacity:1;
}
.serverce05 .contentdiv .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet-active{
    color: #ff6600;
}
.serverce05 .swiper-button-prev,.swiper-button-next{
    top:auto;
    bottom: 15px;
    width:15px;
    height: 22px;
}
.serverce05 .swiper-button-prev{
    background: url(../image/prev.png) no-repeat center center;
    background-color: #ff6600;
    left: 380px;
}
.serverce05 .swiper-button-next{
    background: url(../image/next.png) no-repeat center center;
    background-color: #ff6600;
    right: 380px;
}
.serverce05 .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    opacity: 1;
    background-color: #c3c3c3;
}
.serverce05 .contentdiv .swiper-container .swiper-slide img{
    width:165px;
    height: 313px;
    display: inline-block;
}
.serverce05 .contentdiv .swiper-container .swiper-slide ul{
    width:720px;
    height: 313px;
    display: inline-block;
    margin-left: 30px;
}
.serverce05 .contentdiv .tabcont02 li{
    width:340px;
    height: 145px;
    border: 1px #f1f1f1 solid;
    margin-right: 40px;
    position: relative;
    float: left;
    box-sizing:border-box;
    -moz-box-sizing:border-box; 
    -webkit-box-sizing:border-box; ;

}
.serverce05 .contentdiv .tabcont02 li:hover{
    transform:scale(1.05,1.05);
    -webkit-transform:scaleX(1.05,1.05);  
    -moz-transform:scaleX(1.05,1.05);     
}
.serverce05 .contentdiv .tabcont02 li:after {
    padding:0;margin:0;display:block;
    content: "";
    width:2px;
    height:15px;
    background:#ff6600;
    position: absolute;
    left:0;
    top:-1px;
}
.serverce05 .contentdiv .tabcont02 li .title{
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    color: #333333;
    margin-top: 20px;
    letter-spacing: 10px;
}
.serverce05 .contentdiv .tabcont02 li .title span{
    font-size:23px;
    height: 30px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -1px;
}
.serverce05 .contentdiv .tabcont02 li .describe{
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    color: #999999;
}
.serverce05 .contentdiv .tabcont02 li .describe span{
    color: #333333;
}
.serverce05 .morea{
    font-size: 12px;
    line-height: 30px;
    text-align: right;
    color: #ff6600;
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 100 !important;
}


.slzs{
    background: #fff;
}
.maintitle{
    font-size: 36px;
    line-height: 84px;
    text-align: center;
    font-weight: bold;
    margin-top: 40px;
}
.maintitle:after {
    padding:0;
    margin:0 auto;
    display:block;
    content: "";
    width:180px;
    height:6px;
    background:#0068bc;
}
.secondarytitle{
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    margin-top: 40px;
}
.secondarytitle2{
    height: 60px;
    font-size: 20px;
    line-height: 30px;
    text-align: center;

    background: url(../image/secondarytitlebg.png) no-repeat bottom center;
}
.zs{
    width:100%;
    height: auto;
    margin: 20px 0 50px 0;
}
.zs li{
    width:295px;
    height: 250px;
    float: left;
    border-radius: 5px;
    background: #b9b9b9;
    margin-right: 6px;
    margin-bottom: 6px;
    box-sizing:border-box;
    -moz-box-sizing:border-box; 
    -webkit-box-sizing:border-box; ;
}
.zs li:last-child{
    margin-right: 0;
}

.khyz{
    height: 630px;
    background: url(../image/khyz.png) no-repeat center;
    overflow: hidden;
}
.khyz li{
    width:380px;
    height: 400px;
    float: left;
    margin-right: 30px;
    margin-top: 40px;
    position: relative;
    box-sizing:border-box;
    -moz-box-sizing:border-box; 
    -webkit-box-sizing:border-box; ;
}
.khyz li:last-child{
    margin-right: 0;
}
.khyz li div{
    width:100%;
    height: 172px;
    background: #fff;
    overflow: hidden;
}
.khyz li div img{
    height: 53px;
    display: block;
    margin: 22px auto;
}
.khyz li div .khjs{
    padding: 0 29px;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
}
.khms{
    width:330px;
    height: 145px;
    margin-top: 20px;
    padding: 30px 25px 16px 25px;
    background: url(../image/khmsbg.png) no-repeat;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
}
.khms span{
    font-weight: bold;
}
.khxx {
    width:120px;
    height: 40px;
    background: #282828;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    right: 10px;
    bottom: 0;
}

.hz_logo{
    overflow: hidden;
    margin-bottom: 45px;
}

.zxgw{
    height: 620px;
    background: #f5f5f5;
    overflow: hidden;
}
.zxgw li{
    width:33%;
    height: 155px;
    float: left;
    margin: 0.165%;
    margin-top: 30px;
    position: relative;
    box-sizing:border-box;
    -moz-box-sizing:border-box; 
    -webkit-box-sizing:border-box; ;
}
.zxgw li:nth-child(4):after{
	display:none;
}
.zxgw li:nth-child(5):after{
	display:none;
}
.zxgw li:nth-child(6):after{
	display:none;
}
.zxgw li .personLeft{
    width:120px;
    float: left;
}
.zxgw li .personLeft p{
    font-size: 12px;
    line-height: 30px;
    text-align: center;
}
.zxgw li .personLeft p span{
    font-size: 20px;
    font-weight: bold;
}
.zxgw li .personLeft img{
    width:106px;
    margin: 10px auto;
}
.zxgw li .personRight{
    width:calc(100% - 120px);
    float: left;
}
.zxgw li .personRight .Button{
    width:80px;
    height: 28px;
    display: block;
    background: #037bdb;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
    line-height: 28px;
    margin-left: 180px;
}
.zxgw li .personRight p{
    width:100%;
    font-size: 12px;
    line-height: 18px;
    color: #888888;
}
.zxgw li .personRight span{
    display: block;
    float: left;
    color: #555555;
}
.zxgw li:after {
    padding:0;
    margin:0 auto;
    display:block;
    content: "";
    width:380px;
    height:2px;
    background:#e3e3e3;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
}

.vlzx{
    width:100%;
    height: 584px;
    background: url(../image/vlzxbg.png) no-repeat center center;
    overflow: hidden;
}
.bgtitle{
    width:190px;
    height: 36px;
    padding-left: 70px;
    margin: 50px auto 25px auto;
    background: url(../image/vlyjy.png) no-repeat left center;
    font-size: 36px;
    line-height: 36px;
    text-align: left;
    font-weight: bold;
}
.smtitle{
    font-size: 24px;
    line-height: 24px;
    text-align: center;
}
.vlzxContent{
    width:100%;
    margin-top: 55px;
}
.vlzxLeft{
    width:720px;
    height: 290px;
    padding: 30px 35px;
    background: #fff;
}
.vlzxLeft div.title{
    width:100%;
    height: 30px;
    border-bottom: 1px #e1e1e1 solid;
    position: relative;
    box-sizing:border-box;
    -moz-box-sizing:border-box; 
    -webkit-box-sizing:border-box; ;
}
.vlzxLeft div.title span{
    height: 28px;
    display: inline-block;
    font-size: 16px;
    color: #555555;
    padding: 0 26px;
    cursor: pointer;
}
.vlzxLeft div.title a{
    font-size: 16px;
    color: #037bdb;
}
.vlzxLeft .title .titleBor{
    width:65px;
    height: 2px;
    background: #037bdb;
    position: absolute;
    left: 26px;
}
.vlzxLeft div.title .active{
    color: #037bdb;
}
.vlzxLeft ul{
    width:100%;
    height: 230px;
    margin-top: 30px;
}
.vlzxLeft ul li{
    width:100%;
    height: 230px;
    box-sizing:border-box;
    -moz-box-sizing:border-box; 
    -webkit-box-sizing:border-box; ;
}
.vldt,.ajjj{
    display: none;
}
.vlzxLeft ul li div.vldtFrist{
    width:320px;
    height: 230px;
}
.vlzxLeft ul li.vldt div.vldtFrist img{
    width:100%;
}
.vlzxLeft ul li.vldt div.vldtFrist p{
    width:100%;
}
.vlzxLeft ul li.vldt div.vldtFrist p.articleTitle{
    font-size: 14px;
    color: #333333;
    margin-top: 0px;
}
.vlzxLeft ul li.vldt div.vldtFrist p.articleDescription{
    font-size: 12px;
    color: #999999;
    margin-top: 10px;
}
.vlzxLeft ul li.vldt ul{
    width:340px;
    height: 230px;
    margin: 0;
}
.vlzxLeft ul li.vldt ul li{
    height: 60px;
}
.vlzxLeft ul li.vldt ul li p.articleTitle{
    font-size: 14px;
    color: #333333;
    margin-top: 20px;
    padding-left: 20px;
    background: url(../image/wpdt_dot.png) no-repeat 5px center;
}
.vlzxLeft ul li.vldt ul li p.articleDescription{
    font-size: 12px;
    color: #999999;
    margin-top: 10px;
    padding-left: 20px;
}
.ajjj ul{
    width:320px;
    margin-top: 0;
}
.ajjj ul li{
    height: 60px;
}
.ajjj ul li p.articleTitle{
    font-size: 14px;
    color: #333333;
    margin-top: 20px;
}
.ajjj ul li p.articleDescription{
    font-size: 12px;
    color: #999999;
    margin-top: 10px;
}
.ajjj ul li:first-child p.articleTitle{
    margin-top: 0;
}
.vlzxRight{
    width:330px;
    height: 290px;
    padding: 30px 35px;
    background: #fff;
}
.vlzxRight div.title{
    width:100%;
    height: 30px;
    border-bottom: 1px #e1e1e1 solid;
    position: relative;
    box-sizing:border-box;
    -moz-box-sizing:border-box; 
    -webkit-box-sizing:border-box; ;
}
.vlzxRight div.title p{
    display: inline-block;
    font-size: 16px;
    color: #555555;
    margin-right: 70px;
}
.vlzxRight div.title span{
    height: 25px;
    display: inline-block;
    font-size: 12px;
    color: #555555;
    padding: 0 10px;
    cursor: pointer;
}
.vlzxRight div.title a{
    font-size: 16px;
    color: #037bdb;
}
.vlzxRight .title .titleBor{
    width:26px;
    height: 2px;
    background: #037bdb;
    position: absolute;
    left: 150px;
}
.vlzxRight div.title .active{
    color: #037bdb;
}
.vlzxRight ul{
    width:100%;
    height: 230px;
    margin-top: 30px;
}
.vlzxRight ul li{
    width:100%;
    height: 230px;
    box-sizing:border-box;
    -moz-box-sizing:border-box; 
    -webkit-box-sizing:border-box; ;
}
.vlzxRight ul li.ajjj ul li{
    height: 60px;
}
.vlzxRight ul li.ajjj ul{
    margin-top: 0;
}
.vlzxRight ul li.ajjj ul li p.articleTitle{
    font-size: 14px;
    color: #333333;
    margin-top: 20px;
    padding-left: 20px;
    background: url(../image/wpdt_dot.png) no-repeat 5px center;
}
.vlzxRight ul li.ajjj ul li p.articleDescription{
    font-size: 12px;
    color: #999999;
    margin-top: 10px;
    padding-left: 20px;
}