.header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100px;
    z-index: 50;
    transition: transform 0.3s cubic-bezier(0, 0, 0.58, 1);
    max-width: 1920px;
    background: #fff;
}

}
.header .logo {
    width: 145px;
    height: 81px;


}

.header .logo h1 {
    margin-left: 10%;
    margin-top: 20px;
}

.header .nav {
    width: 70%;
}

.nav>ul>li {
    height: 100px;
    width: 10%;
    margin-left: 0%;
    float: left;
    margin-left:20px;
}

.nav ul li a {
    height: 100px;
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 100px;
}

/*.nav ul .navli:hover {
    background: #0081cd;
}*/

.nav ul li .drop-down{
    background:#fff;
    display: none;
    padding-bottom: 20px;

}
.nav ul li .drop-down li {
   
    
}
.nav ul li .drop-down li a{
 display: block;
 color: #000;
  height: 60px;
  font-size: 15px;
    line-height:60px;
}
/*.nav ul .navli:hover a{
    color: #fff;
}*/
.nav ul li .drop-down li:hover{
    background:#0081cd;
}
.nav ul li .drop-down li:hover a{
   color: #fff;
}
.cur {
    background: #0081cd;
}

.cur a {
    color: #fff;
}

/**/
/*banner*/
#banner {
    width: 100%;
    float: left;
    height: 814px;
    text-align: center;
    overflow: hidden;
    top: 40px;
    position: relative;

}

#banner .swiper-slide {
    width: 100%;
    float: left;
    height: 814px;
}

#banner .swiper-pagination-bullet-active {
    background: #fdd000 !important;
    width: 15px;
}

#banner .arrow-left {
    background: url(../img/banner_arrow.png) no-repeat left top;
    position: absolute;
    left: 20px;
    top: 55%;
    margin-top: -35px;
    width: 70px;
    height: 70px;
    z-index: 222;
}

#banner .arrow-right {
    background: url(../img/banner_arrow.png) no-repeat left bottom;
    position: absolute;
    right: 20px;
    top: 55%;
    margin-top: -35px;
    width: 70px;
    height: 70px;
    z-index: 222;
}

#banner .pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 130px;
    width: 100%;
    z-index: 222;
}

#banner .swiper-pagination-bullet {
    display: inline-block;
    width: 80px;
    height: 5px;
    border-radius: 10px;
    background: #fff;
    margin: 0 3px;
    cursor: pointer;
    transform: scale(0.4, 0.4);
    transition: all 0.3s ease-in-out;

}

#banner .swiper-pagination-bullet-active {
    transform: scale(1, 1);
}

/**/
/*section1*/
.section1 {
    margin-top: 60px;
    overflow: hidden;
    clear: both;
    z-index: 20;
    position: relative;
    top: -95px;
}

.query_box {
    background: #fff;
    margin: 20px auto;
    width: 1200px;
    height: 213px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 5px;
    /*box-shadow: 0px 0px 10px 5px rgba(184,184,184,0.9); */
}

.query_box h2 {
    padding-top: 30px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #000000;
}

.query_box input {
    margin-left: 100px;
    width: 690px;
    height: 60px;
    border: none;
    padding-left: 30px;
    background: #ebebeb;
    margin-top: 30px;
}

