@charset "utf-8";
.wot {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.clear {
    zoom: 1;
}

.clear:after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.clear::before,
.clear::after {
    content: "";
    display: table;
}

.clear::after {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: \5FAE\8F6F\96C5\9ED1, "Microsoft YaHei";
    font-size: 16px;
    color: #333;
    background-color: #fff;
}

.error3 {
    display: none !important;
}

html,
body {
    max-width: 1920px;
    margin: 0 auto;
}

.inner {
    width: 1300px;
    margin: 0 auto;
}


/*===================== é‡ç½®æ ·å¼ END =====================*/

.banner {
    top: -125px;
}

.index_box {
    margin-top: -125px;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
    width: 59px;
    height: 59px;
}

.swiper-pagination-bullet-active {
    background-color: #1e75ca !important;
    border-color: #1e75ca !important;
}

.pub_button {
    position: relative;
    z-index: 1;
}

.pub_button .pb_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(30, 117, 202, 0.7);
    -webkit-transition: transform 0.5s 0s cubic-bezier(0.36, 0.01, 0.29, 0.99);
    transition: transform 0.5s 0s cubic-bezier(0.36, 0.01, 0.29, 0.99);
    transform-origin: left 100%;
    -webkit-transform-origin: left 100%;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    visibility: hidden\9;
    z-index: -1;
}

.pub_button:hover .pb_bg,
.pub_button.active .pb_bg {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform-origin: left 0;
    -webkit-transform-origin: left 0;
    visibility: visible\9;
}

#list {
    margin: 30px 0;
}

#list .auto,
#news_article,
#article,
.position_now .auto {
    width: 1500px;
    margin: 0 auto;
}

@media(max-width:1505px) {
    #list .auto,
    #news_article,
    #article,
    .position_now .auto {
        width: 1200px;
    }
}

.showlist {
    width: 100%;
    /* float:left; */
}


/*.showlist div *{width:100%;}*/

.showlist li {
    width: 98%;
    margin: 0 auto 20px;
    overflow: hidden;
    position: relative;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.showlist .wrap_box {
    float: left;
}

.showlist .button {
    width: 60%;
    color: #fff;
    margin: 0px auto;
    padding: 0px;
}

#showdata {
    display: none;
}

#loaddata {
    text-align: center;
}

.showlist li .img {
    overflow: hidden;
}

.zhsh_one li .img {
    float: none;
    position: relative;
}

.zhsh_one li img,
.zhsh_three li img,
.zhsh_four li img {
    transition: all .5s ease-in-out;
    display: block;
    max-width: 100%;
}

