﻿@charset "utf-8";
/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* sliuctural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}

input,textarea {border: 2 none; -webkit-box-shadow: none; box-shadow: none; outline: none;}

/* 设置默认字体 */
body,
button, input, select, textarea {
    font-family: "Microsoft Yahei"; color: #666; font-size: 13px;
}

h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}
h4, h5, h6 {font-size: 100%;}
* h1,* h2,* h3,* h4,* h5,* h6{margin: 0px;} /*覆盖bootsliape对标题加的默认外边距*/

address, cite, dfn, em, i, var {font-style: normal;} /* 斜体扶正 */

/* 重置列表元素 */
ul, ol ,li{list-style: none;}

/* 重置文本格式元素 */
a {text-decoration: none; color: #666; word-wrap:break-word;}/*英文换行*/
a:hover {text-decoration: none; }


/* 重置表单元素 */
legend {color: #000;} /* for ie6 */
fieldset, img {border: none;} /* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea {
    font-size: 100%; /* 使表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
body {overflow-y: scroll;}

/*设置浮动*/
.fl,.pull-left {float: left;}
.fr,.pull-right {float: right;}
.pr{position: relative;}
.pa{position: absolute;}

.clear{ clear:both; height: 0; overflow: hidden;}
.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}

.box,.content,.w1360,.width-1360{ width:1360px; margin:0 auto;}
/* -- 内页布局 -- */
.page_bg { padding:20px 0 20px; background:#fff;}
.page_main { margin: 0 auto; width: 1360px;}  /*版面宽度*/
.page_content{ width:1060px;} /*右边宽度*/
.page_left{ width:300px;} /*左边宽度*/
.page_full{ width:100%;}
.dis,.hide{ display:none;}

.line-clamp-1{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.line-clamp-2{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.line-clamp-3{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.header_bg{overflow:hidden;border-bottom: 1px solid #e4e4e4;}
.header_d{display: flex;align-items: center;}
.header_r{display: flex;height: 120px;position: relative;align-items: center;margin-left: 30px;padding-left: 28px;justify-content: space-between;width: 100%;}
.header_r:after{position: absolute;content: "";background: url(../images/header_bg.png) no-repeat;width: 1600px;height: 100%;top: 0;left: 0px;z-index: -1;}
.header_title b{font-size: 30px;color: #fff;}
.header_title p{font-size: 18px;color: #85a3d6;}
.header_pho{display: flex;align-items: center;background: url(../images/header_bg1.png) no-repeat;height: 120px;position: relative;top: 0;left: 5px;padding-left: 35px;}
.header_pho span{font-size: 50px;color: #fff;display: inline-block;border-radius: 100%;text-align: center;line-height: 50px;margin-right: 18px;}
.header_pho p{font-size: 16px;color: #fff;}
.header_pho b{font-size: 36px;color: #5ec127;}


/*nav*/
.nav_c ul{display: flex;height: 80px;overflow:hidden;}
.nav_c ul li{position: relative;}
.nav_c ul li{width: 10%;height: 100%;line-height: 80px;overflow:hidden;}
.nav_c ul li a{text-align: center;color: #333;font-size: 18px;display: block;}

.nav_c>ul>li.on>a, .nav_c>ul>li:hover>a{color: #fff;font-weight: bold; background: #1b4996;}
.nav_c ul li:hover:after,.nav_c ul li.on:after{opacity: 1;}

.pro_title{text-align: center;margin: 60px 0 36px;}
.pro_title b{font-size:36px;position: relative;display: inline-block;}
.pro_title b span{font-size: 36px;font-weight: bold;color: #1b4996;position: relative;display: inline-block;}
.pro_title b:after,.pro_title b:before{position: absolute;content: "";width: 266px;height: 1px;background: #e1e1e1;top: 26px;}
.pro_title b:after{left: 360px;}
.pro_title b:before{right:360px;}
.pro_title b span:before,.pro_title b span:after{position: absolute;content: "";width: 11px;height: 1px;background: #1b4996;top: 26px;}
.pro_title b span:before{left: -190px;}
.pro_title b span:after{left: 214px;z-index: 5;}
.pro_title>span{display: block;margin-top: 8px; color: #1b4996;
    font-size: 30px;}

.pro_d{display: flex;justify-content: space-between;}

.pro_l{width:22.5%;background:#1b4996;}
.pro_l_n {
    width: 290px;
}
.pro_l_n .pro_ctit {
    margin: 0;
    padding: 47px 0;
}
.pro_l_n .pro_cn {
    margin-bottom: 0;
    padding-bottom: 36px;
}
.pro_ctit{text-align: center;margin:47px 0;}
.pro_ctit>b{font-size: 26px;color: #fff;}
.pro_ctit>p{font-size: 18px;color: #fff;}

.pro_cate {
    background: #fff;
    padding: 30px 21px 45px 28px;
    width: 79%;
    margin: 0 auto;
}

.cate_t {
    font-size: 16px;
    display: block;
    position: relative;
    padding-left: 28px;
}

.cate_t:after {
    position: absolute;
    content: "\e600";
    font-family: "iconfont";
    font-size: 14px;
    color: #1b4996;
    top: 4px;
    left: 0px;
}

.cate_t:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #dbdbdb;
    bottom: -14px;
    left: 0;
}

.list_d {
    margin-top: 30px;position: relative;margin-bottom: 36px;
}
.list_d:last-child{margin-bottom:0px;}
.list_d>.list_content {
    display: flex;
    flex-wrap: wrap;
}

.list_d>.list_content .list_item {
    position: relative;
    margin: 0 7px;
    margin-bottom: 7px;
}

.list_d>.list_content .list_item:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 14px;
    background: #888888;
    top: 3px;
    left: -8px;
}

.list_d>.list_content .list_item a {
    color: #555;font-size:14px;
}
.list_d:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #dbdbdb;
    bottom: -15px;
    left: 0;
}
.pro_cn{width: 87%;margin:0 auto;margin-top: 28px;margin-bottom: 36px;}
.pro_cn b{font-size: 20px;color: #fff;position: relative;display: inline-block;padding-left: 36px;}
.pro_cn b:before{position: absolute;content: "\e657";font-family: "iconfont";color: #fff;top: 3px;left: 0;font-size: 20px;}
.pro_cn p{font-size: 16px;color: #7293cc;line-height: 24px;margin-top: 14px;}

.pro_r {
    width: 75.5%;
}
.pro_r_tab {
    border: 1px solid #dbdbdb;
}
.pro_r_tab ul {
    display: flex;
    justify-content: space-between;
}
.pro_r_tab li {
    text-align: center;
    width: 200px;
    height: 66px;
}
.pro_r_tab li a {
        font-size: 18px;
    display: inline-block;
    font-weight: normal;
    position: relative;
    margin-top: 21px;
    padding-left: 16px;
}
.pro_r_tab li a:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: #1b4996;
    top: 10px;
    left: 0;transition:.5s;
}
.pro_r_tab li a.on:hover:before {
    width: 8px;
    height: 8px;
    background: #1b4996;
    border-radius: 100%;
    top: 8px;
    left: 0px;
}

.pro_r_tab li a:after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 100%;
    top: 4px;
    left: -4px;
    transition: .5s;
    transform: scale(0);
}

.pro_r_tab li a.on:hover:after {
    background: rgba(27,73,150,0.46);
    transform: scale(1);
}
.pro_r_tab li a.on:hover {
    color: #1b4996!important;
    font-weight: bold;
}
.pro_r_tab li a.on{color: #1b4996!important;font-weight: bold;}
.pro_r_tab li a.on:after {
    background: rgba(27,73,150,0.46);
    transform: scale(1);
}
.pro_r_tab li a.on:before {
    width: 8px;
    height: 8px;
    background: #1b4996;
    border-radius: 100%;
    top: 8px;
    left: 0px;
}.pro_r_tab li a:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: #1b4996;
    top: 10px;
    left: 0;transition:.5s;
}
.pro_r_tab li a.on:hover:before {
    width: 8px;
    height: 8px;
    background: #1b4996;
    border-radius: 100%;
    top: 8px;
    left: 0px;
}

.pro_r_tab li a:after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 100%;
    top: 4px;
    left: -4px;
    transition: .5s;
    transform: scale(0);
}

.pro_r_tab li a.on:hover:after {
    background: rgba(27,73,150,0.46);
    transform: scale(1);
}
.pro_r_tab li a.on:hover {
    color: #1b4996!important;
    font-weight: bold;
}
.pro_r_tab li a.on{color: #1b4996!important;font-weight: bold;}
.pro_r_tab li a.on:after {
    background: rgba(27,73,150,0.46);
    transform: scale(1);
}
.pro_r_tab li a.on:before {
    width: 8px;
    height: 8px;
    background: #1b4996;
    border-radius: 100%;
    top: 8px;
    left: 0px;
}
.pro_r_d li {
    background: #fafafa;
    padding:30px 37px;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    flex-shrink: 0;
}
.pro_r_content {
    margin-top: 15px;
    height: 547px;
    overflow: hidden;
}
.pro_r_content li {
    margin-right: 2%;
    width: 32%;
    float: left;
}
.pro_r_content li:nth-child(3n) {
    margin-right: 0;
}
.pro_r_content li .prod_r_img {
    position: relative;
    border: 3px solid #d9d9d9;
    transition: 0.3s;
}
.pro_r_content li .prod_r_img img {
    display: block;
    width: 100%;
}
.pro_r_content li .prod_r_img:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    transition: all .5s;
    opacity: 0;
}
.pro_r_content li .prod_r_img:before {
    position: absolute;
    content: "查看详情";
    width: 46%;
    height: 30px;
    background: #1b4996;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-radius: 50px;
    line-height: 30px;
    bottom: 16%;
    left: 50%;
    transition: all .5s;
    opacity: 0;
    z-index: 2;
    transform: translatex(-50%);
}
.pro_r_content li:hover .prod_r_img:after {
    opacity: 1;
}
.pro_r_content li:hover .prod_r_img:before {
    bottom: 49%;
    opacity: 1;
}
.pro_r_content li:hover .prod_r_img {
    border-color: #1b4996;
}
.pro_r_content li .prod_r_t {
    text-align: center;
    height: 40px;
    line-height: 40px;
}
.pro_r_content li .prod_r_t span {
    display: block;
    font-size: 18px;
}

.pro_r_d_img{width: 51.2%;}
.pro_r_d_img img{width: 100%; display: block;}
.pro_r_txt{width: 45.5%}
.pro_r_txt b{font-size: 22px;color: #1b4996;}
.iig{margin:25px 0 31px;}
.iig img {width: 100%;}
.pro_tt,.pro_sj p{font-size: 18px;color: #333;position: relative;padding-left: 25px;}
.pro_tt:before{position: absolute;content: "\e60f";font-family: "iconfont";top: 4px;left: 0;font-size:18px;}
.pro_sj p{padding-left: 28px;}
.pro_bz{line-height: 24px;margin:20px 0 24px;}
.pro_bz p{color: #777777;font-size: 14px;}
.pro_sj p:before{position: absolute;content: "\e63a";font-family: "iconfont";top: 2px;left: 0;font-size:18px;}
.pro_sj table{margin-top: 17px;text-align: center;    border-color: rgba(255,255,255,.5);
    background: #fff;}
.pro_sj table td{padding:10px;font-size: 14px;}
.pro_sj table td b{font-size: 16px;color:#333;}




/*select*/
.sel_bc{background: #1b4996;width: 100%;padding: 42px 0 71px; margin-top: 80px;}
.sel_c>div{text-align: center;position: relative;margin-bottom: 20px;}
.sel_c>div b{font-size: 42px;color: #fff;display: block;position: absolute;top: 29px;width:100%;}
.sel_c>div p{font-size: 84px;color: rgba(255,255,255,0.07);text-transform: uppercase;font-weight: bold;}
.sel_c>ul{display: flex;justify-content: center;}
.sel_c>ul>li{padding: 32px 30px;width: 25%;height: 239px;transition:all 0.5s ease;}
.sel_c>ul>li:hover{transform:translateY(-10px);}
.sel_c>ul>li:nth-child(even){background: #315799;}
.sel_c>ul>li:nth-child(odd){background: #305ba6;}
.sel_c>ul>li>span{display: block;font-size: 42px;color: #fff;}
.sel_c>ul>li:last-child>span{font-size:72px;line-height:42px;}
.sel_c>ul>li>p{color: #fff;font-size: 18px;margin:25px 0 12px;}
.sel_c>ul>li>div{font-size: 14px;line-height: 24px;color: #8aa8db;}
.prm_info p>a:hover,.prm_in p>a:hover{
    font-size: 18px;
}

.prm_info p>a:hover>span,.prm_in p>a:hover>span {
    font-size: 24px;
}

.from_tab{width:100%;display: flex;}
.from_tab>div{width:calc((100% - 3vw) / 4);box-shadow: 0 0 13px 0px rgba(0, 0, 0, 0.1);display: flex;overflow:hidden;}
#feedback_form {height: 60px;margin-top: 38px;}
.col4{float: left;width: 16.7vw;height: 60px;background: #fff;}
.col4+.col4{margin-left: 1vw;}
.col4 em{display: inline-block;font-size: 30px;color: #1b4996;margin-top: 12px;margin-left: 24px;}
.col4 input{height: 100%;width: calc(100% - 54px);margin-left: 16px;font-size: 16px;color: #999;}
.from_tab #tianxieone{float: left;margin-left: 20px;}
#tianxiethree{width:100%;height: 60px;background: #fff;display: flex;align-items: center;justify-content: space-between;}
#tianxiethree em{display: inline-block;font-size: 30px;color: #1b4996;margin-top:0px;margin-left: 24px;}
#tianxiethree>input{height: 100%;width: 58px;margin-left: 2px;font-size: 16px;color: #999;line-height: 60px;}
#tianxiethree #authcode{width:calc(100% - 246px)}
.feedback_btn{float:right;width:60px;height: 60px;text-align: center; margin-right: -1px;}
.feedback_btn .btns{line-height: 60px;width: 100%;background: #000;color: #fff;font-size: 16px; display: block;}
.f_wz{color:#999;font-size: 16px;}
input, textarea {
    outline: none;
    border: none;
}
em, i {
    text-transform: uppercase;
    vertical-align: top;
    display: block;
}
.fa_c{background: url(../images/feedback_bg.jpg) no-repeat;height: 267px;padding: 55px 63px 0;margin-top: 60px; margin-bottom: 60px;}
.fa_t{display: flex;justify-content: space-between;}
.fa_tit b{font-size: 36px;color: #fff;}
.fa_tit p{font-size: 36px;color: #fff;margin-top: 3px;}
.fa_ewm{display: flex;}
.fa_ewm p:first-child{padding:6px;background: #fff;}
.fa_ewm p:first-child img{display: block;}
.fa_ewm p:last-child{font-size: 14px;color: #999;background: #fff;width: 27px;height: 111px;text-align: center;padding-top: 16px;margin-left: 1px;line-height: 16px;}
.fa_ewm p img{width:99px;height:auto;}

/*PK*/
.pk_c{margin:55px auto 70px;}
.pk_info,.pk_wz{display: flex;justify-content: center;}
.pk_info div,.pk_info p,.pk_info b{font-size: 42px;text-align: center;height: 84px;line-height: 84px;}
.pk_info div{color: #666666;font-weight: bold;width: 40%;}
.pk_info p{color: #5ec127;font-weight: bold;width: 20%;}
.pk_info b{color: #1b4996;width: 40%;}
.pk_wz div,.pk_wz p,.pk_wz b{font-size: 30px;text-align: center;height: 84px;line-height: 84px;}
.pk_wz{margin-bottom: 10px;}
.pk_wz div{width: 40%;background: #666666;color: #fff;border-top-left-radius: 20px;border-bottom-left-radius: 20px;}
.pk_wz p{width: 20%;background: #e3e3e3;color: #1b4996;}
.pk_wz b{width: 40%;background: #1b4996;color: #fff;border-top-right-radius: 20px;border-bottom-right-radius: 20px;}
.adv_tit{text-align: center;}
.adv_tit b{position: relative;font-size: 42px;color: #1b4996;display:inline-block;}
.adv_tit b:before {
    position: absolute;
    content: "\e611";
    font-family: "iconfont";
    font-size: 24px;
    top: 23px;
    left: -42px;
    font-weight: normal;
}
.adv_tit b:after {
    position: absolute;
    content: "\e610";
    font-family: "iconfont";
    font-size: 24px;
    top: 23px;
    right: -42px;
    font-weight: normal;
}
.adv_tit b:before,.adv_tit b:after{position: absolute;}
.adv_tit p{font-size: 22px;color: #666666;margin-top: 5px;}
.adv_con{margin-top:50px;}
.ac_tab{text-align: center;}
.ac_tab ul{display: flex;justify-content: center;}
.ac_tab li{width:322px;height:123px;border:1px solid #ededed;font-size:0;display: flex;align-items: center;justify-content: center;}
.ac_tab li.cur{background:#1b4996;border:none;animation:advTab 0.3s linear;}
.ac_tab li+li{margin-left:24px;}
.ac_tab li i,.ac_tab li p{display:inline-block;vertical-align:middle; color: #333;}

.ac_tab li i{width:48px;height:45px;display: block;overflow: hidden;}
.ac_tab li i img{height: 100%;}
.ac_tab li img{transition:300ms;}
.ac_tab li.cur img {margin-left:-48px;}
.ac_tab li.cur i{font-size: 45px;color: #fff;}
.ac_tab li.cur:nth-child(2) i {
    font-size: 43px;
    display: inline-block;
    margin-right: 11px;
}
.ac_tab li p{font-size:18px;line-height:24px;margin-left:12px;font-weight: bold;text-align: left;}
.ac_tab li.cur p{color:#fff;}
.ac_li{width:100%;height:610px;margin-top:50px;overflow: hidden;position:relative;}
.acl_list{width:100%;height:610px;position:absolute;top:0;left:0;overflow: hidden;}
.acl_list+.acl_list{left:100%;}
.acl_list .page{position:absolute;top:0;left:50%;margin-left:-600px;}
.acll_con{width:691px;height:243px;background:#fff;position:absolute;top:50%;right:60px;margin-top:180px;padding:33px 80px;transition:300ms;padding-right:40px;}
.acl_list.cur .acll_con{right:80px;transition:300ms;}
.acll_con>em{width:56px;height:105px;background:#1b4996;text-align: center;font-size:36px;color:#fff;position:absolute;top:-34px;left:83px;font-family:Impact,Arial;padding-top: 12px;}
.acll_con p,.acll_con p b{font-size:26px;font-weight:bold;line-height:30px;    color: #1b4996;padding-left: 92px;}
.acll_con p b{color:#ff6600;}
.acll_con span{height:140px;display:block;margin-top:30px;font-size:16px;color:#666;line-height:26px;padding-left: 92px;}
.acll_con button{width:290px;height:46px;font-size:18px;border-radius:8px;background:#ff6600;border:none;margin-top:38px;}
.acll_con button,.acll_con button em{color:#fff;line-height:46px;}
.acll_con button em{display:inline;font-size:22px;font-weight:bold;}
.db, .lb, .dd {font-size: 0;}
.db>div, .lb>li, .dd>dl {
    vertical-align: top;
}
.acl_list img{vertical-align: middle;}
.page {
    width: 1360px;
    margin: 0 auto;
}
.adv_g {
    width: 842px;
    position: absolute;
    z-index: 2;
    top: 0;
    left: -173px;
}
em, i {font-style: normal;}
@keyframes advTab{
	0%{transform:scale(1);}
	25%{transform:scale(1.1) rotate(6deg);}
	50%{transform:rotate(0deg);}
	75%{transform:rotate(-9deg);}
	100%{transform:rotate(0deg);}
}
.acll_con>em>a {
    display: block;
    font-size: 14px;
    font-weight: normal;
    font-family: "Arial";
    margin-top: 4px;
    color: #fff;
}
/*Application*/
.app_c{margin-top: 80px;position: relative;overflow: hidden;}
.app_cate{height: 515px;margin-top: 45px;overflow: hidden;}
.app_cc{width: 22.2%;height: 128px;background: #f3f3f3;display: flex;align-items: center;justify-content: center;margin-bottom: 1px;    position: relative;z-index: 5;}
.app_cc:nth-child(even){float: right;position: relative;top: -128px;left: 0;}
.app_cc b{font-size: 20px;color: #333;}
.app_cc p{font-size: 12px;color: #666666}
.app_cc div{margin-left: 15px; width: 62%;}
.app_cate span {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
}
.app_cc span img {
    display: block;
    height: 100%;
}
.app_cate>a.on span img {
    margin-left: -50px;
}
.app_cate>a.on{background: #1b4996;}
.app_cate>a.on b,.app_cate>a.on p,.app_cate>a.on span{color: #fff;}
.app_img{width: 100%;height: 515px;overflow:hidden;position: absolute;top: 136px;left: 0;}
.app_img ul li{position: relative;width: 50.6%;margin:0 auto;}
.app_img ul li a{display: block;}
.app_img ul li a img{width: 100%;display: block;}
.app_img ul li a:last-child{height: 128px;position: absolute;bottom: 0;left: 0;padding:23px;background: rgba(0,0,0,.6);}
.app_img ul li b{font-size:20px;color: #fff;position: relative;z-index: 2;display: block;margin-bottom: 13px;}
.app_img ul li div{font-size: 14px;line-height: 24px;color: #fff;position: relative;z-index: 2}

/*Partner*/
.par_bg{padding:80px 0;background:url(../images/partner_bg.jpg) no-repeat center;margin:80px 0;}
.par_c {}
.stre_list {position: relative;margin-top:50px;}
.stre_list table{width:100%;}
.stre_list tr{display:block;}
.stre_list tr+tr{margin-top:12px;}
.stre_list td{position: relative;width:262px;overflow: hidden;transition: 0.5s;padding-left:0!important;display: block; float: left;}
.stre_list td+td{margin-left:12px;}
.stre_list td>a{width:262px;height: auto;overflow: hidden;border: 1px solid #efefef;display: block;transition: 0.5s;}
.stre_list td br{display:none;}
.stre_list td div{padding-top: 10px !important;position:relative;padding-bottom: 10px;transition: 0.5s;margin-top: 1px;background:#f0f0f0;}
.stre_list td:hover div{background:#1b4996;}
.stre_list td div a{color:#666; font-size: 14px;}
.stre_list td:hover div a{color:#fff;}
.stre_list td>a img {width: 100%;transition:all 0.5s ease;}
.stre_list td:hover>a img{transform:scale(1.1) rotate(1deg);}

/*Process*/
.pro_bg {width: 100%;overflow: hidden;display:none;}
.proc_c>b{font-size: 42px;color: #1b4996;display: block;text-align: center;margin-bottom:50px;}
.proc_btn{display: flex;justify-content: space-between;align-items: center;}
.proc_btn li{position: relative;}
.proc_btn li span{display: inline-block;width: 74px;height: 74px;border-radius: 100%;background: #333;color: #fff;line-height: 74px;text-align: center;font-size: 28px;}
.proc_btn li p{display: inline-block;color: #333;font-size: 22px;width: 180px;height: 74px;text-align: center;line-height: 74px;background: #f3f3f3;border-radius: 37px;position: absolute;top: 0;left: 40px;z-index: -1;}
.proc_btn li a{color: #ccc;font-size: 30px;}
.proc_btn li:nth-child(odd) {width: 16.2%;}
.proc_btn li a:last-child {position: absolute;top: 0;left: 12px;}
.p2{margin-top: 85px;}
.p2 li:last-child:before,.p2 li:last-child:after{position: absolute;content: "\e78a";font-family: "iconfont";color: #ccc;font-size: 30px;transform: rotate(90deg);}
.p2 li:last-child:before{top: -63px;left: 50%;}
.p2 li:last-child:after{top: -52px;left: 50%;}
.proc_pho{display: flex;background: #1b4996;width: 688px;height: 60px;align-items: center;justify-content:center;border-radius: 30px;margin:46px auto 80px;}
.proc_pho b{font-size: 24px;color: #fff;}
.proc_pho p{width: 178px;height: 100%;background: #333;color: #fff;font-size: 18px;text-align: center;line-height: 60px;border-radius: 30px;margin:0 16px;}
.proc_pho>span{color: #fff;font-size: 36px;font-family: "Arial";font-weight: bold;}
.proc_pho p span{display: inline-block;margin-right: 8px;}
.proc_btn li:nth-child(odd) span,.proc_btn li:nth-child(odd) p{transition:all .5s}
.proc_btn li:nth-child(odd):hover span {
    background: #1b4996;transform: rotate(360deg);
}

.proc_btn li:nth-child(odd):hover p {
    color: #1b4996;
}


.about_bg {
    padding-bottom: 90px;
}
.yz_ser{display: flex;justify-content: space-between;}
.yz_l{width: 52%;padding-top: 35px;}
.yz_l b{font-size: 42px;color: #1b4996;}
.yz_l p{font-size: 28px;font-weight:100;color: #333;}
.yz_info{font-size: 15px;color: #666666;line-height: 30px;margin: 40px 0 48px;}
.yz_btn ul{display: flex;}
.yz_btn ul li{width: 22.2%;height: 56px;line-height: 56px;text-align: center;margin-right: 11px;position:relative;}
.yz_btn ul li:after{content:'';width:100%;height:56px;border-radius:28px;background: linear-gradient(180deg, rgba(27, 73, 150, 0.2), transparent, transparent, transparent);position:absolute;top:56px;left:0;}
.yz_btn ul li a{width: 100%;height: 100%;display: inline-block;color: #fff;border-radius: 28px;font-weight: bold;background: #1b4996;font-size: 20px;}
.yz_img{width: 46%;margin-left: 5px;}
.yz_img img{width: 100%;display: block;}
/*news*/
.new_bgc{width: 100%;overflow:hidden;background: url(../images/news_bg.jpg) center no-repeat;height: 784px;padding:60px 0;}
.new_c{background: #fff;padding: 55px 50px;}
.new_cate{display: flex;margin:30px 0;}
.new_cate li a{width: 200px;height: 62px;display:flex;font-size: 22px;color: #333;font-weight: bold;background:#f7f7f7;justify-content: center;align-items: center;}
.new_cate li:last-child a,.new_cate li:first-child a{background:#eeeeee;}
.new_cate li a span{font-size: 29px;color: #333;display: inline-block;margin-right: 10px;}

.new_cc{display: flex;justify-content: space-between;align-items: center;}
.new_more{font-size: 14px;color: #999999;position: relative;padding-right: 17px;display: block;}
.new_more:after{position: absolute;content: "";width: 0px;height: 0px;border-right: 5px solid transparent;border-left: 5px solid #212020;border-bottom: 5px solid transparent;border-top:5px solid transparent;top: 4px;right: 0;}

.news_div {
    display: flex;
}

.news_r {
    overflow: hidden;
    width: 100%;height:495px;
}

.news_div .news_div_item {
    width: 395px;
    margin-right: 35px;
    flex-shrink: 0;    display: flex;
    flex-direction: column-reverse;background: #f8f8f8;position: relative;
}
.news_div_item_pic a {
    display: block;
    border: 4px solid #f8f8f8;
}

.news_div_item_pic img {
    width: 100%;
    display: block;
}
.news_div_item_date {
    position: absolute;
    bottom: 317px;
    left: 4px;
    width: 64px;
    height: 25px;
    text-align: center;
    background: #1b4996;
    color: #fff;
    padding-top: 39px;
    font-size: 11px;transition:all .5s;
}
.news_div_item_year {display: inline-block;}

.news_div_item_month {display: inline-block;}

.news_div_item_day {
    position: relative;
    top: -52px;
    left: 0;
    font-size: 30px;
}
.news_div_item_content {
    padding: 30px;
    height: 253px;position: relative;
}

.news_div_item_a {
    font-size: 17px!important;
    color: #333333;
    position: relative;
    display: inline-block;transition:all .5s;
}

.news_div_item_body {
    font-size: 14px;
    color: #929496;
    position: relative;
    margin-top: 8px;
    line-height: 24px;
    padding-bottom: 25px;
}

.news_div_item_a:after {
    position: absolute;
    content: "查看详情";
    width: 56px;
    font-size: 13px;
    color: #6f737a;
    top: 123px;
    left: 45px;transition:all .5s; font-family: "查看详情";z-index:99;
}

.news_div_item_a:before {
    position: absolute;
    content: "\e616";
    font-family: "iconfont";
    color: #9f9f9f;
    top: 126px;
    font-size: 15px;
    left: 21px;z-index:99;
}
.news_div_item_content:after {
    position: absolute;
    content: "";
    width: 80px;
    height: 1px;
    background: #e1e1e1;
    bottom: 87px;
    right: 31px;
    transition: all .5s;
}
.news_div_item_title {
    position: relative;
}
.news_div_item_title:after {
    position: absolute;
    content: "";
    width: 120px;
    height: 32px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #e1e1e1;
    top: 116px;
    left: 0;
}
.new_cate li.on a {
    background: #1b4996;
    color: #fff;
}

.new_cate li.on a span {
    color: #fff;
}
/*.news_div .news_div_item:hover .news_div_item_date,.news_div .news_div_item:hover .news_div_item_content:after{background:#14d3d3}
.news_div .news_div_item:hover  .news_div_item_a,.news_div .news_div_item:hover .news_div_item_a:after {color:#14d3d3;}*/

/*copyright*/
.cop_bc{width:100%;overflow:hidden;background: url(../images/copyright_bg.jpg) center no-repeat;height: 523px;}
.links{display: flex;align-items: center;height: 80px;justify-content: space-between;}
.links>div,.links_l{display: flex;}
.links_l>div{display: flex;align-items: center;}
.links_l span,.links_l b{font-size: 18px;color: #fff;}
.links_l b{margin-left: 5px;}
.back{margin-right: 29px;font-size: 16px;cursor: pointer;color: #333;}
.back span{font-size: 14px;color: #333;display: inline-block;margin-left: 5px;}
.cop_wz{display: flex;justify-content: space-between;padding-top: 43px;}
.cop_wz>ul li a{font-size: 16px;color: #828282;display: block;margin-bottom: 20px;}
.cop_wz>ul li:first-child a{font-size: 18px;font-weight: bold;color: #fff;position: relative;display: block;margin-bottom: 48px;}
.cop_wz>ul li:first-child a:before{position: absolute;content: "";width: 100%;height: 1px;background: #4b4b4b;bottom: -16px;left: 0;}
.cop_wz>ul li:first-child a:after{position: absolute;content: "";width: 30%;height: 1px;background: #1b4996;bottom: -16px;left: 0;}
.cont_c>b{font-size: 36px;color: #fff;font-family: "Arial";display: block;}
.cont_c ul{margin:22px 0 28px;}
.cont_c ul li{color: #fff;font-size: 14px;margin-bottom: 15px;}
.cop_ewm{display: flex;}
.cop_ewm>p{display: flex;}
.cop_ewm>p+p{margin-left: 16px;}
.cop_ewm>p span{width: 20px;color: #fff;font-size: 14px;margin-left: 5px;line-height: 15px;margin-top: 13px;}
.cop_ewm>p img{display:block; width: 118px; height: 118px;}
.cop_line{width: 76%;height: 1px;background: #151515;}
.cop_wz>ul{margin-top: 8px;}
.foot_c{display: flex;position: relative;top: -28px;}
.foot_c p+p{margin-left: 15%;}
.foot_c p,.foot_c p a{font-size: 14px;color: #333;line-height: 23px;}
.linkTagcs{width:100%!important;}