﻿/* reset.css start */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, a, i, b, table, thead, tbody, th, td, input {
    text-decoration: none;
    color: #666;
    font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei UI", "Microsoft YaHei", SimHei, "宋体", simsun, sans-serif;
    font-weight: normal;
}

html {
    color: #000;
    background: #e5e5e5;

}

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: inherit;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

input, textarea, select {
    *font-size: 100%;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

input[type=date] {
    -moz-appearance: textfield;
}

/*because legend doesn't inherit in IE */
legend {
    color: #000;
}

a:focus, a:hover {
    text-decoration: none;
}

input, a {
    box-sizing: border-box;
}

/* reset.css end */

/* style.css start */
html, body {
    position: relative;
    background-color: #EEEEEE;
}
a {
    display: block;
}
img{
    vertical-align: bottom;
}
.bg_index{
    background-image: url("../images/background-image.png");
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed;
}
.inner {
    width: 1280px;
    margin: auto;
    overflow: hidden;
}
.main.top {
    padding-top: 120px;
}
.content_top{
    display: flex;
    height: 110px;
    background-color: #fff;
}
.elem.logo {
    margin: 8px auto 8px 40px;
    width: 420px;
}
.elem.logo img{
    width: 100%;
}
.elem.search {
    width: 380px;
    margin: 17px auto;
    margin-right: 40px;
}
.biaoyu {
    margin: auto;
    margin-bottom: 12px;
    width: 320px;
}
.biaoyu img {
    width: 100%;
}
.search_input {
    border: 2px solid #CB2828;
    margin-top: 20px;
}
.search_input form {
    height: 100%;
    width: 100%;
    display: flex;
}
.search_input input[type="submit"]{
    background: url(../images/search.png) no-repeat;
    text-indent: -9999px;
    width: 19px;
    height: 19px;
    margin: auto;
    background-size: 100% 100%;
    flex-grow: 0;
}
.search_input{
    height: 36px;
    margin-top: 5px;
    background: #fff;
    border-radius: 6px;
    padding: 0 23px;
}
.search_input input{
    height: 100%;
    border: none;
    outline: none;
    flex-grow: 1;
}
.content_nav {
    background-color: #2573d8;
    width: 100%;
    height: 60px;
}
.content_nav ul li {
    flex: 1;
}
.content_nav ul {
    display: flex;
}
.content_nav ul li a {
    display: block;
    line-height: 60px;
}
.content_nav ul li a:hover {
    background: linear-gradient(180deg, #1151a7, #1463ca);
}
.content_nav ul li a p {
    color: rgb(255, 255, 255);
    text-align: center;
    font-weight: 600;
    font-size: 18px;
}
.i_news-main {
    width: 100%;
    height: 450px;
    display: flex;
    flex-wrap: wrap;
    margin: 12px 0px;
    background-color: rgb(255, 255, 255);
}
.banner_tab {
    background-color: #fff;
    padding: 8px 40px 24px;
    overflow: hidden;
}
.i_banner{
    width: 728px;
    height: 450px;
    float: left;
    position: relative;
}
.i_banner_news{
    width: 464px;
    float: right;
    overflow: hidden;
}
.i_news-main {
    width: 100%;
    height: 450px;
    display: flex;
    flex-wrap: wrap;
    margin: 12px 0px;
    background-color: rgb(255, 255, 255);
}
ul.tab_title {
    padding: 0px;
    margin: 0px;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
}
ul.tab_title li {
    font-size: 18px;
    font-weight: 600;
    width: calc(50% - 3px);
    text-align: center;
    background-color: rgb(241, 241, 241);
    line-height: 40px;
    padding-top: 2px;
    position: relative;
    flex: 1;
}
ul.tab_title li.active {
    background-color: rgb(255, 255, 255);
}
ul.tab_title li.active::before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    top: 0px;
    background-color: rgb(216, 25, 32);
    margin: auto;
    left: 0px;
    right: 0px;
}
ul.tab_title li::before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    top: 0px;
    background-color: rgb(195, 195, 195);
    margin: auto;
    left: 0px;
    right: 0px;
}
ul.tab_title li a {
    color: rgb(51, 51, 51);
}
ul.tab_title li.current a {
    text-decoration: none;
}
ul.tab_title li.active a {
    color: rgb(216, 25, 32);
}
.i_new_con a {
    text-decoration: none;
    color: rgb(84, 84, 84);
}
.i_new_con a:hover {
    color: rgb(2, 149, 242);
}
.i_new_con a p {
    width: 370px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    box-sizing: border-box;
    overflow: hidden;
    line-height: 24px;
    margin: 0px;
    font-size: 14px;
    padding-bottom: 5px;
    width: 226px;
    margin: auto;
    background-color: #fff;
    padding: 6px 8px;
    border-top: 1px dashed #dadada;
    white-space: nowrap;
}
.i_new_con .news_content{
    display: flex;
    margin-top: 8px;
}
.news_content .dynamic_i2 {

    position: relative;
}
.news_content .dynamic_i3 {
    position: relative;
    margin-right: 7px;
}
ul.i_new_con li:nth-child(1) a p {
    border-top: unset;
}
.i_new_con a span {
    color: rgb(149, 149, 149);
    width: 100px; text-align: right;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img {
    width: 100%;
    height: 100%;
}
.i_banner .swiper-slide {
    position: relative;
}
.swiper-slide a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    height: 10%;
    width: 100%;
    margin: auto;
    z-index: 2;
    background: linear-gradient(rgba(255, 255, 255, 0) 10%, rgb(0 0 0 / 25%) 90%);
    opacity: 1;
}
.i_banner .banner_str {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 68%;
    margin: 0px 0px 8px 20px;
    height: 36px;
    line-height: 36px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    z-index: 2;
    font-size: 18px;
    text-align: left;
    font-weight: 600;
}
.i_banner a ,.i_banner p {
    text-decoration: none;
    color: rgb(255, 255, 255);
    display: block;
}
.swiper-container-horizontal>.swiper-pagination.pagination_content {
    right: 12px;
    left: auto;
    width: 24%;
    bottom: 0;
    line-height: 36px;
    margin-bottom: 8px;
}
.pagination_content .swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
}
.pagination_content .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #fff !important;
    opacity: .6 ;
}
.box_content {
    background-color: #fff;
    padding: 18px 40px;
    overflow: hidden;
}
.i_content {
    overflow: hidden;
    width: 100%;
    margin: 12px 0 0;
}
.nav_t:before {
    content: '';
    width: 4px;
    height: 16px;
    background-color: #cb2828;
    left: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    position: absolute;
}
.nav_more {
    float: right;
    font-size: 16px;
    font-weight: 400;
    color: #888;
    padding-right: 14px;
}
.nav_t {
    position: relative;
    padding-left: 12px;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei UI", "Microsoft YaHei", SimHei, "宋体", simsun, sans-serif;
}
ul.menu_title {
    padding: 0px;
    display: flex;
    margin-bottom: 0px;
    padding-top: 12px;
}
ul.menu_title li {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    text-align: center;
    flex: 1 1 0%;
}
ul.menu_title li a::before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 54px;
    height: 54px;
    background-image: url("../images/icon_ghyw2.png");
    background-repeat: no-repeat;
    content: "";
}
.menu_title .tab a {
    position: relative;
    display: block;
    width: 54px;
    height: 80px;
    font: 14px / 140px "Microsoft Yahei";
    text-align: center;
    color: rgb(102, 102, 102);
    white-space: nowrap;
    cursor: pointer;
    margin: auto;
}
ul.i_new_con.list-unstyled {
    margin-right: 0px;
}
.menu_title .tab a::after {
    display: none;
    position: absolute;
    top: -19px;
    left: 50%;
    width: 18px;
    height: 7px;
    margin-left: -9px;
    background: url("../images/tab_arr.jpg") center top no-repeat;
    content: "";
}
.menu_title .tab.current a::after {
    display: block;
}
.menu_title .tab.icon1 a::before {
    background-position: 0px 0px;
}
.menu_title .tab.icon2 a::before {
    background-position: 0px -54px;
}
.menu_title .tab.icon3 a::before {
    background-position: 0px -108px;
}
.menu_title .tab.icon4 a::before {
    background-position: 0px -162px;
}
.menu_title .tab.icon5 a::before {
    background-position: 0px -216px;
}
.menu_title .tab.icon6 a::before {
    background-position: 0px -270px;
}
.menu_title .tab.icon7 a::before {
    background-position: 0px -324px;
}
.menu_title .tab.icon8 a::before {
    background-position: 0px -378px;
}
.menu_title .tab.icon9 a::before {
    background-position: 0px -432px;
}
.menu_title .tab.icon10 a::before {
    background-position: 0px -486px;
}
.menu_title .tab.icon11 a::before {
    background-position: 0px -540px;
}
.menu_title .tab.icon12 a::before {
    background-position: 0px -594px;
}
.menu_title .tab.icon13 a::before {
    background-position: 0px -648px;
}
.menu_title .tab.icon14 a::before {
    background-position: 0px -702px;
}
.menu_title .tab.icon15 a::before {
    background-position: 0px -756px;
}
.menu_title .tab.icon1.current a::before {
    background-position: -54px 0px;
}
.menu_title .tab.icon2.current a::before {
    background-position: -54px -54px;
}
.menu_title .tab.icon3.current a::before {
    background-position: -54px -108px;
}
.menu_title .tab.icon4.current a::before {
    background-position: -54px -162px;
}
.menu_title .tab.icon5.current a::before {
    background-position: -54px -216px;
}
.menu_title .tab.icon6.current a::before {
    background-position: -54px -270px;
}
.menu_title .tab.icon7.current a::before {
    background-position: -54px -324px;
}
.menu_title .tab.icon8.current a::before {
    background-position: -54px -378px;
}
.menu_title .tab.icon9.current a::before {
    background-position: -54px -432px;
}
.menu_title .tab.icon10.current a::before {
    background-position: -54px -486px;
}
.menu_title .tab.icon11.current a::before {
    background-position: -54px -540px;
}
.menu_title .tab.icon12.current a::before {
    background-position: -54px -594px;
}
.menu_title .tab.icon13.current a::before {
    background-position: -54px -648px;
}
.menu_title .tab.icon14.current a::before {
    background-position: -54px -702px;
}
.menu_title .tab.icon15.current a::before {
    background-position: -54px -756px;
}
.tab_box {
    border-bottom: 1px solid rgb(229, 234, 240);
    padding: 12px 0 16px;
    border-top: 1px solid rgb(229, 234, 240);
}
.tab_content {
    display: flex;
}
.dynamic_i1 {
    margin-right: 7px;
    position: relative;
    width: 728px;
    height: 400px;
    overflow: hidden;
}
.tab_content .dynamic_i2 {
    margin-right: 7px;
    position: relative;
}
.tab_content .dynamic_i3 {
    position: relative;
}
.const_top {
    margin-bottom: 7px;
    position: relative;
}
.const_bottom{
    position: relative;
}
.dynamic_i2 .const_top {
    width: 229px;
    height: 247px;
    overflow: hidden;
}
.dynamic_i2 .const_bottom {
    width: 229px;
    height: 146px;
    overflow: hidden;
}
.dynamic_i3 .const_top {
    width: 229px;
    height: 146px;
    overflow: hidden;
}
.dynamic_i3 .const_bottom {
    width: 229px;
    height: 247px;
    overflow: hidden;
}
.dynamic_i1 .const_title {
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    margin: 20px 20px;
}
.const_title {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 12px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    box-sizing: border-box;
    width: 90%;
    word-wrap: break-word;
    text-align: left;
    font-weight: 600;
}
.const_sp{
    text-align: center;
    font-size: 18px;
    background: #000;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.const_sp a{
    text-decoration: none;
    color: rgb(255, 255, 255);
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.const_sp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.box_left {
    width: 720px;
    height: 480px;
    position: relative;
    margin-right: 7px;
    float: left;
}
.box_right {
    width: 473px;
    height: 480px;
    position: relative;
    float: left;
}
.box_top {
    width: 473px;
    height: 296px;
    position: relative;
    margin-bottom: 8px;
}
.box_bottom {
    width: 473px;
    height: 176px;
    position: relative;
}
.basic .const_title {
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    margin: 20px 20px;
}
.video_left {
    width: 330px;
    float: left;
    margin-right: 8px;
    overflow: hidden;
}

.video_middle {
    width: 330px;
    float: left;
    margin-right: 8px;
    overflow: hidden;
}
.video_right {
    width: 520px;
    float: left;
    overflow: hidden;
}
.video_large {
    width: 330px;
    height: 390px;
    overflow: hidden;
    border-radius: 8px;
}
.video_min {
    width: 330px;
    height: 170px;
    overflow: hidden;
    border-radius: 8px;
}
.video_normal {
    width: 520px;
    height: 600px;
    overflow: hidden;
}
.video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video_title {
    width: 100%;
    height: 26px;
    text-align: center;
    line-height: 26px;
    margin-top: 12px;
    margin-bottom: 12px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
li.item_icon {
    width: 190px;
    height: 100px;
    border: 1px solid #DEDEDE;
    border-radius: 8px;
    float: left;
    margin-right: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}
.item_value {
    display: flex;
    position: absolute;
    width: 90%;
    height: 60px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.item_image {
    width: 60px;
    margin-right: 20px;
    z-index: 2;
    opacity: 1;
    transition:  all 0.8s ease 0s;
}
.item_image img{
    width: 100%;
}
.item_text {
    flex: 1;
    z-index: 2;
    transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);
    transition:  all 0.8s ease 0s;
}
p.item_title {
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    color: #333;
    margin-top: 12px;
}

p.item_subtitle {
    line-height: 20px;
    font-size: 14px;
    color: #666;
}
.footer_link{
    width: 100%;
    height: 64px;
    background-color: #CB2828;
}
.footer_copy {
    background-color: #fff;
    padding-bottom: 36px;
    padding-top: 12px;
}
.i_copyright .p1 {
    line-height: 40px;
    font-size: 16px;
}

.i_copyright .p2 {
    line-height: 40px;
    font-size: 16px;
}
.i_content .const_sp:hover img {
    transition: all .5s;
    transform: scale(1.25);
}

.i_content .const_sp img {
    overflow: hidden;
    transition: all .5s;
    transform: scale(1);
}
.select_link {
    position: relative;
}
.dropdown {
    float: left;
    width: 210px;
    height: 40px;
    margin: 12px 15px 0 0;
    font-size: 16px;
    line-height: 40px;
    text-indent: 0.5em;
    border: 1px solid #d6e1f3;
}
.frd_link_box span {
    position: relative;
    float: left;
    height: 58px;
    margin: 0 32px 0 20px;
    font-size: 18px;
    line-height: 64px;
    text-indent: 14px;
    color: #ffffff;
}
.frd_link_box span:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 4px;
    height: 20px;
    margin-top: -7px;
    background-color: #ffffff;
    border-radius: 2px;
    content: "";
}
li.item_icon .con_bgt {
    opacity: 0;
    position: absolute;
    inset: 0px;
    margin: auto;
    transition: all 0.8s ease 0s;
    transform: translateX(0px);
}
li.item_icon:hover .con_bgt {
    opacity: 1;
    background-image: url("../images/con4_11.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    inset: 0px;
    margin: auto;
    transition: all 0.8s ease 0s;
    transform: translateX(0px);
}
li.item_icon:hover .item_image {
    opacity: 0;
    transform: scale3d(1, 1, 1);
    transition:  all 0.8s ease 0s;
}
li.item_icon:hover .item_text {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0px, -6px, 0px);
    transition:  all 0.8s ease 0s;
}
.i_top-news {
    padding: 18px 36px 0;
    background-color: #fff;
    text-align: center;
}
.i_top-news a {
    color: rgb(182, 14, 63);
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
}
.table_cell {
    width: 50%;
    float: left;
}
.video_mini {
    width: 268px;
    height: 210px;
    overflow: hidden;
    position: relative;
}

.video_right .swiper-video {
    float: left;
    width: 256px;
    height: 212px;
    margin-bottom: 8px;
    border-radius: 8px;
    overflow: hidden;
}
.video_right .swiper-video:nth-child(odd){
    margin-right: 8px;

}
.video_title_mini {
    width: 100%;
    text-align: center;
    line-height: 26px;
    padding: 10px 16px;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    z-index: 2;
    bottom: 0;
}
.video_title_mini:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    z-index: -1;
    background: linear-gradient(rgba(255, 255, 255, 0) 10%, rgb(0 0 0 / 30%) 90%);
    opacity: 1;
}
.swiper-slide {
    background: #000;
}
.news_load {
    background-color: #fff;
}
#side { height: 33px; overflow: hidden; margin-left: 40px; width: 1200px; padding-left: 25px; background: url("../images/20160412.png") left center no-repeat; }
.side1 { height: 33px; overflow: hidden; width: 1160px; }
.sideul { width: 800%; }
#demo1, #demo2, #demo1 a, #demo2 a { float: left; }
#demo1 a { line-height: 33px; font-size: 16px; padding-left: 10px; background: url("../images/li_20160310.png") left center no-repeat; color: rgb(0, 37, 88); margin-left: 10px; }
#demo2 a { line-height: 33px; font-size: 16px; padding-left: 10px; background: url("../images/li_20160310.png") left center no-repeat; color: rgb(0, 37, 88); margin-left: 10px; }
#demo1 a:hover, #demo2 a:hover { text-decoration: underline; }
/* style.css end */