.zhsh_one li .line {
    position: absolute;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.zhsh_one li .l1 {
    left: 0;
    top: 0;
    width: 0;
    height: 3px;
    background-color: #1e75ca;
}

.zhsh_one li .l2 {
    right: 0;
    top: 0;
    width: 3px;
    height: 0;
    background-color: #1e75ca;
}

.zhsh_one li .l3 {
    right: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background-color: #1e75ca;
}

.zhsh_one li .l4 {
    left: 0;
    bottom: 0;
    width: 3px;
    height: 0;
    background-color: #1e75ca;
}

.zhsh_one li:hover .l1,
.zhsh_one li:hover .l3 {
    width: 100%;
}

.zhsh_one li:hover .l2,
.zhsh_one li:hover .l4 {
    height: 100%;
}

.zhsh_one li:hover img,
.zhsh_three .showlist li:hover img,
.zhsh_four li:hover img {
    transform: translateZ(0) scale(1.12);
}

.zhsh_one li p,
.zhsh_two .showlist li p {
    position: relative;
    z-index: 1;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    display: block;
    text-align: center;
    color: #555;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.zhsh_one li p i,
.zhsh_two .showlist li i {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background-color: #1e75ca;
    z-index: -1;
    -webkit-transition: .5s height;
    -o-transition: .5s height;
    -ms-transition: .5s height;
    -moz-transition: .5s height;
    transition: .5s height;
}

.zhsh_one li:hover i,
.zhsh_two .showlist li:hover i {
    height: 100%;
}

.zhsh_one li:hover p,
.zhsh_two .showlist li:hover p {
    color: #fff;
}

.zhsh_one li span {
    display: none;
}

.zhsh_two .showlist li .img {
    position: relative;
}

.zhsh_two .showlist li .shadow_box {
    background: rgba(30, 117, 202, 0.5) url(../../images/jia.png) center center no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: -100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.zhsh_two .showlist li:hover .shadow_box {
    top: 0;
}

.zhsh_three .showlist li .shadow_box,
.zhsh_three .showlist li .line,
.zhsh_three .showlist i {
    display: none;
}

.zhsh_three .showlist li {
    width: 94%;
    padding-bottom: 20px;
    border-radius: 6px;
    overflow: hidden;
    background-color: #f9f9f9;
}

.zhsh_three .showlist li p {
    text-align: left;
    font-size: 16px;
    line-height: 30px;
    padding: 10px 10px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.zhsh_three .showlist li:hover p {
    color: #1e75ca;
}

.zhsh_three .showlist li em {
    font-style: normal;
    float: right;
    width: 10px;
    height: 3px;
    background-color: #1e75ca;
    margin: 10px 15px 0 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.zhsh_three .showlist li:hover em {
    width: 30px;
}

.zhsh_three .showlist li:hover {
    box-shadow: 0px 18px 25px rgba(0, 0, 0, 0.08);
    background-color: #fff;
}

.zhsh_four .auto {
    width: 1200px !important;
}

.zhsh_four .showlist li {
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #F2F2F2;
    margin-bottom: 0;
}

.zhsh_four .showlist li .img {
    float: left;
    width: 50%;
    overflow: hidden;
    position: relative;
}

.zhsh_four .showlist li .info {
    width: 50%;
    float: left;
}

.zhsh_four .showlist li.odd .img {
    float: right;
}

.zhsh_four .showlist li.odd .info {
    float: left;
}

.zhsh_four .showlist li .pad {
    padding: 20% 20px 0;
}

.zhsh_four .showlist li h6 {
    font-size: 20px;
    color: #333;
    line-height: 24px;
    height: 48px;
}

.zhsh_four .showlist li .time {
    font-size: 14px;
    font-family: "SimHei";
    color: #1e75ca;
    margin: 14px 0;
}

.zhsh_four .showlist li p {
    color: #555;
    line-height: 26px;
    font-size: 16px;
    height: 78px;
}

.zhsh_four .showlist li .move_box {
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #1e75ca;
    right: -10px;
    bottom: -10px;
}

.zhsh_four .showlist li.odd .move_box {
    width: 30px;
    height: 30px;
    top: -10px;
    left: -10px;
}

.zhsh_four .showlist li:hover .move_box {
    right: 0;
    bottom: 0;
}

.zhsh_four .showlist li.odd:hover .move_box {
    top: 0;
    left: 0;
}

.zhsh_four .showlist li .move_box:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 6px;
    height: 1px;
    background-color: #fff;
}

.zhsh_four .showlist li .move_box:before {
    content: '';
    position: absolute;
    height: 6px;
    width: 1px;
    top: 5px;
    left: 5px;
    background-color: #fff;
}

.zhsh_four .showlist li.odd .move_box:after {
    bottom: 5px;
    right: 5px;
    width: 6px;
    height: 1px;
    top: auto;
    left: auto;
}

.zhsh_four .showlist li.odd .move_box:before {
    height: 6px;
    width: 1px;
    bottom: 5px;
    right: 5px;
    top: auto;
    left: auto;
}


/* äº§å“å†…é¡µå›¾ */

.product_article .img1 {
    display: none;
}

.product_article .title {
    overflow: hidden;
    padding: 10px 0 0px;
}

.product_article .title h1 {
    text-align: center;
    font-size: 22px;
    color: #333;
}

.product_article .title .time {
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 14px 0 0;
    font-size: 14px;
    color: #999;
}

.product_article .title .time img {
    display: inline-block;
    height: 18px;
    margin-top: -2px;
    margin-right: 10px;
}


/* äº§å“å†…é¡µå›¾ */


/* ===================== äº§å“åˆ—è¡¨é¡µ ===================== */


/* ===================== äº§å“ è¯¦æƒ…é¡µ ===================== */

.img_big_box {
    width: 55%;
    float: left;
}

.img_big_box .img_box {
    height: 400px;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    position: relative;
    border-bottom: none;
}

.img_big_box .img_box img {
    max-width: 99%;
    max-height: 99%;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.img_big_box .small_box {
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    text-align: center;
}

.img_big_box .small_box img {
    max-height: 80px;
    display: inline-block;
    margin: 10px 5px;
    border: 1px solid #fff;
}

.img_big_box .small_box img.active {
    border-color: #1e75ca;
}

.info_big_box {
    width: 42%;
    float: right;
    height: 502px;
}

.info_big_box h1 {
    color: #444;
    line-height: 36px;
    font-weight: bold;
    font-size: 26px;
    margin-top: 60px;
}

.info_big_box .info_1 {
    margin: 30px 0 0;
}

.info_big_box .info_1 .dh {
    color: #555;
    margin-bottom: 10px;
    height: 40px;
    line-height: 40px;
    cursor: help;
    font-family: impact;
    font-size: 26px;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.info_big_box .info_1 .dh img {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    margin-right: 12px;
}

.info_big_box .info_1 .dh span {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    color: #555;
    letter-spacing: 0px;
}

.info_big_box .info_2 {
    padding: 10px;
}

.info_big_box .share {
    height: 24px;
    line-height: 24px;
    margin: 20px 0;
}

.info_big_box .share span {
    font-size: 16px;
    color: #555;
}

.bdshare-button-style0-24 a,
.bdshare-button-style0-24 .bds_more {
    margin: 0 6px 0 0 !important;
}


/*.info_big_box .info_2 .ewm{margin-right:20px;}
.info_big_box .info_2 img{width:130px;border:1px solid #f2f2f2;padding:2px;}
.info_big_box .info_2 strong{display: block;font-size:14px;height:30px;line-height:30px;color:#333;text-align: center;}
.info_big_box .info_2 .but a{margin-top:26px;width:160px;height:36px;line-height:36px;text-align: center;position: relative;z-index:1;border:1px solid #f2f2f2;color:#666;}
.info_big_box .info_2 .but a.a1:hover, .info_big_box .info_2 .but a.a2:hover{color:#fff;}*/

.info_big_box .info_3 span {
    display: inline-block;
    padding: 8px 0;
    line-height: 24px;
    color: #555;
    cursor: help;
    font-size: 12px;
}

.info_big_box .info_3 span img {
    display: inline-block;
    height: 20px;
    margin-bottom: 3px;
    margin-right: 6px;
}

.xgcp_title {
    padding: 10px;
    background-color: #fafafa;
    margin: 30px 0 0;
}

.xgcp_title h3 {
    color: #1e75ca;
    border-left: 2px solid #1e75ca;
    padding-left: 20px;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    font-size: 20px;
}

.article_content {
    font-size: 16px;
    line-height: 26px;
    color: #333;
    padding-top: 30px;
}

.article_box {
    padding-top: 30px;
}

.article_box img,
.article_content img {
    display: inline;
}

.article_box p,
.article_content p {
    margin-bottom: 14px;
}

#xgcp ul li {
    float: left;
    text-align: center;
    width: 23%;
    margin: 1%;
}

#xgcp ul li strong {
    display: block;
    height: 36px;
    color: #333;
    font-size: 16px;
    font-weight: 100;
    line-height: 36px;
    text-align: center;
}

#xgcp ul li:hover strong {
    color: #fff;
}

#xgcp ul li:hover .pb_bg {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform-origin: left 0;
    -webkit-transform-origin: left 0;
    visibility: visible\9;
}

.pagenum {
    border-top: 1px solid #DCDCDC;
    margin-top: 30px;
    text-align: center;
    font-family: \5FAE\x8F6F\6B63\9ED1\4F53, "Microsoft JhengHei";
}

.pagenum a {
    display: inline-block;
    color: #666;
    margin: 20px 20px 0;
    width: 120px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #1e75ca;
    border-radius: 60px;
    font-size: 0px;
}

.pagenum span {
    font-size: 16px;
    color: #1e75ca;
}

.pagenum a:hover {
    background-color: #1e75ca;
}

.pagenum a:hover span {
    color: #fff;
}


/* ===================== äº§å“ è¯¦æƒ…é¡µ ===================== */


/* ===================== å†…é¡µ Banner å›¾ ===================== */

#nyba {
    height: 400px;
    position: relative;
    overflow: hidden;
    background: url(../../images/neibanner.jpg) top center no-repeat;
    background-attachment: fixed;
    font-family: \5FAE\x8F6F\6B63\9ED1\4F53, "Microsoft JhengHei";
}

.box_box {
    width: 500px;
    padding: 30px 0 20px;
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 6px;
    position: absolute;
    top: 50%;
    margin-top: -63px;
    left: 50%;
    margin-left: -250px;
    text-align: center;
}

.box_box h3 {
    font-size: 36px;
    font-weight: bold;
    color: #676262;
    height: 36px;
    line-height: 36px;
}

.box_box h3 i {
    display: inline-block;
    width: 40px;
    height: 1px;
    vertical-align: middle;
    background-color: #676262;
    margin: 0 20px;
}

.box_box p {
    font-size: 20px;
    color: #1e75ca;
    font-weight: bold;
    line-height: 40px;
    opacity: 0.5
}


/* ===================== å†…é¡µ Banner å›¾ ===================== */


/* ===================== é¢åŒ…å±‘å¯¼èˆª ===================== */

.position_now {
    font-size: 14px;
    background-color: #f1f1f1;
}

.position_now .auto {
    height: 80px;
}

.position_now a {
    display: inline-block;
    color: #707070;
}

.position_now .fl {
    color: #707070;
    font-family: \5FAE\x8F6F\6B63\9ED1\4F53, "Microsoft JhengHei";
    line-height: 80px;
}

.position_now .fl img {
    height: 20px;
    margin-top: -4px;
    display: inline-block;
    margin-right: 8px;
}

.position_now .fr {
    font-family: impact;
    color: #1e75ca;
    font-size: 0;
}

.position_now .fr img {
    height: 26px;
    float: left;
    margin: 28px 10px 0 0;
}

.position_now .fr strong {
    font-weight: 100;
    font-size: 22px;
    display: block;
    float: left;
    line-height: 80px;
}

.position_now .fr a {
    display: inline-block;
    width: 100px;
    padding: 0 5px;
    height: 80px;
    color: #333;
    font-size: 16px;
    text-align: center;
    line-height: 80px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.position_now .fr a i {
    width: 100%;
    height: 0%;
    background-color: #1e75ca;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-transition: .5s height;
    -o-transition: .5s height;
    -ms-transition: .5s height;
    -moz-transition: .5s height;
    transition: .5s height;
}

.position_now .fr a:hover i,
.position_now .fr a.active i {
    height: 100%;
}

.position_now .fr a:hover,
.position_now .fr a.active {
    color: #fff;
}


/* ===================== é¢åŒ…å±‘å¯¼èˆª ===================== */


/* ===================== æ–°é—»é¡µé¢ ===================== */


/* æ–°é—»æ ·å¼ 1 */

.news_one .auto {
    width: 100% !important;
}

.news_one .news_box li {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.news_one .news_box li .pub_button {
    padding: 20px;
}

.news_one .news_box li .time {
    width: 80px;
    height: 80px;
    background-color: #1e75ca;
    text-align: center;
    float: right;
    font-family: "SimHei";
}

.news_one .news_box li .time em {
    font-weight: bold;
    font-size: 30px;
    color: #fff;
    padding: 14px 0 0;
    display: block;
}

.news_one .news_box li .time span {
    font-size: 16px;
    color: #fff;
    display: block;
}

.news_one .news_box li .img {
    width: 29%;
    overflow: hidden;
    float: left;
    margin-right: 20px;
}

.news_one .news_box li .info {
    width: 60%;
    float: left;
}

.news_one .news_box li .info h3 {
    height: 40px;
    line-height: 40px;
    margin: 50px 0 30px;
    font-size: 20px;
    color: #333;
}

.news_one .news_box li .info p {
    font-size: 16px;
    color: #555;
    line-height: 30px;
}

.news_one .news_box li .info em {
    font-style: normal;
    display: block;
    margin-top: 30px;
    color: #777;
    padding-right: 20px;
    font-family: "SimHei";
}

.news_one .news_box li:nth-of-type(2n) {
    background-color: #f9f9f9;
}

.news_one .news_box li a {
    width: 1200px;
    margin: 0 auto;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.news_one .news_box li:hover img {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.news_one .news_box li:hover h3,
.news_one .news_box li:hover p,
.news_one .news_box li:hover em {
    color: #fff;
}

.news_one .news_box li:hover a {
    transform: translateX(20px);
    -webkit-transform: translateX(20px);
}

.news_one .news_box li:hover .time {
    background-color: #fff;
}

.news_one .news_box li:hover .time em,
.news_one .news_box li:hover .time span {
    color: #1e75ca;
}

.news_article {
    padding: 30px 0;
}

.news_article .left {
    width: 78%;
}

.news_article .left h1.title {
    font-size: 22px;
    text-align: center;
}

.news_article .left .time {
    display: block;
    text-align: center;
    padding: 20px 0 20px;
    color: #777;
    font-family: \5FAE\x8F6F\6B63\9ED1\4F53, "Microsoft JhengHei";
    border-bottom: 1px solid #D2D2D2;
}

.news_article .left .time img {
    display: inline-block;
    height: 20px;
    margin: -3px 10px 0 0;
}

.news_article .article_content p {
    margin-bottom: 14px;
}

.news_article .right {
    width: 20%;
}

.news_article .right .title {
    border-bottom: 2px solid #1e75ca;
    height: 40px;
    line-height: 40px;
    padding: 0 4px;
}

.news_article .right .title h2 {
    font-weight: bold;
    font-size: 20px;
    color: #333;
}

.news_article .right .title a {
    font-size: 14px;
    float: right;
    color: #1e75ca;
}

.news_article .right .item {
    border-bottom: 1px solid #f9f9f9;
    padding: 0 15px 10px;
    margin: 10px 0 0;
}

.news_article .right .item .img {
    overflow: hidden;
}

.news_article .right .item img {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.news_article .right .item:hover img {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

.news_article .right .item h3 {
    font-size: 18px;
    color: #333;
    line-height: 26px;
    margin-bottom: 10px;
}

.news_article .right .item p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}

.news_article .right .item:hover h3 {
    color: #1e75ca;
}

.page_list a {
    display: inline-block;
    color: #333;
    margin: 0 10px;
}

.page_list a:hover {
    color: #1e75ca;
}


/* æ–°é—»æ ·å¼ 1 */


/* ===================== æ–°é—»é¡µé¢ ===================== */


/* ===================== äº§å“é¡µ å·¦ä¾§ å¯¼èˆª ===================== */

#list .left_side {
    width: 280px;
}

#list .left_side .box_one,
#list .left_side .box_two {
    width: 260px;
    background-color: #1e75ca;
    padding: 10px 10px;
}

#list .left_side .box_one .title {
    text-align: center;
    margin-bottom: 20px;
}

#list .left_side .box_one .title h3 {
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    margin: 20px 0 10px 0;
}

#list .left_side .box_one .title p {
    color: #fff;
    font-size: 16px;
}

#list .left_side .box_one ul li {
    line-height: 50px;
    background-color: #fff;
    margin-bottom: 5px;
    text-align: left;
}

