/* index begain */
.banner{width:1300px; overflow: hidden;}
.soclltop{position: fixed; right:15px;bottom:100px;display:none;cursor: pointer;}
.gongneng{
    background:url(../images/gnbj.png) no-repeat left top; 
    height: 406px;
    }
.gongneng ul{
    height: 406px;
    display: -webkit-flex; /* Safari */
    display: flex;
    flex-direction: row;
    justify-content:center;
    align-items:center;
   }
   .gongneng ul li{
    flex-grow: 4;
    text-align: center;
}
.gongneng ul li a span{display: none;}
.gongzhoghao{
    height: 600px;
    padding-top:50px;
    background: url(../images/gzhbj.png) no-repeat left top;
}
.title-index{
    font-size:28px;
    color:#20456A;
    line-height:40px;
    text-align:center;
    padding-bottom:30px;
}
.title-index P{
    font-size:16px;
    color: rgba(32,69,106,0.4);
}
.gongzhoghao p{
    font-size: 16px;
    line-height: 32px;
    color:#1D3C5A;
}
.gongzhoghao .img{
    display: -webkit-flex; /* Safari */
    display: flex;
    flex-direction: row;
    justify-content:center;
    align-items:center;}
.news-index{
padding-top:40px;
    }
.chanpin-index{
    height:500px;
    padding-top:50px;
    background: linear-gradient(to bottom,#FFFFFF,#F1FBFE);
    background: -moz-linear-gradient(to bottom,#FFFFFF,#F1FBFE);
    background: -webkit-linear-gradient(to bottom,#FFFFFF,#F1FBFE);
}
.news-con{
     display: none; 
   
}
.news-index .block{display: block;}
.chanpin-con{
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-grow: 4;
}
.news-con{display: none;}
.chanpin-con .box{
    padding:0px 30px;
    padding-top:20px;
}
.chanpin-con .box .img{
    text-align: center;
}
.chanpin-con .box h3{
 padding-bottom:20px;
 padding-top:30px;
 text-align: center;
}
.chanpin-con .box h3 a{
    font-size:18px;
    font-weight: bold;
    color:#000 ;
}
.chanpin-con .box h3 a span{
    color:#0FA3D8;
    padding-left:16px;
}
.chanpin-con .box p{
    font-size:14px;
    line-height: 28px;
    color: #000;
    text-align: justify;
}
.new-list-title{
    border-bottom:solid 1px #E6E8EA;

}
.new-list-title ul{
    width: 440px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.new-list-title ul li{
    padding:0px 14px;
    padding-bottom:10px;
   
}
.new-list-title ul li a{
    font-size:14px;
    color: #666666;
    padding-bottom:10px;
}
.new-list-title ul li a.current,.new-list-title ul li a:hover,.new-list-title ul li a.current{
    color: #0FA3D8;
    border-bottom:solid 2px #0FA3D8;
}
.news-con::after{
    content: ""; clear: both; height: 0; display: table; overflow: hidden;
}
.news-con .box{
    float: left;
    width: 24%;
    margin-left:1%;
    border:solid 1px #E0E3E5;
    -o-border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    margin:0px 5px;
    margin-top:50px;
}
.news-con .box .index-img img{
    text-align: center;
    width: 100%;
}
.news-con .box h3{
height: 64px;
 padding:16px 10px 5px 10px;
 display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
text-overflow: ellipsis;
    margin-bottom: 15px;
}
.news-con .box h3 a{
    font-size:18px;
    color:#234363 ;
}
.news-con .box h3 a span{
    color:#0FA3D8;
    padding-left:16px;
}
.news-con .box p{
    font-size: 14px;
    line-height: 28px;
    color: #000;
    height: 112px;
    padding: 0px 10px 20px 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-con .box p a{
    font-size:14px;
    color: #93A9BF;
}

.wrapper {
    width: 1200px;
    margin: auto;
    margin-top: 50px;
}

.tabs {
    display: flex;
    justify-content: start;
    align-items: center;
    height: 18px;
}

.tabs a {
    flex: 0 1 auto;
    text-align: center;
    line-height: 18px;
    margin-right: 42px;
    cursor: pointer;
    color: #333;
}
.tabs a:hover {
    color: #195BEF;
}

.tabs a.active {
    /*color: #195BEF;*/
    color: #0FA3D8;
}

.list {
    display: none;
    margin-top: 25px;
    background: #fff;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 2px 2px 6px 0px rgba(215, 222, 229, 0.70);
    padding: 52px 38px 20px 38px;
    margin-bottom:30px;
}
.wrapper .block{
    display: block;
}

.list .item {
    display: flex;
    padding: 32px 0;
    border-bottom: 1px solid #D7D9E1;

}

.time {
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    text-align: center;
    border-right: 1px solid #DFE1E7;
}

.time .day {
    font-size: 45px;
    color: #0C0D29;
    display: flex;
    align-items: center;
}

.time .other {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #9697A7;
    font-size: 13px;
}

.time .year {
    margin-top: 8px;
}

.item-content {
    flex: 1 1 auto;
    margin-left: 48px;
    width: 0;
}

.title {
    color: #41435E;
    font-size: 16px;
    font-weight: bold;
}

.content-label {
    display: -webkit-box;
    margin-top: 18px;
    color: #41435E;
    font-family: "PingFang SC";
    font-size: 14px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 40px;
}

.view-detail {
    margin-top: 22px;
    color: #3373F1;
    color: #0FA3D8;
    font-family: "PingFang SC";
    font-size: 14px;
    cursor: pointer;
}



.item {
    display: flex;
    padding-right: 24px;
    margin-bottom: 24px;
    align-items: center;
    -o-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1.4px solid #FFF;
    background: linear-gradient(180deg, #F3F5F8 0%, #FAFAFC 50.5%, #FFF 100%);
    box-shadow: 2px 2px 6px 0px rgba(215, 222, 229, 0.70);
}

.index-img{
    width: 100%;
    text-align: center;
}
.item-content {
    padding: 18px 20px;
}

.title {
    color: #333;
    font-family: "PingFang SC";
    font-size: 16px;
}

.tags {
    color: #1671FF;
    font-family: "PingFang SC";
    font-size: 14px;
    line-height: 28px;
    display: flex;
}

.tags .seq {
    margin: 0 8px;
}

.content-label {
    margin-top: 10px;
    color: #777;
    font-family: "PingFang SC";
    font-size: 14px;
}

.fee {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex: 0 0 auto;
    width: 90px;
    height: 100px;
    border-left: 1px solid #DDD;
    padding-left: 24px;
}

.fee-type {
    color: #01A04F;
    font-family: "D-DIN Exp";
    font-size: 28px;
}
.fee-value{
    color: #FF4A14;
font-family: "D-DIN Exp";
font-size: 28px;
}

.number {
    color: #A7AAAF;
    font-family: "PingFang SC";
    font-size: 12px;
}

.btn {
    flex: 0 0 auto;
    margin-left: 80px;
    height: 36px;
    line-height: 36px;
    width: 108px;
    text-align: center;
    -o-border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #12B9F5;
    color: #FFF;
    font-family: "PingFang SC";
    font-size: 18px;
    cursor: pointer;
}
.list .gongkai-list{padding:0px 16px 0px 0px;}
.bread {
    padding-top:50px;
    padding-bottom:26px;
}
.bread p{
    font-size:14px; color:#999;
}
.bread p span{padding-right: 10px;}
.bread p a{color: #999;padding-right:10px;}
.bread p a:hover{color:#0FA3D8;}
.detail-news{background-color: #fff;padding:60px 90px;}
.detail-news .top{border-bottom:dashed 1px #E3E3E3;padding-bottom:28px;}
.detail-news .top h3{text-align: center;font-size: 24px; color:#333;padding-bottom:20px;}
.detail-news .top p span{padding:0px 20px;}
.detail-news .top p{font-size:12px; color:#999999; text-align: center;}
.detail-news-bottom{
    padding-top:40px;
}
.detail-news-bottom h4{
    font-size: 18px;
    color: #111;
    line-height: 26px;
    padding-top:10px; 
    padding-bottom:10px;
}
.detail-news-bottom p{
    font-size:14px;
    color: #333333;
    line-height: 26px;
    padding-bottom:20px;
}
.detail-news-bottom p img{
    margin: 0 auto;
    display:block;
}
.gongkai-list .img{
    width: 325px;
    position: relative;}
.gongkai-list .img p span{
    position: absolute;
    left:0px;
    top: 0px;
    width: 70px;
    height: 24px;
    display: block;
    background: -o-linear-gradient(93.82deg, #31CFCB 0.61%, #23D8A7 96.51%);
    background: -moz-linear-gradient(93.82deg, #31CFCB 0.61%, #23D8A7 96.51%);
    background: -webkit-linear-gradient(93.82deg, #31CFCB 0.61%, #23D8A7 96.51%);
    background: linear-gradient(93.82deg, #31CFCB 0.61%, #23D8A7 96.51%);
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 24px;
    border: 0.6px solid rgba(255, 255, 255, 0.5)
    -o-border-radius:4px 0px 12px 0px;
    -moz-border-radius:4px 0px 12px 0px;
    -webkit-border-radius:4px 0px 12px 0px;
    border-radius:4px 0px 12px 0px;
    -o-box-shadow: 2px 2px 4px 0px rgba(47, 199, 128, 0.4);
    -moz-box-shadow: 2px 2px 4px 0px rgba(47, 199, 128, 0.4);
    -webkit-box-shadow: 2px 2px 4px 0px rgba(47, 199, 128, 0.4);
    box-shadow: 2px 2px 4px 0px rgba(47, 199, 128, 0.4);
}
.ketanglist{
    width: 1200px;
    margin:0 auto;
}
.ketang-search{
    padding:60px 0px 30px 0px;
    width: 100%;
}
.ketang-search  p.ktp{
    width: 160px;
    float: left;
}
.ketang-search  p.search-p{
    float: right;
    width: 580px;
    height: 44px;
    border:solid 1px #0FA3D8;
    -o-border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    margin-top:5px;
}
.search-input{
    height: 42px;
    line-height: 42px;
    color: #999;
    color: #333;
    width:492px;
    padding-left:16px;
    border:none;
    }
.search-a{
    display: inline-block;
    background: #0FA3D8;
    -o-border-radius:0px 4px 4px 0px;
    -webkit-border-radius:0px 4px 4px 0px;
    -moz-border-radius:0px 4px 4px 0px;
    border-radius:0px 4px 4px 0px;
    color:#fff;
    width:80.5px;
    height:42px;
    line-height:42px;
    text-align:center;
}
.pagelistbox{display:flex;align-items:center; width:100%; justify-content: center;}
.newpagelist span {
    float: left;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
}

.newpagelist span a{
    padding:0px 12px;
    margin:0px 5px;
    display: block;
    color: #666;
    background: #fff;
    border:solid 1px #dedede;
    border-radius:4px;
}
.newpagelist .page-numbar{ display:flex}
.page-num-current{border:1px solid #0FA3D8 !important; color:#0FA3D8 !important}
.newpagelist{padding:20px 0px;margin-bottom:30px;}

.pagelist{
    padding:20px 0px;
    margin-bottom:30px;
}
.pagelist ul{margin: 0 auto; height:34px; line-height:34px}
.pagelist ul li{
    float: left;
    width:100px;
}
.pagelist ul span{float:left;padding:0px 5px}
.pagelist ul span a{
    display: block;
    padding:0px 12px;
    line-height: 32px;
    text-align: center;
    border:solid 1px #dedede;
    -o-border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    text-align: center;
    font-size:14px;
    color: #666;
    background: #fff;
}
.pagelist ul span a.current{
    background:#12B9F5;
    color: #fff;
    border:solid 1px #12B9F5;
}
.bofang{
    height: 660px;
    background: rgba(28, 28, 28, 1);

}
.bofang-bread{
    background: rgba(40, 40, 40, 1);
    height: 42px;
}
.bofang-bread p{
    line-height: 42px;
    font-size: 14px;
    color:rgba(255, 255, 255, 0.6);
}
.bofang-bread p a{
    color:rgba(255, 255, 255, 0.6);
    padding-right:10px;
}
.bofang-bread p span{
    padding-right:10px;
}
.bofang-biaoti{
    height:80px;
}
.bofang-biaoti p{
    line-height:80px;
    font-size:24px;
    color:#DDDDDD;
}
.bofang-con{
    border:solid 1px rgba(255, 255, 255, 0.2);
    height:474px;
    -o-border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
}
.bofang-left{
    width:70%;
    float:left;
}
.bofang-right{
    width:30%;
    float:right;
}
.jiangshi{
    border-left:solid 1px rgba(255,255,255,0.2);
    border-bottom:solid 1px rgba(255,255,255,0.2);
    height:87px;
}
.jiangshi dl dt{
    float:left;
    width:50px;
    height: 50px;
    -o-border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    border-radius:50%;
    background: #fff;
    margin:10px 20px 10px 16px;
    text-align:center;
    overflow: hidden;
}
.jiangshi dl dt img{border:50%; width:100%}
.jiangshi dl dd{
    float: left;
}
.jiangshi dl dd h3{
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 28px;
    padding-top:10px;
}
.jiangshi dl dd p{
    font-size:12px;
    line-height:20px;
    color: rgba(255, 255, 255, 0.7);
}
.title-xinxi{
    background-color: #000;
    margin-top: 10px;
    margin-right:20px;
    height: 40px;
    -o-border-radius:20px;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    border-radius:20px;
}
.title-xinxi p span{
    padding-left:30px;
    padding-right: 10px;
}
.title-xinxi p{
    font-size: 14px;
     color: #fff;
     font-weight: bold;
     line-height: 40px;
}
.kkxx-con{
    padding-top:10px;
}
.kkxx-con p{
    font-size: 14px;
    line-height: 34px;
    color:#fff;
    font-weight: 400;
    padding-right:20px;
}
.kkxx-con p span{
    font-size:12px;
    color: rgba(255,255,255,0.7);
    float: right;
}
.cailiaodown{
    padding-top:10px;
    padding-left:16px;
}
.cailiaodown h3{
    font-size:16px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    font-weight: normal;
}
.cailiaodown h3 span{
    color: rgba(0,192,255,0.5);
    font-weight: normal;
    font-size: 12px;
    padding-left:6px;
}
.cailiaodown a{
    display: block;
    height:40px;
    line-height:40px;
    -o-border-radius:20px;
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
    border-radius:20px;
    font-size:14px;
    color:#000;
    text-align:center;
    background:#00BCFF;
    margin-right: 10px;
    margin-top:20px;
}
.cailiaodown a img{padding-right:6px;}
.kechengxinxi{padding-left:16px;}
.shoucang ul li{
    float:left;
    margin-right:16px;
    margin-top:10px;
    background: #373736;
    -o-border-radius:16px;
    -moz-border-radius:16px;
    -webkit-border-radius:16px;
    border-radius:16px;
    padding:6px 20px;

}
.shoucang ul li a{
    display: inline-block;
    height: 15px;
    font-size:14px;
    color: rgba(255,255,255,0.7);
    padding-left:19px;
    line-height:15px;
}
.shoucang ul li a:hover{color: #12B9F5;}
.shoucang ul li a.zan{
    background: url(../images/zan.png) no-repeat 0px 0px;
}
.shoucang ul li a.zan:hover{
    background: url(../images/zan.png) no-repeat 0px -15px;
}
.shoucang ul li a.like{
    background: url(../images/like.png) no-repeat 0px 0px;
}
.shoucang ul li a.like:hover{
    background: url(../images/like.png) no-repeat 0px -15px;
}
.kechengjieshao{
    margin-top:26px;
    background: #fff;
}
.jieshaotitle{
    height:58px;
    border-bottom:solid 1px #DDDDDD;
    padding-left:27px;
}
.jieshaotitle ul li{
    float: left;
    line-height:58px;
    margin-right:20px;
    color:#999999;
    cursor: pointer;
}
.jieshaotitle ul li.current{
    border-bottom:solid 2px #0FA3D8;
    color:#0FA3D8;
}
.xiangqing{display:none;}
.kechengjieshao .block{display: block;}
.zhaiyao{
    margin:16px 20px;
    background:#F5F9FA;
    padding:20px 16px 14px 16px;
    -o-border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
}
.zhaiyao p{
    color: #667A80;
    font-size:16px;
    line-height:26px;
    text-indent: 24px;
}
.xiangqingcon{
    padding:20px 36px 14px 36px;
}
.xiangqingcon p{
    font-size:16px;
    color:#3D494D;
    line-height:30px;
}
.mulu{
    margin:16px 20px;
    /* background:#F5F9FA; */
    padding:20px 16px 14px 16px;
}
.mulu h3{
    font-size: 16px;
    color: #16292E;
    font-weight:bold;
    line-height:30px;
}
.mulu p{
    font-size: 16px;
    color:#16292E;
    line-height:30px;
}
.mulu ul li{
    line-height: 30px;
    color: #2E5661;
}
.mulu ul li span:before{
    position:absolute;
    left:0px;
    top:6px;
    content: "";
    display: inline-block;
    width:6px;
    height:6px;
    -o-border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    background:#2F5661;
}
.mulu ul li span{
    position:relative;
    padding-left:16px;
}
.contact{
    background: #fff;
    padding:20px 30px;
    margin-top:30px;
    -o-border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    margin-bottom: 40px;
}
.contact-title{
    height:40px;
    border-bottom: solid 1px #E6E8EA;
}
.contact-title h3{
    font-size:18px;
    color:#000;
}
.contact-con{
    width: 100%;
    padding-top:30px;
}
.contact-con p{
    /*text-indent: 24px;*/
    line-height: 24px;
    font-size:14px;
    color: #333;
    padding-bottom:24px;

}
.contact-con .con-img{
    text-align: center;
}


.contact-con .contact-left{
    float:left;
    width: 50%;
    padding-top:40px;
    padding-left:60px;
    padding-bottom:100px;
}
.contact-con .contact-left p{
font-size: 14px;
color:#999;
line-height: 30px;
}
.contact-right{
    float: right;
    width: 40%;
    padding-top:30px;
    text-align: right;
}
.contact-right p{
    text-align: right;
}
.contact-right p img{
    float: left;
    width: 170px;
}
.jingqing{
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 20px;

}

.news-list{
    box-shadow: none;
    padding-left:0px;
}
.news-list .item{
    box-shadow: none;
    background: #fff;
    padding:0px;
    margin-left: 38px;
}
.time{border-right: none;}
.item-content{border-left: solid 1px #DFE1E7;}
.news-list .item-content{
    padding-bottom:0px;
    margin-bottom:18px;
}
.baoming{
    background: url(../images/bzbj.svg) no-repeat left top;
}
.whymy{
    padding-top:60px;
}
.whymy-title p{
    font-size: 36px;
    color: #000;
    line-height: 40px;
    text-align: center;
}
.whycon .box{
    float: left;
    background: #fff;
    padding:36px 40px 20px 40px;
    width:30%;
    margin:0px 10px;
    border: 2px solid hsba(0, 0%, 100%, 0.6);
    -o-box-shadow: 0px 10px 28px 0px rgba(0, 69, 150, 0.08);
    -moz-box-shadow: 0px 10px 28px 0px rgba(0, 69, 150, 0.08);
    -webkit-box-shadow: 0px 10px 28px 0px rgba(0, 69, 150, 0.08);
    box-shadow: 0px 10px 28px 0px rgba(0, 69, 150, 0.08);
    -o-border-radius:20px;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    border-radius:20px;
    margin-bottom: 110px;

}
.whycon .box h3{
    font-size:24px;
    color:#000A60;
    line-height: 28px;
    text-align: center;
    padding:5px 0px 16px 0px;
}
.whycon .box p{
    font-size: 14px;
    color:#666CA1;
    line-height: 28px;
}
.whycon .box p span{
    display: block;
    text-align: center;
}
.duoyuan{}
.duoyuan-con{}
.duoyuan-con .box{padding-bottom:50px;}
.duoyuan-con .box .dy-left{float:left; width: 50%;}
.duoyuan-con .box .dy-right{float:left; width: 50%;}
.dy-right h3{
    padding:0px 30px;
    padding-top:86px;
    font-size: 44px;
    line-height: 44px;
    font-weight: 600;
    -o-background:linear-gradient(90.1deg, #2AF598 -23.17%, #08AEEA 72.26%);
    -webkit-background:linear-gradient(90.1deg, #2AF598 -23.17%, #08AEEA 72.26%);
    -moz-background:linear-gradient(90.1deg, #2AF598 -23.17%, #08AEEA 72.26%);
    background:linear-gradient(90.1deg, #2AF598 -23.17%, #08AEEA 72.26%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color:transparent;
    -o-background-clip: text;
    -o-text-color:transparent;
    padding-bottom: 56px;
}
.dy-right h3 span{padding-left:10px; }
.dy-right p{
    font-size: 18px;
    line-height: 36px;
    color: rgba(100, 133, 161, 1);
    padding:0px 30px;

}
.dy-right p span{
    font-weight: bold;
    color: rgba(0, 64, 96, 1);

}
.zhaomucon{
    background: url(../images/jsbj.svg) no-repeat left top;
    width: 1160px;
    height: 400px;
    padding-left: 110px;
    padding-top:80px;
}
.zhaomucon ul{
    padding-bottom:30px;
}
.zhaomucon ul li {
    padding-left:50px;
    line-height:30px;
}
.zhaomucon ul li span{
    position:relative;
    padding-left:24px;
    font-size: 14px;
    color: #313A72;
}
.zhaomucon ul li span::before{
    content: "";
    position:absolute;
    left: 0;
    top:7px;
    background: url(../images/Vector.svg) no-repeat;
    display: inline-block;
    width: 18px;
    height: 18px;
}
.zhaomucon dl{
    margin: 0;
    padding:0
}
.zhaomucon dl dt{
    float: left;
    width: 120px;
}
.zhaomucon dl dt p{
    font-size: 14px;
    color:#000A60;
    font-weight: bold;
    line-height: 30px;
}
.zhaomucon dl dd{
float: left;
width: 700px;
padding-left:20px;
padding-top:30px;
}
.zhaomucon dl dd p{
    font-size: 14px;
    color:#313A72;
    line-height: 30px;
}
.pd30{
    padding-bottom:30px;
}
