/*h-top*/
.h-top{height:40px;background:rgba(255,255,255,0.3);line-height: 40px; line-height: 40px}
.h-top .left{width:650px;}
.h-top .lt{color:#3d3e3e;}
.h-top .rt{overflow: hidden;height: 40px;padding-top: 12px;margin-left:-60px;}
.h-top .right{width:300px;text-align: right}
.h-top .right a{color:#3d3e3e;transition: all .5s}
.h-top .right a:hover{color:var(--pei-color);}

/*header*/
.header{padding:110px 0 55px;}
.h-search form{margin:10px 0;border:solid 2px #d5dce0;border-radius: 3px;height: 42px}
.h-search .search-text{padding:0 15px;height: 100%;background: #fff;width:280px;}
.h-search .go{width:68px;height: 42px;text-align: center;line-height: 42px;color: #fff;background:url('../images/search.png') center no-repeat var(--zhu-color);background-size: 40% auto;transition: all .5s;cursor: pointer;}
.h-search .go:hover{background:url('../images/search.png') center no-repeat var(--pei-color);background-size: 40% auto;}
.h-search p{text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;font-size: 18px;font-weight: 700;color:var(--pei-color);}

/*hnav*/
.hnav ul{background:var(--zhu-color);border-radius: 3px;height:68px }
.hnav ul li{position: relative;width:9%;float: left;}
.hnav ul li:after{content:'';position: absolute;right:0;width:3px;height: 20px;background:url(../images/hnav-xian.png);top:25px;}
.hnav ul li:last-child:after{display: none;}
.hnav ul li .yiji{width:100%;line-height: 68px;color:#fff;font-weight: bold;text-align: center;display: block;font-size:18px;transition: all .5s}
.hnav ul li:hover .yiji{color:var(--pei-color);letter-spacing: 1px}
.hnav ul li .sublist{width:100%;position: absolute;left:0;top:68px;background:rgba(0,114,216,0.8);padding:15px;box-sizing: border-box;
display: none;z-index: 9999;}
.hnav ul li .sublist a{color:#fff;text-align: center; width:100%;display: block;position: relative;transition: all .5s;height: 35px;line-height: 35px;}
.hnav ul li .sublist a:after{content:'';position: absolute;bottom:0px;left:10px;width:0;height: 2px;background:rgba(255,255,255,0.2);transition: all .5s}
.hnav ul li .sublist a:hover{color:var(--pei-color);}
.hnav ul li .sublist a:hover:after{width:calc(100% - 20px);}

/*ipart1*/
.ipart1{margin-top:14px; }
.ipart1-left{background:#fff;border-radius: 3px;padding:15px;width:990px;box-sizing: border-box;overflow: hidden;float: left;}
.ipart1-right{width:195px;float: right;display: flex;flex-direction: column;justify-content: space-between;height:350px}
.ipart1-right a{width:100%;height: 73px;line-height: 73px;font-size: 20px;font-weight: bold;color:#fff;padding-left:15px;border-radius: 3px;box-sizing: border-box;transition: all .5s}
.ipart1-right a i{font-size: 30px;font-weight: normal;float: left;margin-right: 5px;margin-top: 3px}
.ipart1-right a:nth-child(1){background:#61bbd9;}
.ipart1-right a:nth-child(2){background:#53abe6;}
.ipart1-right a:nth-child(2) i{font-size: 28px;margin-right: 7px}
.ipart1-right a:nth-child(3){background:#6a9bf3;}
.ipart1-right a:nth-child(4){background:#6ed2ac;}
.ipart1-right a:nth-child(4) i{font-size:38px;margin-top: 0;
	margin-right:0}
.ipart1-right a:hover{box-shadow: 0 0 10px #666;}
/*flash*/
.flash{width:465px;height: 340px;overflow: hidden;position: relative;float: left;}
.flash .swiper-slide{width:100%;position: relative;}
.flash .swiper-slide .img img{width:100%;height: 100%;object-fit: cover;transition: all .5s}
.flash .txt{background:rgba(0,0,0,.7);width:100%;height: 36px;position: absolute;bottom:0;z-index: 1}
.flash .txt p{width:350px;padding:0 15px;box-sizing: border-box;line-height: 36px;color:#fff;}
.flash .swiper-pagination{position: absolute;bottom:10px;right:0;width:95%;text-align: right}
.flash .swiper-pagination-bullet{background:#fff;opacity: 1}
.flash .swiper-pagination-bullet-active{background: var(--pei-color)}
.flash .swiper-slide .img:hover img{transform: scale(1.05,1.05);}

/*tabs*/
.tabs{width:470px;float: right;}
.tabs .hd{width:100%;}
.tabs .hd ul{display: flex;flex-direction: row;justify-content: space-between;width:95%;}
.tabs .hd ul li{width:136px;background:url(../images/tabs-hd.png) center bottom no-repeat;height: 65px;color:#a2a2a2;font-size: 22px;font-weight:600;text-align: center;line-height: 60px;cursor: pointer;}
.tabs .hd ul li i{font-size: 24px;font-weight: normal;margin-right:5px;}
.tabs .hd ul li.on{background:url(../images/tabs-hd-hover.png) center bottom no-repeat;color:var(--zhu-color);}
.tabs .bd{width:100%;padding:20px 0 0;height: 255px;overflow: hidden;}
.tabs .bd a{display: flex;flex-direction: row;width:98%;color:#333333;margin-bottom: 18px;justify-content: space-between;}
.tabs .bd a p{width:320px;float: left;position: relative;padding-left: 10px;transition: all .5s;}
.tabs .bd a p:before{content:'';width:5px;height: 5px;border-radius: 50%;background:#959596;position: absolute;left:0;top:8px;transition: all .5s}
.tabs .bd a:hover p{color:var(--pei-color);padding-left: 15px;}
.tabs .bd a:hover p:before{background:var(--pei-color);}

/*ipart2*/
.ipart2 img{margin-left: 15px}

/*ipart3*/
.ipart3{padding:15px 15px 20px;overflow: hidden;}
.ipart3 ul{display: flex;flex-direction: row;justify-content: space-between;width:1186px;float: right;}
.ipart3 ul a{display: block;border-radius: 3px;padding:20px 25px;width:280px;height: 90px;color:#fff;box-sizing: border-box;transition: all .5s}
.ipart3 ul a p{font-size: 24px;color:#fff;font-weight: bold;position:relative;height:45px;width:120px;float: left;}
.ipart3 ul a p:after{content:'';position: absolute;width:58px;height: 2px;background: #fff;left:0;bottom:0;}
.ipart3 ul a i{font-size: 55px;float: right;}
.ipart3 ul a:nth-child(1){background:url(../images/ipart3-bg1.png) no-repeat;background-size: 101% auto}
.ipart3 ul a:nth-child(2){background:url(../images/ipart3-bg2.png)no-repeat;background-size: 101% auto}
.ipart3 ul a:nth-child(3){background:url(../images/ipart3-bg3.png)no-repeat;background-size: 101% auto}
.ipart3 ul a:nth-child(4){background:url(../images/ipart3-bg4.png)no-repeat;background-size: 101% auto}
.ipart3 ul a:hover{box-shadow: 0 0 10px #666}

/*ipart4*/
.ipart4{background:url(../images/ipart4-bg.jpg) center no-repeat;width:100%;overflow: hidden;background-size: auto 100%;padding-bottom: 45px;}
.ipart4-hd{padding:35px 0;display: flex;flex-direction: row;justify-content:center;align-items: center;}
.ipart4-hd p{color:var(--zhu-color);font-size:32px;font-weight: bold;padding:0 30px;}
.ipart4-hd:before{content:'';width:425px;height: 16px;background: url(../images/ipart4-hd-left.png) no-repeat;}
.ipart4-hd:after{content:'';width:425px;height: 16px;background: url(../images/ipart4-hd-right.png) no-repeat;}
.ipart4-bd{overflow: hidden;}
.ipart4-bd .hd{overflow: hidden;padding:0px 30px 25px;}
.ipart4-bd .hd ul{display: flex;flex-direction: row;justify-content: space-between;}
.ipart4-bd .hd ul li{width:206px;height: 50px;}
.ipart4-bd .hd ul li a{width:100%;height: 100%;display: flex;flex-direction: row;justify-content: center;cursor: pointer;align-items: center;}
.ipart4-bd .hd ul li i{font-size:35px;color:var(--zhu-color);line-height: 1}
.ipart4-bd .hd ul li p{font-size:22px;color:#333333;}
.ipart4-bd .hd ul li:nth-child(1) i{font-size: 40px;margin-top: 5px}
.ipart4-bd .hd ul li:nth-child(3) i{margin-top: -2px;margin-right: 3px;}
.ipart4-bd .hd ul li:nth-child(4) i{font-size: 30px;margin-right: 3px;margin-top: 2px}
.ipart4-bd .hd ul li:nth-child(5) i{margin-top: -5px;margin-right: 5px}
.ipart4-bd .hd ul li.on,.ipart4-bd .hd ul li:hover{background:url(../images/ipart4-bd-hover1.png) no-repeat;}
.ipart4-bd .hd ul li.on p,.ipart4-bd .hd ul li:hover p{color:#fff;font-weight: 600}
.ipart4-bd .hd ul li.on i,.ipart4-bd .hd ul li:hover i{color:#fff;}
.ipart4-bd .bd{overflow: hidden;}
.ipart4-bd .bd .content{background: #fff;padding:20px;overflow: hidden;display: flex;flex-direction: row;}
.ipart4-bd .bd .content .left{width:226px;float: left;}
.ipart4-bd .bd .content .left .box{width:100%;background:url('../images/ipart4-img1.jpg') center bottom no-repeat #d3e8fd;border-radius: 4px;display: flex;flex-direction: column;align-items: center;padding:25px 0 0;min-height: 460px}
.ipart4-bd .bd .content .left .box li{font-size:16px;color:#333333;font-weight: bold;height: 40px;line-height: 40px;text-align: center;margin-bottom: 15px;transition: all .5s;width:100%;cursor: pointer;}
.ipart4-bd .bd .content .left .box li:hover,.ipart4-bd .bd .content .left .box li.on{background: var(--zhu-color);border-radius: 20px;color:#fff;width:136px;}
.ipart4-bd .bd .content .right{width:915px;float: right;} 
.ipart4-bd .bd .content .right ul{height: 100%}
.ipart4-bd .bd .content .right a{width:100%;display:block;background: url(../images/ipart4-icon.png) 15px center no-repeat;padding-left:48px;border-bottom:dashed 1px #cecece;height: 44px;margin-bottom: 4px;line-height: 44px;box-sizing: border-box;position: relative;} 
.ipart4-bd .bd .content .right a:after{content:'';position: absolute;bottom:-1px;left:0;width:0;height: 1px;background: var(--pei-color);transition: all .5s;opacity: .7}
.ipart4-bd .bd .content .right a b{color:var(--zhu-color);font-size: 16px;float: left;margin-right:10px;} 
.ipart4-bd .bd .content .right a p{width:625px;float: left;color:#333333;transition: all .5s;font-size:15px;} 
.ipart4-bd .bd .content .right a span{color:#999999;float: right;} 
.ipart4-bd .bd .content .right a:hover:after{width:100%;}
.ipart4-bd .bd .content .right a:hover p{color:var(--zhu-color);padding-left: 5px}

/*ipart5*/
.ipart5{padding:30px 0;overflow: hidden;width:100%;}
.ipart5-left{width:810px;}
.ipart5-left .section2{margin-top: 30px}
.ipart5-left .hd{border-bottom: solid 1px var(--zhu-color);height: 50px;line-height: 42px}
.ipart5-left .hd i{color:var(--zhu-color);font-size: 35px;line-height: 1;margin-top: 5px}
.ipart5-left .hd p{font-size: 22px;font-weight: bold;position: relative;color:var(--zhu-color);margin-left: 10px;line-height: 42px}
.ipart5-left .hd p:before{content:'';position: absolute;width:105%;height: 5px;background:#dbebf9;bottom:7px;left:-3px;z-index: -1;border-radius: 3px}
.ipart5-left .hd a{color:#333333;line-height: 60px;transition: all .5s;}
.ipart5-left .hd a:hover{color:var(--pei-color);letter-spacing: 1px}
.ipart5-left .bd{margin: 15px 0 0;}
.ipart5-left .bd a{display: block;background: url(../images/ipart4-icon.png) left center no-repeat;padding-left: 33px;box-sizing: border-box;overflow: hidden;line-height: 40px;width:100%;}
.ipart5-left .bd a p{color:#333333;width:650px;float: left;transition: all .5s}
.ipart5-left .bd a span{float: right;color:#999999;}
.ipart5-left .bd a:hover p{padding-left: 5px;color:var(--pei-color);}
.ipart5-right{width:345px;}
.ipart5-right .rili .hd{width:100%;color:#fff;background: var(--zhu-color);height: 42px;line-height: 42px;padding-left: 11px;box-sizing: border-box;font-size:20px;}
.ipart5-right .rili .bd{position: relative;}
.ipart5-right .rili #result{position: absolute;bottom:0;right:345px;}
.ipart5-right .rili .table{background:var(--zhu-color);color:#fff;font-size: 14px;padding:10px 10px;width:730px;}
.ipart5-right .rili .table ul{border-bottom: solid 1px #fff;display: flex;flex-direction: row;}
.ipart5-right .rili .table li{text-align: center;width:90px;height: 28px;line-height:28px}
.ipart5-right .rili .table .li2{width:460px;}
.ipart5-right .link a{color:#fff;width:100%;height: 73px;line-height: 73px;text-align: center;display: block;margin-top: 10px;text-shadow: 2px 2px 5px #000;font-size: 24px;font-weight: bold;box-sizing: border-box;transition: all .5s}
.ipart5-right .link a:nth-child(1){background: url(../images/ipart5-right-link1.jpg);}
.ipart5-right .link a:nth-child(2){background: url(../images/ipart5-right-link2.jpg);}
.ipart5-right .link a:nth-child(3){background: url(../images/ipart5-right-link3.jpg);padding-left: 78px;line-height: 1.3;text-align: left;padding-top: 5px}
.ipart5-right .link a:hover{box-shadow: 0 0 10px #666}
.ipart5-right .xiazai{padding:20px;background: var(--zhu-color);display: flex;flex-direction: column;justify-content: space-between;height: 190px;box-sizing:border-box;margin-top: 10px}
.ipart5-right .xiazai a{background:url(../images/xiazai-bg.jpg) no-repeat;color:var(--zhu-color);font-weight: bold;font-size:20px;height: 47px;line-height: 47px;text-indent: 55px;display: block;transition: all .5s}
.ipart5-right .xiazai a:hover{color:var(--pei-color);border-radius: 20px}

/*ipart6*/
.ipart6-box{border:solid 1px #e4e5e5;background: #f8f8f8;padding:20px;box-sizing: border-box;}
.ipart6-box .hd{overflow: hidden;}
.ipart6-box .hd i{color:var(--zhu-color);font-size: 44px;line-height: 1;margin-top: 0px}
.ipart6-box .hd p{font-size: 22px;font-weight: bold;position: relative;color:var(--zhu-color);margin-left: 6px;line-height: 42px;width:100px;}
.ipart6-box .hd p:before{content:'';position: absolute;width:100%;height: 5px;background:#dbebf9;left:-5px;z-index: 0;border-radius: 3px;top:29px;}
.ipart6-box .hd p span{position: absolute;z-index: 1}
.ipart6-box .bd{padding:15px 0 0;overflow: hidden;}
.ipart6-box .bd .swiper-slide{display: block;}
.ipart6-box .bd .swiper-slide .img{width:100%;padding-bottom: 75%;position: relative;overflow: hidden;}
.ipart6-box .bd .swiper-slide .img img{width:100%;height: 100%;position: absolute;top:0;object-fit: cover;transition: all .5s}
.ipart6-box .bd .swiper-slide p{width:100%;text-align: center;font-size: 15px;line-height: 44px;color:#666;}
.ipart6-box .bd .swiper-slide:hover .img img{transform: scale(1.1,1.1) rotate(5deg);}
.ipart6-box .bd .swiper-slide:hover p{color:var(--pei-color);}

/*ipart7*/
.ipart7 .wrapp{position: relative;width:1220px;}
.ipart7-box{overflow: hidden;padding:45px 10px;box-sizing: border-box;}
.ipart7-box .swiper-slide{display: block;}
.ipart7-box .swiper-slide .img{width:100%;padding-bottom: 40.5%;border-radius: 10px;overflow: hidden;position: relative;transition: all .5s}
.ipart7-box .swiper-slide .img img{width:100%;height: 100%;object-fit: cover;position: absolute;top:0;}
.ipart7 .swiper-button-next{right:-20px;}
.ipart7 .swiper-button-next:after{font-size: 26px}
.ipart7 .swiper-button-prev{left:-20px;}
.ipart7 .swiper-button-prev:after{font-size: 26px}
.ipart7-box .swiper-slide:hover .img{box-shadow: 0 0 10px #666}

/*footer*/
.footer{height:260px;background:url(../images/footer-bg.jpg);}
.footer-hd{padding:25px 0;display: flex;flex-direction: row;justify-content: space-between;}
.footer-hd ul{width:186px;height: 30px;}
.footer-hd ul select{width:100%;border:none;height: 100%;text-align: center;}
.footer-bd{padding:20px 30px;box-sizing: border-box;overflow: hidden;}
.footer-bd .left{float: left;margin-top: 15px;}
.footer-bd .mid{float: left;width:930px;text-align: center;margin:0 auto;color:#fff;line-height: 36px;}
.footer-bd .mid a{color:#fff;}
.footer-bd .mid a:hover{color:var(--pei-color);}
.footer-bd .right{float: right;margin-top: 15px;}

/*main*/
.main{margin-top: 13px;overflow: hidden;padding-bottom: 30px}
.m-left{width:220px;}
.m-left-bd{margin-top:23px;box-shadow: 0 0 10px #dedede; }
.m-left-bd .hd{width:100%;text-align: center;height: 55px;background: url(../images/side-hd-bg.png) center no-repeat;text-align: center;line-height: 55px;color:#fff;font-size: 18px;font-weight: bold;border-top-left-radius: 5px;border-top-right-radius: 3px;}
.m-left-bd ul{width:100%;padding:15px 15px 25px;box-sizing: border-box;}
.m-left-bd ul a{width:100%;display: block;height: 40px;line-height: 40px;font-size: 14px;color:#333333;background: url(../images/s-icon-blue.png) left center no-repeat;border-bottom: solid 1px #ebecec;transition: all .5s;padding-left: 15px;box-sizing: border-box;}
.m-left-bd ul a:hover{color:var(--zhu-color);border-color: var(--zhu-color);padding-left: 20px}
.m-right{background: #fff;border-radius: 5px;box-shadow: 0 0 10px #dedede;width:955px;}

/*sidebar*/
.sidebar{box-shadow: 0 0 10px #dedede;}
.sidebar .hd{width:100%;background: url(../images/side-hd-bg.png) center no-repeat;text-align: center;height:74px;line-height: 74px;font-weight: bold;font-size: 24px;color:#fff;border-top-left-radius: 5px;border-top-right-radius: 3px; }
.sidebar .md{width:100%;padding:25px 15px;background: #fff;box-sizing: border-box;}
.sidebar .md a{width:100%;display: block;border:solid 1px #e8e6e6;height: 40px;line-height: 40px;font-size: 16px;color:#333333;background: url(../images/s-icon.png) 38px center no-repeat #f7f6f5;margin-bottom: 12px;transition: all .5s;text-indent: 53px}
.sidebar .md a:hover,.sidebar .md a.on{background: url(../images/s-icon-hover.png) 38px center no-repeat var(--zhu-color);color:#fff;}

/*postion*/
.position{padding:20px 24px;border-bottom: solid 1px #dde7f7;overflow: hidden;line-height: 32px}
.position i{color:var(--zhu-color);float: left;font-size: 16px;margin-top: 1px}
.position p{color:#999999;font-size: 16px;margin-left:5px;float: left;}
.position p a{color:#999999;transition: all .5s}
.position p a:hover{color:var(--zhu-color);}
.position .goback{border:solid 1px #eee;float: right;width:80px;height: 32px;text-align: center;line-height: 32px;color:#666;transition: all .5s}
.position .goback:hover{border-radius: 5px;border-color: var(--zhu-color);}
/*list-box*/
.list-box {
    font-size: 15px;
    color: #666;
    padding: 0 24px 16px 20px;
    box-sizing: border-box;
}

.list-title {
    padding-top: 19px;
    border-bottom: 1px solid #d0def6;
    margin-left: 31px;
    position: relative;
    line-height: 36px;
    width:96.6%;
    float: left;
}

.list-title:before {
    content: "";
    width: 26px;
    height: 21px;
    background-repeat: no-repeat;
    background-position: center top;
    position: absolute;
    top: 28px;
    left: -31px;
}

.list-title>.l:after {
    content: "";
    width: 26px;
    height: 1px;
    background-color: #1c87e3;
    position: absolute;
    bottom: -1px;
    left: -31px;

}

.list-title>.l {
    font-size: 18px;
    color: #6c6c6c;
    position: relative;
    float: left;
}

.list-title>.r {
    color: #999;
    float: right
}
.list-title>.r:hover{color:var(--zhu-color);}

.box-item {
    border-top: 1px solid #e0e8f6;
    overflow: hidden;
}

.box-item:first-child {
    border-top: none;
}
.box-item > ul:last-child{
	border-bottom: none;
}

.box-item:nth-child(1)>.list-title:before {
    background-image: url(../images/policy_icon1.png);
}



/*news-items*/
.news-div {
    min-height: 225px;
    padding:10px 20px 20px 15px;
    overflow: hidden;
}
.news-items {
    padding: 14px 0;
    position: relative;
    width:100%;
    float: left;
    overflow: hidden;
    border-bottom: solid 1px #d0def6;
}

.news-items:before {
    position: absolute;
    content: '';
    left: 12px;
    width: 1px;
    border-right: 1px solid #d0def6;
    top: 37px;
    bottom: 36px;
}

.news-items > li {
    position: relative;
    line-height: 39px;
    padding-left: 38px;
    color: #666;
}

.news-items > li:before {
    position: absolute;
    content: '';
    left: 11px;
    top: 50%;
    margin-top: -2px;
    width: 5px;
    height: 5px;
    background-color: #d0def6;
    border-radius: 50%;
}

.news-items > li > a {
    padding-left: 10px;
    display: block;
    color: #333;
    margin-right: 120px;
    font-size: 15px;
}

.news-time {
    position: absolute;
    right: 0;
    top: 0;
    color: #999;
}

.news-items > li:hover a {
    color: #1c87e3;
}

.news-items > li:hover:before {
    background-color: #1c8e3;
    left: 9px;
    border: 2px solid #a7d1f5;
}

.news-items .li2{line-height: 50px}

/*single*/
.single{padding:15px;overflow: hidden;line-height: 200%;font-size: 110%}

/*info*/
.info{margin-top: 13px}
.info .box{background: #fff;overflow: hidden;box-shadow: 0 0 10px #dedede;border-radius: 5px}
.info .content{padding:30px;}
.info .content .hd{width:100%;text-align: center;font-size: 20px;font-weight: bold;color:var(--zhu-color);}
.info .content .md{width:100%;background: #f4f7ff;margin:0 auto;height: 40px;line-height: 40px;text-align: center;margin-top: 30px}
.info .content .bd{padding:30px 0;font-size: 110%;line-height: 200%}

/*imglist*/
.imglist{padding:30px;overflow: hidden;}
.imglist ul a{width:31%;float: left;display: block;padding:8px;box-sizing: border-box;border:solid 1px #eee;margin:0 1% 15px;border-radius: 5px}
.imglist ul a .img{width:100%;position: relative;padding-bottom: 75%;overflow: hidden;}
.imglist ul a .img img{width:100%;height: 100%;position: absolute;top:0;left:0;object-fit: cover;transition: all .5s}
.imglist ul a p{text-align: center;font-size: 16px;line-height: 40px;color:#666;transition: all .5s;border-top:solid 1px #eee;margin-top:8px;}
.imglist ul a:hover{border-color:var(--zhu-color);}
.imglist ul a:hover p{color:var(--zhu-color);letter-spacing: 1px}
.imglist ul a:hover .img img{transform: scale(1.1,1.1);}

/*no-goods*/
.no-goods{text-align: center;padding:60px 0;}

/*message*/
.message{overflow: hidden;}
.message .hd{text-align: center;padding:30px 0;}
.message .hd b{font-size: 30px;color:var(--zhu-color);}
.message .hd p{font-size: 16px}
.message .md{padding:0 50px;overflow: hidden;border-bottom: solid 1px #dde7f7}
.message .md textarea{width:100%;border:solid 1px #eee;margin:0 auto;display: block;height: 100px;padding:10px;box-sizing: border-box;border-radius: 3px;}
.message .md .form-tr{margin-bottom: 15px;width:48%;float: left;}
.message .md .form-tr input{padding:10px;border:solid 1px #eee;width:100%;box-sizing: border-box;}
.message .md .form-tr:nth-child(3){margin-left: 4%}
.message .md .form-tr:nth-child(4){width:100%;}
.message .md .tijiao{display: flex;flex-direction: row;justify-content: space-between;width:100%;}
.message .md .code{width:350px}
.message .md .code input{width:150px;height: 40px;border-radius: 3px;border:solid 1px #eee;padding:10px;box-sizing: border-box;float: left;}
.message .md .code .verify{width:150px;float: left;margin-left: 10px}
/*.message .md .code img{width:100px;}*/
.message .md a{width:200px;background: var(--zhu-color);text-align: center;height: 40px;color:#fff;display: inline-block;line-height: 40px;transition: all .5s}
.message .md a:hover{border-radius: 10px;}
.message .bd{padding:15px;}
.message .bd li{border-bottom: dashed 1px #b0cbf8;width:100%;padding-bottom:15px;margin-bottom: 15px}
.message .bd li .hdd{width:100%;overflow: hidden;}
.message .bd li .hdd span,.message .bd li .bdd span{width:28px;height: 28px;background: var(--zhu-color);color:#fff;font-weight: bold;float: left;line-height: 28px;text-align: center;font-size: 16px;}
.message .bd li .hdd p,.message .bd li .bdd p{width:calc(100% - 40px);float: right;}
.message .bd li .bdd{width:100%;overflow: hidden;margin-top: 10px}
.message .bd li .bdd span{background: var(--pei-color);}
.message .bd li .bdd p{color:#999;}

/**/
.shreld-search-con{width:100%;text-align: center;padding:80px 0;}
.shreld-search-con h2{font-size: 22px;font-weight: bold;padding-bottom: 20px;line-height: 30px;color:var(--zhu-color);}
.shreld-search-con .shreld-searbg{width:530px;background: rgba(145,145,145,.5);position: static;text-align: center;margin:0 auto;padding-right:0;border-radius: 10px;overflow: hidden;}
.shreld-search-con .shreld-sear-input{height: 37px;width:385px;float: left;border:solid 1px #fff;border-radius: 3px 0 0 3px;padding-left: 10px;margin:10px 0 10px 10px;position: relative;}
.shreld-search-con .shreld-sear-sub{height: 39px;width:111px;display: inline-block;float: left;border:0;cursor: pointer;margin-top:10px;position: relative;background: url(../images/shreld-button-blue-839705defc.png);}

/**/
.box-item .ipart4-bd{width:100%;float: left;border-bottom: solid 1px #d0def6}
.box-item .ipart4-bd .bd .content{padding:20px 0;}
.box-item .ipart4-bd .bd .content .left{width:180px;}
.box-item .ipart4-bd .bd .content .right{width:715px;}
.box-item .ipart4-bd .bd .content .right a{margin-bottom: 0}
.box-item .ipart4-bd .bd .content .right a p{width:550px;}

/*keywords*/
.keywords{text-align: center;font-size: 16px;padding:15px;}
.keywords b{color:var(--zhu-color);}