body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, span, object, iframe{
    font-size: 14px;
    font-size: inherit;
}
body{
    background: #f8f8f8;
}
.ub {
    display: flex;
}

.ub-f1 {
    flex: 1;
}

.ub-f2 {
    flex: 2;
}

.ub-f3 {
    flex: 3;
}

.ub-f4 {
    flex: 4;
}

/*定于为弹性布局 主轴上到下垂直排列 */
.flex_r {}

.ubv {
    display: flex !important;
    flex-direction: column;
}

/*定于为弹性布局 超出自动换行 */
.ubw {
    display: flex;
    flex-wrap: wrap;
}

/*主轴对齐方式(axis), flex-start(默认顶部或左对齐)、center(中间对齐)、flex-end(底部或右对齐) 主轴上的对齐方式*/
.ub-ac {
    justify-content: center;
}

.ub-ae {
    justify-content: flex-end;
}

.ub-ab {
    justify-content: space-between;
}

.ub-ar {
    justify-content: space-around;
}

/*交叉轴对齐方式（item有高度时体现） stretch(默认未设置高度或设为auto，将占满整个容器的高度)*/
/*交叉轴起点对齐(flex-start)、交叉轴对齐（center）、交叉轴终点对齐（flex-end）*/
.ub-x {
    align-items: flex-start;
}

.ub-xc {
    align-items: center;
}

