* {
    font-size: 16px;
    font-family: 'none';
    font-family: '黑体!important';
}

body {
    overflow-x: hidden;
}
p, span, a, li, input, textarea{
    font-family: '黑体';
}


/*img {*/


/*max-width: 100%;*/


/*}*/

.area {
    margin: 80px 0;
}

.area1 {
    margin: 50px 0;
}

.center {
    text-align: center;
}

.top {
    height: 120px;
    width: 100%;
}

.top .container {
    height: 120px;
}

.top .logo {
    float: left;
    margin-top: 28px;
}

.fixednav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: #ffffff;
}

.top .tel {
    float: right;
    margin-top: 35px;
}

.top .tel p {
    margin-bottom: 10px;
    color: #333333;
}

.top .tel ul li {
    float: left;
}

.top .tel ul li:nth-child(4) {
    margin: 0 14px;
    color: #DDDDDD;
}

.top .tel ul li a {
    font-size: 14px;
    color: #999999;
    margin-left: 10px;
}

.top .tel ul li:nth-child(1) {
    margin-right: 65px;
    font-size: 20px;
    color: #7e9cd3;
    margin-top: -5px;
}

.menu {
    font-size: 30px !important;
    float: right;
    margin-top: 40px;
    color: #2d57a6;
    cursor: pointer;
    display: none !important;
}

.nav {
    height: 54px;
    width: 100%;
    background-color: #2d57a6;
    position: relative;
    z-index: 2;
}

.nav ul li {
    float: left;
    line-height: 54px;
    width: 162px;
    border-left: 1px solid #5779b8;
    text-align: center;
    transition: all 0.8s;
    position: relative;
}

#dropdown {
    width: 100%;
    display: none;
    position: fixed;
    top: 54px;
    left: 0;
    z-index: 9999;
    white-space: nowrap;
    -webkit-animation: navMove 0.3s linear;
    animation: navMove 0.3s linear;
    background: #ffffff;
    padding: 20px;
    /* background: url("../img/dropdown-pro.jpg"); */
}

#dropdown1 {
   /* width: 543px; */
   padding: 15px;
   /* height: 280px; */
   display: none;
   position: absolute;
   top: 54px;
   left: 0;
   z-index: 9999;
   white-space: nowrap;
   -webkit-animation: navMove 0.3s linear;
   animation: navMove 0.3s linear;
   background: #2e57a7;
  
   align-items: center;
   /* background: url("../img/dropdown-about.jpg"); */
}
.about_nav{
    display: flex;
    align-items: center;
    background: #ffffff;
}
.about_nav ul{
    padding: 15px;
}
@-webkit-keyframes navMove {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes navMove {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.dropdown-list {
    margin-top: 0!important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* .dropdown-list1 {
    margin-top: 30px!important;
} */

.dropdown-list li:nth-child(7) {
    border-right: none!important;
}

.dropdown-list li {
    float: none!important;
    line-height: 35px!important;
    width: 33%!important;
    border: 1px solid #f2f2f2;
    margin: 5px 0 0 0;
    border-left: 1px solid #f2f2f2!important;
    background-color: #fff!important;
}

.dropdown-list1 li {
    float: none!important;
    line-height: 35px!important;
    width: 85px!important;
    border: 1px solid #f2f2f2;
    margin: 5px 0 0 10px;
    border-left: 1px solid #f2f2f2!important;
    background-color: #fff!important;
}

.dropdown-list li a {
    color: #333!important;
    font-size: 15px!important;
}

.dropdown-list1 li a {
    color: #333!important;
    font-size: 15px!important;
}

.dropdown-list li a:hover {
    background-color: #fcfcfc!important;
}

.dropdown-list1 li a:hover {
    background-color: #fcfcfc!important;
}

.nav ul #dropdown-pro:hover #dropdown {
    display: block;
}

.nav ul #dropdown-about:hover #dropdown1 {
    display: block;
}

.nav ul li:hover {
    background-color: #fab330;
    transition: all 0.8s;
}

.nav ul .active {
    background-color: #fab330;
}

.nav ul li:nth-child(7) {
    border-right: 1px solid #5779b8;
}

.nav ul li a {
    color: #ffffff;
    display: block;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    max-width: 100%;
}

.swiper-pagination-bullet {
    width: 40px !important;
    height: 2px !important;
    background-color: #CCCCCC !important;
    opacity: 0.5 !important;
    border-radius: 0 !important;
    transition: all 1s;
}

.swiper-pagination-bullet-active {
    background-color: #ffffff !important;
    opacity: 1 !important;
    transition: all 1s;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 40px 5px !important;
}

.title {
    text-align: center;
    padding-bottom: 20px;
}

.title .p1 {
    color: #333333;
    font-size: 25px;
    margin-bottom: 15px;
}

.title .p2 {
    color: #888888;
    font-size: 14px;
}

.title span {
    border-bottom: 2px solid #CCCCCC;
    display: block;
    width: 5%;
    margin: 20px auto;
}

#index_pro .index_pro_text {
    height: 50px;
    width: 100%;
    background-color: #dddddd;
    position: relative;
    bottom: 2px;
    left: 0;
    line-height: 50px;
    transition: all 0.5s;
}

