@charset "utf-8";
*{
box-sizing: border-box;
-webkit-transition:all 0.3s ease 0s;
-moz-transition:all 0.3s ease 0s;
-o-transition:all 0.3s ease 0s;
-ms-transition:all 0.3s ease 0s;
transition:all 0.3s ease 0s;
}
body,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li,th,td,p,blockquote,pre,form,fieldset,legend,input,button,textarea,hr,span{margin:0;padding:0;}
body{min-width: 1400px;font-size:12px;font-family: "Microsoft YaHei" ! important;color:#262626;background:#fff;margin:0 auto;padding:0px;}
a{text-decoration:none;color:#235aa7;outline:none;}
a:active{star:expression(this.onFocus=this.blur());}
img{border:0px;vertical-align: middle;max-width:100%;}
li{list-style: none;}
.pt10{padding-top: 10px;}
.pl10{padding-left: 10px;}
.pr10{padding-right: 10px;}
.pb10{padding-bottom: 10px;}
.pn5{padding: 5px;}
.pt5{padding-top: 5px;}
.pl5{padding-left: 5px;}
.pr5{padding-right: 5px;}
.pb5{padding-bottom: 5px;}
.mt10{margin-top: 10px;}
.mt30{margin-top: 30px;}
.ml10{margin-left: 10px;}
.mr10{margin-right: 10px;}
.mb10{margin-bottom: 10px;}
.mn5{margin: 5px;}
.mt5{margin-top: 5px;}
.ml5{margin-left: 5px;}
.mr5{margin-right: 5px;}
.mb5{margin-bottom: 5px;}
.wrap {
    width: 1400px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.toper {
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #262626;
    background: #DEDEDE;
}

.toper .fl {
    float: left;
}

.toper .hmail {
    float: right;
}

.toper .hmail:before {
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    background: url(../images/hmail.png) no-repeat left center;
}

.header {
    width: 100%;
    height: 100px;
    padding: 25px 0;
}

.logo {
    float: left;
}

.logo img {
    height: 50px;
    display: inline-block;
}

.search {
    width: 400px;
    height: 40px;
    float: left;
    margin-left: 154px;
    border: 1px solid #C7C7C7;
    border-radius: 2px 2px 2px 2px;
}

.search form {
    width: 100%;
    float: left;
}

.search .keyword {
    width: calc(100% - 38px);
    height: 38px;
    line-height: 38px;
    text-indent: 24px;
    border: 0;
    float: left;
}

.search .tjbtn {
    background: #2878FC url("../images/search-btn.png") no-repeat scroll 0 0;
    border: 0 none;
    color: #fafafa;
    cursor: pointer;
    font-size: 0;
    height: 38px;
    width: 38px;
    float: right;

}

input:focus {
    outline: none;
}

select:focus {
    outline: none;
}

textarea:focus {
    outline: none;
}

.htel {
    float: right;
    height: 39px;
    font-size: 30px;
    font-weight: bold;
    color: #262626;
    line-height: 39px;
    margin-top: 6px;
}

.htel i {
    content: "";
    width: 31px;
    height: 31px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px;
    background: url(../images/htel.png) no-repeat left center;
    margin-top: -4px;
}

.nav {
    width: 100%;
    height: 60px;
    background: #2878FC;
    position: relative;
    z-index: 20;
}

.nav ul {
    float: left;
}

.nav ul li {
    float: left;
    position: relative;
}

.nav ul li h3 {
    float: left;
}

.nav ul li h3 a {
    height: 60px;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 60px;
    font-weight: 500;
    float: left;
    padding: 0 48px;
}

.nav ul li h3 a i {
    width: 0;
    height: 0;
    border-top: 6px solid #fff;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.nav ul li h3 a:hover {
    color: #2878FC;
    background: #fff;
}

.nav ul li.on h3 a {
    color: #2878FC;
    background: #fff;
}

.nav ul li dl {
    width: 100%;
    height: auto;
    float: left;
    position: absolute;
    overflow: hidden;
    z-index: 2;
    top: 60px;
    display: none;
    /* padding-top: 10px;
    padding-bottom: 10px; */
    background: #2878FC;

}
.nav ul li:nth-of-type(2) dl{width:340px;left:-85px;}

.nav ul li:hover dl {
    display: block;
}

.nav ul li dl dd {
    width: 100%;
    height: 40px;
    line-height: 40px;
    float: left;

}

.nav ul li dl dd a {
    width: 100%;
    text-align: center;
    float: left;
    font-size: 16px;
    color: #ffffff;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav ul li dl dd a:hover {
    color: #2878FC;
    background: #ffffff;
}



.nav a.gohome {
    display: none;
}

.nav a.gohome i {
    display: none;
}

.nav a.gonav i {
    display: none;
}

.banner {
    width: 100%;
    overflow: hidden;
    position: relative;

}

.banner .swiper-container-horizontal>.swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
    bottom: 66px;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff;
    margin: 0 5px;
    opacity: 0.5;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
    opacity: 1;
}

.banner .swiper-slide img {
    width: 100%;
}

.h2tit {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-transform: uppercase;
    align-items: center;
    margin-top: 80px;
    margin-bottom: 36px;
}

.h2tit span {
    height: 48px;
    font-size: 36px;
    font-weight: bold;
    color: #262626;
    line-height: 48px;
}

.h2tit span::first-letter {
    color: #2878FC;
}

.h2tit i {
    width: 120px;
    height: 3px;
    background: #2878FC;
    margin: 16px 0;
    display: inline-block;
}

.h2tit h2 {
    height: 32px;
    font-size: 24px;
    font-weight: 500;
    color: #262626;
    line-height: 32px;
}

.ipro {
    width: 100%;
    overflow: hidden;
}

.w300 {
    width: 300px;
    float: left;
}

.w1040 {
    width: 1040px;
    float: right;
}

.typename {
    width: 100%;
    height: 85px;
    line-height: 85px;
    float: left;
    background: #2878FC;
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    color: #FFFFFF;
}

.typename:before {
    content: "";
    width: 27px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 16px;
    background: url(../images/typename.png) no-repeat center center;
}

.sidebar {
    width: 100%;
    height: auto;
    float: left;
    background: rgba(251, 251, 251, 1)
}

.sidebar ul {
    width: 100%;
    height: auto;
    float: left;
    padding: 0 16px;
}

.sidebar ul li {
    width: 100%;
    height: auto;
    float: left;

    border-bottom: 1px solid #DEDEDE;
}

.sidebar ul li:last-child {
    border-bottom: 0;
}

.sidebar ul li a {
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #262626;
    padding: 24px 0;
    text-indent: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sidebar ul li a:before {
    content: "";
    width: 22px;
    height: 22px;
    float: right;
    margin-right: 8px;
    background: url(../images/sidebari.png) no-repeat center center;
}

.sidebar ul li a:hover {
    color: #2878FC;
}

.sidebar ul li a:hover:before {
    background: url(../images/sidebarion.png) no-repeat center center;
}

.sidebar ul li a.on {
    color: #2878FC;
}

.sidebar ul li a.on:before {
    background: url(../images/sidebarion.png) no-repeat center center;
}



.iproqhq {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    overflow: hidden;
    padding: 36px 168px;
    background: #FBFBFB;
    margin-bottom: 48px;
}

.iproqh {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    overflow: hidden;
    padding-left: 2px;
}

.iproqh .swiper-slide {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}

.iproqh .swiper-slide .picbox {
    width: 32.38%;
    height: 0;
    padding-bottom: 32.38%;
    position: relative;
    float: left;
    overflow: hidden;
}

.iproqh .swiper-slide .picbox img {
    width: 100%;
    height: 100%;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
}

.iproqh .swiper-slide .picbox:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.iproqh .swiper-slide .info {
    width: 67.62%;
    float: right;
    padding-left: 36px;
}

.iproqh .swiper-slide .info h3 {
    width: 100%;
    float: left;

    font-size: 18px;
    color: #262626;
    line-height: 24px;
    margin-top: 5px;
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.iproqh .swiper-slide .info p {
    width: 100%;
    font-size: 16px;
    float: left;

    font-weight: 400;
    color: #999999;
    line-height: 30px;
    margin: 20px 0;

}

.iproqh .swiper-slide .info i {
    width: 134px;
    height: 36px;
    border-radius: 18px 18px 18px 18px;
    border: 1px solid #2878FC;
    display: inline-block;
    font-style: normal;

    font-size: 16px;
    color: #2878FC;
    line-height: 34px;
    text-align: center;

}

.iproqh .swiper-slide a:hover .info i {
    background: #2878FC;
    color: #fff;
}

.iproqh .swiper-wrapper {}

.iproqhq .swiper-button-next {
    width: 48px;
    height: 100px;
    overflow: hidden;
    margin-top: -50px;
    line-height: 99px;
    background: url(../images/rightlb.png) no-repeat center center/ 100% 100%;
}

.iproqhq .swiper-button-prev {
    width: 48px;
    height: 100px;
    overflow: hidden;
    margin-top: -50px;
    background: url(../images/leftlb.png) no-repeat center center/ 100% 100%;
}

.iproqhq .swiper-button-next {
    right: 60px;
}

.iproqhq .swiper-button-prev {
    left: 60px;
}

.iproqhq .swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    display: none;
}

.iproqhq .swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    display: none;
}


.iprolist {
    width: 100%;
    height: auto;
    float: left;
}

.iprolist ul {
    width: 100%;
    height: auto;
    float: left;
}

.iprolist ul li {
    width: 32%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 24px;
}

.iprolist ul li:nth-child(3n) {
    margin-right: 0
}

.iprolist ul li .picbox {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    float: right;
    position: relative;
    overflow: hidden;
}

.iprolist ul li .picbox img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #eee;
}

.iprolist ul li:hover .picbox img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.iprolist ul li .picbox .zz {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: -100%;
    z-index: 1;
    background: rgba(40, 120, 252, 0.65);
}

.iprolist ul li h3 {
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    line-height: 24px;
    margin-top: 24px;
    margin-bottom: 19px;
    text-align: center;

    color: #262626;
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.iprolist ul li i {
    width: 100%;
    height: 10px;
    float: left;
    background: url(../images/iprolisti.png) no-repeat center center;

}

.iprolist ul li:hover .picbox .zz {
    right: 0%;
}

.iprolist ul li:hover i {
    background: url(../images/iprolistion.png) no-repeat center center;
}

.iprolist ul li:hover h3 {
    color: #2878FC;
}

.center {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    margin-top: 12px;
}

.center a.more {
    width: 158px;
    height: 48px;
    background: #F1F1F1;
    border-radius: 4px 4px 4px 4px;
    display: inline-block;
    line-height: 48px;
    text-align: center;

    color: #666666;
    font-size: 16px;
}

.center a.more:hover {
    background: #2878FC;
    color: #fff;
}

.bgfb {
    background: #FBFBFB;
}

.ihotpro {
    width: 100%;
    overflow: hidden;
    margin-top: 80px;
}

.iabout {
    width: 100%;
    overflow: hidden;
}

.inews {
    width: 100%;
    overflow: hidden;
}

.footer {
    width: 100%;
    overflow: hidden;
    background: #F1F1F1;
}

.ftnav {
    width: 100%;
    height: auto;
    float: left;
    padding: 36px 0;
    border-bottom: 1px solid #DEDEDE;
    display: flex;
    justify-content: space-between;
}

.ftnav a {
    float: left;
    font-size: 16px;
    color: #262626;
    line-height: 22px;
}

.ftnav a:hover {
    color: #2878FC;
}

.ftcontact {
    width: calc(100% - 400px);
    height: auto;
    float: left;
    margin-top: 67px;
}

.ftcontact p {
    width: 100%;
    height: 31px;
    line-height: 31px;
    float: left;
    margin-bottom: 24px;
}

.ftcontact i.fttel {
    width: 31px;
    height: 31px;
    float: left;
    background: url(../images/fttel.png) no-repeat center center;
    margin-right: 16px;
}

.ftcontact i.ftadd {
    width: 31px;
    height: 31px;
    float: left;
    background: url(../images/ftadd.png) no-repeat center center;
    margin-right: 16px;
}

.ftcontact b {
    font-size: 24px;
    color: #262626;
}

.ftcontact span {
    font-size: 16px;
    color: #666666;
}

.ftcontact a {
    color: #666666;
}

.ftcontact a:hover {
    color: #2878FC;
}

.ftewm {
    width: 356px;
    height: auto;
    float: right;
    margin-top: 36px;
    margin-bottom: 60px;
}

.ftewm .ftewmpic {
    width: 160px;
    height: auto;
}

.ftewm .ftewmpic .picbox {
    width: 100%;
    float: left;
    height: auto;
    background: #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    overflow: hidden;
    border: 1px solid #DEDEDE;
}

.ftewm .ftewmpic .picbox img {
    width: 100%;
    height: auto;
    float: left;
}

.ftewm .ftewmpic span {
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    color: #666666;
    line-height: 22px;
    text-align: center;
    margin-top: 16px;
}











.ihotproqhq {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    overflow: hidden;
    padding: 0 108px;
}

.ihotproqh {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    overflow: hidden;
    padding-left: 2px;
}

.ihotproqh .swiper-slide {
    width: 269px;
    height: auto;
    margin: 0 0;
    float: left;
    position: relative;
    background: #FFFFFF;
}

.ihotproqh .swiper-slide .picbox {
    width: 100%;
    height: 0;
    padding-bottom: 74.34%;
    position: relative;
    float: left;
    overflow: hidden;
    border: 1px solid #E8E8E8;
}

.ihotproqh .swiper-slide .picbox img {
    width: 100%;
    height: 100%;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
}

.ihotproqh .swiper-slide:hover .picbox img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.ihotproqh .swiper-slide h3 {
    width: 100%;
    float: left;
    font-size: 16px;
    font-weight: 400;
    color: #262626;
    line-height: 54px;
    text-align: center;
    background: #F1F1F1;
    margin-top: 8px;
    height: 54px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
}


.ihotproqh .swiper-wrapper {}

.ihotproqhq .swiper-button-next {
    width: 48px;
    height: 100px;
    overflow: hidden;
    margin-top: -50px;
    line-height: 99px;
    background: url(../images/rightlb.png) no-repeat center center/ 100% 100%;
}

.ihotproqhq .swiper-button-prev {
    width: 48px;
    height: 100px;
    overflow: hidden;
    margin-top: -50px;
    background: url(../images/leftlb.png) no-repeat center center/ 100% 100%;
}

.ihotproqhq .swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    display: none;
}

.ihotproqhq .swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    display: none;
}