#list .left_side .box_one ul li a {
    color: #333;
    padding-left: 20px;
    position: relative;
    z-index: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#list .left_side .box_one ul li a:hover,
#list .left_side .box_one ul li a.active {
    color: #fff;
}

#list .left_side .box_one ul li a i {
    background-color: dodgerblue;
}

#list .left_side .box_one ul li .son_nav {
    border-top: 1px solid #1e75ca;
}

#list .left_side .box_one ul li .son_nav a {
    background: none;
    height: 40px;
    line-height: 40px;
}

#list .left_side .box_two {
    margin-top: 10px;
    padding: 20px 10px;
}

#list .left_side .box_two p {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}

#list .left_side .box_two strong {
    color: #fff;
    font-size: 30px;
    display: block;
    margin-bottom: 10px;
    font-family: impact;
    font-weight: 100;
}

#list .left_side .box_two .more {
    height: 36px;
    line-height: 36px;
    background-color: #fff;
    margin-top: 10px;
    width: 200px;
    color: #333;
    text-align: center;
}

#list .left_side .box_two .more i {
    background-color: dodgerblue;
}

#list .left_side .box_two .more:hover {
    color: #fff;
}

#list .right_side.fr {
    width: 1200px;
}

@media(max-width:1505px) {
    #list .right_side.fr {
        width: 900px;
    }
}


