﻿@charset "UTF-8";
img {
    border: 0px;
}

* {
    margin: 0;
    padding: 0;
}

body {
    padding: 0px;
    margin: 0px;
    line-height: 180%;
    font-size: 14px;
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

div,
form,
img,
ul,
li,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
    border: 0;
    text-align: left;
    color: #333;
}

table,
td,
tr,
th {
    font-size: 20px;
}

table {
    border-collapse: collapse;
    color: #717071;
}

.clear {
    clear: both;
}

.hv {
    width: 100%;
    height: 20px;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
    list-style-type: none;
}

a {
    color: #333;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
    font-size: 14px;
    font-weight: normal;
}

input {
    color: #666;
    font-size: 14px;
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

form,
embed {
    display: inline;
    margin: 0;
    padding: 0;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.wrapper {
    width: 1400px;
    margin: 0 auto;
}

.page {
    text-align: center;
    width: 100%;
}

.page span {
    float: left;
    border: solid 1px #ccc;
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 10px;
    padding-right: 10px;
}

.page a {
    display: block;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    border: solid 1px #ccc;
    margin-left: 2px;
    margin-right: 2px;
}

.hv {
    width: 100%;
    margin: 0 auto;
    height: 10px;
    overflow: hidden
}

.more {
    height: 30px;
    width: 50px;
    display: block;
    float: right;
    filter: alpha(opacity=0);
    opacity: 0
}

input,
textarea,
button {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

input:focus {
    outline: none;
}

button:focus {
    outline: none;
}

a:hover {
    color: #21a226;
}

/* 首页index */
/* nav */
.head_nav{
    background: rgb(36, 36, 36,0.9) !important;;
}
.navbar {
    padding: 1.5rem 1rem;
}

.head_nav .navbar-nav .nav-link{
    color: #fff;
    font-size: 16px;
    padding-right: 2rem;
    padding-left: 2rem;
}
.head_nav .navbar-nav .active>.nav-link{
    color: #fff;
}
.head_nav .navbar-nav .nav-link:hover{
    color: #fff;
}
.navbar-light .navbar-text{
    color: #666;
    font-size: 22px;
    padding-top: 0.3rem;
}
.navbar-light .navbar-text a.searchBox {
    color:#fff;
}
.navbar-light .navbar-text a.searchBox img{

}
.navbar-light .navbar-text a.searchBox .fa-search{
    font-size: 20px;
}
.navbar-light .navbar-text a.searchLanguage {
    color: #fff;
    font-size: 16px;
    border: 1px solid #fff;
    padding: 0px 10px;
    -moz-border-radius: 25px; /* Firefox */
    -webkit-border-radius: 25px; /* Safari 和 Chrome */
    border-radius: 25px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}
.navbar-toggler{
    padding: .25rem .05rem;
}
.navbar-light .navbar-toggler-icon{
    width: 1.8em;
    background-color: #c4c4c4;
    background-size: 72%;
}
#navbarNav li.nav-item {
    position: relative;
}
#navbarNav li.nav-item dl{
    position: absolute;
    left: -4px;
    top: 35px;
    padding-top: 33px;
    width: 126px;
    display: none;
}
#navbarNav li.nav-item:hover dl{
    display: block;
}
#navbarNav li.nav-item dl dt a{
    color: #fff;
    display: block;
    text-align: center;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    border-top:1px solid #7492c0;
    background: #2e5285;
}
#navbarNav li.nav-item dl dt a:hover{
    background: #28456d;
}


/* banner */
.banner_more{
    border: 1px #fff solid;
    width: 228px;
    height: 68px;
    color: #fff;
    font-size: 16px;
    line-height: 70px;
    text-align: center;
    margin-top: 46px;
    position: relative;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
}
.banner_more span{
    position: relative;
    z-index: 2;
}
.banner_more::after{
    position: absolute;
    content: '';
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    background: #2e5285;
    transition: all 0.3s;
	-moz-transition: all 0.3s;	
	-webkit-transition: all 0.3s;	
	-o-transition: all 0.3s;

}
.banner_more:hover{
    border: 1px #2e5285 solid;
}
.banner_more:hover::after{
    width: 100%;
    z-index: 1;
}

.banner_more .fa-angle-right{
    font-size: 24px;
    position: relative;
    top: 1px;
    left: 2px;
    z-index: 2;
}
.swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: #fff;
    filter:alpha(opacity=100);   
    -moz-opacity:1;   
    -khtml-opacity: 1;   
    opacity: 1;   
    border-radius: 25px;
    -o-border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
}
.swiper-pagination-bullet-active{
    width: 42px;
}