#index_pro .index_pro_img a {
    color: #333333;
}

#index_pro .index_pro_img {
    overflow: hidden;
    width: 100%;
}

#index_pro .index_pro_img img {
    transition: all 0.6s;
}

.swiper-slide a:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.swiper-slide a:hover .index_pro_text {
    background-color: #0e63a7!important;
    color: #ffffff;
    transition: all 0.5s;
}


/* #index_pro .index_pro_img img:hover {

    transform: scale(1.2);

    -webkit-transform: scale(1.2);

} */


/* #index_pro .index_pro_text:hover {

    background-color: #0e63a7;

    color: #ffffff;

    transition: all 0.5s;

} */

.swiper-button-next,
.swiper-button-prev {
    width: 28px !important;
    height: 60px !important;
    background-image: none !important;
    background-color: #cacaca !important;
    opacity: 1 !important;
    transition: all 0.6s;
}

.swiper-button-next {
    right: 0 !important;
}

.swiper-button-prev {
    left: 0 !important;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: #85afd1 !important;
    transition: all 0.6s;
}

.swiper-button-next i,
.swiper-button-prev i {
    color: #ffffff;
    font-size: 30px;
    line-height: 60px;
}

.swiper-button-next i {
    margin-left: 10px;
}

.swiper-button-prev i {
    margin-left: 7px;
}

.index_sever {
    height: 160px;
    width: 100%;
    background-color: #ecf1fa;
    overflow: hidden;
}

.index_sever ul {
    margin-top: 35px;
}

.index_sever ul li {
    display: inline-block;
}

.index_sever ul li:nth-child(2) {
    position: absolute;
    top: 4px;
    margin-left: 60px;
}

.index_sever ul li:nth-child(3) {
    float: right;
    margin-top: 35px;
}

.index_sever ul li .index_sever_title {
    font-size: 24px;
    color: #333333;
}

