/*css 初始化 */
@charset "utf-8";
/* CSS Document */

div {
    /*margin: 0 auto*/
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
}

* {
    font-family: Microsoft YaHei, iconfont !important;
}

body {
    font: 12px Microsoft YaHei, SimHei, SimSun, Verdana, Arial, Helvetica, sans-serif;
}

blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0
}

.fy {
    text-align: center;
    padding: 20px 0 20px 0;
}

.fy a {
    padding: 5px 15px 5px 15px;
    margin: 0 6px 0 6px;
    border: 1px solid #ccc;
    color: #4a4a4a;
}

.fy a:hover {
    border: 1px solid #ffca0a;
    background: #ffca0a;
    color: #f00;
}

.fy .cur {
    border: 1px solid #ffca0a;
    background: #ffca0a;
    color: #f00;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
    color: #222
}

address, cite, dfn, em, var {
    font-style: normal
}

code, kbd, pre, samp {
    font-family: courier new, courier, monospace
}

small {
    font-size: 12px
}

s ol, ul {
    list-style: none
}

a {
    text-decoration: none;
    color: #222;
}

a:hover {
    text-decoration: none;
    color: #666;
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

legend {
    color: #000
}

fieldset, img {
    border: 0;
}

button, input, select, textarea {
    font-size: 100%
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.clearfix:before, .clearfix:after {
    display: table;
    content: '';
    line-height: 0;
}

/*清除浮动*/
.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

/*top*/
#top {
    height: 30px;
    border-bottom: 1px solid #ccc;
    line-height: 30px;
}

.top {
    width: 1200px;
    margin: 0 auto;
}

.top-left {
}

.top-right {
}

.top-right > li {
    float: left;
    position: relative;
    margin-right: 11px;
}

.top-right > li:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 13px;
    background-color: #ccc;
    top: 9px;
    right: -6px;
}

.top-right > li:last-child:after {
    display: none;
}
.header {
    width: 1200px;
    height: 120px;
    margin: 0 auto;
}

.header_log {}

.header_log img {
    margin-top: 30px;
    height: 60px;
}

.header_search {}

.header_search form {
    margin-top: 30px;
}

.header_search .keyword {
    margin-top: 5px;
    font-weight: 700;
}
.header_search .k2 {
    color: #000;
    font-size: 18px;
    background: url(/image/t.png)no-repeat left center;
    padding-left: 55px;
    margin-top: 30px;
    line-height: 30px;
}
.header_search .k2 strong {
    font-size: 35px;
    font-weight: bold;
    color: #C80F0F;
}
/*nav*/
.nav-search {
    border: 1px solid #efefef;
    width: 275px;
    height: 30px;
    margin: 8px 0 0 0;
}

.nav-search form {
    height: 30px;
    width: 275px;
    position: relative;
}

.nav-search form select {
    position: absolute;
    top: 5px;
    left: 5px;
}

.nav-search form input[type=text] {
    position: absolute;
    width: 150px;
    height: 20px;
    top: 5px;
    left: 80px;
    border-left: 1px solid #efefef;
}

.nav-search form input[type=submit] {
    background: #2662ae;
    width: 40px;
    height: 30px;
    color: #fff;
    position: absolute;
    right: 0px;
}

.nav-keyword {
    position: absolute;
    right: 0px;
    bottom: 8px;
}

.nav-keyword h1 {
    font-weight: 700;
    display: inline-block;
}
#nav {
    background: #2662ae;
    height: 46px;
}

.nav {
    width: 1200px;
    margin: 0 auto;
}

.nav>li {
    float: left;
    width: 140px;
    line-height: 46px;
    text-align: center;
    position: relative;
}
.nav>li:last-child {
    background: none;
}

.nav>li a {
    color: #fff;
    display: block;
    font-size: 16px;
}

.nav>li.list {
    position: relative;
}

.nav>li.list .list_ul {
    position: absolute;
    left: 0;
    display: none;
    width: 140px;
    z-index: 9999;
}

.nav>li.list .list_ul>li {
    position: relative;
    background: #efefef;
}

.nav>li.list .list_ul>li a {
    color: #555;
}

.nav>li.list .list_ul>li ul.list_children {
    position: absolute;
    z-index: 99999;
    top: 0px;
    left: 140px;
    width: 120px;
    display: none;
}

.nav>li.list .list_ul>li ul.list_children li {
    background: #efefef;
    position: relative;
}

.nav>li.list .list_ul>li ul.list_children li a {
    color: #555;
}
.nav > li.active{
    background: #ff552e;
}
/*toproll*/
#toproll {
    height: 51px;
    position: relative;
    z-index: 9999;
}

.toproll {
    width: 1200px;
    height: 51px;
    position: relative;
    margin: 0 auto;
}
.toproll span{
    float: left;
    line-height: 51px;
    font-weight: bold;
}
.toproll h1 {
    float: left;
    width: 850px;
    line-height: 51px;
}
/*顶部新闻滚动*/
.swiper_wrap {
    position: relative;
    width: 695px;
    height: 51px;
    margin: 0 auto;
    overflow: hidden;
}