/* ===================== äº§å“é¡µ å·¦ä¾§ å¯¼èˆª ===================== */


/* ===================== å…¨å±€æœç´¢æ¡† ===================== */

.form_box {
    display: none;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    margin-bottom: 20px;
}

.form_box .sf {
    margin: 0 auto;
    text-align: center;
    font-size: 0;
}

.form_box .an {
    display: inline-block;
    border: 1px solid #f1f1f1;
    background-color: #fff;
    color: #333;
    height: 40px;
    border-radius: 8px;
    margin: 10px 5px;
    font-size: 16px;
    line-height: 40px;
    padding: 0px 15px;
    outline: none;
}

.form_box .an {
    vertical-align: bottom;
}

.form_box .an:hover {
    border-color: #1e75ca;
}

.form_box .inp {
    height: 38px;
    vertical-align: bottom;
}

.form_box .submit {
    width: 80px;
    cursor: pointer;
}


/* ===================== å…¨å±€æœç´¢æ¡† ===================== */


/* ===================== åœ¨çº¿ç•™è¨€ ===================== */

.form_box_box {
    width: 1200px;
    margin: 40px auto;
    padding: 60px 0;
    box-shadow: 0px 20px 80px rgba(76, 76, 76, 0.1);
}

ul.fs {
    width: 1000px;
    margin: 0 auto;
}