.cente {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 80px;
}

.cente a.more {
    width: 158px;
    height: 48px;
    background: #;
    border-radius: 4px 4px 4px 4px;
    display: inline-block;
    line-height: 48px;
    text-align: center;
    border: 1px solid #2878FC;
    color: #2878FC;
    font-size: 16px;
}

.cente a.more:hover {
    background: #2878FC;
    color: #fff;
}

.company {
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 80px;
}

.company .info {
    width: 50%;
    height: auto;
    float: left;
    padding: 60px 60px 0;
    background: url(../images/aboutbg.png) no-repeat center center / 100% 100%;
}

.company .info h3 {
    width: 100%;
    height: auto;
    float: left;
    line-height: 32px;
    font-size: 24px;
    color: #262626;
    margin-bottom: 24px;
}

.company .info p {
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    color: #999999;
    line-height: 30px;
    margin-bottom: 16px;
}

.company .info a.more {
    width: 134px;
    height: 36px;
    border-radius: 18px 18px 18px 18px;
    border: 1px solid #2878FC;
    display: inline-block;
    font-style: normal;
    font-size: 16px;
    color: #2878FC;
    line-height: 34px;
    text-align: center;
}

.company .info a.more:hover {
    background: #2878FC;
    color: #fff;
}

.company .picbox {
    width: 50%;
    height: auto;
    float: left;
}