.swiper_wrap ul {
    position: relative;
    top: 0;
    left: 0;
    width: 695px;
    float: right;
    color: #fff;
    font-size: 14px;
    margin-top: 1px;
}

.swiper_wrap ul li {
    line-height: 51px;
    padding-left: 24px;
}

.swiper_wrap .lt {
    position: absolute;
    left: -1px;
    top: 7px;
    font-family: "宋体";
    font-weight: bold;
    color: #AAAAAA;
}

.swiper_wrap .gt {
    position: absolute;
    right: 26px;
    top: 7px;
    font-family: "宋体";
    font-weight: bold;
    color: #AAAAAA;
}

.swiper_wrap .font_inner a {
    color: #fff;
}

.swiper_wrap a:hover {
    color: #FA9101;
}

/*banner*/
#banner {
    min-width: 1200px;
    position: relative;
}

/*标题样式*/
.box-title {
    position: relative;
}

.box-title:before, .box-title:after {
    content: '';
    position: absolute;
}

/*首页主体*/
#index {
    width: 1200px;
    margin: 15px auto;
}

/*首页关于我们*/
#index-about {
    width: 650px;
    height: 250px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

.index-about-title {
    height: 40px;
}

.index-about-title:before {
    width: 3px;
    height: 20px;
    top: 10px;
    left: 8px;
    background: #2662ae;
}

.index-about-title:after {
    width: 630px;
    height: 1px;
    top: 45px;
    left: 10px;
    background: #eee;
}

h2.index-about-h2 {
    line-height: 40px;
    font-size: 17px;
    font-weight: 700;
    display: inline-block;
    margin-left: 20px;
}

h3.index-about-h3 {
    line-height: 40px;
    font-size: 14px;
    display: inline-block;
}

.index-about-contact {
    padding: 20px;
}

.index-about-text {
    width: 350px;
}

.index-about-img {
    width: 250px;
}

/*首页联系我们*/
#index-connect {
    width: 530px;
    border: 1px solid #ccc;
    height: 250px;
    margin-bottom: 20px;
}

.index-connect-title {
    height: 40px;
}

.index-connect-title:before {
    width: 3px;
    height: 20px;
    top: 10px;
    left: 8px;
    background: #2662ae;
}

.index-connect-title:after {
    width: 510px;
    height: 1px;
    top: 45px;
    left: 10px;
    background: #eee;
}

h2.index-connect-h2 {
    line-height: 40px;
    font-size: 17px;
    font-weight: 700;
    display: inline-block;
    margin-left: 20px;
}

h3.index-connect-h3 {
    line-height: 40px;
    font-size: 14px;
    display: inline-block;
}

.index-connect-contact {
    padding: 20px;
}

/*首页新闻*/
#index-cnew, #index-inew {
    width: 590px;
    border: 1px solid #ccc;
    height: 300px;
    margin-bottom: 20px;
}

.index-cnew-one {
    padding: 20px 20px 10px 20px;
    position: relative;
}

.index-cnew-one-img {
    position: absolute;
    width: 75px;
    height: 75px;
}

.index-cnew-one h4 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-left: 85px;
}

.index-cnew-one span {
    margin-left: 85px;
    display: block;
}

.index-new-title {
    height: 40px;
}

.index-new-title:before {
    width: 3px;
    height: 20px;
    top: 10px;
    left: 8px;
    background: #2662ae;
}

.index-new-title:after {
    width: 570px;
    height: 1px;
    top: 45px;
    left: 10px;
    background: #eee;
}

h2.index-new-h2 {
    line-height: 40px;
    font-size: 17px;
    font-weight: 700;
    display: inline-block;
    margin-left: 20px;
}

h3.index-new-h3 {
    line-height: 40px;
    font-size: 14px;
    display: inline-block;
}

.index-new-list {
    padding: 20px;
}

.index-new-list > li {
    height: 29px;
    border-bottom: 1px dashed #ccc;
}

.index-new-list > li:last-child {
    border: none;
}

.index-new-list > li > a {
    display: inline-block;
    line-height: 29px;
}

.index-new-list > li > span {
    float: right;
    display: inline-block;
    line-height: 29px;
}

/*首页展品展示*/
#index-product {
    height: 300px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

.index-product-title {
    height: 40px;
}

.index-product-title:before {
    width: 3px;
    height: 20px;
    top: 10px;
    left: 8px;
    background: #2662ae;
}

.index-product-title:after {
    width: 1180px;
    height: 1px;
    top: 45px;
    left: 10px;
    background: #eee;
}

h2.index-product-h2 {
    line-height: 40px;
    font-size: 17px;
    font-weight: 700;
    display: inline-block;
    margin-left: 20px;
}

h3.index-product-h3 {
    line-height: 40px;
    font-size: 14px;
    display: inline-block;
}

.index-product-sort {
    padding: 20px;
    width: 200px;
    position: relative;
}

.index-product-sort:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 230px;
    background: #ccc;
    top: 18px;
    right: 0;
}

.index-product-sort > li {
    height: 40px;
    margin: 10px 0px;
    position: relative;
}

.index-product-sort > li > a {
    display: block;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    background: #efefef;
}