.ub-xe {
    align-items: flex-end;
}
.ub-s{
    align-items: stretch;
}
/*强制不换行*/
.line {
    white-space: nowrap;
}
/*单行 超出用省略号代替*/
.line11 {
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.line1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.line2 {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.line3 {
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.btnwrite{
    text-align: center;
}
.btnwrite a{
    display: inline-block;
}
.btnwrite a:hover{
    transition: 0.3s;
    transform: scale(1.05);
}
.sc{
    width: 80%;
    margin: 20px auto;
}
.container{
    width: 1300px;
}
.clearflex{
    overflow: hidden;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.margin20{
    margin-top: 20px;
}
.policypic{
    width: 680px;
    height: 360px;
    padding: 10px 20px;
    box-sizing: border-box;
    background: #fff;

}
.policypicC{
    width: 100%;
    height: 340px;
    overflow: hidden;
    position: relative;
}
.policypicC img{
    width: 100%;
    height: 340px;
}
.policypicC .swiper-slide{


}
.policypicCte{
    position: absolute;
    bottom: 0;
    left: 0;
    padding:10px 20px;
    background: rgba(0,0,0,.5);
    color: #fff;
    right: 0;
    box-sizing: border-box;
}
.policypicC .swiper-pagination{
    position: absolute;
    right: 20px;
    bottom: 10px;
}
.policypicC .swiper-pagination .swiper-pagination-bullet{
    margin:0 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.policyL{
    width: 680px;
    height: 360px;
    padding: 10px 20px;
    box-sizing: border-box;

}
.policyC{
    width: 340px;
    height: 360px;
    margin: 0 18px;
    padding: 10px 20px;
    box-sizing: border-box;
}
.policyR{
    width: 240px;
    height:360px;
}
.btn-uerslogin{
    margin-bottom: 20px;
}
.kefucont{
    margin-top: 20px;
    line-height: 1.8;
}
.btn-uerslogin{
    padding: 15px 20px;
}
.tit{
    line-height: 45px;
    height: 45px;
    border-bottom: 1px solid #dddddd;
    font-size: 16px;
}
.tit .more{
    font-size: 14px;
    color: #666666;
}
.titl{
    font-size: 20px;
    font-weight: bold;
}
.titl span{
    color: #d74339;
}
.titR ul li{
    font-size: 16px;
    margin-right: 22px;
    float: left;
    color: #666666;
    line-height: 43px;
    border-bottom: 3px solid rgba(0,0,0,0);
    cursor: pointer;
}
.titR ul li.cur{
    color: #000;
    border-bottom: 2px solid #d74339;
}
.titR ul li:last-child{
    margin-right: 0;
}
.hqzctiy .titR ul li.cur{
    color: #d74339;
    border-bottom: 3px solid #d74339;
    font-size: 20px;
}

.policyul ul{
    padding-top: 10px;
}
.policyul ul li{
    padding: 12px 0 12px 20px;
    font-size: 16px;
    background: url("images/li2.png") no-repeat 5px 20px;
}
.policyul ul li a {
    display: block;
}

.policyul ul li a p {
    width: 80%;
    color: #000;
}

.policyul ul li a span {
    color: #999;
}
.policyul ul li .intr{
    color: #666666;
    margin: 10px 0 0px;
    line-height: 1.5;
}
.loginT{
    line-height: 45px;
    height: 45px;
    border-bottom: 1px solid #dddddd;
    color: #000000;
    font-size: 16px;
}
.loginT li{
    padding: 0 10px;
    margin-right: 20px;
    cursor: pointer;
}
.loginT li:last-child{
    margin-right: 0;
}
.loginT li.cur{
    color: #d74339;
    font-weight: bold;
}
.from{
    padding: 20px 0;
}
.inpt{
    padding: 10px;
    border:1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 10px;
}
.inpt input{
    font-size: 16px;
    width: 100%;
}
.loginicon{
    width: 28px;
    margin-right: 10px;
}
.yzmipt{
    width: 160px;
    box-sizing: border-box;
}
.yzm{
   width: 128px;
    flex: 0 0 120px;
    height: 50px;

}
.loginbtn{
    width: 300px;
    height: 50px;
    border-radius: 25px;
    background: #ff4838;
    text-align: center;
    line-height: 50px;
    text-align: center;
    color: #fff;
    border: 0;
    margin: 10px auto;
}
.fromB {
    padding: 0 15px;
    color: #666;
}

.newsul li {
    padding: 20px 0;
    border-bottom: 1px dashed #ddd;
    line-height: 2;
}

.newsul li a {
    display: block;
}

.newsul li a img {
    width: 140px;
    height: 90px;
    margin-right: 10px;
}
.newsul li a .newullir{
    width: 485px;
}
.newsul li a .newullir h2 {
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
}

.newsul li a .newullir span {
    font-size: 14px;
    color: #666666;
}

.hqzcul li {
    padding: 22px 0  22px 20px;
    font-size: 16px;
    background: url("images/li2.png") no-repeat 5px center;
    border-bottom: 1px dashed #ddd;
}

.hqzcul li a {
    display: block;
}
.xxul{
    padding-top: 20px;
}
.xxul .xxli {
    width: 310px;
    margin-bottom: 20px;
    background: #f2f8ff;
    color: #2d5d9b;
    float: left;
    text-align: center;
    line-height: 120px;
    font-weight: bold;
    font-size: 20px;
}

.xxul li:hover{

    transition: 0.3s;
    transform: scale(1.05);
}
.xxul .xxli .zxicon {
    width: 50px;
    margin-right: 32px;
    vertical-align: middle;
}

.xxul .xxli:nth-child(2n) {
    float: right;
}

.jdul li {
    float: left;
    width: 174px;
    height: 90px;
    text-align: center;
    line-height: 90px;
    margin-left: -18px;
    font-size: 20px;
    color: #4f4f4f;
    cursor: pointer;

}
.jdul li:hover{

    transition: 0.3s;
    transform: scale(1.05);
}

.jdul li:nth-child(1) {
    background: url("images/num1.png") no-repeat;
    background-size: 100%;
    margin-left: 0;
}

.jdul li:nth-child(2) {
    background: url("images/num2.png") no-repeat;
    background-size: 100%;
}

.jdul li:nth-child(3) {
    background: url("images/num3.png") no-repeat;
    background-size: 100%;
}

.jdul li:nth-child(4) {
    width: 171px;
    background: url("images/num4.png") no-repeat;
    background-size: 100%;
}

.xjxcul ul li {
    background: none;
    padding-left: 0;

}

.xjxcul ul li span {
    width: 50px;
    height: 26px;
    border: 1px solid #2d5d9b;
    text-align: center;
    line-height: 26px;
    color: #2d5d9b;
    font-size: 14px;
    border-radius: 4px;
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
}

.mySwiper{
    width: 1300px;
    margin: 20px auto;
    overflow: hidden;
    position: relative;
}
.mySwiper .swiper-slide:hover{
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
}
.foot{
    background: #eeeeee;
    border-top: 2px solid #ddd;
    padding: 27px 0;
}
.footC{
    width: 1300px;
    margin: 0 auto;
    line-height: 1.8;
    font-size: 16px;
}
.ghdicon{
    width: 15px;
    margin-left: 10px;
}
.footCR{
    text-align: center;
}
.footCR img{
    width: 94px;
    margin-bottom: 10px;
}