/*banner动画*/
.swiper-slide-prev{
    /* transform:rotate(-25deg);
    -ms-transform:rotate(-25deg); 
    -moz-transform:rotate(-25deg); 
    -webkit-transform:rotate(-25deg); 
    -o-transform:rotate(-25deg);
    transition: all 0.5s; */
}
.swiper-slide-active{
    /* transform:rotate(-25deg);
    -ms-transform:rotate(-25deg); 
    -moz-transform:rotate(-25deg);
    -webkit-transform:rotate(-25deg); 
    -o-transform:rotate(-25deg); 
    transition: all 0.5s; */
    /* animation:banner_rotate_current 0.5s;
	-webkit-animation:banner_rotate_current 0.5s;  */
}
@keyframes banner_rotate_current{
    /* from  {
        transform:rotate(25deg);
    }
    to {
        transform:rotate(0deg);
    } */
}
/*product*/
.product_title{
    font-size: 36px;
}
.product_descr{
    margin-top: 36px;
}
.card{
    border: none;
}
.card-img-150 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #eeeeee;
    height: auto !important;
}
.card-img-150 a{
    /* height: 100px; */
}
.card-img-150 img{
    /* padding: 1% 2%; */
    max-width: 100%;
    max-height: 100%;
    width: auto;
}
.pro_Swiper{
    overflow: hidden;
}
.productIndexRow .card:hover .card-img-150{
    border-bottom: 4px solid #1a2d54;
}
.productIndexRow .card-title{
    font-size: 16px;
    font-weight: bold;
}
.productIndexRow .card:hover .card-title{
    color: #1a2d54;
}
#productjiantou_box{
    position: relative;
}
.productjiantou_left,.productjiantou_right{
    position: absolute;
    bottom: 45%;
    z-index: 9;
    cursor: pointer;
    outline: none;
}
.productjiantou_left{
    left: 0;
}
.productjiantou_right{
    right: 0;
}
.productjiantou_left i,.productjiantou_right i{
    font-size: 72px;
    color: #b3b3b3;
}

.card-title a{
    font-weight: bold;
}

.product_more{
    margin: 0 auto;
    border: 1px solid #1a2d54;
    overflow: hidden;
    -moz-border-radius: 6px; /* Firefox */
    -webkit-border-radius: 6px; /* Safari 和 Chrome */
    border-radius: 6px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}
.product_more a{
    color: #1a2d54;
    transition: all 0.3s;
	-moz-transition: all 0.3s;	
	-webkit-transition: all 0.3s;	
	-o-transition: all 0.3s;
}
.product_more:hover a{
    color: #fff !important;
}
.about_bg{
    background: url(../images/about_bg.png) no-repeat;
    padding: 90px 0 150px 0;
    background-size: cover;
}
.aboutIndex_box{
    display: flex;
    justify-content: space-between;
    margin-top: 66px;
}
.about_title{
    color: #fff;
    margin: 10px 0;
}
.aboutIndex_left{
    width: 44%;
}
.aboutIndex_left1{
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    font-style: italic;
    margin-top: 32px;
}
.aboutIndex_left2{
    color: #fff;
    margin-top: 28px;
    line-height: 30px;
    height: 120px;
    overflow: hidden;
}
.aboutIndex_left3 a{
    color: #fff;
}
.aboutIndex_right{
    width: 56%;
}
.aboutIndex_right video{
    width: 100%;
    height: 365px;
}
/*news*/
.newsIndexRow .card{
    border: 1px solid rgba(0,0,0,.125);
    transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
    position: relative;
    top: 0px;
}
.newsIndexRow .card .card-title{
    font-weight: bold;
    height: 18px;
    overflow: hidden;
}
.newsIndexRow .card .newsIndexRow_date{
    font-size: 12px;
    margin: 8px 0;
}
.newsIndexRow .card .card-img-150{
    display: block;
}
.newsIndexRow .card:hover{
    background: #2e5285;
    top: -8px;
    border: none;
    /* -moz-box-shadow: 3px 3px 4px #a3a3a3;
    -webkit-box-shadow: 3px 3px 4px #a3a3a3;
    box-shadow: 3px 3px 4px #a3a3a3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#a3a3a3')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#a3a3a3'); */
}
.newsIndexRow .card:hover .card-title{
    color: #fff;
}
.newsIndexRow .card:hover .newsIndexRow_date{
    color: #fff;
}
.newsIndexRow .card:hover .newsIndexRow_desc{
    color: #fff;
}