.index-product-sort > li > a:hover {
    background: #2662ae;
    font-size: 15px;
    color: #fff;
}

.index-product-scroll {
    padding: 20px;
    width: 918px;
}

.index-product-scroll-title {
    text-align: center;
    line-height: 24px;
}

/*首页案例展示*/
#index-case {
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

.index-case-title {
    height: 40px;
}

.index-case-title:before {
    width: 3px;
    height: 20px;
    top: 10px;
    left: 8px;
    background: #2662ae;
}

.index-case-title:after {
    width: 1180px;
    height: 1px;
    top: 45px;
    left: 10px;
    background: #eee;
}

h2.index-case-h2 {
    line-height: 40px;
    font-size: 17px;
    font-weight: 700;
    display: inline-block;
    margin-left: 20px;
}

h3.index-case-h3 {
    line-height: 40px;
    font-size: 14px;
    display: inline-block;
}

.index-case-scroll {
    padding: 20px;
}

/*首页友情链接*/
#index-link {
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

.index-link-title {
    height: 40px;
}

.index-link-title:before {
    width: 3px;
    height: 20px;
    top: 10px;
    left: 8px;
    background: #2662ae;
}

.index-link-title:after {
    width: 1180px;
    height: 1px;
    top: 45px;
    left: 10px;
    background: #eee;
}

h2.index-link-h2 {
    line-height: 40px;
    font-size: 17px;
    font-weight: 700;
    display: inline-block;
    margin-left: 20px;
}

h3.index-link-h3 {
    line-height: 40px;
    font-size: 14px;
    display: inline-block;
}

.index-link-list {
    padding: 20px;
}

.index-link-list > li {
    display: inline-block;
    height: 30px;
    border-bottom: 1px dashed #ccc;
    margin: 0 10px;
}

.index-link-list > li > a {
    display: block;
    line-height: 30px;
    font-size: 12px;
}

.index-link-list > li > a img {
    width: 16px;
    height: 16px;
    margin: 7px;
    margin-right: 12px;
}

.index-link-list > li > a h4 {
    display: inline-block;
}

/*底部*/
#footer {
    background: #666;
    padding: 20px 0;
}

.footer {
    width: 1200px;
    margin: 0px auto;
}

.footer-nav {
    background: #333;
    padding: 10px;
    border-radius: 5px;
    width: 720px;
    margin: 0 auto;
}

.footer-nav li {
    width: 100px;
    display: inline-block;
    margin: 0 8px;
    position: relative;
}

.footer-nav li:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 10px;
    background: #fff;
    top: 4px;
    right: -10px;
}

.footer-nav li:last-child:after {
    display: none;
}

.footer-nav > li > a {
    display: block;
    text-align: center;
    color: #fff;
}

/*关于我们页面*/
#page-about {
    width: 1200px;
    margin: 20px auto;
}

.page-about-left {
    width: 300px;
}

.left-box {
    border: 1px solid #efefef;
    margin-bottom: 15px;
}

.left-box:last-child {
    margin-bottom: 0px;
}

.left-box h2 {
    margin-bottom: 15px;
    position: relative;
    text-align: center;
    background: #2662ae;
    color: #fff;
    font: 400 20px/50px "微软雅黑";
}

.left-box ul {
    padding: 0 10px 10px 10px;
}

.left-box ul > li {
    border-bottom: 1px dashed #efefef;
    line-height: 45px;
    height: 45px;
    overflow: hidden;
}
.left-box ul > li a{
    overflow: hidden;
    font-size: 14px;
    color: #222;
    background: url(/image/about_li1.png) no-repeat 15px center;
    padding: 0 15px 0 40px;
}
.left-box ul > li a:hover{ color: #666666;}
.left-box-content p{font-size: 14px;line-height: 2em;padding-left: 20px;}
.contentr {
    float: right;
    width: 880px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 35px;
    background: #f7f7f7;
    border-bottom: 2px solid #2662ae;
}
.contentr h2 {
    float: left;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 0 10px;
    background: #2662ae;
}
.contentr span {
    float: right;
    font-size: 13px;
    padding-right: 18px;
}
.page-about-right {
    width: 880px;
    position: relative;
}

.page-about-right-title {
    font-size: 20px;
    font-weight: 700;
    padding: 20px;
    position: relative;
}

.page-about-right-title:before {
    position: absolute;
    content: '';
    width: 3px;
    height: 16px;
    top: 27px;
    left: 0px;
    background: #2662ae;
}

.page-frame {
    position: absolute;
    right: 0px;
    top: 25px;
    background: #f6f6f6;
    padding: 5px 10px;
    border-radius: 5px;
}

.page-frame li {
    float: left;
    margin-right: 15px;
    position: relative;
}

.page-frame li:after {
    position: absolute;
    content: '';
    background: url(/image/frame.png) no-repeat 50%;
    width: 15px;
    height: 15px;
    background-size: 15px;
    top: 1px;
    right: -15px;
}

.page-frame li:last-child {
    margin-right: 0px;
}

.page-frame li:last-child:after {
    display: none;
}
.page-content p{font-size: 16px;line-height: 28px;}
/*在线留言表单*/
.message-box {
    margin-bottom: 15px;
}

.message-box h3 {
    font-size: 17px;
    font-weight: 700;
    /* text-indent: 20px; */
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 15px;
}

.message-box h3:before {
    content: '';
    position: absolute;
    top: 27px;
    left: 0px;
    width: 100px;
    height: 2px;
    background: #2662ae;
}

.message-form {

}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: inline-block;
    font-size: 14px;
    width: 100px;
}

