html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    margin:0;
    padding:0;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img {
    border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-style:normal;
    font-weight:normal;
}
ol,ul {
    list-style:none;
}
caption,th {
    text-align:left;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border:0;
}
/** 重置表单元素 **/
legend { color: #000; } /* for ie6 */
fieldset, img { border: 0; } /* img 搭车:让链接里的 img 无边框 */
button, input, select, textarea { font-size: 100%; } /* 使得表单元素在 ie 下能继承字体大小 */


input{
    border: none;
    appearance:none;
    -moz-appearance:none;
    outline:none;//input标签聚焦不出现默认边框:
-webkit-appearance: none;//用于IOS下移除原生样式
}
input:focus{ outline:none;
border: none;
appearance:none;
-moz-appearance:none;
outline:none;
-webkit-appearance: none; }


.cont-four {

    display: flex;


    position: relative;
    margin-top: 120px;
    justify-content: space-between;

}


.cont-four-left {
    width: 50%;
    max-width: 702px;
    min-width: 401px;
}


.btn {

    display: block;
    width: 243px;
    height: 60px;
    background-color: #0065CD;
    color: white;
    font-size: 22px;
    line-height: 60px;
    text-align: center;
    margin-top: 50px;

}
.cont-four-top{
    display: flex;
    align-items: center;
}
.cont-four-top img{
    height: 60px;
    width: 52px;
    margin-right: 10px;
}
.cont-four-top-name-one{
    height: 26px;
    font-size: 22px;
    font-weight: 400;
    color: #0066CD;
    line-height: 26px;
}
.cont-four-top-name-two{

    font-size: 34px;
    font-weight: bold;
    color: #000000;
    line-height: 34px;

}
.cont-four-left-two{
    height: 60px;
    font-size: 32px;

    font-weight: 400;
    color: #000000;
    line-height: 60px;
    overflow: hidden;
    margin: 30px 0;
}
.cont-four-left-three{


    font-size: 16px;

    font-weight: 400;
    color: #767A7E;
    line-height: 36px;

}
.cont-four-left-four-item{
    display: flex;
    align-items: center;
    height: 44px;

}
.cont-four-left-four-item-r{
    width: 19px;
    height: 19px;
    border-radius: 1px;
    background-color: #0066CE;
    margin-right: 10px;
}
.cont-four-left-four-item-title{

    font-size: 14px;
    font-weight: 400;
    color: #767A7E;

}
.cont-four-right{


    width: 42%;
    max-width: 592px;
    display: flex;
    justify-content: flex-end;
 
    min-width: 336px;
}
.cont-four-right-one{
    /*position: absolute;*/
    /*z-index: 66;*/
    /*top: 0;*/
    /*right: 0;*/


}
.cont-four-right-two{
    position: absolute;
    z-index: 55;
    right: 0;
    top: 324px;
}