.query_box button {
    height: 60px;
    width: 280px;
    border: none;
    background: #f19031;
    margin-top: 30px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.query_box button:hover {
    background: #0081cd;
}

.title_box {
    padding-top: 60px;
    text-align: center;
}

.title_box h2 {
    font-size: 40px;
    font-weight: bold;
}

.title_box h2 em {
    color: #0081cd;
}

.title_box p {
    font-size: 18px;
    color: #2c2f2f;
    overflow: hidden;
}

.section2 {
    clear: both;
    width: 100%;
    margin-top: -75px;
    overflow: hidden;
}

.section2 ul {
    padding-top: 30px;
}

.section2 ul li {
    float: left;
    width: 50%;
    height: 306px;
    padding: 20px;
    transition: all .5s;
}

.section2 ul li:hover {
    /*-ms-transform: scale(1.1) rotate(0.02deg);
    -o-transform: scale(1.1) rotate(0.02deg);
    -moz-transform: scale(1.1) rotate(0.02deg);
    -webkit-transform: scale(1.1) rotate(0.02deg);
    transform: scale(1.1) rotate(0.02deg);*/
    /*-webkit-transform: rotate(360deg);
    transform: rotate(360deg);*/
    -webkit-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-transition: -webkit-transform 0.6s ease 0;
    transition: transform 0.6s ease 0;
}


.section2 ul li.section2_li1 {
    background: #f1f3f5;
}

.section2 ul li.section2_li2 {
    background: #0081cd;
}

.section2 ul li h2 {
    font-size: 49px;
    transition: all .5s;
    margin-top: 20px;
    margin-left: 20px;
}

.section2 ul li p {
    font-size: 16px;
    margin-left: 20px;
    color: #483f3f;
    height: 65px;
    line-height: 30px;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 20px;
}

.section2 ul li a {
    margin-left: 20px;
    display: block;
    width: 160px;
    font-size: 30px;
    height: 50px;
    text-align: center;
    transition: all .5s;

}

.section2 ul li.section2_li2 a {
    background: #ffffff;
    color: #0081cd;

}

.section2 ul li.section2_li2:hover a {
    background: #0081cd;
    color: #fff;

}

.section2 ul li.section2_li2:hover {
    background: #ee790f;
}

.section2 ul li.section2_li1:hover a {
    background: #ee790f;
    color: #fff;
    border: none;
}

.section2 ul li.section2_li2 h2 {
    color: #ffffff;

}

.section2 ul li.section2_li2 p {
    color: #ffffff;

}

.section2 ul li.section2_li1 a {
    border: 1px solid #555555;

}

/*section3*/
.section3 {
    padding-bottom: 30px;
    margin-top: 100px;
    background: #f1f3f5;
    width: 100%;
    overflow: hidden;
}

.section3_box {
    padding-top: 40px;
}

.section3_img {
    width: 69%;
    transition: all .5s;
}

.section3_img a {
    width:58%;
    transition: all .5s;
}

.section3_img a img {
    width: 100%;
    transition: all .5s;
}

.section3_img:hover img {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    10 -o-transform: translateY(-20px);
    transform: translateY(-20px)
}

.section3_txt {
    width: 28%;
}

.section3_txt h4 {
    font-size: 30px;
}

.txtMarquee-top {
}

.txtMarquee-top .bd {
    padding: 15px;
}

.txtMarquee-top .infoList li {
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
}

.txtMarquee-top .infoList li a {
    display: block;
    font-size: 16px;
}

/*优势*/
.section4 {
    width: 100%;
    overflow: hidden;
}

.power_con {
    margin-top: 60px;
}

.power_nav {
    width: 301px;
    height: 620px;
    background: #f1f3f5;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 87px
}

.power_nav li {
    padding-left: 30px;
    width: 301px;
    height: 65px;
    margin-bottom: 38px;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer
}

.power_nav li p {
    margin-top: 10px;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
}

.power_nav li strong {
    display: block;
    font-size: 22px;
    color: #333;
    line-height: 100%;
    line-height: 65px;
}

.power_nav li span {
    display: block;
    font-size: 12px;
    color: #050d32;
    line-height: 100%
}

.power_nav li.cur {
    background: #0081cd;
    padding-left: 71px;
    margin-left: -12px
}

.power_nav li.cur strong, .power_nav li.cur span {
    color: #fff
}

.power_con_list {
    width: 899px;
    height: 620px;
    float: right
}

.power_con_list dl {
    height: 620px;
    position: relative
}

.power_con_list dt {
    width: 899px;
    height: 529px;
    position: absolute;
    top: 0;
    left: 0
}

.power_con_list dt img {
    width: 899px;
    height: 529px
}

.power_con_list dd {
    width: 899px;
    height: 193px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 50px 56px 0 67px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.power_con_list dd img {
    width: 82px;
    float: left;
    padding-top: 17px;
    margin-right: 52px
}

.power_con_list dd h4 {
    font-size: 28px;
    color: #333;
    line-height: 100%
}

.power_con_list dd h4 span {
    font-size: 20px
}

.power_con_list dd p {
    font-size: 16px;
    color: #666;
    line-height: 24px;
    margin-top: 16px;
    letter-spacing: 1px
}

.part {
    margin-top: 60px;
}

.prev2, .next2, .prev4, .next4 {
    width: 36px;
    height: 36px;
    z-index: 9;
    top: 47px;
    right: -56px;
    cursor: pointer;
}

.prev4, .next4 {
    top: 406px;
}

.prev2, .prev4 {
    left: -56px;
}

.part_c {
    width: 1200px;
    overflow: hidden;
    text-align: center;
    line-height: 42px;
}

.part_c li {
    width: 230px;
    float: left;
    padding: 0 13px 0 0;
    margin-left: 22px;
}

.part_c li p {
    border: solid 1px #e6e6e6;
}

.part_c li p, .part_c li p img {
    width: 228px;
    height: 128px;
    display: block;
    overflow: hidden;
}

.part_c li span a {
    display: block;
    color: #333;
}

/*section5*/
.section5 {
    width: 100%;
    margin-top: 40px;
    overflow: hidden;
    background: #f1f3f5;
    padding-bottom: 60px;
}

.index_about {
    margin-top: 40px;
}

.about_txt {
    width: 600px;
    height: 423px;
    position: relative;
    z-index: 20;
}

.about_txt a {
    position: absolute;
    top: 229px;
    width: 100%;
    display: block;
    padding-top: 42px;
    height: 194px;
    font-size: 14px;
    padding-left: 15px;
    line-height: 30px;
    padding-right: 15px;
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, 0.8);
}


.about_txt a h4 {
    margin-top: 10px;
    font-size: 20px;
    margin-bottom: 10px;
}

.about_txt:hover a {
    background-color: rgb(0, 129, 205, 0.9);

}

.about_txt2 {
    width: 589px;
    margin-left: 10px;
}

.about_txt_son {
    overflow: hidden;
    width: 589px;
}

.about_txt_son .p_img {
    width: 294px;
    height: 212px;
    overflow: hidden;
}

.about_txt_son .p_img img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.about_txt_son .p_img:hover img {
    transform: scale(1.1);
}

.about_curl {
    background: #fff;
    width: 289px;

    height: 212px;
}

.about_curl h5 {
    padding: 20px;
    font-size: 18px;
    font-weight: bold;
}

.about_curl p {
    padding-left: 20px;
    line-height: 25px;
    font-size: 14px;
}

.about_curl2 {
    background: #0081cd;
    width: 295px;
    height: 211px;

}

.about_curl2 h5 {
    font-size: 18px;
    font-weight: bold;
    padding: 20px;
    color: #fff;
}

.about_curl2 p:nth-child(2) {
    font-size: 18px;
    padding-left: 20px;
    color: #fff;
}

.about_curl2 p:nth-child(3) {
    font-size: 13px;
    margin-top: 10px;
    line-height: 20px;
    padding-left: 20px;
    color: #fff;
}

/*新闻中心*/
.section6_box {
    margin-top: 30px;
}

.section6_box {
    margin-top: 30px;
}

.news2 {
    width: 562px;
    float: left;
}

.news2 dl {
    height: 110px;
    border: 1px solid #ebebeb;
    background: #f1f3f5;
    margin-bottom: 20px;
    transition: all .5s;
}

.news2 dl:hover {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    10 -o-transform: translateY(-20px);
    transform: translateY(-20px)
}

.news2 dt em {
    display: block;
    font-size: 14px;
    color: #666666;
    font-weight: normal;
    width: 115px;
    height: 80px;
    border-right: 1px solid #ebebeb;
    text-align: left;
    float: left;
    margin-top: 17px;
    margin-left: 30px;
}

.news2 dt em b {
    font-size: 50px;
    display: block;
    height: 55px;
    line-height: 50px;
}

.news2 dd {
    width: 383px;
    padding-top: 15px;
    float: right;
    overflow: hidden;
    box-sizing: border-box;
    padding-right: 30px;
}

.news2 dd h3 {
    font-size: 16px;
    font-weight: normal;
    height: 32px;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}

.news2 dd h3 a {
    color: #333333;
}

.news2 dd p {
    overflow: hidden;
    font-size: 14px;
    line-height: 22px;
    color: #888888;
    text-align: justify;
}

.news1 {
    width: 572px;
    float: right;
}

.news1 dl {
    width: 572px;
    overflow: hidden;
}

.news1 dt {
    width: 572px;
    height: 264px;
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
}

.news1 dt img {
    width: 572px;
    height: 264px;
    display: block;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

.news1 dt img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.news1 dd {
    width: 572px;
    overflow: hidden;
    box-sizing: border-box;
}

.news1 dd em {
    display: block;
    font-size: 14px;
    color: #666666;
    font-weight: normal;
    width: 115px;
    height: 80px;
    border-right: 1px solid #ebebeb;
    text-align: left;
    float: left;
}

.news1 dd em b {
    font-size: 50px;
    display: block;
    height: 55px;
    line-height: 50px;
}

.news1 dd .desc {
    width: 426px;
    float: right;
}

.news1 dd h3 {
    font-size: 18px;
    font-weight: normal;
    height: 38px;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news1 dd h3 a {
    color: #333333;
}

.news1 dd p {
    overflow: hidden;
    font-size: 14px;
    line-height: 22px;
    color: #888888;
    text-align: justify;
}

/**/
.section7 {
    width: 100%;
    border-top: 1px solid #e6e6e6;
    padding-bottom: 20px;
    clear: both;
    margin-top: 30px;
}

.section7 h4 {
    margin-top: 30px;
    font-size: 16px;
    color: #1c232b;
    padding-left: 30px;
    background: url(../img/link.png) no-repeat left center;
}

.section7 ul {
    margin-top: 20px;
}

.section7 ul li {
    float: left;
    margin-right: 20px;
}

.section7 ul li a {
    font-size: 14px;
}

.section7 ul li a:hover {
    color: #009ee8;
}

/*footer*/
.footer {
    margin-top: 30px;
    width: 100%;
    height: 60px;
    background: #0081cd;
}

.footer ul li {
    float: left;
    width: 130px;
    margin-left: 39px;
    line-height: 60px;
}

.footer ul li a {
    font-size: 16px;
    text-align: center;
    color: #fff;
    display: block;
}

.footer2 {
    overflow: hidden;
    height: 180px;
    margin-top: 25px;
}

.foot_logo {
    margin-top: 25px;
    width: 203px;
}

.foot_logo img {

}

.foot_lx {
    margin-top: 20px;
    width: 638px;
    margin-left: 20px;
}

.foot_lx li {
    float: left;
    height: 60px;
    margin-bottom: 30px;
    width: 288px;
}

.foot_lx li img {
    float: left;
    margin-right: 10px;
}

.foot_codey li p {
    text-align: center;
}

.foot_lx li p {
    font-size: 16px;
}

.foot_codey {
    width: 330px;
}

.foot_codey li {
    float: left;
}

.foot {
    width: 100%;
    background: #fff;
    height: 68px;
    clear: both;
}

.foot p {
    margin-top: 30px;
    color: #333;
}

.foot p a {
    margin-top: 30px;
    color: #333;
}

.zy_banner {
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.other_box {
    overflow: hidden;
    width: 100%;
    padding-bottom: 30px;
}

.news3 {
    width: 100%;
    margin-top: 40px;
}

.news3 dl {
    height: 110px;
    border: 1px solid #ebebeb;
    background: #f1f3f5;
    margin-bottom: 20px;
    width: 539px;
    float: left;
    margin-left: 20px;
}

.news2 dl:hover em {
    color: #0081cd;
}

.news2 dl dd:hover h3 a {
    color: #0081cd;
}

.news1 dl:hover em {
    color: #0081cd;
}

.news1 dl dd:hover h3 a {
    color: #0081cd;
}

/*新闻详情页*/
.widget-newsdetail-8 {
    overflow: hidden;
}

.widget-newsdetail-8 .news_ico02 .news_list_ico {
    background-position: -20px -2px;
}

.widget-newsdetail-8 .n_left {
    width: 66.8%;
    float: left;
    background: #fff;
    padding: 40px 36px 40px;
    box-sizing: border-box;
    margin: 40px 0;
}

.widget-newsdetail-8 ._head ._title {
    font-size: 32px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 10px;
}

.n_right ._tools a {
    position: relative;
    height: 50px;
    width: 220px;
    font-size: 18px;
    font-weight: normal;
    color: #999;
    transition: all .5s;
    line-height: 50px;
    border: 1px solid #a6a6a6;
    display: block;
    text-align: center;
}

.n_right ._tools a:hover {
    color: #fff;
    border: 1px solid #0081cd;
    background: #0081cd;
}

.widget-newsdetail-8 ._tools {
    font-size: 0;
    color: #5a5a5a;
    margin-bottom: 40px;
}

.widget-newsdetail-8 ._tools ._tool {
    font-size: 12px;
    margin-right: 10px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.widget-newsdetail-8 ._tools .ion {
    font-size: 18px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    vertical-align: -2px;
}

.widget-newsdetail-8 ._tools b {
    font-weight: normal;
}

.widget-newsdetail-8 ._tools #switcher {
    margin-left: 10px;
}

.widget-newsdetail-8 ._tools #switcher ._title {
    margin-right: 5px;
    font-size: 12px;
    color: #5a5a5a;
}

.widget-newsdetail-8 ._tools #switcher .ion {
    font-size: 15px;
}

.widget-newsdetail-8 ._tools .bds_more {
    float: none;
    background: none;
    padding: 0;
}

.widget-newsdetail-8 .myart {
    line-height: 2;
    min-height: 200px;
    font-size: 14px;
    color: #5a5a5a;
}

.widget-newsdetail-8 .myart img {
    max-width: 730px;
}

.widget-newsdetail-8 .n_right {
    width: 30%;
    float: right;
    overflow: hidden;
    margin: 40px 0;
    background: #f5f5f5;
    padding: 20px;
}

.widget-newsdetail-8 ._detailPage_bottom li ._mark {
    padding-bottom: 8px;
    font-size: 20px;
    font-weight: bold;
    color: #212121;
    position: relative;
    display: block;
    width: 3em;
}

.widget-newsdetail-8 ._detailPage_bottom li ._mark:after {
    content: "";
    width: 310px;
    height: 1px;
    background: #e2e2e2;
    display: block;
    position: absolute;
    top: 50%;
    left: 3.4em;
}

.widget-newsdetail-8 ._detailPage_bottom ._date {
    height: 30px;
    line-height: 30px;
    margin-bottom: 7px;
    font-family: Arial;
    font-size: 12px;
    color: #676767;
}

.widget-newsdetail-8 ._detailPage_bottom ._date .ion {
    font-size: 20px;
    height: 30px;
    vertical-align: -2px;
    margin-left: 0;
}

.widget-newsdetail-8 ._detailPage_bottom li ._title:hover {
    color: #ff9e19;
}

.widget-newsdetail-8 ._detailPage_bottom li ._title, .widget-newsdetail-8 ._detailPage_bottom li ._title._null {
    font-size: 18px;
    color: #5a5a5a;
}

._null {
    font-size: 16px !important;
    display: block !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 335px;
}

.widget-newsdetail-8 ._detailPage_bottom li {
    padding: 27px 0;
}

.news_list_ico {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../img/news_ico.png);
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 4px;
}

.ion {
    font-family: "jrico" !important;
    display: inline-block;
    vertical-align: middle;
    margin: 0 .3em;
    font-size: 1.1em;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

/**/
.bgimg {
    height: 337px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    top: 100px;
}

.bgimg_txt {
    height: 269px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bgimg_txt > h2 {
    font-size: 34px;
    color: #fff;
    font-weight: 400;
    margin: 0;
}

.bgimg_tab {
    height: 70px;
    display: flex;
}

.bgimg_tab > div {
    flex: 1;
}

.bgimg_tab > div > a {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 129, 205, .9);
    border-right: 1px solid rgba(255, 255, 255, .2);
    color: #fff;
    font-size: 16px;
}

.bgimg_tab > div:last-child > a {
    border-right: 0;
}

.bgimg_tab > div.cur > a {
    border-right: none;
    color: #222;
    background-color: #fff;
    opacity: 1;
}

.bgimg_txtt {
    position: absolute;
    height: 260px;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
}

.bgimg_txtt > h5 {
    /*
        height: 260px;
        line-height: 260px;
*/
    color: #fff;
    font-size: 34px;
    font-weight: 400;
    text-align: left;
    line-height: 1.2;
}

.bgimg_crumbs {
    position: absolute;
    height: 60px;
    right: 0;
    bottom: 0;
    background-color: #175ba6;
}

.bgimg_crumbs_box {
    padding: 0 50px;
    height: 60px;
    display: flex;
    align-items: center;
}

.bgimg_crumbs_box > a > span {
    font-size: 14px;
    color: #fff;
    margin-right: 12px;
}

.bgimg_crumbs_box > a > i {
    font-size: 14px;
    color: #fff;
    margin-right: 12px;
}

.bgimg_crumbs_box > i {
    font-size: 12px;
    color: rgba(255, 255, 255, .5);
    margin-right: 12px;
}

/*about_box*/
.about_box {
    margin-top: 60px;
}

.gaikuang {
    overflow: hidden;
    padding-bottom: 40px;
    width: 100%;
}

.gaikuang .pic {
    width: 45%;
    float: right;
}

.gaikuang .pic img {
    width: 100%;
}

.gaikuang .wen {
    font-size: 15px;
    line-height: 40px;
    color: #666;
    width: 50%;
    margin-top: 82px;
    float: left;
}

.gaikuang .wen span {
    text-transform: uppercase;
   /* color: #ccc;*/
/*    font-size: 16px;*/
    display: block;
    line-height: 33px;
}

.about-tit {
    position: relative;
    font-size: 28px;
    color: #019d9a;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.about-tit:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    border-bottom: 3px solid #333;
}


.other_txt {
    margin-top: 30px;
    margin-bottom: 20px;
}

/**/
.pro_img li {
    width: 371px;
    margin-left: 20px;
    float: left;
    margin-bottom: 30px;
}

.pro_img li .p1_img {
    width: 371px;
    height: 200px;
    display: block;
    overflow: hidden;
}

.pro_img li .p1_img img {
    width: 100%;
    height: 100%;
    transition: all .5s;
}

.pro_img li .p1_img:hover img {
    transform: scale(1.1);
}

.pro_img li .p1_txt {
    border-bottom: 2px solid #f0801a;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    transition: 0.5s;
}

.pro_img li:hover .p1_txt {
    border-bottom: 2px solid #30478d;
    color: 30478 d;
}

/**/

#subNavFixd {
    background: #fff;
    background: #fff;
    transition: transform 0.3s cubic-bezier(0, 0, 0.58, 1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2130;
}

.sub-nav {
    text-align: center;
    padding: 12px 0 8px 0;
}

.sub-nav .mob-item {
    display: inline-block;
}

.sub-nav a {
    display: inline-block;
    color: #0081cd;
    line-height: 64px;
    overflow: hidden;
    font-size: 18px;
    position: relative;
    padding: 0 50px;
    opacity: .8;
}

.sub-nav.about-item-nav a {
    padding: 0 60px;
}

.sub-nav a.cur {
    color: #feffff;
    opacity: 1;
}

.sub-nav a:after {
    content: '';
    width: 1px;
    height: 32px;
    background: #0081cd;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    right: 0px;
}

.sub-nav {
    text-align: center;
    padding: 19px 0 20px 0;
}

#subNavFixd.nav-fxed {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    transform: translate3d(0, 0, 0);
}

.fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    transform: translate3d(0, 0, 0);
}