.form-group input, .form-group textarea {
    border-radius: 3px;
    border: 1px solid #ccc;
    padding: 5px;
    width: 50%;
}

.message-form button {
    width: 100px;
    height: 30px;
}

/*产品分类页面*/
#sort-product {
    width: 1200px;
    margin: 20px auto;
}

.sort-product-left {
    width: 300px;
    margin-bottom: 30px;
}

.sort-product-right {
    width: 880px;
    position: relative;
}

.sort-product-list li img {
    max-width: 100%;
    height: 175px;
}
.sort-product-list li {
    display: inline-block;
    width: 200px;
    margin: 10px 10px;
    float: left;
    box-shadow: 2px 2px 2px #efefef;
}

.sort-product-list li a {
    display: block;
    text-align: center;
}

.sort-product-list li a h3 {
    text-align: center;
    line-height: 30px;
}

.sort-new-list {
}

.sort-new-list li {
    border-bottom: 1px dashed #efefef;
    padding: 10px 5px;
    height: 100px;
}

.sort-new-list li a {
    display: block;
    position: relative;
}

.sort-new-list li a img {
    width: 120px;
    height: 100px;
}

.sort-new-list li a h3 {
    position: absolute;
    top: 0px;
    font-size: 14px;
    font-weight: 700;
}

.sort-new-list li a h4 {
    position: absolute;
    top: 80px;
    font-size: 14px;
    /*font-weight: 700;*/
}

.sort-new-list li a span {
    position: absolute;
    color: #888;
    top: 0px;
    right: 0px;
}

.sort-new-list li a p {
    position: absolute;
    top: 30px;
    line-height: 25px;
}

/*分页*/

.pagination {
    border-radius: 5px;
    padding: 5px;
    margin-top: 15px;
    margin-bottom: 20px;
    text-align: center;
}

.pagination li {
    display: inline-block;
    font-size: 14px;
    border: 1px solid #bdbdbd;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border-radius: 5px;
}

.pagination li a {
    display: block;
    color: #2662ae;
}
.pagination li.active{
    background-color: #2662ae;
    color: #fff;}
/*相关信息*/

.ln-box {
    margin-top: 20px;
    margin-bottom: 20px;
}

.ln-box h3 {
    font-size: 17px;
    font-weight: 700;
    /* text-indent: 20px; */
    position: relative;
    padding-bottom: 12px;
}

.ln-box h3:before {
    content: '';
    position: absolute;
    top: 27px;
    left: 0px;
    width: 100px;
    height: 2px;
    background: #2662ae;
}

.ln-box ul {
}

.ln-box ul li {
    border-bottom: 1px dashed #efefef;
    width: 50%;
    float: left;
}

.ln-box ul li a {
    display: block;
    line-height: 30px;
}

/*产品详情*/
#info-product {
    width: 1200px;
    margin: 20px auto;
}

.info-product-left {
    width: 300px;
}

.info-product-right {
    width: 880px;
    position: relative;
}

#info-product-image {
    width: 400px;
    margin: 0 auto;
}

.info-parameter {
    margin: 10px 0;
    height: 30px;
    padding: 0 10px;
    background: #2662ae;
    line-height: 30px;
    color: #fff;
    display: inline-block;
}
.info-content p {
    font-size: 14px;
    line-height: 20px;
}
/*相邻详细信息*/
.info-siblings {
    margin: 15px 0;
    border-top: 1px dashed #efefef;
}

.info-siblings li {
    display: inline-block;
    line-height: 30px;
}

.info-siblings li:first-child {
    margin-right: 20px;
}

/*网站导航*/
#map {
    width: 1200px;
    margin: 20px auto;
}

#map li {
    display: inline-block;
    margin: 5px;
    padding: 5px 8px;
    background: #efefef;
}

.cont1 {
    background: url(/image/bj1.jpg) no-repeat center top;
    -o-background-size: cover;
    background-size: cover;
    padding: 5.375rem 0 4.0625rem;
}

.wh {
    width: 1200px;
    margin: 0 auto;
}


.ta {
    text-align: center;
}

.title {
    font-weight: bold;
    font-size: 2.25rem;
    line-height: 2.5rem;
    color: #000000;
}

.subtitle {
    font-size: 1.375rem;
    line-height: 1.875rem;
    color: #777777;
    margin: 0.5rem 0 0.375rem;
}

.en_title {
    font-size: 1.125rem;
    line-height: 1.875rem;
    text-transform: uppercase;
    color: #969696;
    position: relative;
    z-index: 9;
    width: 42%;
    display: block;
    margin: 0 auto;
}

.en_title::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0%;
    height: 1px;
    background: #000;
    opacity: 0.3;
    width: 33.5%;
    z-index: -1;
}

