a,
body,
div,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
img,
input,
li,
p,
section,
select,
span,
ul {
    margin: 0;
    padding: 0
}

li,
ol,
ul {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400
}

a img,
img {
    border: 0 none;
    vertical-align: top
}

input {
    outline: none
}

button {
    cursor: pointer
}

a {
    text-decoration: none;
    color: #555;
}

a:hover {
    color: #2B4389;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

.show_overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.show_one {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.img_hover:hover img {
    transform: scale(1.2);

}

/*公共样式结束*/


.graphic_wrap {
    width: 950px;
    margin: auto;
}

.graphic_wrap .graphic_wrap_left {
    width: 266px;
    float: left;
}

.graphic_wrap_left .graphic_wrap_left_title {
    font-size: 20px;
    color: #1463B4;
    line-height: 44px;
    border-top: 2px solid #1463B3;
    text-align: left;
    font-weight: bold;
}

.graphic_wrap_left .graphic_wrap_left_box {
    position: relative;
    display: block;
    height: 221px;
    width: 100%;
    overflow: hidden;
}

.graphic_wrap_left_box .graphic_wrap_left_cover {
    position: absolute;
    top: 10px;
    width: 86px;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
    color: #FFFFFF;
    background: linear-gradient(#F60000 4%, #E90000 100%);
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.graphic_wrap_left_box .graphic_wrap_left_img {
    width: 266px;
    transition: all .3s ease-in-out;
}

.graphic_wrap_left_box .graphic_wrap_left_img_context {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 92px;
}

.graphic_wrap_left_img_context .graphic_wrap_left_img_context_center {
    margin-left: 12px;
    margin-top: 13px;
}

.graphic_wrap_left_img_context_center .graphic_wrap_left_img_context_01 {
    width: 243px;
    height: 48px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
}

.graphic_wrap_left_img_context_center .graphic_wrap_left_img_context_02 {
    font-size: 14px;
    color: #999999;
    margin-top: 6px;
    line-height: 14px;
}

.graphic_wrap .graphic_wrap_right {
    width: 660px;
    margin-left: 290px;
}

.graphic_wrap_right .graphic_wrap_right_top {
    width: 100%;
    line-height: 44px;
    height: 44px;
    border-top: 2px solid #1463B3;
}

.graphic_wrap_right_top .graphic_wrap_right_top_left {
    float: left;
    font-size: 20px;
    color: #1463B4;
    font-weight: bold;
}

.graphic_wrap_right_top .graphic_wrap_right_top_left_right {
    float: right;
    font-size: 14px;
    color: #626262;
    cursor: pointer;
}

.graphic_wrap_right .graphic_wrap_right_mid {
    width: 100%;

}

.graphic_wrap_right_mid .graphic_ul_box {
    height: 161px;
}

.graphic_wrap_right_mid .graphic_wrap_right_mid_list {
    float: left;
    margin-right: 17px;
}

.graphic_wrap_right_mid_list:nth-child(3n+3) {
    margin-right: 0;
}

.graphic_wrap_right_mid_list .graphic_wrap_right_mid_list_imgbox {
    display: block;
    width: 208px;
    height: 113px;
    overflow: hidden;

}

.graphic_wrap_right_mid_list_imgbox .graphic_wrap_right_mid_list_img {
    width: 100%;
    transition: all .3s ease-in-out;
}

.graphic_wrap_right_mid_list .graphic_wrap_right_mid_list_contextbox {
    margin-top: 10px;

}

.graphic_wrap_right_mid_list_contextbox .contextbox_top {
    display: block;
    width: 208px;
    font-size: 14px;
    line-height: 20px;
}

.graphic_wrap_right_mid_list_contextbox .contextbox_bom {
    font-size: 12px;
    color: #999999;
    margin-top: 6px;
    line-height: 12px;
}

.graphic_wrap_right .graphic_wrap_right_bom {
    position: relative;
    margin-top: 10px;
    width: 660px;
    height: 50px;
}
.graphic_wrap_right_bom .graphic_wrap_img{
    display:block;
    width:100%;
    height:100%;
}
.graphic_wrap_img .graphic_special_img{
   width:100%;
} 
.graphic_wrap_right_bom .tel_mail {
    position: absolute;
    top: 13px;
    left: 328px;
    height: 24px;
    background: #f71e30;
}

.graphic_tel,
.graphic_mail {
    font-size: 10px;
    color: #FFECC9;
    letter-spacing: 0.42px;
    line-height: 12px;
}