.newsIndexRow .card-img-150 a img {
    padding: 0;
    height: 100%;
}
.newsIndexRow_desc{
    line-height: 26px;
    height: 52px;
    overflow: hidden;
}
/*首页广告*/
.index_advbox{
    width: 100%;
}
.index_advbox img{
    width: 100%;
}
/*合作伙伴*/
.partner_descr{
    justify-content: center;
    margin-top: 36px;
}
.partnerList_box{
    width: 100%;
    height: 180px;
	position: relative;
	overflow: hidden;
}
.partnerList_box ul{
	overflow: hidden;
	position:absolute;
	/* width: 1600px; */
	left: 0;
	top: 0;
	_height:1px;
}
.partnerList_box ul li{
	float: left;
	width: 332px;
    height: 180px;
    border: 1px solid #ccc;
    margin: 0 10px;
}
.partnerList_itemImg{
    display: flex;
    justify-content: center;
    height: 82px;
    align-items: center;
    margin-top: 22px;
    margin-bottom: 22px; 
}
.partnerList_itemImg img{
    max-width: 100%;
    max-height: 100%;
}
.partnerList_itemTittle{
    text-align: center;
}
/*foot*/
.foot_bg{
    background: #222222;
    padding: 66px 0 12px 0;
}
.foot_bg .row{
    justify-content: space-between;
}
.foot_leftbox{
    width: 938px;
    float: left;
}
.foot_rightbox{
    width: 320px;
    float: right;
}
.foot_leftbox ul h1 a{
    color: #fff;
    font-size: 18px;
    padding-bottom: 6px;
    display: block;
    text-align: center;
    border-bottom:1px solid #474747 ;
}
.foot_leftbox  ul{
    float: left;
    margin-right: 88px;
}
.foot_leftbox  ul li a{
    line-height: 30px;
    display: block;
    text-align: center;
    font-size: 14px;
    color:#c3c3c3;
} 
.foot_leftbox .footLeft_contact{
    margin-right: 0;
    width: 266px;
}
.foot_leftbox .footLeft_contact h1 a{
    text-align: left;
}
.footLeft_contact li{
    line-height: 30px;
    display: block;
    font-size: 14px;
    color:#c3c3c3;
}
.foot_rightbox h1{
    color: #fff;
    font-size: 18px;
    display: block;
}
.erwei1,.erwei2{
    width: 150px;
}
.erwei1 img,.erwei2 img{
    width: 100%;
    height: 150px;
}
.erwei1 span,.erwei2 span{
    display: block;
    color: #c3c3c3;
    font-size: 18px;
    line-height: 56px;
    height: 56px;
    text-align: center;
}
.erwei1{
    float: left;
}
.erwei2{
    float: right;
}
.foot_bottom{
    width: 100%;
}
.footBottom_link{
    text-align: center;
    line-height: 58px;
    border-bottom:1px solid #666;
}
.footBottom_link span,.footBottom_link a{
    color: #666666;
    font-size: 14px;
    margin: 0 35px;
}
.footBottom_di{
    text-align: center;
    line-height: 58px;
    color: #666666;
    font-size: 14px;
}
.banner_nei{
    width: 100%;
    position: relative;
}
.banner_neiImg{
    width: 100%; 
}
.banner_neiImg img{
    width: 100%;
}
.banner_nei_text{
    position: absolute;
    width: 100%;
    bottom: 32%;
    left: 0;
}
.banner_nei_text h1{
    font-size: 36px;
    font-weight: bold;
    color: #333;
}
.banner_nei_text_line{
    width: 52px;
    height: 2px;
    background: #333;
    margin: 18px 0;
}
.banner_nei_text p{
    font-size: 14px;
    color: #333;
}
.aboutBox1{
    width: 100%;
    padding-top: 36px;
    display: flex;
    justify-content: space-between;
    position: relative;
}
#aboutCompany{
    width: 1px;
    height: 1px;
    background: none;
    position: relative;
    bottom:166px;
    left: 0px;
}
#about2Company{
    width: 1px;
    height: 1px;
    background: none;
    position: absolute;
    bottom:66px;
    left: 0px;
}
.aboutBox1_word{
    width: 45%;
}
.aboutBox1_word h1{
    font-size: 36px;
    font-weight: bold;
    color: #666666;
    margin-top: 22px;
}
.aboutBox1_word h2{
    font-size: 18px;
    font-weight: bold;
    color: #d3d3d3;
    margin-top: 8px;
}
.aboutBox1_word_desc{
    margin-top: 38px;
    font-size: 14px;
    line-height: 36px;
    color: #333333;
}
.aboutBox1_img {
    width: 50%;
    position: relative;
    margin: 37px 16px 0 0;
}
.aboutBox1_img::before {
    content: '';
    position: absolute;
    width: 36px;
    height: 100px;
    left: 0;
    bottom: 0;
    background: #334e85;
}
.aboutBox1_img img{
    width: 100%;
    padding: 48px 57px 0 36px;
}
.aboutBox1_img::after {
    content: '';
    position: absolute;
    width: 229px;
    height: 162px;
    right: 0;
    top: 0;
    background: #1a2d54;
    z-index: -1;
}
/* 经营理念 */
.aboutBox2{
    width: 100%;
    padding-top: 72px;
}
.aboutBox2 h1{
    font-size: 36px;
    font-weight: bold;
    color: #666666;
    margin-top: 22px;
    text-align: center;
}
.aboutBox2 h2{
    font-size: 18px;
    font-weight: bold;
    color: #d3d3d3;
    margin-top: 8px;
    text-align: center;
    text-transform: uppercase;
}
.aboutBox2_desc{
    margin-top: 28px;
    font-size: 14px;
    line-height: 30px;
    color: #333333;
    text-align: center;
    padding: 0 16%;
}
.aboutBox2_imgBox{
    margin-top: 56px;
    margin-bottom: 68px;
    display: flex;
    justify-content: space-between;
}
.aboutBox2_img{
    width: 32%;
}
.aboutBox2_img img{
    width: 100%;
}
/* 企业文化 */
.aboutBox3{
    width: 100%;
    padding: 78px 0 78px 0;
    background: #1a2d54;
}
.aboutBox3 h1{
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    margin-top: 22px;
    text-align: center;
}
.aboutBox3 h2{
    font-size: 18px;
    font-weight: bold;
    color: #9398a6;
    margin-top: 8px;
    text-align: center;
    text-transform: uppercase;
}
.aboutBox3_listBox{
    display: flex;
    margin-top: 36px;
}
.aboutBox3_listItem{
    flex: 1;
    align-items: center;
    display: flex;
    flex-direction: column;
}
.aboutBox3_list2{
    color: #fff;
    font-size: 18px;
    margin-top: 12px;
}
.aboutBox3_list3{
    color: #fff;
    font-size: 14px;
    margin-top: 12px;
}
/**/
.aboutBox4{
    width: 100%;
    padding-top: 72px;
}
.aboutBox4 h1{
    font-size: 36px;
    font-weight: bold;
    color: #666666;
    margin-top: 22px;
    text-align: center;
}
.aboutBox4 h2{
    font-size: 18px;
    font-weight: bold;
    color: #d3d3d3;
    margin-top: 8px;
    text-align: center;
    text-transform: uppercase;
}
.aboutBox4_listBox{
    display: flex;
    margin-top: 56px;
    justify-content: space-between;
    overflow: hidden;
}
.aboutBox4_listItem{
    width: 24%;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    /* -moz-box-shadow: 3px 3px 4px #eeeeee;
    -webkit-box-shadow: 3px 3px 4px #eeeeee;
    box-shadow: 3px 3px 4px #eeeeee;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#eeeeee')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#eeeeee'); */
}
.aboutBox4_listItem:hover{
    transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    -webkit-transform: translateY(-12px);
    -o-transform: translateY(-12px);
}
.aboutBox4_list1{
    width: 100%;
    height: 268px;
    background: #f5f5f5;
    padding: 16px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.aboutBox4_list1 img{
    max-width: 100%;
    max-height: 100%;
}
.aboutBox4_list2{
    margin-top: 24px;
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
.aboutBox4_line{
    width: 48px;
    height: 1px;
    background: #2e5285;
    margin-top: 6px;
    margin: 0 auto;
}
.aboutBox4_list3{
    margin-top: 8px;
    font-size: 14px;
    margin-bottom: 38px;
    text-align: center;
}
.about_kindBox{
    background-color: #eeeeee;
    height: 80px;
}
.about_kindBox ul{
    display: flex;
}
.about_kindBox ul li{
    width: 183px;
    border-right: 1px solid #fff;
}
.about_kindBox ul li a{
    display: block;
    height: 80px;
    line-height: 80px;
    width: 100%;
    overflow: hidden;
    font-size: 14px;
}
.about_kindBox ul li a:hover{
    background: #ff6600;
    color: #fff;
}
.about_kindBox ul li a:hover i{
    color: #fff;
}

.about_kindBox ul li a i{
    margin-left: 12px;
    margin-right: 12px;
    font-size: 12px;
    color: #ccc;
}
.pages{
    padding-top: 36px;
}
.pages h2{
    padding-bottom: 46px;
    border-bottom: 1px solid #ccc;
}
.pages .content{
    padding-top: 36px;

}
/*position*/
.positionBox{
    background-color: #eeeeee;
    height: 80px;
}
.positionBox .position{
    color: #999;
    height: 80px;
    line-height: 80px;
}
.positionBox .position i{
    color: #1e2e51;
    font-size: 22px;
    position: relative;
    top: 2px;
}
.positionBox .position a{
    color: #1a2d54;
}
.incontentBox{
    display: flex;
    justify-content: space-between;
}
.pages_leftKindBox{
    width: 17.6%;
}
.pages_leftKindBox ul{
    background: #f5f5f5;

}
.pages_leftKindBox ul li{
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #333333;
    font-size: 16px;
    overflow: hidden;
    text-indent: 64px;
    border-top: 1px solid #fff;
}
.pages_leftKindBox ul li a{
     display: block;
     width: 100%;
     color: #333333;
}
.pages_leftKindBox ul li:hover a{
    background: #1a2d54;
    color: #fff;
}
.pages_leftKindBox ul li.active a{
    background: #1a2d54;
    color: #fff;
}
.pages_mainContentBox{
    width: 80.57%;
}
.productList .col-12{
    padding-right: 0;
}
.productList .card {
    border: 1px solid rgba(0,0,0,.125);
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    position: relative;
    top: 0px;
}
.productList .card:hover{
    border: 1px solid #2e5285;
    top: -8px;
    /* -moz-box-shadow: 3px 3px 4px #a3a3a3;
    -webkit-box-shadow: 3px 3px 4px #a3a3a3;
    box-shadow: 3px 3px 4px #a3a3a3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#a3a3a3')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#a3a3a3'); */
}
.productList .card:hover .card-body{
    background: #2e5285;
}

.productList .card-img-150{
    background: #fff;
}
.productList .card-body{
    background: #eaeaea;
}
.productList .card-title{
    height: 19px;
    overflow: hidden;
}
.productList .card-title a{
    font-weight: normal;
}
.productItemLine{
    width: 50px;
    height: 2px;
    background: #666666;
}
.productList .card:hover .card-title{
    color: #fff;
}
.productList .card:hover .productItemLine{
    background: #fff;
}
.productDetailsBox{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.productDetailsImg{
    width: 56%;
    /* height: 618px; */
    border: 1px solid #dcdcdc;
    display: flex;
    justify-content: center;
    align-items: center;
}
.productDetailsImg img{
    width: 100%;
    /* padding: 6% 8%; */
}
.productDetailsCont{
    width: 41%;
}
.productDetailsCont h1{
    font-size: 14px;
    line-height: 26px;
    color: #666;
    display: flex;
    align-items: center;
    padding-bottom: 14px;
    border-bottom: 1px solid #666666;
}
.productDetailsCont h1 b{
    font-size: 24px;
    font-weight: bold;
}
.productDetailsCont h2{
    height: 54px;
    color: #666;
    line-height: 54px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #666666;
}
.productDesc_title{
    margin-top: 34px;
    border-bottom: 1px solid #666666;
}
.productDesc_title span{
    width: 156px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: #2e5285;
    display: block;
}
.productDesc_cont{
    width: 100%;
    margin-top: 16px;
    line-height: 38px;
    font-size: 14px;
    color: #666;
}
/*新闻列表页*/
.newsListContentBox{
    margin-top: 22px;
}
.newsListContentBox ul li{
    padding: 38px 30px;
    border-bottom: 1px solid #eeeeee;
}
.newsListContentBox ul li:hover{
    background: #e2e2e2;
}
.newsListContentBox ul li a{
    display: flex;
    justify-content: space-between;

}
.newsListContent_img{
    width: 320px;
}
.newsListContent_img img{
    width: 100%;
    height: 200px;
}
.newsListContent_word{
    width: 58%;
}
.newsListContent_word h1{
    font-size: 20px;
    color: #333;
    font-weight: bold;
}
.newsListContent_word_desc{
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    height: 144px;
    overflow: hidden;
    margin-top: 22px;
}
.newsListContent_date{
    font-size: 16px;
    color: #666666;
    width: 118px;
    text-align: right;
}
/*新闻内页*/
.newsNeiTitle{
    width: 100%;
    margin-top: 36px;
    font-size: 30px;
    line-height: 32px;
    color: #333;
    text-align: center;
    margin-bottom: 18px;
}
.newsNeiVisit{
    line-height: 38px;
    text-align: right;
    border-bottom: 1px solid #eeeeee;
    font-size: 14px;
    color: #999;
}
.newsNei_content{
    line-height: 24px;
    font-size: 14px;
    color: #666;
    min-height: 298px;
}
.newsNei_pageChange{
    display: flex;
    justify-content: space-between;
}
/*招聘*/
.jobListContentBox {
    margin-top: 22px;
}
.jobListContentBox ul li {
    padding: 38px 38px;
    background: #f2f2f2;
    margin-top: 36px;
}
.jobListContent_top{
    position: relative;
}
.jobListContent_top h1{
    font-size: 20px;
    color: #333;
    font-weight: bold;
}
.jobListContent_top h2{
    font-size: 16px;
    color: #666;
    margin-top: 18px;
    padding: 0;
    border: none;
}
.jobListContent_top h2 span{
    margin-right: 52px;
}
.jobListContent_jiantou{
    position: absolute;
    right: 0;
    top: 2px;
    cursor: pointer;
}
.jobListContent_jiantou i{
    color:#cccccc;
    font-size: 58px;
}

.jobListContent_cen{
    border-top: 1px solid #c5c5c5;
    margin-top: 44px;
    display: none;
}
.jobListContent_cen_1{
    margin-top: 44px;
}
.jobListContent_cen_1 h1{
    font-size: 20px;
    color: #333;
    font-weight: bold;
}
.jobListContent_cen_1_con{
    font-size: 16px;
    color: #666;
    line-height: 30px;
}
.jobListContent_cen_contact{
    width: 162px;
    height: 50px;
    border: 1px solid #2e5285;
    font-size: 18px;
    color: #2e5285;
    text-align: center;
    line-height: 50px;
    margin: 72px auto 12px;
    border-radius: 25px;
    -o-border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
}
.jobListContent_cen_contact:hover{
    color: #ffffff;
    background: #2e5285;
}
.contactContentBox{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}
.contactContent_lan{
    width: 41.8%;
    padding: 44px 12px 66px 98px;
    background: #2e5285;
    border-radius: 6px;
    -o-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
.contactContent_lan h1{
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 14px;
}
.contactContent_lan h2{
    font-size: 18px;
    font-weight: bold;
    color: #9398a6;
    padding: 0;
    border: none;
}
.contactContent_lan_cen{
    color: #fff;
    margin-top: 22px;
}
.contactContent_lan_cen p{
    font-size: 18px;
    line-height: 60px;

}
.contactContent_lan_cen p b{
    font-size: 20px;
    font-weight: bold;
}
.contact_messageBox{
    width: 50%;
}
.contact_messageBox h1{
    font-size: 30px;
    font-weight: bold;
    color: #666666;
    margin-bottom: 14px;
}
.contact_messageBox h2{
    font-size: 18px;
    font-weight: bold;
    color: #d3d3d3;
    padding: 0;
    border: none;
}
.contact_messageBox_cen{
    color: #fff;
    margin-top: 22px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact_messageBox_cen input{
    width: 49%;
    display: block;
    height: 40px;
    border: 1px solid #dddddd;
    padding-left: 12px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.contact_messageBox_cen textarea{
    width: 100%;
    display: block;
    height: 212px;
    border: 1px solid #dddddd;
    padding-left: 12px;
    padding-top: 8px;
    resize: none;
    outline: none;
    margin-top: 36px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.contact_messageBox_cen button{
    width: 262px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: #235289;
    display: block;
    margin-top: 38px;
    color: #fff;
    font-size: 18px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.contact_mapBox{
    width: 100%;
}
#dituContent{
    width:100%;height:550px;border:#ccc solid 1px;
}
/*搜索页面*/
#search_keyword{
    width: 444px;
    height: 52px;
    padding: 0 15px;
    background: #fff;
    border:1px solid #f0f0f0;
    border-radius: 6px;
    -o-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
#search_btn{
    width: 88px;
    height: 52px;
    color: #fff;
    background: #2e5285;
    border-radius: 6px;
    -o-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.search_ContentBox{
    width: 100%;
}
.search_ContentBox ul{
    padding-bottom: 55px;
}
.search_ContentBox ul li{
    border-bottom: 1px dashed #ccc;
    padding: 12px;
}
.search_Content_title{
    font-size: 16px;
    font-weight: bold;
    padding: 5px 0;
}
.search_Content_text{
    line-height: 28px;
    padding: 0px 0 5px 0;
}



@media (min-width: 1600px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1400px;
    }
}
@media only screen and (min-width: 1200px){
    .card-img-150 {
        height: 348px;
    }
    .card-title a{
        font-size: 16px;
    }
    .about_title{
        font-size: 36px;
        font-weight: bold;
    }
    .pt-5, .py-5 {
        padding-top: 6rem!important;
    }
    .newsIndexRow .card-img-150 {
        height: 272px;
        display: block;
    }
    .newsIndexRow .card .card-title{
        font-size: 16px;
    }
    .productList .card-img-150{
        height: 238px;
    }
   
}

@media only screen and (max-width: 1599px){
    .foot_leftbox {
        width: auto;
    }
    .foot_leftbox ul {
        margin-right: 44px;
    }
    .productDetailsImg {
        /* height: 500px; */
    }
    .productDetailsCont h1 b {
        font-size: 18px;
    }
    .newsListContent_word {
        width: 54%;
    }
    .contactContent_lan {
        padding: 44px 12px 66px 38px;
    }
    .aboutBox1_img img {
        margin-top: 89px;
    }
    .aboutBox1_img::after {
        top: 52px;
    }

}

@media only screen and (min-width: 1400px){
    .card-img-150 {
        height: 435px;
    }
}
@media only screen and (max-width: 1399px){
    .banner_nei_text {
        bottom: 22%;
    }
}

@media only screen and (min-width: 1200px){
    .productjiantou_left {
        left: -36px;
    }
    .productjiantou_right {
        right: -36px;
    }
}
/**/
@media only screen and (max-width: 1199px){
    .aboutIndex_left1 {
        font-size: 18px;
    }
    .banner_nei {
        padding-top: 98px;
    }
    .aboutBox1_img img {
        padding: 0;
    }
    .aboutBox1_img {
        margin: 162px 0 0 0;
    }
    .aboutBox1_img::before {
        background: none;
    }
    .aboutBox1_img::after {
        background: none;
    }
    .aboutBox1_img img {
        margin-top: 42px;
    }
    .newsIndexRow .card-img-150 a img {
        height: 173px;
    }
    .head_nav .navbar-nav .nav-link {
        color: #fff;
        font-size: 14px;
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .pages_leftKindBox ul li {
        font-size: 14px;
        text-indent: 26px;
    }
    .productDetailsCont h1 {
        font-size: 12px;
        padding-bottom: 11px;
        margin-bottom: 0;
    }
    .productDetailsCont h1 b {
        font-size: 14px;
    }
    .productDetailsCont h2 {
        font-size: 12px;
        height: 38px;
        line-height: 38px;
    }
    .productDesc_title {
        margin-top: 18px;
    }
    .productDesc_title span {
        width: 112px;
        height: 38px;
        line-height: 38px;
        text-align: center;
        color: #fff;
        font-size: 12px;
        background: #2e5285;
        display: block;
    }
    .productDesc_cont {
        margin-top: 12px;
        line-height: 32px;
        font-size: 12px;
    }
    .newsListContent_img {
        width: 236px;
    }
    .newsListContent_img img {
        height: 142px;
    }
    .newsListContent_word_desc {
        height: 96px;
    }
    .productjiantou_left,.productjiantou_right{
        bottom: 41%;
    }


}
@media only screen and (max-width: 991px){
    .newsIndexRow .card-img-150 a img {
        height: auto;
        width: 100%;
    }
    .aboutIndex_left1 {
        font-size: 14px;
    }
    .footBottom_link {
        text-align: left;
        line-height: 28px;
        padding: 12px 0;
    }
    .footBottom_link span, .footBottom_link a {
        margin: 0 5px;
        font-size: 12px;
    }
    .footBottom_di {
        line-height: 28px;
        padding: 12px 0;
        font-size: 12px;
    }
    .foot_leftbox .footLeft_contact {
        width: 238px;
    }
    .head_nav .navbar-nav .nav-link {
        font-size: 14px;
        padding: .2rem 2rem;
    }
    #navbarNav li.nav-item dl {
        position: initial;
        padding-top: 0;
        width: 100%;
        display: block;
        padding-left: 2rem;
    }
    #navbarNav li.nav-item dl dt a {
        height: 24px;
        line-height: 24px;
        font-size: 12px;
        border-top: 1px solid #b8b8b8;
        background: #6a6a6a;
        text-align: left;
        padding-left: 18px;
    }
    .navbar-light .navbar-text {
        padding: 0 0 0 2rem;
    }
    .productDetailsImg {
        /* height: 311px; */
    }
    .newsListContent_img {
        width: 198px;
    }
    .newsListContent_img img {
        height: 119px;
    }
    .newsListContent_word {
        width: 46%;
    }
    .newsListContent_word_desc {
        height: 72px;
    }
    .contactContentBox {
        flex-wrap: wrap;
        margin-bottom: 38px;
    }
    .contactContent_lan,.contact_messageBox {
        padding: 32px 12px 26px 36px;
        width: 100%;
    }
    .contactContent_lan h1,.contact_messageBox h1{
        font-size: 24px;
    }
    .contactContent_lan h2,.contact_messageBox h2 {
        font-size: 14px;
    }
    .contactContent_lan_cen {
        margin-top: 16px;
    }
    .contactContent_lan_cen p b {
        font-size: 16px;
    }
    .contactContent_lan_cen p {
        font-size: 14px;
        line-height: 38px;
    }
    #dituContent {
        height: 386px;
    }
    .hideMobile{
        display: none !important;
    }


}
@media only screen and (max-width: 767px){
    .aboutIndex_box {
        flex-wrap: wrap-reverse;
        margin-top: 36px;
    }
    .aboutIndex_left {
        width: 100%;
    }
    .aboutIndex_right {
        width: 100%;
    }
    .aboutIndex_right video {
        height: auto;
    }
    .banner_more {
        width: 128px;
        height: 34px;
        line-height: 32px;
    }
    .swiper_banner{
        padding-top: 98px;
    }
    .foot_leftbox ul {
        display: none;
    }
    .foot_leftbox .footLeft_contact {
        display: block;
    }
    .foot_rightbox {
        margin-top: 22px;
    }
    .foot_bg .row {
        margin: 0;
        padding-bottom: 1rem !important;
    }
    .product_title {
        font-size: 22px;
        font-weight: bold;
        margin-top: 22px;
    }
    .partner_descr {
        margin-top: 18px;
    }
    .product_descr {
        margin-top: 18px;
        margin-bottom: 1rem !important;;
    }
    .pt-5, .py-5 {
        padding-top: 2rem!important;
    }
    .foot_bg {
        padding: 38px 0 12px 0;
    }
    .foot_leftbox {
        width: 100%;
    }
    .foot_leftbox .footLeft_contact {
        width: 100%;
    }
    .banner_nei_text {
        bottom: 18%;
    }
    .banner_nei_text h1 {
        font-size: 24px;
    }
    .banner_nei_text_line {
        margin: 8px 0;
    }
    .aboutBox1 {
        flex-wrap: wrap;
        padding-top: 22px;
    }
    .aboutBox1_word {
        width: 100%;
    }
    .aboutBox1_img {
        width: 100%;
        margin: 22px 0 0 0;
    }
    .aboutBox1_word_desc {
        margin-top: 18px;
    }
    .aboutBox2 {
        padding-top: 32px;
    }
    .aboutBox2_desc {
        margin-top: 12px;
        padding: 0;
    }
    .aboutBox2_imgBox {
        margin-top: 16px;
        margin-bottom: 28px;
        flex-wrap: wrap;
    }
    .aboutBox2_img {
        width: 100%;
        margin-bottom: 18px;
    }
    .aboutBox4_listBox {
        flex-wrap: wrap;
    }
    .aboutBox4_listItem {
        width: 100%;
        background: #e9e9e9;
    }
    .aboutBox4_list3 {
        margin-bottom: 16px;
    }
    .incontentBox {
        flex-wrap: wrap;
    }
    .pages_leftKindBox {
        width: 100%;
    }
    .pages_leftKindBox ul {
        display: flex;
        flex-wrap: wrap;
    }
    .pages_leftKindBox ul li {
        font-size: 12px;
        text-indent: 0;
        text-align: center;
        border-right: 1px solid #fff;
        height: 38px;
        line-height: 38px;
        width: 33.333%;
    }
    .pages_mainContentBox {
        width: 100%;
    }
    .productList{
        margin-right: 0;
        margin-left: 0;
        justify-content: space-between;
    }
    .productList .col-sm-6 {
        padding: 0;
        width: 49%;
        -ms-flex: 0 0 49%;
        flex: 0 0 49%;
    }
    .productDetailsBox {
        flex-wrap: wrap;
    }
    .productDetailsImg {
        height: auto;
        width: 100%;
        margin-top: 1rem;
    }
    .productDetailsCont {
        width: 100%;
        margin-top: 1.5rem;
    }
    .newsListContentBox ul li a {
        flex-wrap: wrap;
    }
    .newsListContent_img {
        width: 100%;
    }
    .newsListContent_img img {
        height: auto;
    }
    .newsListContent_word {
        width: 100%;
        margin-top: 1rem;
    }
    .newsListContent_word h1 {
        font-size: 16px;
    }
    .newsListContent_date {
        font-size: 12px;
        text-align: left;
    }
    .newsListContentBox ul li {
        padding: 28px 6px;
    }
    .newsListContentBox {
        margin-top: 12px;
    }
    .newsNeiTitle {
        margin-top: 12px;
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 12px;
    }
    .newsNeiVisit {
        font-size: 12px;
    }
    .banner_nei .banner_nei_text .container{
        padding-right: 5px;
        padding-left: 5px;
    }
    .jobListContentBox ul li {
        padding: 26px 12px 6px 12px;
        margin-top: 16px;
    }
    .jobListContent_top h1 {
        font-size: 14px;
    }
    .jobListContent_top h2 {
        font-size: 12px;
    }
    .jobListContent_jiantou i {
        font-size: 38px;
    }
    .jobListContent_cen {
        margin-top: 14px;
    }
    .jobListContent_cen_1 {
        margin-top: 18px;
    }
    .jobListContent_cen_1 h1 {
        font-size: 18px;
    }
    .jobListContent_cen_1_con {
        font-size: 12px;
        line-height: 26px;
    }
    .jobListContent_cen_contact {
        width: 116px;
        height: 32px;
        font-size: 14px;
        line-height: 32px;
        margin: 22px auto 16px;
    }
    .contactContent_lan,.contact_messageBox {
        padding: 22px 12px 12px 18px;
        
    }
    .contactContent_lan h1,.contact_messageBox h1{
        font-size: 18px;
        margin-bottom: 8px;
    }
    .contactContent_lan h2, .contact_messageBox h2 {
        font-size: 12px;
    }
    .contactContent_lan_cen,.contact_messageBox_cen {
        margin-top: 0px;
    }
    .contactContent_lan_cen p {
        font-size: 12px;
        line-height: 32px;
    }
    .contactContent_lan_cen p b {
        font-size: 14px;
    }
    .contact_messageBox_cen input {
        height: 36px;
    }
    .contact_messageBox_cen textarea {
        height: 152px;
        margin-top: 16px;
    }
    .contact_messageBox_cen button {
        width: 100%;
        margin-top: 16px;
        font-size: 14px;
    }
    .contactContentBox {
        margin-bottom: 12px;
    }
    #dituContent {
        height: 218px;
    }
    .BMap_omCtrl,.BMap_stdMpCtrl,.anchorBL,.BMap_cpyCtrl{
        display: none;
    }
    .searchHtml_form{
        margin-bottom: 1rem!important;
    }
    #search_keyword{
        width: 128px;
        height: 36px;
    }
    #search_btn {
        width: 52px;
        height: 36px;
    }
    .search_Content_title {
        font-size: 14px;
    }
    .search_Content_text {
        font-size: 12px;
    }
    .aboutBox1_word h1 ,.aboutBox2 h1,.aboutBox3 h1,.aboutBox4 h1{
        font-size: 22px;
        margin-top: 6px;
    }
    .aboutBox1_word h2 ,.aboutBox2 h2,.aboutBox3 h2,.aboutBox4 h2{
        font-size: 16px;
    }
    .aboutBox3 {
        padding: 38px 0 38px 0;
    }
    .aboutBox3_list2 {
        font-size: 14px;
        font-weight: bold;
    }
    .aboutBox3_list3 {
        font-size: 12px;
        line-height: 18px;
        margin-top: 6px;
        text-align: center;
    }
    .aboutBox4 {
        width: 100%;
        padding-top: 38px;
    }
    .aboutBox4_list2 {
        margin-top: 12px;
    }
    .productIndexRow .card-title{
        font-size: 14px;
    }
    .productIndexRow .card-body{
        padding: 0.5rem 0.25rem
    }
    .productjiantou_left, .productjiantou_right {
        bottom: 35%;
    }
    .newsNei_pageChange {
        display: block;
    }
}
@media only screen and (max-width: 576px) {
    .banner_neiImg img {
        width: auto;
        height: 150px;
    }
    .banner_nei_text h1 {
        font-size: 18px;
    }
    .banner_nei_text p {
        font-size: 12px;
    }
    .banner_nei_text_line {
        margin: 4px 0;
    }
    .about_kindBox ul li a {
        text-align: center;
    }
    .about_kindBox ul li a i {
        display: none;
    }
    .pages {
        padding-top: 16px;
    }
    .pages h2 {
        padding-bottom: 16px;
    }
    .pages .content {
        padding-top: 16px;
    }
    .card-body {
        padding: 0.6rem;
    }
    .productList .card-title {
        margin-bottom: 0.2rem;
        font-size: 12px;
    }
    .productItemLine {
        width: 32px;
        height: 1px;
    }


}