.nav_fixed {
    position: fixed;
    top: 0px;
}
.top {
    height: 95px;
    line-height: 95px;
    width: 1200px;
    margin: auto;
}
.logo {
    float: left;
    width: 460px;
    height: 51px;
    margin-top: 25px;
    overflow: hidden;
}
.logo a {
    display: block;
    height: 51px;
}
.logo h1 {
    width: 485px;
    height: 51px;
    background: url(../img/logo.jpg) no-repeat;
    font-size: 12px;
}
.phone {
    float: left;
    margin-left: 105px;
    margin-top: 24px;
}
.lan {
    float: right;
    height: 26px;
    line-height: 26px;
    margin-top: 38px;
}
.lan img {
    margin-right: 5px;
    margin-left: 5px;
}
.header {
    height: 50px;
    background: #13367a;
    overflow: hidden;
    width: 100%;
    z-index: 999;
}
.head_con {
    width: 1200px;
    margin: 0 auto;
}
.nav {
    width: 1200px;
}
.nav ul li {
    float: left;
    line-height: 50px;
    width: 133px;
    text-align: center;
}
.nav ul li a {
    font-size: 14px;
    font-family: ? ? ? ? ? ?;
    color: #ffffff;
    font-weight: bold;
    display: block;
    height: 50px;
    padding-left: 18px;
    padding-right: 18px;
}
.nav ul li a:hover {
    display: block;
    height: 50px;
    background: #0560b5;
    color: #fff;
}
.nav1 {
    height: 50px;
    background: #0560b5;
    color: #fff;
}
.nav ul li.nav1 a {
    color: #fff;
}
/*banner*/
.banner {
    clear: both;
    width: 100%;
}
.fullSlide {
    position: relative;
    margin: 0 auto;
}
.fullSlide .bd {
    position: relative;
    z-index: 0;
}
.fullSlide .bd li img {
    width: 100%;
    vertical-align: top;
}
.fullSlide .hd {
    position: relative;
    z-index: 1;
    margin-top: -61px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.fullSlide .hd ul {
    text-align: center;
    padding-top: 5px;
}
.fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 60px;
    height: 4px;
    margin: 5px;
    border-radius: 20px;
    background: #fff;
    overflow: hidden;
    line-height: 9999px;
}
.fullSlide .hd ul .on {
    background: #0b4da1;
}
.fullSlide .prev, .fullSlide .next {
    z-index: 1;
    display: block;
    width: 55px;
    height: 55px;
    position: relative;
    margin: -11% 0 0 3%;
    float: left;
    background: url(../img/arrow.png) 0 0 no-repeat;
    filter: alpha(opacity=40);
    opacity: 0.4
}
.fullSlide .next {
    background-position: right 0;
    float: right;
    margin-right: 3%
}
.fullSlide .prev:hover, .fullSlide .next:hover {
    filter: alpha(opacity=80);
    opacity: 0.8
}
/*sction1*/
.sction1 {
    width: 100%;
    overflow: hidden;
    padding-top: 60px;
}
.sction1 ul li {
    width: 242px;
    float: left;
    position: relative;
    top: 0;
    transition: all 0.5s ease-out;
    margin-left: 50px;
}
.sction1 ul li:hover {
    top: -20px;
}
.sction1 ul li a {
    display: block;
}
.sction1 ul li p {
    height: 40px;
    width: 100%;
    height: 90px;
    text-align: center;
    font-size: 30px;
    line-height: 90px;
    color: #fff;
}
.sction1 ul li:nth-child(1) p {
    background: #0560B5;
}
.sction1 ul li:nth-child(2) p {
    background: #38aa4a;
}
.sction1 ul li:nth-child(3) p {
    background: #c62052;
}
.sction1 ul li:nth-child(4) p {
    background: #4d4a99;
}
.sction1 ul li span {
    margin-top: 30px;
    display: block;
    text-align: center;
    font-size: 18px;
}
/*main2*/
.main2 {
    margin: auto;
    background: #f1f1f1;
    overflow: hidden;
    height: 740px;
    clear: both;
    margin-top: 60px;
}
.main2_con {
    width: 1200px;
    margin: auto;
}
.main2_nav {
    height: 50px;
    border-bottom: 1px #3d3d3d solid;
    line-height: 50px;
    margin-top: 10px;
}
.main2_nav p {
    float: left;
    font-family: "??????";
    font-size: 20px;
    font-weight: bold;
    color: #2560a7;
}
.main2_nav span {
    float: right;
}
/*.main2_nav_div{ width:160px; height:50px; line-height:50px; background:#f1f1f1; margin:auto; position:relative; top:40px;  -ms-top:40px;-ms-position:relative; text-align:center;font-family: "??????"; font-size:30px; font-weight:bold;}*/
.s_pro {
    margin-top: 25px;
}
.s_pro ul li {
    float: left;
    margin-right: 15px;
    background: #ffffff;
    margin-top: 20px;
}
.s_pro ul li p {
    line-height: 50px;
    text-align: center;
    font-size: 14px;
        width: 243px;
    overflow: hidden;
    height: 40px;
    text-align: center;
    margin: 10px auto;
}
.s_pro ul li .a_img {
    width: 280px;
    height: 222px;
    overflow: hidden;
    display: block;
    transition: 0.5s;
}
.s_pro ul li img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: 0.5s;
}
.s_pro ul li img:hover {
    opacity: 0.8
}
.s_pro ul li .a_img:hover img {
    transform: scale(1.1);
}
/*main3*/
.main3 {
    height: 490px;
    background: #fff;
    overflow: hidden;
    width: 1200px;
    margin: auto;
    margin-top: 20px;
}
.main3_left {
    float: left;
    width: 585px;
    border-right: 1px #dbdbdb solid;
    height: 490px;
    overflow: hidden;
}
.s_about_nav {
    line-height: 40px;
}
.s_about_nav p {
    font-family: "??????";
    font-size: 20px;
    font-weight: bold;
    color: #2560a7;
    margin-left: 15px;
}
.s_about_con {
    padding: 20px 0;
}
.s_about_con p {
    margin-top: 5px;
    line-height: 24px;
    padding: 10px 15px 0px 0px;
}
.s_news {
    width: 560px;
    float: right;
    overflow: hidden;
}
.new_list1 {
    margin-top: 20px;
    border-bottom: 1px #dadada dotted;
    overflow: hidden;
    padding-bottom: 10px;
}
.new_list1 img {
    float: left;
    margin-right: 10px;
}
.new_list1 h3 {
    font-size: 18px;
    font-family: "??";
    padding-top: 5px;
}
.new_list1 p {
    line-height: 24px;
    margin-top: 6px;
}
.s_news_con {
    margin-top: 5px;
}
.s_news_con ul li {
    line-height: 35px;
    border-bottom: 1px #dadada dotted;
    background: url(../img/icon2.jpg) no-repeat left center;
    padding-left: 22px;
    overflow: hidden;
}
.s_news_con ul li p {
    float: left;
}
.s_news_con ul li span {
    float: right;
}
.s_news_con ul li.red {
    line-height: 35px;
    border-bottom: 1px #dadada dotted;
    background: url(../img/icon1.jpg) no-repeat left center;
    padding-left: 22px;
}
.footlinks {
    clear: both;
    margin: 3px auto;
    padding: 2px;
    width: 1200px;
    height: auto;
    font-size: 9pt;
    line-height: 140%;
    color: #777;
    text-align: left;
    border: solid 1px #EEE;
}
.footlinks a:link, .footlinks a:visited {
    font-size: 9pt;
    line-height: 140%;
    color: #777;
}
/*footer*/
.footer {
    width: 100%;
    background: #292929;
    overflow: hidden;
    height: 340px; /*margin-top: 30px; */
    padding-top: 30px;
}
.footer .foot_fl {
    width: 30%;
}
.footer .foot_fl h2 {
    margin-bottom: 30px;
    font-size: 14px;
    color: #fff;
    background: url(../img/jt.png) left center no-repeat;
    height: 40px;
    line-height: 40px;
    padding-left: 30px;
}
.footer .foot_fl li {
    float: left;
    width: 33%;
    margin-bottom: 30px;
}
.footer .foot_fl ul {
}
.footer .foot_fl li a {
    text-align: center;
    font-size: 14px;
    color: #999999;
}
.footer .foot_fl p {
    line-height: 30px;
    font-size: 14px;
    color: #999999;
}
.footer .foot_fl2 li {
    float: left;
    margin-left: 10px;
    width: 110px;
}