.fixed2 {
    position: relative !important;
}

/**/
.main-container {
    padding-bottom: 30px;
}

.xm_box {
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 30px;
}

.xm_box .xm_txt {
  width: 655px;
    height: 399px;
    background: #f1efef;
    padding: 30px;
}

.service_p1 {
    color: #0081cd;
    font-size: 40px;
    text-align: left;
    margin-top: 25px;
}

.service_p2 {
    color: #5b5b5b;
    font-size: 16px;
    text-align: left;
    margin-top: 15px;
}

.service_p3 {
    color: #878686;
    font-size: 15px;
    text-align: left;
    margin-top: 15px;
    height: 138px;
    overflow: hidden;
    line-height: 35px;
}


.service_p4 {
    color: #0f0f0f;
    font-size: 16px;
    text-align: left;
    margin-top: 15px;
    height: 30px;
}


.service_p4 a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #0068b7;
    transition: all 0.5s ease;
}

.service_p4 a:hover {
    background: #0081cd;
    color: #fff;
}

.service_p4 a {
    position: relative;
    display: inline-block;
    line-height: 45px;
    padding: 0 35px;
    border: 1px solid #666;
    transition: all 0.5s ease;
font-size: 30px;
    text-decoration: none;
}

.xm_img {
    height: 400px;
    width: 545px;
}

.xm_img a {
    height: 400px;
    width: 545px;
    display: block;
    overflow: hidden;
}

.xm_img a img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all 0.5s;
}

.xm_img a:hover img {
    transform: scale(1.1);
}

.xmbox2 {
    width: 100%;
    height: auto;
    background: #f1f3f5;
}

/*hz_box*/
.hz_box {
    margin-top: 20px;
}

.hz_box li {
    float: left;
    width: 255px;
    height: 144px;
    margin-right: 44px;
    margin-bottom: 47px;
}

.hz_box li img {

    width: 255px;
    height: 144px;
    margin-right: 20px;
    border: 1px solid #D2D2D2;
}