.en_title span {
    padding: 0 2.1875rem;
}

ul.fenl {
    display: block;
    text-align: center;
    margin: 30px auto;
}

ul.fenl li {
    display: inline-block;
    background: #0256ac;
    padding: 0 20px;
    line-height: 37px;
    margin-right: 10px;
    margin-bottom: 10px;
}

ul.fenl li a {
    color: #fff;
    font-size: 16px;
}

.flex_left1 {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}

.cont1 .a1_list1 li {
    width: 23%;
    padding: 0 0;
    margin-top: 2.25rem;
    margin-right: 15px;
}

.cont1 .a1_list1 li img{
    width: 100%
}

.cont1 .a1_list1 li a.a {
    display: block;
    background: #fff;
    -webkit-filter: drop-shadow(0.1875rem 0.5rem 0.5rem rgba(180, 176, 176, 0.25));
    filter: drop-shadow(0.1875rem 0.5rem 0.5rem rgba(180, 176, 176, 0.25));
}

.cont1 .a1_list1 li a.a .img {
    padding: 1rem;
    overflow: hidden;
}

.cont1 .a1_list1 li a.a .img img {
    width: 100%;
    height: 218px;
    object-fit: cover;
}

.cont1 .a1_list1 li a.a p {
    color: #000000;
    font: 500 1.125rem/1.5em "sourcehansans";
    padding: 10px;
    text-align: center;
    border-top: 1px solid #EAEAEA;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.cont1 .a1_list1 {
    margin: 0 -1%;
}

.en_title::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0%;
    height: 1px;
    background: #000;
    opacity: 0.3;
    width: 33.5%;
    z-index: -1;
}

.fang {
    overflow: hidden;
}

.index_seven {
  background: url(/image/11.png) no-repeat;
  background-size: cover;
  padding: 4.6875rem 0 5rem;
}

.index_seven.list_pro_five {
  background: transparent;
}

.index_seven.list_pro_five ul::before {
  background: #b2b2b2;
  opacity: 1;
}

.index_seven.list_pro_five .en_title::before,
.index_seven.list_pro_five .en_title::after {
  background: #000;
}

.index_seven.list_pro_five ul li .circle {
  border: 1px solid #b2b2b2;
  color: #0256ac;
}

.index_seven.list_pro_five ul li .name {
  color: #3A3A3A;
}

.index_seven .en_title::before,
.index_seven .en_title::after {
  background: #fff;
  opacity: 0.3;
}

.index_seven ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-top: 2.625rem;
  z-index: 4;
}

.index_seven ul::before {
  content: "";
  position: absolute;
  bottom: 3.875rem;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0.3;
  z-index: -1;
}

.index_seven ul li {
  flex: 1 0 0;
  text-align: center;
}

.index_seven ul li .name {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #FFFFFF;
  padding-top: 0.625rem;
}

.index_seven ul li:hover .icon img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_seven ul li .circle {
  width: 2.75rem;
  height: 2.75rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: #0256ac;
  border-radius: 50%;
  margin: 0 auto;
  font-weight: 600;
}

.index_seven ul li .icon {
  margin-bottom: 0.875rem;
}

.index_seven ul li .icon img {
  height: 6.4375rem;
  width: 6rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}


.more-msl1 {
    display: inline-block;
    color: #9D9D9D;
    text-decoration: none;
    position: relative;
    z-index: 2;
    overflow: hidden;
    white-space: nowrap;
    font: 500 1rem/3.125rem "sourcehansans";
    border-radius: 1.5625rem;
    width: 10rem;
    text-align: center;
    background: transparent;
    border: 1px solid #9D9D9D;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.cf {
    color: #fff !important;
}

.index_eight {
  padding: 4.6875rem 0;
}

.index_eight .left,
.index_eight .right {
  padding: 0 1.375rem;
}

.index_eight .row.mt50 {
  margin-left: -1.375rem;
  margin-right: -1.375rem;
}

.index_eight .more {
  margin-top: 5rem;
}

.index_eight ul li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.index_eight ul li:not(:last-child) {
  margin-bottom: 3.75rem;
}

.index_eight ul li .data {
  width: 5rem;
  height: 5rem;
  position: relative;
  background: #0256ac;
}

.index_eight ul li .data::before {
  content: "";
  position: absolute;
  top: 0.375rem;
  width: 1px;
  height: 80%;
  transform: rotate(45deg);
  background: #fff;
  left: 2.5rem;
}

.index_eight ul li .data div {
  font-weight: bold;
  font-size: 1.625rem;
  line-height: 1;
  text-transform: uppercase;
  color: #FFFFFF;
  display: inline-block;
  position: relative;
  top: 0.5rem;
  left: 0.5rem;
}

.index_eight ul li .data p {
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 1.375rem;
  text-transform: uppercase;
  color: #FFFFFF;
  display: inline-block;
  position: absolute;
  bottom: 0.875rem;
  right: 0.375rem;
}

.index_eight ul li .r {
  width: calc(92% - 5rem);
  padding-left: 1.875rem;
}

