* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html,
body {
    color: #555555;
    font-family: '微软雅黑';
    font-size: 14px;
    min-width: 1260px;
}
pre {
    font-family: '微软雅黑';
    white-space: pre-line;
}
.clearFloat {
    clear: both;
}
li {
    list-style-type: none;
}
.icon {
    width: 1em; height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}
img {
    border: 0px;
}

a {
    text-decoration: none;
    color: #555555;
}

a:focus {
    outline: none;
    -moz-outline: none;
}
.clearfix:after {
    content: '';
    clear: both;
    display: block;
}
.width_1260 {
    width: 1260px;
    margin: 0 auto;
}
.width_960 {
    width: 960px;
    margin: 0 auto;
}
input,select,textarea {
    outline: none;
}

/*头部样式开始*/
header {
    border-bottom: 1px solid #d4e3ef;
    background: #ffffff;
}
.header_common {
    height: 60px;
    display: flex;
    justify-content: space-between;
}
.header_common .logo_box {
    height: 60px;
    position: relative;
    width: 173px;
}
.header_common .logo_box img {
    display: block;
    width: 173px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.header_common .header_ul {
    display: flex;
    align-items: center;
}
.header_common .header_ul>li {
    float: left;
    height: 60px;
    font-size: 14px;
    position: relative;
    padding: 15px 0;
}
.header_common .header_ul.font_16>li {
    font-size: 16px;
    font-weight: bold;
}
.header_common .header_ul>li p {
    line-height: 30px;
    text-align: center;
    padding: 0 20px;
}
.header_common .header_ul>li p.login {
    width: 105px;
    padding: 0;
    margin: 0 10px;
    border-radius: 2px;
}
.header_common .header_ul>li p.login a {
    margin: 0 3px;
}
.header_common .header_ul>li p.login a:hover {
    color: #d51a1c;
}
.header_common .header_ul>li:hover p{
    color: #D51A1C;
}
.header_common .header_ul>li.active p {
    color: #D51a1c;
}
.header_common .header_ul>li:hover p.login{
    color: #333333;
}

.header_common .header_ul>li:hover .menu_ul {
    display: block;
}
.header_common .header_ul li .for_bg {
    width: 65px;
    line-height: 24px;
    background: #f8f9fc;
    border-radius: 12px;
    padding: 0 5px;
    margin: 3px 0;
    display: flex;
    justify-content: space-between;
}
.header_common .header_ul li:hover .for_bg i {
    transform: rotate(-180deg);
}
.header_common .header_ul li .for_bg i {
    font-size: 12px;
    transition: all .3s;
}
.header_common .header_ul .menu_ul {
    position: absolute;
    left: -6px;
    top: 44px;
    background: #F8F9FC;
    width: 65px;
    text-align: center;
    display: none;
    border-radius: 5px;
    z-index: 10;
}
.menu_box {
    position: absolute;
    top: 60px;
    background: #FFFFFF;
    z-index: 10;
    display: none;
    transform: translateX(-50%);
    left: 50%;
    width: 200px;
    padding: 10px;
    text-align: left;
    border: 1px solid #d6e2ef;
}
.header_common .header_ul>li:hover .menu_box {
    display: block;
}
.menu_top {
    padding: 5px 0 15px;
    border-bottom: 1px solid #d6d6d6;
}
.menu_top .name{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.header_common .header_ul .menu_top .name p {
    font-size: 16px;
    font-weight: bold;
    max-width: 150px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0;
    color: #555555;
}
.menu_top .name i {
    display: block;
    width: 15px;
    height: 15px;
    background-image: url("../images/common/zuanshi_v80c14f.png");
    background-size: cover;
    margin-left: 5px;
}
.menu_top a {
    color: #1470cc;
    font-size: 14px;
}
.menu_botton {
    margin: 0 -10px;
    padding-top: 10px;
}
.menu_botton .link_item {
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}
.menu_botton .link_item:hover {
    background: #F8F9FC;
}
.header_common .header_ul .menu_ul.language {
    width: 65px;
    left: 0;
    padding: 5px;
}
.header_common .header_ul .menu_ul li {
    height: 45px;
    line-height: 45px;
}
.header_common .header_ul .menu_ul.language li {
    height: 35px;
    line-height: 35px;
}
.header_common .header_ul .menu_ul li:hover {
    color: #D51A1C;
}
/*底部样式开始*/
footer {
    background: #393939;
}
.footer_box1 {
    padding-top: 40px;
    padding-bottom: 25px;
    display: flex;
    justify-content: space-around;
}
.footer_list .title {
    font-size: 16px;
    color: #999999;
}
.footer_list .li {
    padding-top: 10px;
}
.footer_list .li a {
    display: block;
    font-size: 14px;
    color: #b6b6b6;
    margin-top: 10px;
}
.footer_list .li a.special {
    margin-top: 22px;
}
.footer_list .li a:hover {
    text-decoration: underline;
    color: #ffffff;
}
.footer_list .li img {
    display: block;
    margin-top: 13px;
}
.footer_p_div {
    height: 1px;
    background: #D6D6D6;
}
.footer_p {
    font-size: 12px;
    color: #6a7993;
    text-align: center;
    padding: 0 10px;
    background: #2f3b4e;
    display: inline-block;
}
.footer_box2 {
    padding-top: 20px;
}
.footer_box2 div {
    float: left;
}
.footer_box2 div i {
    font-size: 20px;
    color: #999999;
    vertical-align: -3px;
}
.footer_box2 div span {
    color: #999999;
    font-size: 14px;
}
.footer_box2 div.address {
    margin-left: 23px;
}
.footer_box2 div.email {
    margin-left: 70px;
}
.footer_box2 div.email span:hover {
    text-decoration: underline;
}
.footer_box2 div.phone {
    margin-left: 70px;
}
.footer_box3 {
    text-align: center;
    padding-bottom: 20px;
}
.footer_box3 span {
    color: #999999;
    font-size: 14px;
}
.footer_box3 a {
    color: #999999;
}
.footer_box3 img {
    margin-top: 15px;
}
.footer_box4 {
    padding-top: 15px;
    display: flex;
    justify-content: center;
    font-size: 13px;
    align-items: center;
}
.footer_box4 div {
    height: 15px;
    width: 1px;
    margin: 0 10px;
    background: #999999;
}
.footer_box4 p {
    color: #999999;
}

/*侧边栏样式*/
.aside_box {
    position: fixed;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    z-index: 15;
}
.aside_box .aside_btn {
    width: 40px;
    height: 40px;
    background: #F2F3F9;
    cursor: pointer;
    margin-top: 2px;
    border-radius: 10px;
    border: 1px solid #E8E9EF;
    line-height: 40px;
    position: relative;
}
.aside_box .aside_btn i {
    font-size: 25px;
    color: #5D77A8;
}
.aside_box .aside_btn.aside_qq:hover i {
    color: #ffffff;
}
.aside_box .aside_btn:hover {
    background: #5D77A8;
    border: 1px solid #5D77A8;
}
.aside_box .aside_btn:hover i {
    color: #ffffff;
}
.aside_box .aside_btn:hover p {
    display: block;
}
.aside_box .aside_btn p {
    height: 40px;
    border-radius: 10px;
    background: #5D77A8;
    position: absolute;
    top: 0;
    color: #ffffff;
    display: none;
    padding: 0 10px;
    white-space: nowrap;
    right: 42px;
}
.aside_box .aside_btn .code {
    width: 160px;
    height: 160px;
    border-radius: 10px;
    position: absolute;
    left: -162px;
    top: -60px;
    padding: 10px;
    background: #ffffff;
    display: none;
}
.aside_box .aside_btn .code img {
    width: 140px;
}
.aside_box .aside_code:hover .code {
    display: block;
}

/*建议弹出框样式开始*/
.suggestions_dialog {
    display: none;
    position: fixed;
    width: 600px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 101;
    background: #FFFFFF;
    padding: 25px 35px 0;
}
.suggestions_dialog .title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
    color: #2f3b4e;
}
.suggestions_dialog .line {
    height: 5px;
    width: 20px;
    border-radius: 2.5px;
    background: #687690;
    margin: 0 auto;
}
.suggestions_dialog .close_icon {
    position: absolute;
    right: -35px;
    color: #FFFFFF;
    font-size: 25px;
    top: 0;
    cursor: pointer;
}
.suggestions_dialog .input_box {
    width: 500px;
    margin: 0 auto;
}
.suggestions_dialog input {
    width: 100%;
    height: 35px;
    padding-left: 10px;
    outline: none;
    margin-top: 25px;
    font-size: 14px;
    border: 1px solid #2f3b4e;
}
.suggestions_dialog input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #999;
}
.suggestions_dialog input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999;
}
.suggestions_dialog input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;
}
.suggestions_dialog input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #999;
}
.suggestions_dialog input.error_ipt{
    border: 1px solid #d51a1c !important;
    box-shadow: 0px 0px 3px #d51a1c;
}
.suggestions_dialog textarea {
    width: 100%;
    height: 90px;
    resize: none;
    outline: none;
    padding: 5px 10px;
    margin-top: 25px;
    font-family: Arial,sans-serif;
    font-size: 14px;
    border: 1px solid #2f3b4e;
}