ul.fs input,
ul.fs textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    -ms-transition: 0.8s;
    -moz-transition: 0.8s;
    transition: 0.8s;
}

ul.fs .box1 li {
    float: left;
    width: 320px;
    margin-right: 20px;
}

ul.fs .box1 li:nth-of-type(3) {
    margin: 0;
}

ul.fs .box1 li input {
    border: 1px solid #e1e7ee;
    width: 100%;
    height: 50px;
    padding: 10px;
    color: #999;
}

ul.fs li input:hover {
    border-color: #1e75ca;
}

ul.fs .box1 li input::-webkit-input-placeholder,
ul.fs li.textarea textarea::-webkit-input-placeholder,
ul.fs li.yzm input::-webkit-input-placeholder {
    color: #999;
}

ul.fs .box1 li input:-moz-placeholder,
ul.fs li.textarea textarea:-moz-placeholder,
ul.fs li.yzm input:-moz-placeholder {
    color: #999;
}

ul.fs .box1 li input:-ms-input-placeholder,
ul.fs li.textarea textarea:-ms-input-placeholder,
ul.fs li.yzm input:-ms-input-placeholder {
    color: #999;
}

ul.fs li.textarea textarea {
    width: 100%;
    height: 150px;
    border: 1px solid #e1e7ee;
    padding: 10px;
    margin: 20px 0;
    color: #999;
}