.index_sever ul li .index_sever_text {
    font-size: 14px;
    color: #888888;
    line-height: 20px;
    margin-top: 25px;
    height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.index_sever a {
    background-color: #0e63a7;
    color: #ffffff;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 3px;
    transition: all 0.5s;
    opacity: 0.8;
}

.index_sever a:hover {
    opacity: 1;
}

.index_sever a i {
    margin: 10px;
}

.index_jianjie {
    background: url("../img/index_jianjie_bg.png") no-repeat center/cover;
    width: 100%;
    height: 690px;
    padding: 80px 0;
}

.index_jianjie_img {
    float: left;
    position: absolute;
}

.index_jianjie_img img {
    width: 99%;
    box-shadow: 2px 2px 10px 0 #888888;
}

.index_jianjie_text {
    float: right;
    background-color: #ffffff;
    width: 560px;
    height: 300px;
    position: absolute;
    top: 165px;
    right: 15px;
    box-shadow: 2px 2px 10px 0 #888888;
}

.index_jianjie_text p:nth-child(1) {
    font-size: 18px;
    color: #333333;
    padding: 40px 47px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index_jianjie_text p:nth-child(2) {
    font-size: 14px;
    color: #888888;
    padding: 30px 47px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    height: 136px;
    margin-bottom: 30px;
    line-height: 22px;
}

.index_jianjie_text a {
    color: #ffffff;
    background-color: #fab330;
    font-size: 14px;
    margin-left: 47px;
    padding: 10px 20px;
    border-radius: 3px;
    opacity: 0.8;
    transition: all 0.5s;
}

.index_jianjie_text a:hover {
    opacity: 1;
    transition: all 0.5s;
}

.index_jianjie_text a i {
    margin-left: 10px;
}

.jianju1 {
    padding: 30px 0
}

.jianju1 i {
    margin-left: 5px;
}

.max_width480 {
    display: none;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 2px 2px 10px 0 #888888;
}

.max_width480 p:nth-child(1) {
    font-size: 16px;
    color: #333333;
    padding: 0 40px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.max_width480 p:nth-child(2) {
    font-size: 12px;
    color: #888888;
    padding: 20px 40px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    line-height: 17px;
    position: relative;
}

.max_width480 a {
    color: #ffffff;
    background-color: #fab330;
    font-size: 12px;
    padding: 10px 5px;
    border-radius: 3px;
    position: absolute;
    bottom: 5px;
    right: 10px;
}

.index_news_title {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 15px;
}

.index_news_title,
.index_news_right_title {
    font-size: 25px;
    color: #333333;
    margin-bottom: 20px;
}

.index_news_img {
    position: relative;
}

.index_news_img img {
    max-width: 100%;
}

.index_news_img span {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: rgba(52, 99, 135, 0.6);
    left: 0;
    bottom: 1px;
    position: absolute;
    padding: 0 25px;
    table-layout: fixed;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s;
}

.index_news_img span:hover {
    background: rgba(52, 99, 135, 1);
    transition: all 0.5s;
}

.index_news_href {
    color: #ffffff;
    font-size: 16px;
}

.index_img {
    float: left;
}

.index_news_text {
    float: right;
}

.index_news_text p:nth-child(1) {
    color: #333333;
    font-size: 16px;
    margin: 10px 0;
    transition: all 0.5s;
}

.index_news_text span {
    font-size: 14px;
    color: #333333;
}

.index_news_text p:nth-child(3) {
    font-size: 14px;
    color: #888888;
    margin-top: 30px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 40px;
    width: 364px;
}

.index_news_href1:hover .index_news_text p:nth-child(1) {
    color: #0e63a7;
    transition: all 0.5s;
}

.check {
    float: right;
    background-color: #0e63a7;
    color: #ffffff;
    font-size: 14px;
    margin-left: 47px;
    padding: 10px 15px;
    border-radius: 3px;
    opacity: 0.8 !important;
    transition: all 0.5s;
    margin-top: 20px;
}

.check i {
    margin-left: 10px;
}

.check:hover {
    opacity: 1;
}

.line2 {
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 133px;
    margin-top: 15px;
}

.foot {
    background-color: #2d57a6;
    width: 100%;
    height: 300px;
    padding: 60px 0;
}

.foot ul {
    float: left;
}

.foot ul li {
    margin: 8px 0;
    color: #ffffff;
    font-size: 14px;
}

.foot ul li a {
    color: #ffffff;
    font-size: 14px;
}

.foot .foot_title {
    font-size: 16px;
    color: #ffffff;
}

.foot .foot_title1 {
    margin-left: 60px;
}

.foot .line {
    width: 18px;
    height: 1px;
    border-bottom: 1px solid #ffffff;
    display: block;
    margin: 10px 0 47px 0;
}

.foot .line1 {
    margin: 10px 0 47px 60px;
}

.foot .buttom_add {
    margin-left: 60px;
}

.shuxian {
    border-right: 1px solid #4268af;
}

.ewm ul li {
    display: inline-block;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
}

.ewm ul li p {
    margin-top: 17px;
}

.ewm ul li:nth-child(1) {
    margin-left: 84px;
}

.ewm ul li:nth-child(2) {
    margin-left: 30px;
}

.buttom {
    background-color: #1f458e;
    height: 54px;
    width: 100%;
}

.buttom p {
    line-height: 54px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
}

.buttom .jianju {
    margin: 0 30px;
}

.buttom h4 {
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    padding-top: 15px;
    display: none;
}

.max_width980 {
    display: none;
}

.dibu_ewm {
    float: none !important;
    text-align: center;
}

.dibu_ewm li {
    display: inline-block !important;
    text-align: center;
    margin: 0 10px !important;
}

.dibu_ewm li p {
    margin-top: 10px;
}

.dibu_add {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.sidebar-wrapper {
    position: relative;
    height: 100%;
    overflow: auto;
}

.sidebar-wrapper ul {
    height: 100%;
    background-color: #1f458e;
}

.sidebar-wrapper ul li {
    text-align: center;
    padding-top: 30px;
}

.sidebar-wrapper ul li:nth-child(1) {
    padding: 0;
}

.sidebar-wrapper ul li:nth-child(9) {
    padding-top: 20px;
}

.sidebar-wrapper ul li:nth-child(9) span,
.sidebar-wrapper ul li:nth-child(10) span {
    margin-left: 5px;
    position: relative;
    top: -4px;
}

.sidebar-wrapper ul li:nth-child(10) {
    padding-top: 10px;
    position: relative;
    left: -5px;
}

.sidebar-wrapper ul a {
    color: #fff;
    font-size: 16px;
    display: block;
}

.bg {
    width: 100%;
}

.bg img {
    width: 100%;
}

.about {
    margin: 30px 0 90px;
}

.about_left {
    float: left;
}

.about_left ul li {
    background-color: #e4e4e4;
    width: 242px;
    height: 66px;
    border-top: 1px solid #ffffff;
    line-height: 66px;
    text-align: left;
    padding-left: 35px;
    color: #3c3c3c;
    cursor: pointer;
}

.about_left p {
    width: 242px;
    height: 154px;
    background-color: #2d57a6;
    color: #ffffff;
    padding: 35px;
}

.about_left p:after {
    content: '';
    width: 42px;
    border-bottom: 1px solid #ffffff;
    display: block;
    margin-top: 20px;
}

.about_left ul li i {
    padding-left: 100px;
    font-size: 20px;
    color: #adadad;
}

.about_left ul li:hover {
    background-color: #fab330;
    color: #ffffff;
    transition: all 0.6s;
}

.about_left ul li:hover i {
    color: #ffffff;
    transition: all 0.6s;
}

.about_right {
    margin-left: 275px;
}

.about_right img {
    max-width: 100%;
}

.about_right .about_title {
    font-size: 22px;
    color: #2d57a6;
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    line-height: 66px;
    text-indent: 0 !important;
}

.about_right .about_title span {
    float: right;
    font-size: 14px;
    color: #a6a6a6;
}

.about_right .about_title span i {
    color: #a5a5a5;
    margin-right: 5px;
}

.about_right .about_biaoti {
    text-align: center;
    color: #080808;
    font-size: 18px;
    margin: 35px 0 30px;
    text-indent: 0 !important;
}

.about_right p {
    text-indent: 2rem;
    font-size: 14px;
    color: #4e4e4e;
    line-height: 25px;
}

.active1 {
    background-color: #fab330 !important;
    color: #ffffff !important;
}

.active1 i {
    color: #ffffff !important;
}

.wenhua {
    margin-top: 30px;
  	margin-bottom: 10px;
}

.wenhua li {
    display: inline-block;
    text-align: center;
    width: 49%;
  	padding: 20px 0;
    border-right: 1px solid #eeeeee;
}

.wenhua li:nth-child(2){
	border-right: 0;
}

.wenhua li:nth-child(4) {
    border-right: none;
}

.wenhua li p {
    text-indent: 0 !important;
}

.wenhua .wenhua_title {
    color: #171717;
    font-size: 16px;
}

.wenhua .wenhua_title1 {
    color: #4e4e4e;
    font-size: 20px;
    /*margin-bottom: 50px;*/
}

.rongyu li {
    width: 32%;
    display: inline-block;
    margin-right: 1%;
    margin-top: 35px;
}

.rongyu li:nth-child(3n) {
    margin-right: 0 !important;
}

.rongyu li img {
    border: 1px solid #e4e4e4;
    padding: 12px 80px;
    cursor: pointer;
    transition: all 0.6s;
    background-color: #ffffff;
}

.rongyu li:hover .d {
    color: #2d57a6 !important;
    transition: all 0.6s;
}

.rongyu li:hover img {
    border: 1px solid #2d57a6;
    transition: all 0.6s;
}

.rongyu p {
    width: 100%;
    text-align: center;
    color: #000000;
    font-size: 16px;
    display: inline-block;
    table-layout: fixed;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-indent: 0 !important;
}

.jinzheng {
    margin: 35px 0 120px 0;
}

.qushi p {
    text-indent: 0 !important;
}

.qushi_title {
    color: #000000 !important;
}

.products {
    margin: 35px 0 85px;
    -webkit-animation: navMove 1s linear;
    animation: navMove 1s linear;
}

.products_left {
    float: left;
}

.products_left p {
    width: 242px;
    height: 154px;
    background-color: #2d57a6;
    color: #ffffff;
    padding: 35px;
    font-size: 22px;
}

.products_left p:after {
    content: '';
    width: 42px;
    border-bottom: 1px solid #ffffff;
    display: block;
    margin-top: 20px;
}

.products_left ul li {
    width: 242px;
    height: 64px;
    line-height: 66px;
    text-align: left;
    padding: 0 35px;
    color: #3c3c3c;
    cursor: pointer;
    overflow: hidden;
    border: 1px solid #efefef;
    border-top: none;
}

.products_left ul li i {
    float: right;
    line-height: 64px;
}

.products_left ul li:hover {
    color: #2d57a6;
    transition: all 0.6s;
}

.products_right .thumbimg img {
    width: 85px;
}

.products_left ul li:hover i {
    color: #2d57a6;
    transition: all 0.6s;
}

.pro_list {
    margin-top: 37px;
}

.pro_list li {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
}

.pro_list li img {
    max-width: 100%;
}

.pro_list li:nth-child(3n) {
    margin-right: 0;
}

.products_right {
    margin-left: 275px;
}

.products_title {
    font-size: 22px;
    color: #2d57a6;
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    line-height: 66px;
    text-indent: 0 !important;
}

.products_title span {
    float: right;
    font-size: 14px;
    color: #a6a6a6;
}

.products_title span i {
    color: #a5a5a5;
    margin-right: 5px;
}

.active2 {
    color: #2d57a6 !important;
}

.active2 i {
    color: #2d57a6 !important;
}

.pro_name {
    height: 50px;
    width: 100%;
    background-color: #dddddd;
    position: relative;
    bottom: 2px;
    left: 0;
    line-height: 50px;
    transition: all 0.5s;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pro_list li a {
    color: #1e1e1e;
}

.pro {
    overflow: hidden;
    width: 100%;
}

.pro:hover .pro_name {
    background-color: #0e63a7;
    color: #ffffff;
}

.page1 {
    text-align: right !important;
    float: right !important;
}

.zhankai {
    display: none;
}

.dinaji {
    width: 242px;
    height: 41px!important;
    background: url("../img/xia.png") no-repeat center #e1e1e1;
    cursor: pointer;
    text-align: center;
    line-height: 41px;
    transition: all 0.6s;
}

.dinaji1 {
    background: url("../img/shang.png") no-repeat center #e1e1e1 !important;
}

.mb_type_bg {
    background-color: #ffffff;
    position: fixed;
    top: 211px;
    left: 0;
    height: 72vh;
    width: 100%;
    overflow: scroll;
    z-index: 999;
    padding: 0 20px;
    display: none;
}

.pro_type {
    display: none;
    width: 100%;
}

.pro_type li {
    display: inline-block;
    width: 48%;
    text-align: center;
    height: 30px;
    line-height: 30px;
    table-layout: fixed;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
    margin-right: 14px;
    background-color: rgba(14, 99, 167, 0.4);
}

.pro_type li:nth-child(2n) {
    margin-right: 0;
}

.pro_type li a {
    color: #fff;
    font-size: 15px;
}

.mb_type_bg p {
    text-align: center;
    color: #333333;
    font-size: 18px;
    line-height: 30px;
    margin: 30px 0 20px;
}

.mb_pro li {
    width: 31%;
    display: inline-block;
    margin-top: 10px;
    margin-right: 1%;
}

.mb_pro li:nth-child(3n) {
    margin-right: 0;
}

.mb_pro li p {
    height: 30px;
    width: 100%;
    background-color: #dddddd;
    position: relative;
    bottom: 2px;
    left: 0;
    line-height: 30px;
    text-align: center;
}

.mb_pro a {
    color: #333333;
    font-size: 14px;
}

.mb_chanpin {
    display: none;
}

.mb_chanpin img {
    max-width: 100%;
}

#ShowButton {
    text-align: left;
    border: 1px solid #dddddd;
    border-left: none;
    border-right: none;
    padding: 10px 0;
    margin-bottom: 20px;
    font-weight: 600;
}

#ShowButton i {
    margin-left: 10px;
}

.mb_pro1 #ShowButton {
    background-color: transparent !important;
    margin-bottom: 0 !important;
}

.mb_pro1 {
    padding: 20px;
    margin: 20px 0;
}

.mb_pro1_title {
    background-color: #ffffff !important;
    font-size: 18px;
    font-weight: 600;
}

.mb_pro1 ul li {
    width: 47%;
    margin-right: 4%;
    display: inline-block;
    margin-top: 20px;
}

.mb_pro1 ul li:nth-child(2n) {
    margin-right: 0;
}

.mb_pro1 a {
    color: #333333;
    font-size: 14px;
}

.mb_pro1 p {
    height: 30px;
    width: 100%;
    background-color: #dddddd;
    position: relative;
    bottom: 2px;
    left: 0;
    line-height: 30px;
    text-align: center;
}

.products_left a {
    color: #3c3c3c;
}

.products_left li:hover a {
    color: #2d57a6;
}

.info_right {
    float: left;
    margin-left: 53px;
}

.info_right .product_name {
    width: 410px;
    height: 69px;
    line-height: 69px;
    color: #ffffff;
    background-color: #2d57a6;
    text-align: center;
    margin: 41px 0 0 0;
}

.info_right ul li {
    height: 80px;
    text-align: center;
    border-bottom: 1px dashed #e0e0e0;
    line-height: 80px;
    color: #4e4e4e;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 400px;
}

.info_page {
    margin-top: 35px;
}

.info_page a {
    color: #4e4e4e;
    font-size: 14px;
    width: 194px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.info_page a:nth-child(1) {
    float: left;
}

.info_page a:nth-child(2) {
    float: right;
}

.info_canshu {
    float: left;
    margin-top: 90px;
}

.info_canshu img {
    max-width: 100%;
}

.canshu_title {
    font-size: 20px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 20px;
}

.canshu_title:before {
    content: "";
    width: 15px;
    height: 15px;
    background-color: #4c618a;
    display: block;
    float: left;
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.info_canshu .zhuyao {
    float: left;
}

.info_canshu .tedian {
    margin-left: 305px;
}

.info_canshu .peizhi {
    margin-left: 305px;
}

.info_canshu ul li:nth-child(1) {
    font-size: 17px;
    font-weight: 600;
    color: #000000 !important;
}

.info_canshu ul li:nth-child(1):before {
    content: "";
    width: 0;
    height: 0;
}

.info_canshu ul li {
    line-height: 30px;
    font-size: 15px;
    color: #4e4e4e;
    font-weight: 600;
}

.info_canshu ul li:before {
    content: "";
    width: 10px;
    height: 10px;
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #717070;
    display: block;
    float: left;
    position: relative;
    top: 12px;
    left: 8px;
    margin-right: 10px;
}

.news {
    margin: 50px 0 100px;
    overflow: hidden;
}

.news .center:nth-child(1) {
    font-size: 25px;
    font-weight: bold;
    color: #000000;
}

.news .center:nth-child(2) {
    font-size: 16px;
    color: #777777;
    margin: 5px 0 4px;
}

.news img {
    float: left;
}

.news .news_list {
    border-bottom: 1px dashed #c7c7c7;
    height: 184px;
    margin-top: 36px;
}

.news .news_list:last-child {
    border-bottom: none !important;
}

.news .news_text {
    float: left;
    width: 73%;
    margin-left: 35px;
}

.news .news_text p:nth-child(1) {
    font-size: 17px;
    color: #000000;
    margin: 10px 0 20px;
    font-weight: 600;
}

.news .news_text p:nth-child(2) {
    color: #717171;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 25px;
}

.news .news_text span {
    font-size: 16px;
    color: #717171;
}

.page {
    width: 100%;
    text-align: center;
    margin-top: 40px;
}

.page ul li {
    display: inline-block;
    background-color: #dedede;
    padding: 9px 16px;
}

.page ul li a {
    color: #414141;
}

.page ul li:nth-child(1),
.page ul li:last-child {
    background-color: #2d57a6;
    padding: 8px 14px;
}

.page ul li:nth-child(1) a,
.page ul li:last-child a {
    color: #ffffff;
}

.news_info {
    margin: 50px 0 47px;
}

.news_info_title {
    height: 80px;
    border-bottom: 1px solid #e5e5e5;
}

.news_info_title .news_p1 {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
}

.news_info_title .news_p2 {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    margin-top: 20px;
}

.news_info_neirong {
    margin-top: 40px;
}

.news_info_neirong p {
    text-indent: 2rem;
    color: #4e4e4e;
    font-size: 16px;
    line-height: 25px;
}

.news_info ul {
    height: 99px;
    width: 100%;
    border-top: 1px solid #e5e5e5;
    margin-top: 60px;
}

.news_info ul li {
    line-height: 99px;
    float: left;
    width: 33%;
}

.news_info ul li a {
    font-size: 16px;
    color: #969696;
}

.news_info ul li:nth-child(2) {
    text-align: center;
}

.news_info ul li:nth-child(3) {
    text-align: right;
}

.back {
    color: #000000 !important;
}

.train {
    margin: 50px 0 120px;
}

.train img {
    max-width: 100%;
}

.train .train_title {
    font-size: 20px;
    color: #000000;
    margin-bottom: 32px;
}

.train_info p {
    text-indent: 2rem;
    font-size: 16px;
    color: #252525;
    line-height: 25px;
}

.contact {
    margin: 50px 0 100px;
}

.contact .contactp1 {
    font-size: 25px;
    color: #000000;
    margin-bottom: 13px;
}

.contact .contactp2 {
    font-size: 16px;
    color: #777777;
}

.contact .contactp3 {
    font-size: 16px;
    color: #777777;
    margin-top: 47px;
    line-height: 25px;
    margin-bottom: 90px;
}

.container_text ul li {
    font-size: 16px;
    color: #000000;
    line-height: 38px;
    font-weight: 600;
}

.container_text ul li span {
    color: #2d57a6;
    font-size: 20px;
}

.container_text ul li:nth-child(1) {
    font-size: 20px;
    color: #010101;
}

.yuzhong {
    margin-top: 30px;
    font-size: 16px;
    color: #000000;
    line-height: 20px;
}

.yuzhong a {
    color: #000000;
}

.yuzhong a:hover {
    text-decoration: underline;
}

.wenti {
    line-height: 25px;
    font-size: 16px;
    color: #000000;
}

.details ul li {
    display: inline-block;
    margin-right: 60px;
    width: 29%;
}

.details ul li:nth-child(3) {
    margin-right: 0;
}

.details .item {
    position: relative;
}

.item label {
    font-size: 16px;
    position: absolute;
    color: #878787;
    font-weight: normal;
}

.item input {
    border-bottom: 1px solid #cecece;
    width: 319px;
    position: relative;
    border-radius: 0;
}

.shuru {
    margin: 30px 0 10px;
    font-size: 16px;
    color: #878787;
    font-weight: normal;
}

.fankui textarea {
    border-bottom: 1px solid #cecece;
    width: 100%;
    border-radius: 0;
    resize: none;
}

.anniu {
    margin-bottom: 100px;
}

#form {
    position: relative;
}

.tijiao {
    font-size: 18px;
    color: #878787;
    border: 1px solid #878787;
    border-radius: 27px;
    padding: 18px 55px;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    left: 44%;
    transition: all 0.6s;
}

.tijiao:hover {
    background-color: #2d57a6;
    border: 1px solid #2d57a6;
    color: #ffffff;
    transition: all 0.6s;
}

.bv-form .help-block {
    position: absolute !important;
    text-align: left !important;
}

.has-feedback label~.form-control-feedback {
    top: -5px !important;
    right: 10px !important;
}

.form-control-feedback {
    top: 5px !important;
    right: -27px!important;
}

.sever {
    width: 100%;
    margin: 50px auto;
    text-align: center;
}
.sever .sh{
	margin-bottom: 40px;
    font-size: 30px;
    color: #2d57a6;
    font-family: '黑体';
}
.sever img {
    max-width: 100%;
}

.sidebar img {
    max-width: 100%;
}

.info_top {
    float: left;
}

.swiper-slide a {
    color: #333333;
}