.suggestions_dialog textarea.error_ipt {
    border: 1px solid #d51a1c !important;
    box-shadow: 0px 0px 3px #d51a1c;
}

.suggestions_dialog .errormsg_suggestion {
    line-height: 22px;
    color: #d51a1c;
    margin: 5px 0 0 0;
    font-size: 12px;
}
.suggestions_dialog .errormsg_suggestion i {
    font-size: 13px;
    margin-right: 4px;
}
.suggestions_dialog .btn_send {
    width: 300px;
    height: 40px;
    text-align: center;
    margin: 30px auto;
    line-height: 40px;
    background: #D51A1C;
    color: #FFFFFF;
    font-size: 14px;
    cursor: pointer;
}
.suggestions_dialog .btn_send:hover {
    background: #b81c22;
}
.suggestions_dialog .bottom_tips {
    height: 55px;
    width: 100%;
    border-top: 1px solid #d3dce9;
}
.suggestions_dialog .bottom_tips p {
    font-size: 13px;
    text-align: center;
    line-height: 20px;
    margin-top: 5px;
}
.suggestions_dialog .bottom_tips p a {
    color: #1470cc;
}
.shield_suggestion {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .6);
}
echemi-captcha {
    margin-top: 30px;
}
/*建议弹出框样式结束*/