.company .picbox img {
    width: 100%;
    height: auto;
    float: left;
}

.w840 {
    width: 840px;
}

.h3tit {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #DEDEDE;
    ;
    float: left;
}

.h3tit h3 {
    line-height: 47px;
    color: #262626;
    float: left;
    font-size: 20px;
    font-weight: 500;
}

.h3tit a.more {
    float: right;
    line-height: 47px;
    color: #2878FC;
    font-size: 16px;
}

.newlist {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 80px;
}

.newlist .w476 {
    width: 476px;
}

.newlist ul {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 8px;
}

.newlist ul li {
    width: 100%;
    float: left;
    border-bottom: 1px solid #E8E8E8;
    ;

}

.newlist ul li a {
    width: 100%;
    height: 54px;
    line-height: 54px;
    float: left;
    font-size: 16px;
    color: #262626;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    width: 100%;
}

.newlist ul li span {
    float: right;
    margin-left: 24px;
    font-size: 16px;
    color: #999999;
}

.newlist ul li a:before {
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 16px;
    background: #2878FC;
}

.newlist ul li a:hover {
    color: #2878FC;
}

.newlist ul li a:hover span {
    color: #2878FC;
}

.w500 {
    width: 500px;
}

.newstt {
    width: 328px;
    margin-right: 36px;
    height: auto;
    float: left;
    margin-top: 24px;
}
.newstt a{display:block;}

.newstt .picbox {
    width: 100%;
    height: auto;
    float: left;
    position: relative;

}

.newstt .picbox img {
    width: 100%;
    height: auto;
    float: left;
}
.newstt a:hover img{transition: all 2s;transform: scale(1.1);}
.newstt a:hover h3{color:#2878FC;}

.newstt .picbox .date {
    width: 72px;
    height: 61px;
    background: #2878FC;
    border-radius: 0px 0px 0px 0px;
    position: absolute;
    left: 0;
    top: 0;text-align: center;

}

.newstt .picbox .date i {
    width: 100%;
    height: auto;
    float: left;
    line-height: 32px;
    font-size: 24px;
    color: #fff;
    display: inline-block;
    font-style: normal;
    margin-top: 5px;
}

.newstt .picbox .date span {
    width: 100%;
    height: auto;
    float: left;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
}

.newstt h3 {
    width: 100%;
    height: auto;
    float: left;
    font-size: 18px;
    line-height: 24px;
    margin-top: 16px;
    margin-bottom: 10px;
    color: #262626;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.newstt p {
    width: 100%;
    height: 44px;
    float: left;
    line-height: 22px;
    font-size: 14px;
    color: #666666;
}