.main{ line-height: 30px; padding: 4% 0;}

@media screen and (max-width:768px){
    .row{ margin: 0;}
}
.img-cover-4by3{ width: 100%; height: 0; padding-bottom: 50%; position: relative; overflow: hidden;}
.abs-center{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center;}
/*.shuiyin{ position: absolute; left: 0; bottom: 0; z-index: 1; background: url("../images/shuiyin.png") no-repeat center bottom; width: 100%; height: 100%; background-size: 100%}*/



#dituContent label {
  max-width: unset!important;
  text-align: center;
}


/*头部*/
#top_bj{ width: 100%; height: auto; transition:0.5s; background: #fff; position: relative;}
#top_line{ height: 40px; background: #035bbc; width: 100%; line-height: 39px; color: #fff;}
#top_index{ height: auto; margin: 0 auto; position: relative;}
#logo{ padding-top: 1%; padding-bottom: 1%;}
#logo a{ display: block; float: left; padding: 0 1% 0 0;}
#logo a img{ max-width: 100%; transition:0.5s;}
#logo .float-left{ line-height: 25px; padding: 1% 0 0 1%; position: relative; height: 100%;}
#logo .float-left:before{ position: absolute; left: 0; top: 20%; content: ''; width: 1px; height: 60%; background: #a4a4a4;}
#logo .float-left p{ color: #00418c; font-size: 18px; font-weight: bold;}
#logo .float-left span{ color: #4c4c4c; font-size: 14px;}
.top_tel{ padding: 1.5% 0 0 2%; position: relative;}
.top_tel i{ float: right;}
.top_tel .float-right{ padding-left: 2%;}
.top_tel .float-right p{ color: #686868; font-size: 14px;}
.top_tel .float-right span{ color: #00418c; font-size: 32px; font-family: Bahnschrift;}


#nav_bj{ width: 100%; height: 65px; background: #255baf;}
#nav{ height: 65px; margin: 0 auto !important; text-align: center;}
#nav li{ display: inline-block; width: 14%; height: 65px; line-height: 65px; text-transform: uppercase; font-size: 16px; font-weight: normal; color: #fff; text-align: center; transition:0.3s; position: relative;}
#nav li a{ display: inline-block; position: relative; z-index: 1; color: #fff;}
#nav li:hover{ background: #00418c;}
#nav li:hover a{ color: #fff;}
#nav li .navson{display: none; position: absolute;left: 50%;transform: translateX(-50%); top:100%; z-index: 999; width: 100%;}
#nav li .navson a{ display: block;color: #fff!important; height: 35px; line-height: 35px; background: rgba(0,0,0,.7); text-align: center;font-size: 14px; position: relative;overflow: hidden;text-overflow: ellipsis;white-space: pre;}
#nav li .navson a:hover{background: #0072bc;}
#nav li .navson a:after{ display: none !important;}
@media screen and (max-width:1650px){
    #logo .float-left p{ font-size: 20px;}
    #logo .float-left span{ font-size: 14px;}
}
@media screen and (max-width:1440px){
    #logo a{ width: 50%;}
    #logo .float-left{ width: 50%; padding-top: 0; line-height: 25px;}
    #logo .float-left p{ font-size: 18px;}
    #logo .float-left span{ font-size: 12px;}
    #nav li{ width: 13%; font-size: 15px;}
    #top_index .top_tel{ line-height: 25px;}
    #top_index .top_tel span{ font-size: 20px;}
}
@media screen and (max-width:1300px){
    #logo .float-left p{ font-size: 18px;}
    #logo .float-left span{ font-size: 12px;}
}
@media screen and (max-width:1199px){
    #logo a{ width: 100%; float: none;}
}
@media screen and (max-width:768px){
    #top_index{ padding: 0; width: 100%;}
    #logo{ padding: 2%; text-align: left;}
}


#banner img{ width: 100%;}
#banner .swiper-pagination{ bottom: 3%;}
#banner .swiper-pagination-bullet{ width: 20px; height: 5px; border-radius: 1px; transition:0.3s; opacity: 0.3;}
#banner .swiper-pagination-bullet-active{ width: 60px; background: #0072bc; opacity: 1;}
#banner .swiper-button-next:after,#banner .swiper-button-prev:after{ display: none;}
#banner .swiper-button-next i,#banner .swiper-button-prev i{ color: #fff; font-size: 50px;}
#banner .swiper-button-next,#banner .swiper-button-prev{ background: rgba(0,0,0,0.2); width: 50px; height: 80px; line-height: 80px;}
#banner .swiper-button-next{ right: 5%;}
#banner .swiper-button-prev{ left:5%; }

#mobile_banner img{ width: 100%;}
#mobile_banner .swiper-pagination-bullet-active{ background: #d33f23;}

@media screen and (max-width:1440px){
}
@media screen and (max-width:1200px){
    #banner .gallery-thumbs .swiper-slide span{ font-size: 12px;}
}




/*手机导航*/
.ovh{overflow: hidden;display: none; width: 100%;height: 100vh;position: fixed;left: 0;top:0;background: rgba(0,0,0,.3);width: 100%;height: 100%;position: absolute;left: 0;right: 0;top:0;bottom:0;z-index: 99;}
.ovh.show{display: block;}
.menu{position: absolute;right: 15px;line-height: 32px; width: 75px;height: 30px;top: 50%;transform: translateY(-50%); z-index: 1000;}
.menu .menu_button{width: 35px;float: right;height: pointer;cursor: pointer}
.menu .menu_button>.line{float: right;width: 100%;height: 3px;background: #323e4a;margin-top:6px;transition:.3s;transition-timing-function:ease;}
.menu .menu_button>.line:nth-child(2){transition-delay:0.05s;}
.menu .menu_button>.line:nth-child(3){transition-delay:0.1s;}
.m-sub-menu.show {right: 0;transition: all 0.44s ease 0s;z-index: 100000000;}
.m-sub-menu {position: fixed;right: -100%;width: 100%;top: 0;z-index: 100;height: 100%;background-color: #fff;transition: all 0.64s ease 0s;}
.m-sub-menu .top-box {line-height: 70px;background-color: #333333;font-size: 16px;color: #fff;text-indent: 25px;position: relative;}
.m-sub-menu .top-box .menu_button{width: 40px;height: 40px;cursor: pointer;position:absolute;right: 15px;top:18px; }
.m-sub-menu .top-box .menu_button .line{background: #fff;float: right;width: 40px;height: 3px;margin-top:6px;transition:.3s;transition-timing-function:ease;}
.m-sub-menu .top-box .menu_button .line:nth-child(1){transform:translateY(10px) rotate(45deg);-webkit-transform:translateY(10px) rotate(45deg);}
.m-sub-menu .top-box .menu_button .line:nth-child(2){transform:translateY(0) rotate(0);-webkit-transform:translateY(0) rotate(0);display: none;}
.m-sub-menu .top-box .menu_button .line:nth-child(3){transform:translateY(0px) rotate(-45deg);-webkit-transform:translateY(0px) rotate(-45deg);}
.m-sub-menu .list-wrap{height:calc(100vh - 70px);overflow-y: scroll;}
.m-sub-menu .list-wrap ul{padding-bottom: 80px;}
.m-sub-menu .list-wrap li {line-height: 60px;border-bottom: 1px solid #f2f2f2;}
.m-sub-menu .list-wrap li:last-child{border:none;}
.m-sub-menu .list-wrap li .col-box {display: block;width: 100%; padding: 0 8%;}
.m-sub-menu .list-wrap .tit {font-size: 16px;color: #666;}
.m-sub-menu .sec-sub-list {position: absolute;right: -100%;top: 70px;width: 100%;}
.m-sub-menu .sec-sub-list .return-fir {display: block; width: 100%; padding: 0 5%;line-height: 60px;background-color: #c40000;}
.m-sub-menu .sec-sub-list .return-fir p {padding-left: 18px;color: #fff;font-size: 18px;}
.m-sub-menu .sec-sub-list .return-fir p i{ float: left; padding-right: 10px;}
.m-sub-menu .sec-sub-list .boxs {width: 100%;height: 100vh; position: absolute;left: 0;top: 0; transition: all 0.4s ease 0s;background-color: #fff;}
.m-sub-menu .sec-sub-list .boxs.show {left: -100%;}
.m-sub-menu .sec-sub-list ul{width: 100%;/*height: 400px;*/overflow-y:auto}
.m-sub-menu .sec-sub-list li {line-height:50px; border-bottom: 1px solid #f2f2f2;}
.m-sub-menu .sec-sub-list li a {display: block;width: 84%;padding: 0 7.8% 0 8.2%;font-size: 16px;color: #666;}





/*底部*/
#end_nr_bj{ background: url("../images/end_bj.jpg") repeat-y center fixed; width: 100%; height: auto; overflow: hidden; color: #666666; position: relative;}
#end_nr_bj a{ color: #666666; transition: 0.3s; position: relative;}
#end_nr_bj a:hover{ color: #fff;}
#end_nr_bj a:after{z-index:1;content: ''; position: absolute; left: 0; bottom: 0; display: block; height:5px; background-color: rgba(255, 255, 255, .2);width:100%; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; -webkit-transform: scaleX(0); transform: scaleX(0);-webkit-transform-origin: right center;transform-origin: right center;}
#end_nr_bj a:hover::after{ -webkit-transform-origin: left center;transform-origin: left center;  -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1);}

#end_nr_bj ul{ border-bottom: 1px solid rgba(255,255,255,0.2); padding: 1% 0;}
#end_nr_bj ul li{ color: #fff; position: relative; padding-left: 3%;}
#end_nr_bj ul li:before{ position: absolute; right: 0; top: 20%; content: ''; width: 1px; height: 60%; background: rgba(255,255,255,0.2);}
#end_nr_bj ul li i{ font-size: 24px;}
#end_nr_bj ul li .nr{ padding-left: 5%; text-align: left; width: 90%;}
#end_nr_bj ul li .nr p{ font-size: 14px;}
#end_nr_bj ul li .nr span{ font-size: 15px; }
#end_nr_bj ul li:last-of-type:before{ display: none; }
#end_nr_bj .main{ padding: 2% 0;}
#end_nr_bj .main #end_wx{ padding-top: 1%; text-align: center;}
#end_nr_bj .main #end_wx img{ max-width: 100%;}
#end_nr_bj .main #end_nr p{ color: #fff; font-size: 16px;}
#end_nr_bj .main #end_nr dl{ padding-top: 2%;}
#end_nr_bj .main #end_nr dl dd{ float: left; padding-right: 5%; position: relative; text-align: center;}
#end_nr_bj .main #end_nr dl dd:before{ position: absolute; right: 25%; top: 0; font-size: 18px; content: '/'; width: 3px; height: 100%;}
#end_nr_bj .main #end_nr dl dd a{ color: rgba(255,255,255,0.5); font-size: 16px;}
#end_nr_bj .main #end_nr dl dd:hover a{ color: #fff;}
#end_nr_bj #end_line{ position: relative; height: auto; padding: 10px 0; line-height: 30px; color: #666; margin-top: 3%;}
@media screen and (max-width:991px){
    #end_nr_bj ul li:nth-of-type(2n):before{ display: none;}
}
@media screen and (max-width:576px){
    #end_nr_bj{ padding: 3% 0;}
    #end_nr_bj ul li:before{ display: none;}
}

.footer_zx{ height:60px; overflow: hidden; right:0; bottom:0; z-index: 20; width:100%; line-height: 25px; position: fixed; background-color:#444444;}
.footer_zx a{ color:#fff !important; display: block; width: 33%; height: 100%; float: left; text-align: center; background-color:#444444;}
.footer_zx i{ font-size: 28px; padding: 4% 0 1%; font-weight: normal;}
.footer_zx p{font-size: 13px;}
.footer_zx button{ display: block; width: 34%; background: #053f98; height: 100%; float: left; text-align: center; color:#fff !important;}
.kb50{ height: 60px;}





/*首页*/
#qyhj .swiper-container { width: 100%; height: auto; margin-left: auto; margin-right: auto;}
#qyhj .swiper-slide { background-size: cover; background-position: center; position: relative;}
#qyhj .gallery-top { height: auto; width: 100%; padding: 3% 0 0;}
#qyhj .gallery-top .swiper-slide li{ margin-bottom: 1%;}
#qyhj .gallery-top .swiper-slide .pic{ width: 100%; height: 0; padding-bottom: 70%; position: relative; overflow: hidden; transition: 0.3s; border: 2px solid #efefef; background: #fff;}
#qyhj .gallery-top .swiper-slide .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition: 0.3s;}
#qyhj .gallery-top .swiper-slide p{ color: #333333; font-size: 15px; text-align: center; background: #ebebeb; height: 50px; line-height: 50px;white-space: nowrap;overflow:hidden;text-overflow: ellipsis; transition: 0.3s;}
#qyhj .gallery-top .swiper-slide li:hover .pic{ filter: drop-shadow(-6px 5px 6px rgba(0,0,0,0.1));}
#qyhj .gallery-top .swiper-slide li:hover .pic img{transform: scale(1.1);}
#qyhj .gallery-top .swiper-slide li:hover p{ background: #053f98; color: #fff;}
#qyhj .gallery-thumbs { height: auto; text-align: center; margin-bottom: 1%; padding: 0; box-sizing: border-box; position: relative;}
#qyhj .gallery-thumbs .swiper-slide { height: 50px; line-height: 50px; border-radius: 10px; background: #ebebeb; font-size: 14px; color: #213958; cursor: pointer;}
#qyhj .gallery-thumbs .swiper-slide-thumb-active{ color: #fff; background: #064099;}
@media screen and (max-width:1200px){
    #qyhj .gallery-thumbs{ padding: 0;}
}
@media screen and (max-width:768px){
    #qyhj .gallery-top .swiper-slide p{ font-size: 12px;}
}


.more_in{ display: inline-block; text-align: center; background: #697081; height: 40px; line-height: 40px; border: 1px solid #697081; border-radius: 5px; padding: 0 5%; color: #fff; text-transform: uppercase; margin-top: 3%; transition: 0.3s;}
.more_in i{ display: inline-block; font-size: 20px;}
.more_in:hover{ background: #fff; color: #697081; border: 1px solid #697081; box-shadow: 0px 10px 20px 0px rgb(105 112 129 / 26%);}



.tit_in{ text-align: center;}
.tit_in p{ color: #95979c; font-size: 24px; height: 35px; margin-bottom: 5px; text-transform: uppercase; font-weight: 100; position: relative;}
.tit_in p:before{ position: absolute; height: 1px; width: 4%; left: 48%; bottom: 0; content: ''; background: #053f98; }
.tit_in h2{ color: #333333; font-size: 24px; font-weight: bold !important;}
@media screen and (max-width:768px){
    .tit_in p{ font-size: 18px;}
    .tit_in h2{ font-size: 20px;}
}



#albj{ background: url("../images/bj.jpg") no-repeat center fixed;}
#albj .tit_in p{ color: #959595;}
#albj .tit_in p:before{ background: #ab0812;}
#albj .tit_in h2{ color: #fff;}



#case{position: relative; padding-bottom: 5%; margin-top: 3%;}
#case .swiper-container {
    width: 100%;
    height: 100%;
}
#case .swiper-slide {
    transition:0.3s;
    overflow: hidden;
    position: relative;
    /* Center slide text vertically */
    flex-direction: column;
    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;
}
#case .swiper-slide .pic{ display: block; width: 100%; height: 0; padding-bottom: 80%; position: relative; overflow: hidden;}
#case .swiper-slide .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition:0.3s;}
#case .swiper-slide .tit{ position: absolute; left: 0; bottom: 0; width: 100%; color: #fff; height: auto; width: 100%; background: rgba(5,63,152,0.6); font-size: 16px;}
#case .swiper-slide .tit .float-left{ padding: 1% 5%;}
#case .swiper-slide .tit .float-left span{ display: block; text-transform: uppercase; font-size: 12px; border-bottom: 1px solid #fff;}
#case .swiper-slide .tit .float-left p{ font-size: 15px; height: 40px; line-height: 40px;}
#case .swiper-slide .tit i{ float: right; padding: 2% ; font-size: 30px;}
#case .swiper-slide:hover img{ transform: scale(1.1);}
#case .swiper-button-next,#case .swiper-button-prev{ background: #053f98; width: 35px; height: 35px; position: absolute; bottom: 0; top: auto; transition:0.3s; text-align: center; line-height: 35px;}
#case .swiper-button-next i,#case .swiper-button-prev i{ color: #fff; font-size: 26px;}
#case .swiper-button-prev{ right: auto; left: 45%;}
#case .swiper-button-next{ left: auto; right: 45%;}
#case .swiper-button-next:after,#case .swiper-button-prev:after{ display: none;}
#case #more{ position: absolute; left: 0; width: 100%; bottom: 0; text-align: center;}
#case #more a{ display: block; width: 35px; margin: 0 auto; height: 35px; line-height: 35px; background: #053f98; transition:0.3s;}
#case #more a i{ color: #fff;}
#case .swiper-button-prev:hover,#case .swiper-button-next:hover,#case #more a:hover{ background: #053f98; box-shadow:0px 3px 5px rgba(0,0,0,0.1);}
@media (min-width: 1200px) and (max-width: 1440px){
    #case{ padding-bottom: 7%;}
    #case .swiper-button-prev{ left: 44%;}
    #case .swiper-button-next{ right: 44%;}
}
@media (min-width: 768px) and (max-width: 1200px){
    #case{ padding-bottom: 7%;}
    #case .swiper-button-prev{ left: 42%;}
    #case .swiper-button-next{ right: 42%;}
}
@media screen and (max-width:765px){
    #case{ padding-bottom: 15%;}
    #case .swiper-button-prev{ left: 35%;}
    #case .swiper-button-next{ right: 35%;}
}



#ysbj{ background: url("../images/ys_bj.jpg") repeat-y center;}
#ysbj ul{ margin-top: 3% !important;}
#ysbj ul li{ background: #fff; border-radius: 10px; width: 95%; overflow: hidden; margin-bottom: 3%; transition: 0.3s;}
#ysbj ul li .float-left{ width: 25%; text-align: center; padding: 6.5% 0 20%; position: relative; height: 100%;}
#ysbj ul li .float-left:before{ position: absolute; height: 1px; width: 80%; left: 10%; bottom: 0; background: #c2c2c2; content: '';}
#ysbj ul li .float-left p{ width: 58px; height: 58px; line-height: 58px; color: #fff; background: #053f98; border-radius: 100%; display: inline-block; transition: 0.3s;}
#ysbj ul li .float-left p i{ font-size: 30px;}
#ysbj ul li .pic{ width: 75%; height: 0; padding-bottom: 35%; position: relative; overflow: hidden;}
#ysbj ul li .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition:0.3s;}
#ysbj ul li .tit{ padding: 2% 3%; color: #053f98; font-size: 26px;}
#ysbj ul li .content{ padding: 0 3% 2%; line-height: 25px; color: #989898; font-size: 14px;}
#ysbj ul li:hover{ background: #144ca3;}
#ysbj ul li:hover .tit,#ysbj ul li:hover .content{ color: #fff;}
#ysbj ul li:hover .float-left p{ background: #fff;}
#ysbj ul li:hover .float-left p i{ color: #053f98;}

.hui{ background: #f5f5f5;}
.gsjj{ background: #fff; border-radius: 5px; margin-top: 3%;}
.gsjj .pic{ padding: 0;}
.gsjj .pic img{ max-width: 100%;}
.gsjj .nr{ color: #697081; line-height: 35px; padding: 3%;}
.gsjj .nr .bt{ font-weight: bold; font-size: 24px; padding-bottom: 4%;}
.gsjj .nr ul{ padding-top: 4%;}
.gsjj .nr ul li{ float: right; margin-left: 1%; width: 20%; height: 40px; line-height: 40px; background: #8c919d; border-radius: 5px; text-align: center; color: #fff; transition: 0.3s;}
.gsjj .nr ul li:hover{ background: #053f98; color: #fff;}
@media screen and (max-width:1200px){
    .gsjj .nr{ line-height: 28px;}
    .gsjj .nr .bt{ font-size: 20px; padding-bottom: 2%;}
}
@media screen and (max-width:991px){
    .gsjj .pic img{ width: 100%;}
}
@media screen and (max-width:768px){
    .gsjj .tit p{ font-size: 24px; height: 30px;}
    .gsjj .tit span{ font-size: 14px;}
    .gsjj .nr{ padding-top: 3%;}
    .gsjj .nr ul{ text-align: center;}
    .gsjj .nr ul li{ width: 45%; float: none; display: inline-block; margin: 0 1%;}
    .gsjj .tit span:before{ left: -62%;}
    .gsjj .tit span:after{ right: -62%;}

    #ysbj ul li .tit{ font-size: 18px;}
    #ysbj ul li .float-left{ display: none;}
    #ysbj ul li .pic{ width: 100%;}
}






#xwzx .swiper-container {
    margin: 3% 0 5%;
    width: 100%;
    height: 100%;
}
#xwzx .swiper-slide {
    text-align: center;
    transition:0.3s;
    position: relative;
    background: #f6f7fc;

    /* Center slide text vertically */
    flex-direction: column;
    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;
}
#xwzx .swiper-slide .pic{ width: 100%; height: 0; padding-bottom: 68%; position: relative; overflow: hidden; background: #fff;}
#xwzx .swiper-slide .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition:0.3s;}
#xwzx .swiper-slide .news_title{ color: #666666; font-size: 14px; padding: 2% 10%; text-align: left; line-height: 25px;}
#xwzx .swiper-slide .news_time{ transition:0.3s; color: rgba(0,0,0,0.5); font-size: 18px; padding: 4% 0 0;}
#xwzx .swiper-slide .more{ display: inline-block; color: #666666; text-transform: capitalize; margin: 3% 0 10%; position: relative; border-top: 1px solid #c1c1c1; border-bottom: 1px solid #c1c1c1; width: 50%; height: 40px; line-height: 40px;}
#xwzx .swiper-slide .more::before{ position: absolute; content: ''; background: #fff; left: 50%; top: 0; height: 1px; width: 0; transition:0.3s; }
#xwzx .swiper-slide .more::after{ position: absolute; content: ''; background: #fff; left: 50%; bottom: 0; height: 1px; width: 0; transition:0.3s; }
#xwzx .swiper-slide:hover{ transform: translateY(-10px); background: #0f489f; }
#xwzx .swiper-slide:hover .pic img{ transform: scale(1.1);}
#xwzx .swiper-slide:hover .more::before{ background: #fff; width: 100%; left: 0;}
#xwzx .swiper-slide:hover .more::after{ background: #fff; width: 100%; left: 0;}
#xwzx .swiper-slide:hover .news_title,#xwzx .swiper-slide:hover .news_time,#xwzx .swiper-slide:hover .more{ color: #fff;}
#xwzx .swiper-slide:before{ position: absolute; right: -20%; bottom: 10%; content: 'JTJX'; color: rgba(255,255,255,0.1); font-size: 160px; font-weight: bold; transition:0.3s; opacity: 0;}
#xwzx .swiper-slide:hover:before{ right: -5%; opacity: 1;}





#indexNews{ margin-top: 3%;}
#indexNews li{ background: #fafafa; margin-bottom: 20px; transition: 0.3s;}
#indexNews li .row{ margin: 0;}
#indexNews li .pic{ display: block; width: 100%; height: 0; padding: 0 0 13%; position: relative; overflow: hidden;}
#indexNews li .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition:0.3s;}
#indexNews li .content{ padding-top: 3%;}
#indexNews li .content .news_title{ color: #333; font-size: 16px; font-weight: bold;}
#indexNews li .content .news_info{ color: #999999;}
#indexNews li .news_time{ padding: 3% 4% 0; position: relative;}
#indexNews li .news_time:before{ position: absolute; right: 10%; top: 31%; content: ''; width: 25%; height: 1px; background: #999999;}
#indexNews li .news_time p{ color: #999999; font-size: 22px; }
#indexNews li .news_time i{ color: #999999; font-size: 20px; margin-top: 10%;}
#indexNews li:hover{ background: #053f98;}
#indexNews li:hover .news_time:before{ background: #fff;}
#indexNews li:hover .content .news_title,#indexNews li:hover .content .news_info,#indexNews li:hover .news_time p,#indexNews li:hover .news_time i{ color: #fff;}
@media screen and (max-width: 1440px){
    #indexNews li .news_time:before{ display: none;}
}
@media screen and (max-width: 991px){
    #indexNews li .pic{ padding-bottom: 60%;}
    #indexNews li .news_time i{ display: none;}
    #indexNews li .content{ padding: 15px;}
}




/*公司简介*/
#zi_banner{ width: 100%; height: auto; text-align: center; overflow: hidden;}
#zi_banner img{ width: 100%;}
@media screen and (max-width:1200px){
    #zi_banner img{ width: 200%; margin-left: -35%;}
}

@media screen and (max-width:768px){
    #zi_banner img{ width: 250%; margin-left: -35%;}
}


#homebj{ background: #f5f6f8; width: 100%; height: auto; line-height: 70px;}
#homebj .home{ text-align: right;}
#homebj .home i,#homebj .home p{ float: right;}
#homebj .home i{ color: #053f98; font-size: 22px;}
#homebj .home p a{ padding: 0 10px;}
#homebj ul{ padding: 15px 0 0;}
#homebj ul li{ float: left; position: relative; padding: 0 2%; width: 20%;}
#homebj ul li:before{ position: absolute; right: 0; top: 35%; content: ''; width: 1px; height: 30%; background: #ccc;}
#homebj ul li a{ display: block; text-align: center; color: #333333; height: 40px; line-height: 40px; width: 100%; border-radius: 5px; transition: 0.3s;}
#homebj ul li:hover a{ color: #fff; background: #053f98;}
@media screen and (max-width:1440px){
    #homebj ul li{ width: 20%;}
}
@media screen and (max-width:1200px){
    #homebj .home{ font-size: 12px;}
}
@media screen and (max-width:768px){
    #homebj ul{ padding: 0;}
    #homebj ul li{ width: 33%; font-size: 12px;}
}



#gsjj_zy_bj{ background: url("../images/gsjj_bj.jpg") repeat-x center bottom;}
#gsjj .tit p{ float: left; height: 45px; width: 47%; text-align: right; border-bottom: 1px solid #d0d0d0; color: #333333; font-family: '思源宋体'; font-size: 36px; font-weight: bold;}
#gsjj .tit p span{ display: block; float: left; text-transform: uppercase; color: #999999; font-size: 26px; font-family: '思源宋体';}
#gsjj .tit i{ display: block; clear: both; text-transform: uppercase; color: #999999; font-size: 26px; font-family: '思源宋体'; font-weight: bold; padding-left: 4%; padding-top: 1%;}
#gsjj .content{ color: #333333; font-size: 16px; line-height: 55px; padding-top: 0;}
#gsjjpic{ text-align: center;}
#gsjjpic img{ width: 100%;}
@media screen and (max-width:1440px){
    #gsjj .content{ line-height: 45px;}
}
@media screen and (max-width:1200px){
    #gsjj .tit p{ width: 60%;}
    #gsjj .content{ font-size: 14px; line-height: 30px;}
}
@media screen and (max-width:768px){
    #gsjj .tit p{ width: 80%;}
}
.qysl_nr{ margin-top: 5%;}
.qysl_nr .col-12{ padding: 0 0.5%;}
.qysl_nr li{ margin-bottom: 3%; position: relative; overflow: hidden;}
.qysl_nr li p{ width: 100%; height: 0; padding-bottom: 65%; position: relative; overflow: hidden;}
.qysl_nr li p img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center; transition:0.3s;}
.qysl_nr .col-12:nth-of-type(2) li p{ padding-bottom: 133%;}
.qysl_nr li .nr{ position: absolute; left: 0; top: 50%; z-index: 1; text-align: center; background: rgba(0,0,0,0.7); width: 100%; height: 0; padding-top: 0; transition: 0.3s; overflow: hidden; opacity: 0;}
.qysl_nr li .nr h4{ border: 1px solid #fff; display: inline-block; color: #fff; width: 30%; padding: 10% 5%; font-size: 18px;}
.qysl_nr li .nr h4 span{ display: block; font-family: Arial; padding-top: 20%; font-size: 14px; text-transform: uppercase;}
.qysl_nr .col-12:nth-of-type(2) li .nr{ padding-top: 0;}
.qysl_nr li:hover .nr{ top: 0; height: 100%; padding-top: 18%; opacity: 1;}
.qysl_nr .col-12:nth-of-type(2) li:hover .nr{ padding-top: 50%;}
@media screen and (max-width:991px){
    .qysl_nr .col-12:nth-of-type(2) li p{ padding-bottom: 65%;}
    .qysl_nr .col-12:nth-of-type(2) li:hover .nr{ padding-top: 18%;}
}





.hui{ background: #f6f6f6;}



.news01 {padding: 0;}
.news01 li{ margin-bottom: 7%;}
.news01 .imgbox {width: 100%; height: 0; padding-bottom: 70%; position: relative; overflow: hidden;}
.news01 .imgbox img { object-fit: cover; left: 0; position: absolute; text-align: center; height:100%; width:100%; transition: 0.3s;}
/*.news01 .shuiyin{position: absolute; background: url("../images/shuiyin.png") no-repeat center; z-index: 1; left: 0; top: 0; width: 100%; height: 100%;}*/
.news01 .imgbox1 {width: 100%; height: 0; padding-bottom: 80%; position: relative; overflow: hidden;}
.news01 .imgbox1 p { text-align: center; left: 0; position: absolute; height:100%; width:100%; transition: 0.3s;}
.news01 .imgbox1 p img{ max-width: 100%; max-height: 100%; transition:0.3s;}
.news01 .slide:hover .imgbox img {transform: scale(1.1);}

.news01 .txtbox { height: 50px; line-height: 50px; text-align: center; font-size: 16px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; position: relative; background: #fff; border-bottom: 1px solid #e2e2e2;}
.news01 .txtbox span{ display: block; z-index: 1; position: relative; transition:0.3s;}
.news01 .txtbox:after {  position: absolute;content: ""; background: #333; height: 100%; width:100%;  left: 0;bottom: 0;
    transition: all 0.5s;
    -webkit-transition: transform .5s;
    -moz-transition: transform .5s;
    -ms-transition: transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
}
.news01 .slide:hover .txtbox::after { -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1);
    -o-transform: scaleX(1); transform: scaleX(1);
}
.news01 .slide:hover .txtbox span{ color: #fff;}


#xgcp{ padding: 7% 0 2%;}
#xgcp li{ margin-bottom: 10%; background: #fff;}
#xgcp li .pic{ width: 100%; height: 0; padding-bottom: 75%; position: relative; overflow: hidden;}
#xgcp li .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition: 0.3s;}
#xgcp li p{ height: 40px; line-height: 40px; text-align: center; transition: 0.3s; white-space: nowrap; overflow:hidden; text-overflow: ellipsis;}
#xgcp li:hover p{ background: #053f98; color: #fff;}
#xgcp li:hover .pic img{ transform: scale(1.1);}

.contact_item{ padding:0; text-align: center; margin-top: 3%;}
.contact_item li{ display: inline-block; margin-bottom: 30px;}
.contact_item li span{display: block;width: 150px;height: 135px;margin:0 auto;text-align: center;position: relative;}
.contact_item li span.contact_item_1{background: url(../images/contact_li_bg1.png) center no-repeat;line-height: 108px;}
.contact_item li span.contact_item_2{background: url(../images/contact_li_bg2.png) center no-repeat;line-height: 135px;}
.contact_item li span.contact_item_3{background: url(../images/contact_li_bg3.png) center no-repeat;line-height: 170px;}
.contact_item li span img{vertical-align: middle;}
.contact_item_ewm{width: 84px;height: 84px;position: absolute;left: 33px;top:45px;z-index: 1;}
.contact_item_ewm img{width: 84px;height: 84px;position: absolute;left: 0;top:0;transition: all .4s;vertical-align: top;}
.contact_item li h4{color: #333;font-size: 18px;line-height: 30px; text-align: center;margin: 10px auto !important; font-weight: bold !important;}
.contact_item li p{color: #333;font-size: 14px;line-height: 26px;}
.contact_item li:nth-child(3n) p{text-align: center;}


.in_title{ line-height: 40px; padding: 30px 0 10px; color: #747474; font-size: 16px;}
.in_title p{ font-size: 30px; color: #3e3e3e;}
@media screen and (max-width:768px){
    .in_title p{ font-size: 24px;}
    .in_title{ font-size: 12px; line-height: 25px;}
}


/*产品中心*/
.pro_home{ height: 80px; line-height: 80px;}
.pro_home i{ display: block; float: left; color: #dd0511; font-size: 20px; margin-right: 10px;}
.pro_home a{ padding: 0 10px;}

.pro_list{ background: #fff; padding: 4% 2%;}
.pro_list li{ margin-bottom: 3%;}
.pro_list li .img{ width: 100%; height: 0; padding-bottom: 75%; position: relative; overflow: hidden; }
.pro_list li .img img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition: 0.3s;}
.pro_list li .title{ height: 60px; line-height: 60px; text-align: center; font-size: 16px;}
.pro_list li:hover .img img{ transform: scale(1.1);}



.cpclass{ margin-bottom: 3% !important; background: #fff;}
.cpclass .row{ margin: 0;}
.cpclass .pic{ height: 0; padding-bottom: 40%; position: relative; overflow: hidden;}
.cpclass .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center;}
.cpclass .font{ padding: 1.5% 3%; border-left: 1px solid #f0f0f0;}
.cpclass .font dl{ margin: 0;}
.cpclass .font dl dt{ font-weight: normal; clear: both; padding: 8% 3%; border-bottom: 1px solid #f0f0f0; cursor: pointer;}
.cpclass .font dl dt:last-of-type{ border-bottom: none;}
.cpclass .font dl dt p{ float: left; width: 45px; height: 45px; line-height: 45px; text-align: center; color: #053f98; border-radius: 100%; border: 2px solid #053f98; transition: 0.3s;}
.cpclass .font dl dt p i{ font-size: 25px; transition: 0.3s;}
.cpclass .font dl dt h5{ color: #333333; font-size: 20px; padding: 2% 0 0 5%; line-height: 20px;}
.cpclass .font dl dt h5 span{ color: #999999; font-size: 12px; text-transform: uppercase; font-family: arial;}
.cpclass .font dl dt:hover p{ background: #053f98;}
.cpclass .font dl dt:hover p i{ color: #fff;}
.cpclass .font dl dt:hover h5{ color: #053f98;}
.cpclass .font dl dt:hover h5 span{ color: #053f98;}
@media screen and (max-width:1200px){
    .cpclass .font dl dt{ padding: 3%;}
    .cpclass .font dl dt h5{ font-size: 16px;}
}
@media screen and (max-width:991px){
    .cpclass{ display: none;}
}



.cp_left{ height: 0; padding-bottom: 35%; position: relative; overflow: hidden; background: #fff; }
.cp_left img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition: 0.3s;}
.cp_right h2{ color: #333333; font-size: 30px;}
.cp_right .content{ border-bottom: 1px dashed #cccccc; border-top: 1px dashed #cccccc; padding: 3% 0; margin: 3% 0;}
.cp_right .content p{ color: #999999; font-size: 16px; line-height: 35px;}
.cp_right .content p span{ color: #282828; font-weight: bold;}
.cp_right dl p{ color: #282828; font-size: 16px; font-weight: bold; float: left;}
.cp_right dl dt{ float: left; font-weight: normal; color: #333; font-size: 15px; background: #cacaca; border: 1px solid #a9adb7; padding: 0 1%; margin-right: 2%; border-radius: 3px;}
.cp_right ul{ margin: 5% 0 !important;}
.cp_right ul li{ padding: 0 1%;}
.cp_right ul li .pic{ width: 100%; height: 0; padding-bottom: 75%; background: #fff; position: relative; overflow: hidden;}
.cp_right ul li .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition: 0.3s;}
.cp_right ul li p{ background: #fff; text-align: center; width: 100%; height: 30px; line-height: 30px; font-size: 13px; transition: 0.3s;}
.cp_right ul li:hover p{ color: #fff; background: #333;}
.cp_right .order-btn{ height: 50px; line-height: 50px; transition: 0.3s; background: #053f98; color: #fff; border-radius: 5px; text-align: center;}
.cp_right .order-btn a{ color: #fff; font-size: 16px;}
.cp_right .order-btn:hover{ letter-spacing: 5px;}
.cp_right .zixun-btn{ height: 50px; line-height: 50px; transition: 0.3s; background: #282828; color: #fff; border-radius: 5px; text-align: center; font-size: 16px;}
.cp_right .zixun-btn a{ color: #fff; font-size: 16px;}
.cp_right .zixun-btn:hover{ letter-spacing: 5px;}
@media screen and (max-width:991px){
    .cp_left{ padding-bottom: 75%;}
    .cp_right{ margin-top: 3%;}
}


#cpbtqh{ width: 100% !important; transition:0.3s; background: #fff; text-align: center;}
.cpbt{ margin: 0 auto !important; height: 70px; line-height: 70px; border-bottom: 1px solid #efefef; width: 100%; transition:0.3s;}
.cpbt li{ float: left; color: #666666; font-size: 16px; width: 15%; text-align: center; position: relative; transition:0.3s;}
.cpbt li a{ color: #666666;}
.cpbt li:after{ position: absolute; left: 50%; bottom: 0; width: 0; height: 3px; content: ''; background: #fff; transition: 0.3s;}
.cpbt li:before{ position: absolute; right: 0; top: 30%; width: 1px; height: 40%; content: ''; background: #d5d5d5;}
.cpbt li:last-of-type:before{ display: none;}
.cpbt li:hover:after{ position: absolute; left: 25%; bottom: 0; width: 50%; height: 3px; content: ''; background: #cf0000;}
.cpbt li.current:hover:after{ left: 25%; width: 50%; background: #cf0000;}
.cpbt li.current:after{ left: 25%; width: 50%; background: #cf0000;}
.cpbtqh_active{ top: 0; position: fixed; left: 0; z-index: 10;}
@media screen and (max-width:1440px){
}
@media screen and (max-width:1400px){
}
@media screen and (max-width:1200px){
    .cpbt li{ width: 14%;}
}
@media screen and (max-width:768px){
    .cpbt li{ width: 20%;}
}
@media screen and (max-width:765px){
    .cpbt li{ width: 25%; font-size: 13px;}
}

.cpbt .top_tel{ padding: 0; line-height: 30px; text-align: left;}
.cpbt .top_tel i{ padding-top: 2%; float: left;}
.cpbt .top_tel .float-right{ float: left !important;}






.bai{ background: #fff; padding: 3%;}
.bai .content{ line-height: 30px; color: #999999; padding: 3% 0;}
.bai .content img{ max-width: 100%;}
.xgcp1 li:hover p{ background: #fff !important; color: #282828 !important;}
.bai .tit_in{ margin-top: 5%;}
.cp-tools { height: auto; line-height: 37px; text-align: center; width: 100%; overflow: hidden; padding: 0 10% 5%;}
.cp-tools a { display: block; float: left; flex: 1; width: 45%; height: 37px; border-radius: 20px; background-color: #053f98; color: #ffffff; }
.cp-tools a:nth-of-type(2){ float: right;}
.cp-tools a.btn-free { background:none; color: #aaaaaa; border:1px solid #aaaaaa;}
.cp-tools a:hover { background-color: #053f98; border:1px solid #053f98; color: #ffffff; }
.cp-tools a:hover ~ .btn-ask { background:none; color: #aaaaaa; border:1px solid #aaaaaa; }
@media screen and (max-width:1200px){
    .cp-tools a{ width: 48%; font-size: 12px;}
}


#cptd{ margin: 3% 0 0 !important;}
#cptd li{ border-bottom: 1px solid #dfdfdf; border-right: 1px solid #dfdfdf; text-align: center; cursor: pointer; transition: 0.3s;}
#cptd li:nth-of-type(3),#cptd li:nth-of-type(6){ border-right: none;}
#cptd li:nth-of-type(4),#cptd li:nth-of-type(5),#cptd li:nth-of-type(6){ border-bottom: none;}
#cptd li i{ color: #fff; font-size: 30px; background: #053f98; border-radius: 100%; width: 60px; height: 60px; line-height: 60px; margin: 12% auto 5%; transition: 0.3s;}
#cptd li span{ display: block; color: #494949; font-size: 18px; font-weight: bold;}
#cptd li p{ color: #666666; font-size: 14px; line-height: 25px; padding: 0 0 10%;}
#cptd li:hover i{ background: #fff; color: #053f98; }
#cptd li:hover{ background: #053f98;}
#cptd li:hover span,#cptd li:hover p{ color: #fff;}
@media screen and (max-width:991px){
    #cptd li p{ font-size: 12px;}
    #cptd li:nth-of-type(2n){ border-right: none;}
    #cptd li:nth-of-type(3){ border-right: 1px solid #dfdfdf;}
    #cptd li:nth-of-type(4){ border-bottom: 1px solid #dfdfdf;}
    #cptd li:nth-of-type(5),#cptd li:nth-of-type(6){border-bottom: none;}
}

#anli{ margin-top: 3% !important;}
#anli div{ padding: 0 0.5%;}
#anli li{width: 100%; height: 0; padding-bottom: 70%; position: relative; overflow: hidden; margin-bottom: 3%;}
#anli li img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center; transition: 0.3s;}
#anli li:hover img{ transform: scale(1.1);}




/*公共*/
.pro-sider .in-title{ background: #053f98; color: #fff; padding: 8% 10% 5%; position: relative;}
.pro-sider .in-title p{ font-size: 28px; padding-bottom: 1%;}
.pro-sider .in-title span{ font-family: arial; font-size: 16px; text-transform: uppercase;}
.pro-sider .in-title:before{ position: absolute; content: 'JIATONG';  top: 0; left: 0; width: 100%; height: 100%; padding-top: 10%; text-align: center; font-size: 80px; font-family: Impact; color: rgba(255,255,255,0.1); text-transform: uppercase; letter-spacing: 5px;}
.pro-sider-ul { height: auto; text-align: left; background: #fff; padding: 15px; border: 1px solid #ebebeb;}
.pro-sider-ul li{ border-bottom: 1px solid #f0f0f0; background: #fff; width: 100%; cursor: pointer; height: auto; padding: 8% 0; line-height: 25px;}
.pro-sider-ul li:last-of-type{ border-bottom: none;}
.pro-sider-ul li p{ color: #333333; font-size: 18px;}
.pro-sider-ul li span{ color: #999999; font-size: 14px;}
.pro-sider-ul li:hover p,.pro-sider-ul li:hover span{ color: #053f98;}
.pro-sider-ul #li-on p,.pro-sider-ul #li-on span{ color: #053f98;}
@media screen and (max-width:1200px){
    .pro-sider .in-title:before{ font-size: 45px;}
    .pro-sider .in-title p{ font-size: 26px;}
    .pro-sider .in-title span{ font-size: 14px;}
    .pro-sider-ul li p{ font-size: 15px;}
}

.page {
 font-size: 0;
 text-align: center;
}
.page .center {
 display: inline-block;
 overflow: hidden;
}
.page .center .page-span {
 float: left;
 font-size: 14px;
 color: #c3c3c3;
 line-height: 32px;
 margin-right: 30px;
}
.page .center .page-list {
 float: left;
 overflow: hidden;
}
.page .center .page-list ul li {
 float: left;
 width: auto;
 min-width: 30px;
 height: 32px;
 text-align: center;
 line-height: 30px;
 font-size: 14px;
 margin: 0 4px;
 padding: 0;
 border: none;
 background: transparent;
}
.page .center .page-list ul li a {
 min-width: 20px;
 padding: 0 5px;
 border: 1px solid #eee;
 display: block;
 color: #333;
 border-radius: 4px;
 -webkit-border-radius: 4px;
 overflow: hidden;
 background: #fff;
}
.page .center .page-list ul li:hover a {
 color: #f3c04b;
}
.page .center .page-list ul li.active a {
 background: #f3c04b;
 color: #fff;
}