/*换页按钮*/

.turnPage_box {
    width: 100%;
    text-align: center;
    padding: 50px 0;
}

.turnPage_box .fenye {
    display: inline-block;
    text-align: center;
}


.turnPage_box .fenye ul {
    overflow: hidden;
}
.turnPage_box .fenye ul li {
    width: 30px;
    height: 30px;
    border: solid #b6b6b6 1px;
    margin: 0 4px;
    line-height: 30px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    float: left;
    border-radius: 3px;
    background: #F4F5F9;
    color: #999999;
}
.turnPage_box .fenye ul>span {
    line-height: 30px;
    color: #999999;
    margin-left: 10px;
    margin-right: 8px;
    display: block;
    float: left;
}
.turnPage_box .fenye ul>input {
    height: 30px;
    width: 45px;
    outline: none;
    padding-left: 3px;
    display: block;
    float: left;
    margin-left: 5px;
}
.turnPage_box .fenye ul>a.go_btn {
    display: block;
    width: 45px;
    height: 30px;
    border: 1px solid #D51A1C;
    float: left;
    line-height: 30px;
    text-align: center;
    color: #D51A1C;
    margin-left: 5px;
    border-radius: 2px;
}
.turnPage_box .fenye ul>a.go_btn:hover {
    color: #FFFFFF;
    background: #D51A1C;
}
.turnPage_box .fenye .cursor_btn:hover {
    color: #999999;
    background: #E6E6E6;
    font-weight: bold;
}

.turnPage_box .fenye .fenye_left ul li.btn_active {
    border: none;
    background: none;
    color: #D51A1C;
}
.turnPage_box .fenye .previous {
    background: #D51A1C;
    border: none;
    position: relative;
}
.turnPage_box .fenye .previous.firstpage {
    background: #D6D6D6;
}
.turnPage_box .fenye .previous span {
    position: absolute;
    width: 0;
    height: 0;
    right: 12px;
    top: 10px;
    border: 5px solid transparent;
    border-right: 6px #FFFFFF solid;
}
.turnPage_box .fenye .next {
    background: #D51A1C;
    border: none;
    color: #FFF;
    position: relative;
    text-align: left;
    padding-left: 10px;
}
.turnPage_box .fenye .next.lastpage {
    background: #D6D6D6;
}
.turnPage_box .fenye .next span {
    position: absolute;
    width: 0;
    height: 0;
    left: 13px;
    top: 10px;
    border: 5px solid transparent;
    border-left: 6px #FFFFFF solid;
}
/*换页按钮*/

.alert_red_btn {
    height: 25px;
    width: 100px;
    text-align: center;
    /*background-color: #FFB35A;*/
    background-color: #D51A1C;
    color: #FFFFFF;
    line-height: 25px;
    display: inline-block;
    cursor: pointer;
    font-size: 12px;
    vertical-align: bottom;
    border-radius: 2px;
}
.alert_red_btn:hover {
    /*background: #ED7800;*/
    background: #b81c22;
}
.alert_grey_btn {
    padding: 0px 15px;
    height: 30px;
    text-align: center;
    background-color: #CCC;
    color: white;
    line-height: 30px;
    display: inline-block;
    cursor: pointer;
}