.index_eight ul li .r p {
    font-size: 20px;
    line-height: 27px;
    color: #0256ac;
    font-weight: bold;
}

.index_eight ul li .r div {
  font-size: 14px;
  line-height: 1.2rem;
  color: #4F4F4F;
}

.index_eight .right ul {
  margin-top: 7.5rem;
}

.left {
    float: left;
}

.right{
    float: right;
}

.r {
    float: right;
}

.col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.index_eight ul li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.mt50 {
    margin-top: 3.125rem;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-6 img{
    float: left;
    width: 95%;
}

.more {
  display: flex;
  align-items: center;
  line-height: 3.125rem;
  border-radius: 3.125rem;
  background: -moz-linear-gradient(50% 98.7% 90deg, #d35f5f 0%, #c60000 100%);
  background: -webkit-linear-gradient(90deg, #d35f5f 0%, #c60000 100%);
  background: -webkit-gradient(linear, 50% 98.7%, 50% 3.54%, color-stop(0, #d35f5f), color-stop(1, #c60000));
  background: -o-linear-gradient(90deg, #d35f5f 0%, #c60000 100%);
  background: -ms-linear-gradient(90deg, #d35f5f 0%, #c60000 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#D35F5F', endColorstr='#C60000' ,GradientType=0)";
  background: linear-gradient(0deg, #d35f5f 0%, #c60000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C60000', endColorstr='#D35F5F', GradientType=0);
  display: inline-block;
  font-weight: bold;
  font-size: 1rem;
  color: #FFFFFF;
}

.more .flex {
  padding: 0 0.3125rem;
  position: relative;
  z-index: 8;
}

.more .flex::before {
  content: "";
  position: absolute;
  top: 0.3125rem;
  left: 0.3125rem;
  width: 0;
  height: calc(100% - .625rem);
  background: #fff;
  z-index: -1;
  border-radius: 3.125rem;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.more .flex div {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  margin-top: 5px;
}

.more .flex div img {
  height: 1.375rem;
}

.more .flex span {
  padding: 0 1.125rem;
}

.more:hover .flex::before {
  width: calc(100% - .625rem);
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.more:hover .flex span {
  color: #c80f0f;
}

.more.bgt {
  border: 1px solid #c80f0f;
  background: transparent;
  color: #c80f0f;
}

.more.bgt>div div {
  background: -moz-linear-gradient(13.62% 17.12% -42.11deg, #d35f5f 0%, #c60000 100%);
  background: -webkit-linear-gradient(-42.11deg, #d35f5f 0%, #c60000 100%);
  background: -webkit-gradient(linear, 13.62% 17.12%, 79.83% 76.96%, color-stop(0, #d35f5f), color-stop(1, #c60000));
  background: -o-linear-gradient(-42.11deg, #d35f5f 0%, #c60000 100%);
  background: -ms-linear-gradient(-42.11deg, #d35f5f 0%, #c60000 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#D35F5F', endColorstr='#C60000' ,GradientType=0)";
  background: linear-gradient(132.11deg, #d35f5f 0%, #c60000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D35F5F', endColorstr='#C60000', GradientType=1);
}

.more.bgt>div img {
  filter: brightness(0) invert(1);
}

.more.bgt .flex::before {
  background: #c80f0f;
}

.more.bgt:hover span {
  color: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_six {
  background: url(/image/6.jpg) no-repeat;
  background-size: cover;
  padding: 4.6875rem 0;
  position: relative;
  z-index: 5;
}

.index_six .swiper_six2 .swiper-slide {
  text-align: center;
}

.index_six .swiper-slide img {
  height: 21.25rem;
  object-fit: cover;
}

.index_six .swiper-slide .name {
  font-size: 1.125rem;
  line-height: 1.875rem;
  height: 3.75rem;
  color: #606060;
  margin-top: 0.625rem;
}

.index_six.list_pro_four::before {
  display: none;
}

.index_six.list_pro_four .index_qiehuan {
  margin-top: 2.5rem;
}

.index_six.list_pro_four .top .left {
  background: transparent;
  order: 2;
}

.index_six.list_pro_four .top .right {
  order: 1;
}

.index_six::before {
  content: "";
  position: absolute;
  bottom: 4.375rem;
  left: 0;
  width: 100%;
  height: 70%;
  background: url(/image/9.png) no-repeat;
  background-size: cover;
  z-index: -1;
}

.index_six .top {
  display: flex;
  background: #ffffff;
  margin: 1.875rem 0 3.4375rem;
  padding-bottom: 2.3rem;
}

.index_six .left {
  width: 37%;
  position: relative;
}

.index_six .left .over {
  position: relative;
  top: 1.125rem;
  left: 1.125rem;
  height: 100%;
}

.index_six .left .over img {
  height: 100%;
  object-fit: cover;
  max-width: 100%;
}

.index_six .right {
  width: 63%;
  padding: 0 2.1875rem 0 4.6875rem;
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.index_six .right .text {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    line-height: 2;
    text-align: justify;
    text-indent: 0;
    font-size: 14px;
}

.index_six .right .felx_about {
  margin-top: 1.875rem;
}

.index_six .sum>div {
  display: none;
}

.index_six .sum>div.active {
  display: block;
}

.index_six .en_title::before,
.index_six .en_title::after {
  background: #fff;
  opacity: 0.3;
}

.more_4 {
  display: flex;
  align-items: center;
  font-size: 1rem;
  text-transform: uppercase;
  color: #707070;
}

.more_4:hover {
  color: #c80f0f;
}

.more_4:hover div {
  border-color: #c80f0f;
  transform: translateX(0.25rem);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.more_4:hover div .iconfont {
  color: #c80f0f;
}

.more_4 div {
  width: 2rem;
  height: 2rem;
  border-radius: 0.3125rem;
  border: 1px solid #707070;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.more_4 div .iconfont {
  font-size: 1rem;
  display: block;
  font-weight: 600;
}

.felx_about {
  display: flex;
  align-items: center;
}

.felx_about .more {
  margin: 0 1.875rem 0 4.375rem;
}

.felx_about .tel {
  font-weight: bold;
  font-size: 2rem;
  color: #C80F0F;
  font-family: Impact;
  letter-spacing: 0.5px;
  margin-top: 1px;
}

.cont3 {
  padding: 5.625rem 0;
  background: #fff url(/image/9.png) no-repeat;
  background-position-x: center;
  background-position-y: 9.5625rem;
  min-height: 100px;
  overflow: hidden;
}

.cont3 .a3_v1 {
    margin-top: 3.5rem;
    min-height: 100px;
    overflow: hidden;
}

.cont3 .a3_v1 .a3_b1 {
    width: 40%;
    background: #F2F3F5;
    border-radius: 0px 3.125rem;
    padding: 1.875rem;
    float: left;
}

.cont3 .a3_v1 .a3_b1 dl span {
    display: block;
    color: #A5A5A5;
    font: 500 1.125rem/1.4em "sourcehansans";
}

.cont3 .a3_v1 .a3_b1 dl a.name {
    display: block;
    color: #000000;
    font: 500 1.25rem/1.5em "sourcehansans";
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0.2em 0 0.82em;
}

.cont3 .a3_v1 .a3_b1 dl .img {
    padding-bottom: 65%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
}

.cont3 .a3_v1 .a3_b1 dl .img img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.cont3 .a3_v1 .a3_b2 {
    width: 50%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    background: #fff;
    float: right;
}

.cont3 .a3_v1 .a3_b2 li {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    height: -webkit-calc(100%/3);
    height: -moz-calc(100%/3);
    height: calc(100%/3);
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
    margin-bottom: 30px;
}

.cont3 .a3_v1 .a3_b2 li a.a {
    padding: 6.6% 1.5rem;
}

.cont3 .a3_v1 .a3_b2 li a.a .xw-a1 {
    width: 76%;
    float: left;
}

.cont3 .a3_v1 .a3_b2 li a.a .xw-a1 .name {
    color: #000000;
    font: 500 1.125rem/1.35em "sourcehansans";
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.cont3 .a3_v1 .a3_b2 li a.a .xw-a1 .cont {
    color: #555;
    font: 500 14px/26px "sourcehansans";
    margin-top: 1rem;
}

.line2 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.cont3 .a3_v1 .a3_b2 li a.a .xw-a2 {
    width: 18%;
    text-align: right;
    float: right;
}

.cont3 .a3_v1 .a3_b2 li a.a .xw-a2 span {
    color: #A5A5A5;
    font: 500 1.125rem/1.35em "sourcehansans";
    display: block;
}

.cont3 .a3_v1 .a3_b2 li a.a .xw-a2 .jta {
    border-left: 1px solid #D4D4D4;
    padding-left: 0.8em;
    display: inline-block;
    margin-top: 1.4rem;
}

.cont3 .a3_cas1 {
    margin-top: 3rem;
}

.foot,
.beian {
  background: #131B33;
  background: url(/image/foot1.png) center repeat #1d1e22;
  position: relative;
}

.foot a {
  color: #fff;
}

.foot .foot_div {
  display: flex;
  justify-content: space-between;
  line-height: 1.8;
  color: #A1A4AD;
}

.foot .foot_div a {
  color: #A1A4AD;
}

.foot .foot_div a:hover,
.foot .foot_div ul li:first-child a:hover {
  color: #0256ac;
}

.foot .foot_div ul li:first-child a {
  color: #FFF;
}

.foot .foot_div ul:nth-of-type(5) li:not(:first-child) {
  margin-bottom: .625rem;
}

.foot .foot_div ul:nth-of-type(5) li i {
  display: inline-block;
  width: 2.875rem;
  height: 2.875rem;
  line-height: 2.875rem;
  text-align: center;
  border: #FFF solid 1px;
  border-radius: 50%;
  margin-right: 1.25rem;
  color: #FFF;
}

.foot .foot_div li a {
  display: block;
}


.foot .foot_div .social-share {
  display: flex;
  text-align: center;
  margin-bottom: 1.25rem;
}

.foot .foot_div .social-share a {
  margin-right: .625rem
}

.foot .foot_div .foot_div_inp {
  border-bottom: 1px solid #949494;
  padding-bottom: 6px;
  width: 18rem;
}

.foot .foot_div .foot_div_inp input {
  width: 80%;
  border: beige;
  background: transparent;
  height: 2.1875rem;
  float: left;
  color: #FFF;
}

.foot .foot_div .foot_div_inp input::-webkit-input-placeholder {
  color: #9C9C9C;
  font-size: .8125rem;
}

.foot .foot_div .foot_div_inp button {
  background: transparent;
  border: none;
  width: 20%;
  color: #fff;
  font-size: 1.125rem;
  float: right;
  transition: all .6s;
}

.foot .foot_div .foot_div_inp:hover button {
  padding-left: 1.5rem;
  transition: all .6s;
}

.foot .foot_div .foot_div_inp button i {
  color: #9B9B9B;
}

.beian .foot_fix {
  padding: 1.5625rem 0;
  /* border-top: 1px solid rgba(149, 149, 149, 0.1); */
  color: #A1A4AD;
  font-size: 14px;
}

.beian .foot_fix a {
  color: #A1A4AD;
}

.beian .foot_fix a:hover {
  color: #0256ac;
}



.foot_fix2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.foot_fix2 .link2 {
  margin-left: 1rem;
}

.link {
  display: flex;
  position: relative;
  z-index: 4;
  width: 6.25rem;
  flex-direction: column;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.link h5 {
  display: flex;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1rem;
  line-height: 1.625rem;
  height: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.link h5 img {
  width: 0.4375rem;
  height: 0.8125rem;
  margin-left: 0.3125rem;
}

.link ul {
  display: none;
  float: left;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 100%;
  background: rgba(0, 0, 0, 0.9);
  padding: 0.375rem 0;
  bottom: 3.275rem;
}

.link ul li {
  float: left;
  width: 100%;
}

.link ul li a {
  float: left;
  width: 100%;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.875rem;
  line-height: 1.5rem;
  padding: 0 6px;
}

.link ul li a:hover {
  color: #fff;
}




.beian .beian_div {
  background: url(/image/foot1.png) center repeat #1d1e22;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;

}

.beian .beian_div:after {
  float: left;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  content: '';
  background: rgba(0, 0, 0, 0.3);
}

.beian .beian_div .foot_fix a {
  z-index: 4;
}

.beian .beian_div .foot_fix a:hover {
  color: #fff;
  cursor: pointer;
}



.link2 {
  display: flex;
  position: relative;
  z-index: 4;
  width: 6.25rem;
  flex-direction: column;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.link2 h5 {
  display: flex;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1rem;
  line-height: 1.625rem;
  height: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.link2 h5 img {
  width: 0.4375rem;
  height: 0.8125rem;
  margin-left: 0.3125rem;
}

.link2 ul {
  display: none;
  float: left;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 100%;
  background: rgba(0, 0, 0, 0.9);
  padding: 0.375rem 0;
  bottom: 3.275rem;
}

.link2 ul li {
  float: left;
  width: 100%;
}

.link2 ul li a {
  float: left;
  width: 100%;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.875rem;
  line-height: 1.5rem;
  padding: 0 6px;
}

.link2 ul li a:hover {
  color: #fff;
}


.foot .nav {
  float: left;
  display: flex;
  flex-direction: column;
  width: 28.4%;
}

.foot .nav h2 {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 18px;
  line-height: 2.125rem;
  font-weight: bold;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 1.0625rem;
  padding-bottom: 1.25rem;
}

.foot .nav h2 a {
  float: right;
  width: 7.625rem;
  text-align: center;
  background: #14264e;
  border-radius: 3px;
  color: #fff;
  font-size: 1rem;
  line-height: 2.125rem;
  border: 1px solid #14264e;
  font-weight: normal;
}

.foot .nav h2 a:hover {
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.foot .nav ul {
  float: left;
  display: flex;
  flex-wrap: wrap;
}

.foot .nav ul li {
  float: left;
  display: flex;
  color: #fff;
  font-size: 14px;
  line-height: 1.875rem;
  min-width: 33.33%;
}

.foot .nav .ul li {
  padding-left: 22px;
  position: relative;
}

.foot .nav .ul li img {
  float: left;
  position: absolute;
  left: 0;
  top: 0.4375rem;
  width: 1rem;
  height: 1rem;
}

.foot .nav ul li a {
  float: left;
  color: #fff;
}

.foot .nav ul li a:hover {
  opacity: 0.6;
}

.foot .weima {
  display: flex;
  margin-top: 0.5625rem;
}

.foot .weima .l1 {
  float: left;
  width:8.625rem;
  display: block;
}

.foot .weima ._l1 {
  margin-left: 1.5rem;
}

.foot .weima i {
  float: left;
  width: 100%;
  line-height: 0;
}

.foot .weima h6 {
  float: left;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 1.625rem;
  margin-top: 1.125rem;
}

.foot .line {
  float: left;
  width: 1px;
  height: 9.375rem;
  position: relative;
  background: rgba(255, 255, 255, 0.2);
  margin-top: 0.4375rem;
}

.pb50 {
    padding-bottom: 3.125rem;
}

.pt50 {
    padding-top: 3.125rem;
}