.footer .foot_fl2 li img{
   width: 100%}
   
.footer .foot_fl2 li p {
    text-align: center;
    font-size: 14px;
    color: #999999;
}
.copy {
    clear: both;
    color: #999;
    font-size: 14px;
}
.copy a {
    color: #999;
    text-align: center;
}
/*在线客服*/
.suspension {
    position: fixed;
    z-index: 55;
    right: 0;
    bottom: 85px;
    width: 70px;
    height: 240px;
}
.suspension-box {
    position: relative;
    float: right;
}
.suspension .a {
    display: block;
    width: 44px;
    height: 44px;
    background-color: #2c4072;
    margin-bottom: 4px;
    cursor: pointer;
    outline: none;
}
.suspension .a.active,
.suspension .a:hover {
    background: #F05352;
}
.suspension .a .i {
    float: left;
    width: 44px;
    height: 44px;
    background-image: url(../img/side_icon.png);
    background-repeat: no-repeat;
}
/* .suspension .a-service .i{background-position:0 0;} */
.suspension .a-service .i {
    width: 20px;
    height: 20px;
    margin-top: 12px;
    margin-left: 12px;
    background-image: url(../img/suspension-bg.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
.suspension .a-service-phone .i {
    width: 20px;
    height: 20px;
    margin-top: 12px;
    margin-left: 12px;
    background-image: url(../img/suspension-bg.png);
    background-repeat: no-repeat;
    background-position: -27px 0;
}
.suspension .a-qrcode .i {
    background-position: -44px 0;
}
.suspension .a-cart .i {
    background-position: -88px 0;
}
.suspension .a-top .i {
    background-position: -132px 0;
}
.suspension .a-top {
    background: #000000;
    display: none;
}
.suspension .a-top:hover {
    background: #263B6E;
}
.suspension .d {
    display: none;
    width: 223px;
    background: #fff;
    position: absolute;
    right: 67px;
    min-height: 90px;
    border: 1px solid #E0E1E5;
    border-radius: 3px;
    box-shadow: 0px 2px 5px 0px rgba(161, 163, 175, 0.11);
}
.suspension .d .arrow {
    position: absolute;
    width: 8px;
    height: 12px;
    background: url(../img/side_bg_arrow.png) no-repeat;
    right: -8px;
    top: 31px;
}
.suspension .d-service {
    top: 0;
}
.suspension .d-service-phone {
    top: 34px;
}
.suspension .d-qrcode {
    top: 78px;
}
.suspension .d .inner-box {
    padding: 8px 22px 12px;
}
.suspension .d-service-item {
    border-bottom: 1px solid #eee;
    padding: 14px 0;
}
.suspension .d-service .d-service-item {
    border-bottom: none;
}
.suspension .d-service-item .circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    background: #F1F1F3;
    display: block;
    float: left;
}
.suspension .d-service-item .i-qq {
    width: 44px;
    height: 44px;
    background: url(../img/side_con_icon03.png) no-repeat center 15px;
    display: block;
    transition: all .2s;
    border-radius: 50%;
    overflow: hidden;
}
.suspension .d-service-item:hover .i-qq {
    background-position: center 3px;
}
.suspension .d-service-item .i-tel {
    width: 44px;
    height: 44px;
    background: url(../img/side_con_icon02.png) no-repeat center center;
    display: block;
}
.suspension .d-service-item h3 {
    float: left;
    width: 112px;
    line-height: 44px;
    font-size: 15px;
    margin-left: 12px;
}
.suspension .d-service-item .text {
    float: left;
    width: 112px;
    line-height: 22px;
    font-size: 15px;
    margin-left: 12px;
}
.suspension .d-service-item .text .number {
    font-family: Arial, "Microsoft Yahei", "HanHei SC", PingHei, "PingFang SC", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}
.suspension .d-service-intro {
    padding-top: 10px;
}
.suspension .d-service-intro p {
    float: left;
    line-height: 27px;
    font-size: 12px;
    width: 50%;
    white-space: nowrap;
    color: #888;
}
.suspension .d-service-intro i {
    background: url(../img/side_con_icon01.png) no-repeat center center;
    height: 27px;
    width: 14px;
    margin-right: 5px;
    vertical-align: top;
    display: inline-block;
}
.suspension .d-qrcode {
    text-align: center;
}
.suspension .d-qrcode .inner-box {
    padding: 20px 0;
}
.suspension .d-qrcode p {
    font-size: 16px;
    color: #93959c;
}
/*联系我们*/
.other_box {
    margin-top: 60px;
}
.con_top {
    overflow: hidden;
}
.con_topl {
    width: 320px;
    height: 255px;
    float: left;
    background: #13367a;
}
.con_topl h1 {
    margin: 50px 0 0 40px;
    color: #fff;
    font-size: 30px;
}
.con_topl span {
    color: #fff;
    border: 2px solid #fff;
    padding: 10px 10px;
    margin-left: 40px;
    font-size: 21px;
}
.con_topl em {
    color: rgba(255, 255, 255, 0.6);
    margin: 7px 40px 40px;
    display: block;
    font-size: 24px;
    font-family: arial;
    text-transform: uppercase;
    font-style: inherit;
}
.con_topr {
    width: 880px;
    height: 255px;
    float: left;
    background: #f5f5f5;
}
.con_topr h3 {
    color: #494949;
    font-size: 24px;
    height: 46px;
    padding: 30px 30px 0 40px;
    margin-top: 0px;
}
.con_topr p {
    font-size: 14px;
    line-height: 24px;
    padding: 5px 150px 30px 40px;
}
.linkUsMap {
    width: 100%;
    padding-top: 30px;
    margin-bottom: 30px;
    overflow: hidden;
}
.linkUsMap .mainCon {
    width: 100%;
}
.linkUsMap .mainCon .conL {
    width: 455px;
    height: 443px;
    float: left;
    background: #f1f1f1;
    padding: 54px 70px 0 75px;
}
.linkUsMap .mainCon .conL h3 {
    font-size: 28px;
    color: #333;
    margin-bottom: 35px;
}
.linkUsMap .mainCon .conL .box {
    width: 100%;
}
.linkUsMap .mainCon .conL .box p{
 line-height: 30px;
}
.linkUsMap .mainCon .conL .box li {
    height: 71px;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
}
.linkUsMap .mainCon .conL .box li:first-child {
    border-top: 1px solid #e5e5e5;
}
.linkUsMap .mainCon .conL .box li img {
    display: block;
    margin-top: 18px;
    float: left;
}
.linkUsMap .mainCon .conL .box li p {
    float: left;
    margin-top: 26px;
    width: 402px;
    padding-top: 0;
    line-height: 20px;
    font-size: 16px;
}
.linkUsMap .mainCon .conL .box p span {
    font-size: 15px;
    color: #666666;
}
.linkUsMap .mainCon .conL .box p em {
    font-size: 15px;
    color: #333;
}
.linkUsMap .mainCon .conR {
    width: 600px;
    float: right;
}
.newslists .nylist_box_item {
    background-color: #fff;
    border: 0;
}
.newslist .newslist_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background-color: #ffffff;
    padding: 35px 40px;
    border-top: 1px solid #d0d0d0;
    position: relative;
}
.newslist .newslist_item::after {
    content: "";
    width: 0;
    height: 1px;
    background-color: #0050a2;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
    transition: all .5s
}
.newslist .newslist_item:hover::after {
    width: 100%;
    -webkit-transition: -webkit-transform 0.6s ease 0;
    transition: transform 0.6s ease 0;
}
.newslist .newslist_item:first-child {
    border-top: none;
}
.newslist .newslist_item:hover .newslist_itemimg img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.newslist .newslist_item:hover .newslist_itemtitleh {
    color: #0050a2;
}
.newslist_itemimg {
    width: 25%;
    overflow: hidden;
    padding-right: 50px;
}
.newslist_itemimg img {
    width: 100%;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.newslist_itemtxt {
    flex: 1;
}
.newslist_itemtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 10px;
}
.newslist_itemtitleh {
    width: 90%;
    font-size: 18px;
    font-weight: 700;
    color: #333333;
}
.newslist_itemtitlesj {
    padding-top: 5px;
    width: 10%;
    text-align: right;
    color: #000;
    color: #999999;
    font-size: 14px;
}
.newslist_itemtxtp {
    margin-top: 15px;
    color: #999999;
    line-height: 22px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.newslist_itemtxtbq {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.newslist_itemtxtbqct {
    padding-top: 5px;
}
.newslist_itemtxtbqct span a {
    font-size: 12px;
    color: #666666;
    padding: 0 5px;
}
.newslist_itemtxtbqct span a:hover {
    color: #ff7800;
}
.newslist_itemtxtbqct i {
    color: #d0d0d0;
}
.newslist_itemtxtbqbtn {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    line-height: 34px;
    border: 1px solid #bcbcbc;
    text-align: center;
}
.newslist_itemtxtbqbtn i {
    color: #bcbcbc;
}
.newslist_itemtxtbqbtn:hover {
    background-color: #ff7800;
    border-color: #ff7800;
}
.newslist_itemtxtbqbtn:hover i {
    color: #fff;
}
.newslistxc.nykhlb {
    margin-top: 55px;
    padding-top: 0;
}
/*视频*/
.shiping_list_item {
    float: left;
    width: 31%;
}
.shiping_list_itemimg {
    overflow: hidden;
    position: relative;
}
.shiping_list_itemimgdw {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.shiping_list_itemimg > img {
    width: 100%;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.shiping_list_itemtxt {
    padding: 20px 0;
    text-align: center;
    color: #f7f7f7;
    font-size: 15px;
    background: #000;
}
.shiping_list_item {
    position: relative;
    margin-right: 3.43%;
    margin-bottom: 20px;
    cursor: pointer;
}
.shiping_list_item:nth-child(3n) {
    margin-right: 0;
}
.shiping_list_item:hover .shiping_list_itemimg > img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.shiping_list_item:hover .shiping_list_itemtxt {
    color: #fff;
    background: #0050A2;
}
.shiping_list_item:hover .shiping_list_itemimgdw {
    transform: translate(-50%, -60%);
    -webkit-transform: translate(-50%, -60%);
    -moz-transform: translate(-50%, -60%);
    -ms-transform: translate(-50%, -60%);
    -o-transform: translate(-50%, -60%);
    -webkit-transition: -webkit-transform 0.6s ease 0;
    transition: transform 0.6s ease 0;
}
.newscontent {
    background-color: #f4f4f4;
    padding-top: 35px;
    overflow: hidden;
    padding-bottom: 40px;
}
/*内页列表 */
.nylist {
    margin-top: 40px;
    margin-bottom: 40px;
}
.nylist_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.nylist_box .nylist_box_item {
    width: 180px;
    height: 50px;
    overflow: hidden;
    line-height: 50px;
    text-align: center;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border: 1px solid #e5e5e5;
    margin: 0 8px;
    font-size: 16px;
    color: #000;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.nylist_box .nylist_box_item:hover {
    background-color: #104381;
    color: #fff;
    /* box-shadow: 0px 2px 10px 0px rgba(61, 43, 43, 0.18); */
}
.nylist_box .nylist_box_item.on {
    background-color: #104381;
    color: #fff;
    /* box-shadow: 0px 2px 10px 0px rgba(61, 43, 43, 0.18); */
}
.aboutbox {
    margin-top: 58px;
    padding: 70px 0 110px;
    background-color: #f4f4f4;
}
.aboutbox_js {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.aboutbox_jsl {
    width: 100%;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
}
.aboutbox_jsr {
    width: 100%;
    padding: 52px 55px;
    background-color: #fff;
}
.aboutbox_jsrh {
    font-size: 24px;
    color: #222;
    font-weight: bold;
}
.aboutbox_jsrp {
    margin-top: 30px;
    border-top: 1px solid #e5e5e5;
}
.aboutbox_jsrp p {
    margin-top: 30px;
    font-size: 14px;
    color: #666;
    line-height: 28px;
}
.aboutbox_shu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.aboutbox_shul {
    position: relative;
    background-color: #0360b0;
    width: 32%;
    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;
    border-left: 1px solid #0360b0;
}
.aboutbox_shul_lan {
    background-color: #0360b0;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
}
.aboutbox_shulbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.aboutbox_shulboxi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.aboutbox_shulboxi i {
    font-size: 54px;
    color: rgba(255, 255, 255, .4);
}
.aboutbox_shulboxr {
    margin-left: 20px;
}
.aboutbox_shulboxrt {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
}
.aboutbox_shulboxrb {
    margin-top: 19px;
    font-size: 20px;
    color: rgba(255, 255, 255, .4);
}
.aboutbox_shur {
    width: 68%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 35px 0;
}
.aboutbox_shur > div {
    width: 33.33%;
    border-right: 1px solid #e1e1e1;
    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;
}
.aboutbox_shur > div:last-child {
    border-right: 0;
}
.aboutbox_shur_itemtxth span {
    font-size: 38px;
    font-weight: 700;
    color: #222222;
}
.aboutbox_shur_itemtxth b {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    text-align: center;
    line-height: 24px;
    background-color: #ff7800;
    font-size: 14px;
    color: #fff;
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
}
.aboutbox_shur_itemtxtp {
    font-size: 14px;
    color: #777;
}
.aboutbox_shu:hover .aboutbox_shulboxi i {
    /* color: #fff; */
}
.aboutbox_img {
    margin-top: 92px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.aboutbox_img_item {
    width: 24%;
    padding: 65px 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    transition: all .5s;
    position: relative;
    top: 0;
}
.aboutbox_img_itemh {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}
.aboutbox_img_itemp {
    margin-top: 15px;
    font-size: 13px;
    color: rgba(255, 255, 255, .9);
}
.aboutbox_img_item:hover {
    top: -10px;
    -webkit-transition: -webkit-transform 0.6s ease 0;
    transition: transform 0.6s ease 0;
}
.about-cont-3 {
    overflow: hidden;
    clear: both;
    margin-top: 30px;
    margin-bottom: 63px;
}
.about_wh {
    margin-top: 40px;
}
.wh_txt_b {
    width: 308px;
    height: 270px;
}
.ys1, .ys6 {
    background: #0360b0;
}
.wh_txt_b h4 {
    height: 96px;
    margin-top: 30px;
    margin-left: 20px;
    padding-left: 150px;
}
.ys1 h4 {
    background: url(../img/wh1.png) no-repeat;
}
.ys3 em, .ys6 em {
    line-height: 96px;
    display: block;
    margin-top: 20px;
    font-size: 24px;
    color: #ffffff;
}
.wh_txt_b p {
    padding: 20px;
    font-size: 16px;
    line-height: 40px;
}
.ys3 p, .ys6 p {
    color: #fff;
}
.title {
    text-align: center;
    padding-top: 60px;
}
.title h4 {
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 20px;
}
.title h4 em {
    color: #0360b0;
}
.ys4, .ys5, .ys7 {
    background: #f5f5f5;
}
.ys4 h4 {
    background: url(../img/wh2.png) no-repeat;
}
.ys4 em, .ys5 h4, .ys7 h4 {
    line-height: 96px;
    display: block;
    margin-top: 20px;
    font-size: 24px;
    color: #000;
}
.wx_img {
    width: 528px;
    height: 270px;
    display: block;
    overflow: hidden;
}
.wx_img img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}
.wx_img:hover img {
    transform: scale(1.1);
}
.ys5 h4 {
    background: url(../img/wh4.png) no-repeat;
}
.ys6 h4 {
    background: url(../img/wh3.png) no-repeat;
}
.ys7 h4 {
    background: url(../img/wh5.png) no-repeat;
}
.wx_img2 {
    width: 837px;
    height: 270px;
}
.newscontent {
    background-color: #f4f4f4;
    padding-top: 35px;
}
.newscontent_box {
    position: relative;
}
.newscontentcp_boxdw {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    text-align: center;
    background-color: #dddddd;
    margin-left: -80px;
}
.newscontent_boxl {
    width: 70%;
    position: relative;
    background-color: #fff;
}
.newscontentcp_boxdw_txt {
    padding-top: 13px;
    display: block;
    width: 100%;
    height: 100%;
}
.newscontentcp_boxdw_txt i {
    font-size: 22px;
    color: #0052a4;
}
.newscontentcp_boxdw_txt p {
    font-size: 13px;
    color: #333;
}
.newscontentcp_boxdw:hover {
    background-color: #ff7800;
}
.newscontentcp_boxdw:hover p,
.newscontentcp_boxdw:hover i {
    color: #fff;
}
.newscontent_boxltitle {
    font-size: 28px;
    color: #333333;
    font-weight: 600;
}
.newscontent_boxlsm {
    margin-top: 25px;
}
.newscontent_boxlsm span,
.newscontent_boxlsm b {
    font-size: 13px;
    color: #999999;
}
.newscontent_boxlsm b {
    margin-right: 20px;
}
.newscontent_boxlct {
    margin-top: 10px;
    border-top: 1px solid #e5e5e5;
    padding: 30px 0;
}
.newscontent_boxlct img {
    max-width: 100%;
    height: auto !important;
}
.newscontent_boxlct p {
    font-size: 14px;
    line-height: 1.8;
    color: #666;
}
.newscontent_boxlct strong {
    line-height: 2;
    color: #333;
}
.newscontent_boxlbq i {
    color: #999999;
}
.newscontent_boxlbq b {
    font-size: 13px;
    color: #333333;
    padding: 0 6px;
}
.newscontent_boxlbq a {
    font-size: 13px;
    color: #999999;
    padding: 5px 12px;
    border: 1px solid #dddddd;
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
}
.newscontent_boxlbq a:hover {
    color: #fff;
    border: 1px solid #fe7e0c;
    background: #fe7e0c;
}
.newscontent_txtl {
    padding: 45px 42px;
}
.newscontent_fanye {
    border-top: 1px solid #e5e5e5;
}
.newscontent_fanye > div {
    padding: 25px 42px;
    width: 50%;
}
.newscontent_fanye > div > a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newscontent_fanyeper i {
    margin-right: 5px;
    color: #e5e5e5;
}
.newscontent_fanyenext i {
    margin-left: 5px;
    color: #e5e5e5;
}
.newscontent_fanye > div > a span {
    font-size: 14px;
    color: #666666;
}
.newscontent_fanyeper {
    border-right: 1px solid #e5e5e5;
}
.newscontent_fanyenext {
    text-align: right;
}
.newscontent_fanye > div > a:hover span {
    color: #ff7800;
}
.newscontent_boxr {
    width: 27%;
}
.newscontent_boxritem {
    padding: 40px 30px;
    background-color: #fff;
}
.newscontent_boxritem_titlel i {
    color: #ff7800;
    font-size: 22px;
    margin-top: -3px;
    margin-right: 5px;
}
.newscontent_boxritem_titlel span {
    font-size: 18px;
    color: #000;
}
.newscontent_boxritem_titlel span b {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}
.newscontent_boxritem_titler i {
    margin-top: -3px;
    font-size: 24px;
    color: #b5b5b5;
}
.newscontent_boxritem_titler a:hover i {
    color: #ff7800;
}
.newscontent_boxritem_ct {
    margin-top: 15px;
    position: relative;
    border-top: 1px solid #e5e5e5;
}
.newscontent_boxritem_ctdw {
    position: absolute;
    top: -1px;
    left: 0;
    height: 1px;
    width: 70px;
    background-color: #0154a5;
}
.newscontent_boxritem_ct .newscontent_boxritem_ctaitem {
    display: block;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newscontent_boxritem_ctaitem b {
    margin-right: 5px;
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #c0c0c0;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    vertical-align: middle;
}
.newscontent_boxritem_ctaitem span {
    font-size: 14px;
    color: #333;
}
.newscontent_boxritem_ctaitem:hover span {
    color: #ff7800;
}
.newscontent_boxritem_ctaitem:hover b {
    background-color: #ff7800;
}
.zxzx.newscontent_boxritem {
    margin-top: 10px;
}
.newscontent_boxxg {
    margin-top: 55px;
}
.newscontent_boxxg .zixunbox_xt {
    background-color: #fff;
}
.newscontent_boxxg .zixunbox {
    margin-bottom: 60px;
}
/* 上下页 */
.cpxqct_sy,
.cpxqct_xy {
    margin-top: 23px;
    border: 1px solid #eeeeee;
    height: 60px;
    line-height: 58px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.cpxqct_xy {
    margin-top: 10px;
}
.cpxqct_sy_l,
.cpxqct_xy_l {
    width: 90%;
    padding: 0 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cpxqct_sy_l b,
.cpxqct_xy_l b {
    font-size: 14px;
    color: #999;
}
.cpxqct_sy_l span,
.cpxqct_xy_l span {
    font-size: 14px;
    color: #333333;
}
.cpxqct_sy_l span.nolink {
    color: #777;
}
.cpxqct_sy .cpxqct_sy_r,
.cpxqct_xy .cpxqct_xy_r {
    width: 10%;
    text-align: center;
    background-color: #eeeeee;
}
.cpxqct_sy .cpxqct_sy_r:hover,
.cpxqct_xy .cpxqct_xy_r:hover {
    background-color: #13367a;
}
.cpxqct_sy_r i,
.cpxqct_xy_r i {
    color: #cfcfcf;
    font-size: 29px;
}
.cpxqct_sy_l:hover span,
.cpxqct_xy_l:hover span {
    color: #a4cc37;
}
.cpxqct_sy .cpxqct_sy_r:hover i,
.cpxqct_xy .cpxqct_xy_r:hover i {
    color: #fff;
}
.newscontent_boxritem_titlel .t {
    padding-bottom: 30px;
    height: 35px;
}
.other {
    width: 100%;
    overflow: hidden;
    margin-top: 60px;
}
.other_box {
    margin-top: 30px;
    margin-bottom: 30px;
}
/*äº§å“ä¸­å¿ƒ*/
.o_left {
    width: 260px;
    float: left;
    overflow: hidden;
}
.o_left_nav {
    height: 61px;
    line-height: 61px;
    background: #0058aa;
}
.o_left_nav p {
    font-family: 'Microsoft Yahei';
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-left: 15px;
}
.o_left_con {
    padding: 8px;
    margin-bottom: 10px;
    background: #f5f5f5;
    padding-bottom: 20px;
}
.o_left_con ul li {
    border-bottom: 1px solid #e4e4e4;
    line-height: 60px;
    text-align: left;
    margin-left: 10px;
}
.o_left_con ul li a {
    font-family: 'Microsoft Yahei';
    font-size: 15px;
}
.o_left_con ul li a:hover {
    color: #0058AA;
    font-weight: bold;
}
.pro_cur {
    color: #0058AA;
    font-weight: bold;
}
.sidebarLinkUs {
    background: #fff;
    border: 1px solid #e4e4e4;
    margin-top: 20px;
    padding: 0 19px 26px;
    margin-bottom: 20px;
}
.sidebarLinkUs h3 {
    font-size: 18px;
    color: #0058aa;
    font-weight: normal;
    height: 59px;
    line-height: 59px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 18px;
    text-indent: 10px;
}
.sidebarLinkUs p {
    font-size: 14px;
    color: #333333;
    margin-bottom: 12px;
    line-height: 20px;
    padding: 0 10px;
}
.sidebarLinkUs .zxzx {
    display: block;
    width: 178px;
    height: 50px;
    overflow: hidden;
    background: #0058aa;
    text-decoration: none;
    margin-top: 36px;
}
.sidebarLinkUs .zxzx span {
    display: block;
    width: 50px;
    height: 50px;
    float: left;
    border-right: 1px solid #fff;
}
.sidebarLinkUs .zxzx em {
    display: block;
    width: 149px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    float: left;
}
.sidebarLinkUs .zxzx em img {
    display: inline-block;
    *display: inline-block;
    position: relative;
    top: 2px;
    margin-left: 8px;
}
.o_right {
    width: 910px;
    float: right;
    margin-bottom: 20px;
    padding-top: 20px;
    border: 1px solid #eee;
}
.section3_box2 {
    margin-left: 20px;
}
.section3_box {
    margin-top: 40px;
}
.section3_box ul li {
    float: left;
    width: 281px;
    margin-bottom: 30px;
    margin-right: 10px;
}
.section3_box ul li .section3_img {
    width: 281px;
    height: 227px;
    display: block;
    overflow: hidden;
    border: 1px solid #ddd;
    text-align: center;
}
.section3_box ul li .section3_img img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}
.section3_box ul li .section3_img:hover img {
    transform: scale(1.1);
}
.section3_box ul li .section3_txt {
    text-align: center;
    height: 40px;
    line-height: 40px;
    display: block;
    background: #0a3873;
    color: #fff;
    font-size: 15px;
}
.section3_box ul li:hover .section3_txt {
    background: #ff9600;
}
.dingwei {
    position: relative;
    display: block;
    top: -150px;
    height: 0;
    overflow: hidden;
}
.cpxqlb {
    margin-top: 73px;
    padding: 10px 0 50px;
}
.cpxqlb_boxl img {
    display: block;
}
@media (min-width: 1300px) {
    .cpxqlb .container {
        width: 1200px;
    }
}
.cpxqlb .nytop {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}
.cpxqlb .nytopl {
    width: 75%;
}
.cpxqlb .nytoplr {
    width: 20%;
}
.cpxqlb .bg-baise {
    background-color: #fff;
    overflow: hidden;
    padding: 37.5px;
}
.cpxqlb_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.cpxqlb_box > div {
    width: 50%;
    padding-left: 40px;
}
.cpxqlb_boxl {
    /* padding-right: 40px; */
    /* margin-right: 40px; */
    position: relative;
    border: 1px solid #eee;
}
.cpxqlb_boxl .cpbigboxs_itemadw {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 5;
}
.cpxqlb_container {
    width: 100%;
}
.cpxqlb_slideimg {
    overflow: hidden;
    background-color: #fff;
    cursor: w-resize;
}
.cpxqlb_slideimg img {
    width: 100%;
}
.cpxqlb_boxr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.cpxqlb_boxrtxt {
    margin-top: 20px;
}
.cpxqlb_boxrtxth {
    font-size: 24px;
    color: #111;
    margin-top: 10px;
    margin-bottom: 25px;
}
.cpxqlb_boxrtxtsm {
    margin-top: 10px;
    margin-bottom: 22px;
}
.cpxqlb_boxrtxtsm i {
    font-size: 18px;
    color: #0360b0;
}
.cpxqlb_boxrtxtsm b {
    font-size: 16px;
    color: #111;
}
.cpxqlb_boxrtxtsm span:last-child {
    margin-left: 20px;
    float: right;
}
.cpxqlb_boxrtxtp {
    padding-top: 25px;
    font-size: 14px;
    line-height: 30px;
    color: #777777;
    border-top: 2px solid #eee;
}
.cpxqlb_boxrzx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 50px;
}
.cpxqlb_boxrzx .cpxqlb_boxrzxzx {
    width: 220px;
    height: 45px;
    border-radius: 27px;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    -ms-border-radius: 27px;
    -o-border-radius: 27px;
    background-color: #0461b1;
    line-height: 47px;
    text-align: center;
    margin-right: 10px;
}
.cpxqlb_boxrzx .cpxqlb_boxrzxzx:first-of-type {
    background-color: #156190;
}
.cpxqlb_boxrzxzx span {
    font-size: 16px;
    color: #fff;
}
.cpxqlb_boxrzxzx i {
    font-size: 20px;
    color: #fff;
    margin-left: 8px;
}
.cpxqlb_boxrzxtel {
    margin-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}
.cpxqlb_boxrzxtel i {
    font-size: 45px;
    color: #c6c6c6;
}
.cpxqlb_boxrzxteltxt {
    margin-left: 15px;
}
.cpxqlb_boxrzxtelh {
    font-size: 14px;
    color: #333333;
}
.cpxqlb_boxrzxtelp {
    line-height: 1.2;
}
.cpxqlb_boxrzxtelp a {
    font-size: 30px;
    font-weight: 600;
    color: #ff7800;
    margin-top: -5px;
}
.cpxqlb_boxrblb {
    position: relative;
    padding: 0 60px;
}
.cpxqlbb_slideimg {
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    cursor: pointer;
}
.cpxqlbb_slideimg img {
    width: 100%;
}
.cpxqlb_boxrblb_per,
.cpxqlb_boxrblb_next {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border: 1px solid #e1e1e1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
    outline: none;
}
.cpxqlb1 {
    margin-top: 73px;
    padding: 10px 0 50px;
    background-color: #fefefe;
}
.cpxqlb_boxrblb_per {
    left: 0;
}
.cpxqlb_boxrblb_next {
    right: 0;
}
.cpxqlbb_slide.swiper-slide-thumb-active .cpxqlbb_slideimg {
    border: 1px solid #ff7800;
}
.neirongtitle {
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: -webkit-linear-gradient(left, #2550a3 0%, #11648b 100%);
    background: -o-linear-gradient(left, #2550a3 0%, #11648b 100%);
    background: -ms-linear-gradient(left, #2550a3 0%, #11648b 100%);
    background: linear-gradient(to left, #2550a3 0%, #11648b 10);
}
.neirongtitle span {
    display: block;
    font-size: 18px;
    color: #fff;
    /* width: 150px; */
    /* float: left; */
    padding-left: 30px;
    line-height: 40px;
    font-weight: bold;
    background-image: url(../images/upload/bt-bg.png);
    background-repeat: no-repeat;
    background-position: left;
}
.nr03 {
    padding: 30px;
    border: 1px dashed #e1e1e1;
    border-radius: 10px;
    margin: 20px 0;
}
.list-paddingleft-2 {
    max-width: 100%;
    padding-left: 2rem;
    list-style: unset;
    color: #ff7800;
    font-size: 24px;
    line-height: 30px;
}
.nr03 h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    margin: 10px 0 5px;
}
.nr03 p {
    font-size: 16px;
    line-height: 32px;
    color: #666;
}
.nr04 {
    margin: 20px 0;
}
.nr04 table td {
    border: 1px solid #afc4d1;
    padding: 8px;
    text-align: center;
}
.nr04 table tr:nth-child(2n) {
    background-color: #eaeff0;
}
.nr04 table tr:nth-child(2n) td:nth-child(2n-1) {
    background-color: #c3e3ee;
}
.nr05 {
    background: url(../images/upload/bg-hangye.jpg) no-repeat top center;
    padding: 70px 0 50px;
}
.nr05 h3 {
    font-size: 52px;
    color: #fff;
    text-align: center;
}
.nr05 h3 span {
    color: #ff7800;
}
.nr05 p {
    text-align: center;
    font-size: 16px;
    color: #72a8d7;
    text-transform: uppercase;
    margin-top: 10px;
}
.nr05 .bg-hy {
    background-color: #fff;
    border: 5px solid #f5f5f5;
    overflow: hidden;
    padding: 30px;
    max-width: 90%;
    margin: auto;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
}
.nr05 .bg-hy > div {
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
}
.nr05 .bg-hy > div:nth-child(3n) {
    border-right: none;
}
.nr05 .bg-hy > div:nth-last-child(1),
.nr05 .bg-hy > div:nth-last-child(2),
.nr05 .bg-hy > div:nth-last-child(3) {
    border-bottom: none;
}
.nr05 .bg-hy a {
    display: block;
    text-align: center;
    margin: 20px 0;
}
.nr05 .bg-hy a i {
    font-size: 72px;
    color: #0360b0;
}
.nr05 .bg-hy a h4 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #333;
}
.nr05 .bg-hy a p {
    font-size: 14px;
    color: #888;
    line-height: 22px;
}
.cpxqlb .xgct {
    padding-top: 70px;
}
.cpxqlb .xgcp .xgcpplb {
    margin-top: 30px;
}
.cpxqlb .xgcpplb_item_ctp {
    background-color: #fff;
}
.cpxqlb #owl_xgcpplb {
    width: calc(100% + 28px);
}
.cpxqlb .xgcpplb_item_ctimg {
    border: none;
}
.cpxqlb .cpxqct_sy_l,
.cpxqlb .cpxqct_xy_l {
    width: 100%;
}
.cpxqlb .cpxqct_sy:hover, .cpxqct_xy:hover {
    border-color: #0461b1;
}
.cpxqlb .cpxqct_sy:hover b,
.cpxqlb cpxqct_sy:hover span,
.cpxqlb .cpxqct_sy_l:hover b, .cpxqlb .cpxqct_xy_l:hover b,
.cpxqlb .cpxqct_sy_l:hover span, .cpxqlb .cpxqct_xy_l:hover span {
    color: #0461b1;
}
.zixun {
    margin-top: 50px;
}
.zixunbox {
    margin-bottom: 20px;
}
.zixunbox_title {
    padding-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.zixunbox_title_l {
    font-size: 22px;
    font-weight: 600;
    color: #111;
}
.zixunbox_title_l span {
}
.zixunbox_title_l em {
    color: #13367a;
}
.zixunbox_title_l b {
    font-size: 13px;
    color: #999999;
    margin-left: 10px;
}
.zixunbox_title_r a {
    font-size: 14px;
    color: #777;
}
.zixunbox_title_r a:hover {
    color: #ff7800;
}
.zixunbox_xt {
    margin-top: 30px;
    background-color: #edf1f7;
    padding: 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.dowlist_box {
    width: 75%;
}
.dowlist li {
    width: 100%;
    height: 50px;
    border: 1px solid #cccccc;
    background-color: #f5f5f5;
    margin-bottom: 15px;
}
.dowtit {
    line-height: 50px;
    color: #808080;
    font-size: 16px;
    padding-left: 20px;
    float: left;
}
.dowdow {
    display: block;
    float: right;
    height: 48px;
    width: 110px;
    background-color: #fff;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
}
.dowlist li .dowdow:hover {
    color: #263B6E;
}
.dowlist {
    margin-bottom: 30px;
}
.pro_tip {
    /*text-align:center;*/
    font-size: 25px;
    color: #1a65b8;
}
.page {
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    clear: both;
    text-align: center;
}
.page div {
    display: inline-block;
}
.page a,
.page span {
    position: relative;
    float: left;
    padding: 12px 20px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #0058aa;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: 14px;
}
.page .current {
    background-color: #0058aa;
    border: 1px solid #0058aa;
    color: #fff;
}
.page a:first-child,
.page span:first-child {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.page a:last-child,
.page span:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