ul.fs li.textarea textarea:hover {
    border-color: #1e75ca;
}

ul.fs li.radio {
    text-align: center;
}

ul.fs li.radio label {
    margin: 0 10px;
}

ul.fs li.yzm {
    text-align: center;
    margin: 20px 0;
}

ul.fs li.yzm img {
    display: inline-block;
    height: 20px;
}

ul.fs li.yzm input {
    border-bottom: 1px solid #e1e7ee;
    width: 200px;
    height: 50px;
    padding: 10px;
    color: #999;
}

ul.fs li.yzm input:hover {
    border-color: #1e75ca;
}

ul.fs li.submit input {
    height: 50px;
    margin: 0 auto;
    display: block;
    cursor: pointer;
    width: 200px;
    border-radius: 50px;
    background-color: #1e75ca;
    font-size: 16px;
    color: #fff;
}


/* ===================== åœ¨çº¿ç•™è¨€ ===================== */


/* ===================== è”ç³»æˆ‘ä»¬ åœ°å›¾ ===================== */

#allmap {
    height: 500px;
    margin-top: 30px;
    border: 1px solid #ccc;
}

#allmap img {
    max-width: none !important;
}


/* ===================== è”ç³»æˆ‘ä»¬ åœ°å›¾ ===================== */


/* ===================== å›žåˆ°é¡¶éƒ¨ ===================== */

.go_top {
    display: none;
    background: url(../../m/images/top.png) center center/50% no-repeat;
    width: 40px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    background-color: #1e75ca;
    border-radius: 50%;
    position: fixed;
    right: 6px;
    bottom: 100px;
    z-index: 99999999999;
}


/* ===================== å›žåˆ°é¡¶éƒ¨ ===================== */

.firstRow img {
    display: inline-block;
}

.right_side {
    width: 1200px;
    margin: 0 auto;
}


/* ================================ å†…é¡µ END ================================ */


/*===================== å“åº”å¼ä»£ç  START =====================*/

@media( max-width:1430px) {
    .header .nav {
        margin-left: 8%;
    }
    .header .call p {
        font-size: 14px;
    }
    .header .call h3 {
        font-size: 26px;
    }
    .section_seven .item.i3,
    .section_seven .item.i2 {
        left: 0;
    }
    .section_seven .item.i6,
    .section_seven .item.i5 {
        right: 0;
    }
    .swiper-button-next {
        right: 0 !important;
    }
    .swiper-button-prev {
        left: 0 !important;
    }
}

@media( max-width:1310px) {
    .inner {
        width: 1200px;
    }
    .footer .three {
        padding-left: 20px;
    }
    .header .logo img {
        width: 200px;
        margin-top: 40px;
    }
}


/*===================== å“åº”å¼ä»£ç  END =====================*/