@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;}
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;}
.w1600 {
    width: 1600px;
    margin: 0 auto;
}

.w1400 {
    width: 1400px;
    margin: 0 auto;
}

.header {
    width: 100%;
    height: 100px;
    padding: 19px 0;
    position: relative;
    z-index: 22;
    background: #FFFFFF;
}

.logo {
    float: left;
}

.logo img {
    height: 62px;
    float: left;
}

.nav {
    height: 36px;
    float: left;
    margin-left: 50px;
    margin-top: 13px;
}

.nav ul {
    float: left;
}

.nav ul li {
    float: left;
    position: relative;
}

.nav ul li h3 {
    float: left;
}

.nav ul li h3 a {
    height: 40px;
    font-size: 20px;
    color: #262626;
    line-height: 27px;
    font-weight: normal;
    margin: 0 30px;
    float: left;
}

.nav ul li:hover h3 a {
    color: #006AAF;
    border-bottom: 2px solid #006AAF;
}

.nav ul li.on h3 a {
    color: #006AAF;
    border-bottom: 2px solid #006AAF;
}

.nav ul li dl {
    width: 100%;
    height: auto;
    float: left;
    position: absolute;
    overflow: hidden;
    z-index: 2;
    top: 40px;
    display: none;
    padding-top: 10px;
    padding-bottom: 10px;
    background: rgba(0, 106, 175, 0.8);
}

.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;
}

.nav ul li dl dd a:hover {
    color: #262626;
    background: #ffffff;
}



.nav a.gohome {
    display: none;
}

.nav a.gohome i {
    display: none;
}

.nav a.gonav i {
    display: none;
}

.search {
    float: left;
    position: relative;
    width: 32px;
    height: 32px;
    padding: 1px;
    margin-top: 10px;
}

.search .keyword {
    float: left;
    background: rgba(0, 106, 175, 0.2);
    width: 0;
    position: absolute;
    left: 0;
    top: 32px;
    height: 32px;
    line-height: 32px;
    border: 0 none;
    border-radius: 4px 4px 4px 4px;
    font-size: 16px;
    color: #262626;

}

.search:hover .keyword {
    width: 120px;
    padding: 0 5px;
}

.search .keyword:focus {
    outline: 0;
    border: 0px solid #123456;
}

.search .tjbtn {
    width: 32px;
    height: 32px;
    float: right;
    background: url(../images/sobtn.png) no-repeat center center;
    border: 0 none;
    color: #000;
    cursor: pointer;
    font-size: 0;
}


.lang {
    margin-top: 14px;
    height: 24px;
    line-height: 24px;
    float: right;
}

.lang ul {
    float: left;
}

.lang ul li {
    height: 24px;
    line-height: 24px;
    float: left;
    color: #333333;
    font-size: 14px;
    position: relative;
    cursor: pointer;

}

.lang .il1 {
    width: 21px;
    height: 21px;
    float: left;
    margin-top: 2px;
    margin-right: 16px;

    background: url(../images/ilang.png) no-repeat center center;

}


.lang ul li .xjt {
    background: url(../images/xjt.png) no-repeat center center;
    float: right;
    width: 13px;
    height: 9px;
    margin-top: 8px;
    margin-left: 8px;
}

.lang ul li .this {
    float: left;
    width: 100%;
    padding-right: 10px;
    text-align: right;
    font-weight: bold;

}

.lang ul li dl {
    width: 100%;
    height: auto;
    float: left;
    display: none;
    position: absolute;
    left: 0;
    top: 24px;
    background: #fff;
}

.lang ul li dl a {
    width: 100%;
    color: #262626;
    display: inline-block;
    float: left;
    line-height: 34px;
    text-indent: 15px;
}

.lang ul li dl a:hover {
    background: rgba(0, 106, 175, 0.8);
    color: #fff;
}

.lang ul li:hover dl {
    display: block;
}

.lang ul li dl dd {
    width: 100%;
    height: auto;
    float: left;
}

.banner {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
    bottom: 20px;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 30px;
    height: 4px;
    background: #FFFFFF;
    border-radius: 50px 50px 50px 50px;
    opacity: 0.5;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 60px;
    height: 4px;
    background: #FFFFFF;
    border-radius: 50px 50px 50px 50px;
    opacity: 1;
}

.banner .swiper-slide {
    position: relative;

}

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

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

.h2tit {
    width: 100%;
    height: auto;
    float: left;
    text-transform: uppercase;
    margin-top: 80px;
    margin-bottom: 36px;
}

.h2tit h2 {
    width: 100%;
    height: 28px;
    line-height: 28px;
    float: left;
    font-size: 20px;
    font-weight: 400;
    color: #262626;
    text-align: center;
}

.h2tit span:first-letter {
    color: #006AAF;
}

.h2tit span {
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 5px;
    color: #262626;
    float: left;
}

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

.iabout .iaboutcon {
    width: 100%;
    float: left;

    display: flex;
    justify-content: space-between;
}

.iaboutl {
    width: 810px;
    height: auto;
    float: left;
}

.iaboutl img:nth-child(1) {
    width: 400px;
    height: 520px;
    float: left;
    margin-bottom: 10px;
}

.iaboutl img:nth-child(2) {
    width: 400px;
    height: 520px;
    float: right;
    margin-bottom: 10px;
    margin-top: 36px;
}

.iaboutl img:nth-child(3) {
    width: 400px;
    height: 216px;
    float: left;
}

.iaboutltext {
    width: 400px;
    height: 180px;
    float: right;
    background: #FFFFFF;
    box-shadow: 0px 3px 20px 1px rgba(0, 0, 0, 0.16);
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.iaboutltext span {
    float: left;
    font-weight: 600;
    font-size: 50px;
    color: #006AAF;
    line-height: 66px;
}

.iaboutltext p {
    float: left;
    height: 32px;
    font-weight: 400;
    font-size: 24px;
    color: #262626;
    margin-top: 10px;
}

.iabout .info {
    width: 710px;
    height: auto;
    float: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.iabout .info h3 {
    width: 100%;
    height: auto;
    float: left;
    font-size: 24px;
    color: #262626;
    margin-bottom: 24px;
}

.iabout .info p {
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    color: #262626;
    line-height: 30px;
    margin-top: 12px;
    margin-bottom: 12px;
    text-indent: 2em;
}

.iabout .info a.more {
    width: 166px;
    height: 48px;
    border-radius: 24px 24px 24px 24px;
    border: 1px solid #E8E8E8;
    display: inline-block;
    line-height: 46px;
    text-align: center;
    float: left;
    margin-top: 36px;
    font-size: 16px;
    color: #262626;
    text-transform: uppercase;
}

.iabout .info a.more:after {
    content: "";
    width: 10px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 16px;
    background: url(../images/yjt.png) no-repeat center center;
}

.iabout .info a.more:hover {
    background: #E8E8E8;
}

.iabout .info a.more:hover:after {
    background: url(../images/yjt.png) no-repeat center center;
}

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

.iproqh {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 80px;
    position: relative;
}

.iproqh .tab-hd {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 36px;
}

.iproqh .tab-hd ul {
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    justify-content: center;
}

.iproqh .tab-hd ul li {
    float: left;
    margin: 0 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;

}

.iproqh .tab-hd ul li i {
    width: 48px;
    height: 48px;
    border-radius: 48px;
    margin-bottom: 16px;
}

.iproqh .tab-hd ul li i.iproqh1 {
    background: #E8E8E8 url(../images/iproqh1.png) no-repeat center center;
}

.iproqh .tab-hd ul li i.iproqh2 {
    background: #E8E8E8 url(../images/iproqh2.png) no-repeat center center;
}

.iproqh .tab-hd ul li i.iproqh3 {
    background: #E8E8E8 url(../images/iproqh3.png) no-repeat center center;
}

.iproqh .tab-hd ul li i.iproqh4 {
    background: #E8E8E8 url(../images/iproqh4.png) no-repeat center center;
}

.iproqh .tab-hd ul li i.iproqh5 {
    background: #E8E8E8 url(../images/iproqh5.png) no-repeat center center;
}

.iproqh .tab-hd ul li i.iproqh6 {
    background: #E8E8E8 url(../images/iproqh6.png) no-repeat center center;
}

.iproqh .tab-hd ul li:hover i.iproqh1 {
    background: #006AAF url(../images/iproqh1on.png) no-repeat center center;
}

.iproqh .tab-hd ul li:hover i.iproqh2 {
    background: #006AAF url(../images/iproqh2on.png) no-repeat center center;
}

.iproqh .tab-hd ul li:hover i.iproqh3 {
    background: #006AAF url(../images/iproqh3on.png) no-repeat center center;
}

.iproqh .tab-hd ul li:hover i.iproqh4 {
    background: #006AAF url(../images/iproqh4on.png) no-repeat center center;
}

.iproqh .tab-hd ul li:hover i.iproqh5 {
    background: #006AAF url(../images/iproqh5on.png) no-repeat center center;
}

.iproqh .tab-hd ul li:hover i.iproqh6 {
    background: #006AAF url(../images/iproqh6on.png) no-repeat center center;
}

.iproqh .tab-hd ul li:hover span {
    color: #006AAF;
}

.iproqh .tab-hd ul li.on i.iproqh1 {
    background: #006AAF url(../images/iproqh1on.png) no-repeat center center;
}

.iproqh .tab-hd ul li.on i.iproqh2 {
    background: #006AAF url(../images/iproqh2on.png) no-repeat center center;
}

.iproqh .tab-hd ul li.on i.iproqh3 {
    background: #006AAF url(../images/iproqh3on.png) no-repeat center center;
}

.iproqh .tab-hd ul li.on i.iproqh4 {
    background: #006AAF url(../images/iproqh4on.png) no-repeat center center;
}

.iproqh .tab-hd ul li.on i.iproqh5 {
    background: #006AAF url(../images/iproqh5on.png) no-repeat center center;
}

.iproqh .tab-hd ul li.on i.iproqh6 {
    background: #006AAF url(../images/iproqh6on.png) no-repeat center center;
}

.iproqh .tab-hd ul li.on span {
    color: #006AAF;
}

.iproqh .tab-hd ul li span {
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 24px;
    text-align: center;
    float: left;
}

.iproqh .tab-bd {
    width: 100%;
    height: auto;
    float: left;
}

.iproqh .prene {
    height: 47px;
    margin-bottom: 6px;
    position: absolute;
    left: 80px;
    bottom: 60px;
}

.iproqh .sPrev {
    width: 66px;
    height: 38px;
    float: left;
    margin-right: 10px;
    border-radius: 4px 4px 4px 4px;
    overflow: hidden;
}

.iproqh .sNext {
    width: 66px;
    height: 38px;
    border-radius: 4px 4px 4px 4px;
    overflow: hidden;
    float: left;

}

.iproqh .sPrev:after {
    content: "";
    width: 66px;
    height: 38px;
    float: left;
    margin-right: 5px;
    background: #e8e8e8 url(../images/mpre.png) no-repeat center center;
}

.iproqh .sNext:after {
    content: "";
    width: 66px;
    height: 38px;
    float: left;
    margin-right: 5px;
    background: #e8e8e8 url(../images/mnext.png) no-repeat center center;
}

.iproqh .sPrev:hover {}

.iproqh .sNext:hover {}

.iproqh .sPrev:hover:after {
    background: #006AAF url(../images/mpreon.png) no-repeat center center;
}

.iproqh .sNext:hover:after {
    background: #006AAF url(../images/mnexton.png) no-repeat center center;
}

.iproqhcon {
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    justify-content: space-between;
}

.iproqhcon .picbox {
    width: 800px;
    height: auto;
    overflow: hidden;

    float: left;
}

.iproqhcon .picbox img {
    width: 100%;
    height: 100%;
    float: left;
}

.iproqhcon .info {
    width: 800px;
    height: auto;
    float: right;
    display: flex;
    flex-direction: column;
    padding-top: 80px;
    padding-left: 80px;
    padding-right: 36px;
    background: #F6F6F6;
}

.iproqhcon .info h3 {
    width: 100%;
    height: auto;
    float: left;
    font-size: 20px;
    line-height: 27px;
    color: #262626;
}

.iproqhcon .info p {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin-top: 24px;
    margin-bottom: 60px;
}

.iproqhcon .info a.more {
    width: 166px;
    height: 42px;
    border-radius: 24px 24px 24px 24px;
    border: 1px solid #E8E8E8;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    float: left;

    font-size: 16px;
    color: #262626;
    text-transform: uppercase;
}

.iproqhcon .info a.more:after {
    content: "";
    width: 10px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 16px;
    background: url(../images/yjt.png) no-repeat center center;
}

.iproqhcon .info a.more:hover {
    background: #E8E8E8;
}

.iproqhcon .info a.more:hover:after {
    background: url(../images/yjt.png) no-repeat center center;
}

.iavd {
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
    background-image: url(../images/iavd.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.iavd .zz {
    width: 100%;
    height: 400px;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/avdzz.png) no-repeat center center / auto 100%;
}

.iavd h2 {
    width: 100%;
    font-weight: 500;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 48px;
    margin-bottom: 24px;
}

.iavd span {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 24px;
}
.icase {
    width: 100%;
    overflow: hidden;
}
.imast {
    width: 100%;
    overflow: hidden;
}

.imastqh {
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
}

.imastqh .center {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 48px;
}

.imastqh .center a.more {
    width: 112px;
    height: 38px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #E8E8E8;
    line-height: 36px;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    margin: 0 10px;
}

.imastqh .center a.more:hover {
    background: #006AAF;
    color: #fff;
}

.imastqh .center .swiper-button-prev {
    display: inline-block;
    width: 66px;
    height: 38px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #E8E8E8;
    position: static;
    left: auto;
    right: auto;
    top: 0;
    margin-top: 0;
}

.imastqh .center .swiper-button-next {
    display: inline-block;
    width: 66px;
    height: 38px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #E8E8E8;
    position: static;
    overflow: hidden;
    left: auto;
    top: 0;
    margin-top: 0;
}

.imastqh .center .swiper-button-prev:after {
    content: "";
    width: 66px;
    height: 38px;
    float: left;
    margin-right: 5px;
    background: url(../images/mpre.png) no-repeat center center;
}

.imastqh .center .swiper-button-next:after {
    content: "";
    width: 66px;
    height: 38px;
    float: left;
    margin-right: 5px;
    background: url(../images/mnext.png) no-repeat center center;
}

.imastqh .center .swiper-button-prev:hover:after {
    background: #006AAF url(../images/mpreon.png) no-repeat center center;
}

.imastqh .center .swiper-button-next:hover:after {
    background: #006AAF url(../images/mnexton.png) no-repeat center center;
}

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

.inewsqh {
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
    padding: 20px;
}

.inewsqh .swiper-slide {}

.inewsqh .swiper-slide .picbox {
    width: 100%;
    height: auto;
    float: left;
    position: relative;

}

.inewsqh .swiper-slide .picbox img {
    width: 100%;
    height: auto;
    float: left;
}

.inewsqh .swiper-slide .picbox .date {
    width: 72px;
    height: 61px;
    background: #2878FC;
    border-radius: 0px 0px 0px 0px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;

}

.inewsqh .swiper-slide .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;
}

.inewsqh .swiper-slide .picbox .date span {
    width: 100%;
    height: auto;
    float: left;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
}

.inewsqh .swiper-slide .info {
    width: 100%;
    height: auto;
    float: left;
    padding: 24px;
    box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.16);
}

.inewsqh .swiper-slide h3 {
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    line-height: 22px;
    margin-top: 24px;
    margin-bottom: 16px;
    color: #262626;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.inewsqh .swiper-slide p {
    width: 100%;
    height: 44px;
    float: left;
    line-height: 22px;
    font-size: 14px;
    color: #666666;
}

.inewsqh .swiper-slide i.more {
    float: right;
    font-style: normal;

}

.inewsqh .swiper-slide i.more:after {
    content: "";
    width: 10px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 16px;
    background: url(../images/yjtls.png) no-repeat center center;
}

.inewsqh .center {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 48px;
    margin-bottom: 80px;
}

.inewsqh .center a.more {
    width: 112px;
    height: 38px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #E8E8E8;
    line-height: 36px;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    margin: 0 10px;
}

.inewsqh .center a.more:hover {
    background: #006AAF;
    color: #fff;

}

.inewsqh .center .swiper-button-prev {
    display: inline-block;
    width: 66px;
    height: 38px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #E8E8E8;
    position: static;
    left: auto;
    right: auto;
    top: 0;
    margin-top: 0;
}

.inewsqh .center .swiper-button-next {
    display: inline-block;
    width: 66px;
    height: 38px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #E8E8E8;
    position: static;
    left: auto;
    top: 0;
    margin-top: 0;
}

.inewsqh .center .swiper-button-prev:after {
    content: "";
    width: 66px;
    height: 38px;
    float: left;
    margin-right: 5px;
    background: url(../images/mpre.png) no-repeat center center;
}

.inewsqh .center .swiper-button-next:after {
    content: "";
    width: 66px;
    height: 38px;
    float: left;
    margin-right: 5px;
    background: url(../images/mnext.png) no-repeat center center;
}

.inewsqh .center .swiper-button-prev:hover:after {
    background: #006AAF url(../images/mpreon.png) no-repeat center center;
}

.inewsqh .center .swiper-button-next:hover:after {
    background: #006AAF url(../images/mnexton.png) no-repeat center center;
}

.icaseqh {
    width: 100%;
    float: left;
}

.icaseqhwq {
    width: 100%;
    padding: 0 114px;
    position: relative;


}

.icaseqh .swiper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: relative;

}

.icaseqh .swiper-slide {
    background-size: cover;
    background-position: center;
}

.icaseqhw {
    height: 80%;
    width: 100%;
    overflow: hidden;
}

.icaseqhw .swiper-slide {
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    justify-content: space-between;
}

.icaseqhw .picbox {
    width: 660px;
    height: 420px;
    overflow: hidden;

    float: left;
}

.icaseqhw .picbox img {
    width: 100%;
    height: 100%;
    float: left;
}

.icaseqhw .info {
    width: 712px;
    height: auto;
    float: right;
    display: flex;
    flex-direction: column;
    padding-left: 60px;
    justify-content: center;
}

.icaseqhw .info h3 {
    width: 100%;
    height: auto;
    float: left;
    font-size: 20px;
    line-height: 27px;
    color: #262626;
}

.icaseqhw .info p {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin-top: 24px;
    margin-bottom: 60px;
}

.icaseqhw .info a.more {
    width: 166px;
    height: 42px;
    border-radius: 24px 24px 24px 24px;
    border: 1px solid #E8E8E8;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    float: left;

    font-size: 16px;
    color: #262626;
    text-transform: uppercase;
}

.icaseqhw .info a.more:after {
    content: "";
    width: 10px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 16px;
    background: url(../images/yjt.png) no-repeat center center;
}

.icaseqhw .info a.more:hover {
    background: #E8E8E8;
}

.icaseqhw .info a.more:hover:after {
    background: url(../images/yjt.png) no-repeat center center;
}

.icaseqhn {
    height: 20%;
    box-sizing: border-box;
    margin-top: 36px;
}

.icaseqhn .swiper-slide {
    width: 25%;
    height: 100%;
    cursor: pointer;
    opacity: 0.4;
}

.icaseqhn .swiper-slide .picbox {
    width: 100%;
    height: 0;
    padding-bottom: 65%;
    float: right;
    position: relative;
    overflow: hidden;
}

.icaseqhn .swiper-slide .picbox img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.icaseqhn .swiper-slide h3 {
    width: 100%;
    float: left;
    font-weight: 400;
    font-size: 16px;
    color: #262626;
    line-height: 22px;
    margin: 15px 0;
}

.icaseqhn .swiper-slide h3:before {
    content: "";
    width: 24px;
    height: 6px;
    float: right;
    margin-top: 6px;
    background: url(../images/icaseqhnh3.png) no-repeat center center;
}

.icaseqhn .swiper-slide-thumb-active {
    opacity: 1;
}

.icaseqh .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.icaseqhwq .swiper-button-next {
    width: 54px;
    height: 108px;
    right: 0;
    overflow: hidden;
}

.icaseqhwq .swiper-button-prev {
    width: 54px;
    height: 108px;
    left: 0;
    overflow: hidden;
}

.icaseqhwq .swiper-button-next:after {
    width: 54px;
    height: 108px;
    line-height: 22;
    background: url(../images/caser.png) no-repeat center center;
}

.icaseqhwq .swiper-button-prev:after {
    width: 54px;
    height: 108px;
    line-height: 22;
    background: url(../images/casel.png) no-repeat center center;
}

.icaseqhwq .swiper-button-next:hover:after {
    background: url(../images/caseron.png) no-repeat center center;
}

.icaseqhwq .swiper-button-prev:hover:after {
    background: url(../images/caselon.png) no-repeat center center;
}



.footer {
    width: 100%;
    padding-top: 60px;
    overflow: hidden;
    background: #0C101B;
}


.fttop {
    width: 100%;
    height: auto;
    float: left;
}

.frdy {
    width: 326px;
    float: right;
    margin-top: 28px;
}

.frdy span {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    margin-bottom: 16px;
    float: left;
    display: block;
    width: 100%;
}

.frdy .tjbtn {
    width: 38px;
    height: 38px;
    float: left;
    background: #EB8F2D url(../images/idy.png) no-repeat center center;
    border: 0 none;
}

.frdy .intxt {
    width: calc(100% - 38px);
    height: 38px;
    line-height: 38px;
    float: left;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0 10px;
    color: rgba(255, 255, 255, 0.25);
    background: none;
}

.frdy input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.25);
}

.frdy input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.25);
}

.frdy input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.25);
}

.frdy input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.25);
}

input:focus {
    outline: none;
}

select:focus {
    outline: none;
}

textarea:focus {
    outline: none;
}

.ftlogo {
    float: left;
    margin-bottom: 60px;
}

.ftlogo img {
    height: 101px;
    float: left;
}

.ftcontact {
    width: 665px;
    height: auto;
    float: left;
}

.ftcontact dl {
    width: 100%;
    height: auto;
    float: left;

}

.ftcontact dl dt {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 36px;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    line-height: 30px;
}

.ftcontact dl dd {
    width: 100%;
    height: 24px;
    float: left;
    line-height: 24px;
    font-weight: 400;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: 24px;
}

.ftcontact dl dd i {
    width: 24px;
    height: 24px;
    float: left;
    margin-right: 16px;
}

.ftcontact dl dd i.fttop1 {
    background: url(../images/fttop1.png) no-repeat center center / 100% 100%;
}

.ftcontact dl dd i.fttop2 {
    background: url(../images/fttop2.png) no-repeat center center / 100% 100%;
}

.ftcontact dl dd i.fttop3 {
    background: url(../images/fttop3.png) no-repeat center center / 100% 100%;
}

.ftnav {
    width: 248px;
    height: auto;
    float: left;
}

.ftnav dl {
    width: 100%;
    height: auto;
    float: left;
}

.ftnav dl dt {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 36px;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    line-height: 30px;
}

.ftnav dl dd {
    width: 50%;
    height: 24px;
    float: left;
    line-height: 24px;
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 24px;
}

.ftnav dl dd a {
    width: 100%;
    height: 24px;
    float: left;
    line-height: 24px;
    font-weight: 400;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: 24px;
}

.ftnav dl dd a:hover {
    color: #ffffff;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.ftewm {
    height: auto;
    float: right;
}

.ftewm .ftewmpic {
    width: 145px;
    height: auto;
    margin-left: 36px;
}

.ftewm .ftewmpic img {
    width: 100%;
    height: auto;
    float: left;
}

.ftewm .ftewmpic span {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 16px;
    line-height: 18px;
    color: #666666;
    font-size: 14px;
    text-align: center;

}

.copyright {
    width: 100%;
    height: auto;
    float: left;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 24px 0;
    font-size: 14px;
    color: #999999;
    text-align: center;
    margin-top: 12px;
}

.copyright a {
    color: #999999;
}

.nbanner {
    width: 100%;
    overflow: hidden;
    position: relative;

}

.nbanner img {
    width: 100%;
    height: auto;
    float: left;
}


.position {
    width: 100%;
    height: auto;
    float: left;
    margin: 25px 0 25px 0;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
}

.position span {
    float: left;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
}

.position a {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
}

.position a:hover {
    color: #006AAF;
}


.pleft {
    width: 368px;
    background: #FBFBFB;
    border: 1px solid #E8E8E8;
    float: left;
    padding: 36px 24px;
}

.side_tit {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 24px;
}

.side_tit h2 {
    width: 100%;
    line-height: 24px;
    height: 24px;
    font-size: 20px;
    color: #262626;
    float: left;
}

.side_tit i {
    width: 80px;
    height: 2px;
    background: #006AAF;
    float: left;
    display: inline-block;
    margin-top: 16px;
}

.sidebar {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 20px;
}

.sidebar ul {
    width: 100%;
    height: auto;
    float: left;
}

.sidebar ul li {
    width: 100%;
    height: auto;
    float: left;
}

.sidebar ul li a {
    width: 100%;
    line-height: 48px;
    background: #F6F6F6;
    font-size: 16px;
    color: #262626;
    padding: 0 16px;
    margin-bottom: 16px;

    float: left;
}

.sidebar ul li a.on {
    color: #fff;
    background: #006AAF;

}

.sidebar ul li a:hover {
    color: #fff;
    background: #006AAF;

}

.lcontact {
    width: 100%;
    height: auto;
    float: left;
}

.lcontact p {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #E8E8E8;
    font-size: 16px;
    color: #262626;
    line-height: 68px;
    float: left;
}

.pright {
    width: 972px;
    float: right;
    margin-bottom: 44px;
}

.r_tit {
    width: 100%;
    height: 43px;
    float: left;
    border-bottom: 1px solid #E8E8E8;
    margin-bottom: 24px;
}

.r_tit h2 {
    width: 100%;
    line-height: 27px;
    font-size: 20px;
    color: #262626;
    float: left;
}

.r_tit h2 span {
    color: #006AAF;
}

.pro_lista {
    width: 100%;
    height: auto;
    float: left;

}

.pro_lista ul {
    width: 100%;
    height: auto;
    float: left;
}

.pro_lista ul li {
    width: 32%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 36px;
}

.pro_lista ul li:nth-child(3n) {
    margin-right: 0
}

.pro_lista ul li .picbox {
    width: 100%;
    height: 0;
    padding-bottom: 90%;
    float: right;
    position: relative;
    overflow: hidden;
}

.pro_lista ul li .picbox img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.pro_lista 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);
}

.pro_lista ul li .info {
    width: 100%;
    height: auto;
    float: left;
    padding: 24px;
    border: 1px solid #E8E8E8;
}

.pro_lista ul li .info h3 {
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    font-style: normal;
    line-height: 20px;
    text-align: center;
    font-weight: normal;
    margin-bottom: 16px;
    color: #262626;
}

.pro_lista ul li .info i {
    width: 100%;
    background: #F6F6F6;
    color: #262626;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-style: normal;
    text-transform: uppercase;

    font-size: 16px;
    float: left;
}

.pro_lista ul li a:hover .info i {
    color: #fff;
    background: #006AAF;
}

.tg_pages {
    float: left;
    overflow: hidden;
    margin-bottom: 64px;

    text-align: center;
    width: 100%;
}

.tg_pages li {
    display: inline-block;
}

.tg_pages li a {
    border: 1px solid #E8E8E8;
    color: #262626;
    display: inline-block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin-left: 8px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 4px 4px 4px 4px;
}

.tg_pages li.thisclass a {
    background: #006AAF none repeat scroll 0 0;
    border: 1px solid #006AAF;
    color: #ffffff;
}

.tg_pages li a:hover {
    background: #006AAF none repeat scroll 0 0;
    border: 1px solid #006AAF;
    color: #ffffff;
}


.cpxx {
    width: 100%;
    height: auto;
    float: left;
}

.cpxxqh {
    position: relative;
    float: left;
    overflow: hidden;
    width: 450px;
}

.cpxxqh .bigImg {
    height: 450px;
    position: relative;
}

.cpxxqh .bigImg li img {
    vertical-align: middle;
    width: 450px;
    height: 450px;
}

.cpxxqh .bigImg h4 {
    font-size: 14px;
    font-weight: bold;
    line-height: 33px;
    height: 33px;
    padding-right: 30px;
    overflow: hidden;
    text-align: left;
}

.cpxxqh .smallScroll {
    height: 60px;
    margin-top: 16px;
}

.cpxxqh .sPrev {
    float: left;
    display: block;
    width: 31px;
    height: 60px;
    text-indent: -9999px;
    background: url(../images/sprites1008l.png) no-repeat center center;
}

.cpxxqh .sNext {
    float: left;
    display: block;
    width: 31px;
    height: 60px;
    text-indent: -9999px;
    background: url(../images/sprites1008r.png) no-repeat center center;
}

.cpxxqh .smallImg {
    float: left;
    margin: 0px;
    display: inline;
    width: 340px;
    overflow: hidden;
    margin-left: 24px;
    margin-right: 24px;
}

.cpxxqh .smallImg ul {
    height: 60px;
    width: 9999px;
    overflow: hidden;
}

.cpxxqh .smallImg li {
    float: left;
    width: 70px;
    cursor: pointer;
    display: inline;
}

.cpxxqh .smallImg img {
    border: 1px solid #dcdddd;
    width: 60px;
    height: 60px;
    float: left;

}

.cpxxqh .smallImg .on img {
    border-color: #1e50a2;
}

.cpxxqh .pageState {
    position: absolute;
    top: 235px;
    right: 5px;
    font-family: "Times New Roman", serif;
    letter-spacing: 1px;
}

.cpxxqh .pageState span {
    color: #f00;
    font-size: 16px;
}

.cpxxinfo {
    width: 870px;
    height: auto;
    float: right;
}

.cpxxinfo h1 {
    width: 100%;
    float: left;
    font-weight: bold;
    font-size: 18px;
    margin-top: 62px;
    color: #262626;
    line-height: 22px;
}

.cpxxinfo p {
    width: 100%;
    font-size: 16px;
    margin-top: 24px;
    float: left;
    margin-bottom: 75px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
}

.cpfx {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 60px;
}

.cpfx a {
    margin-right: 8px;
    float: left;
}

.cpfx img {
    width: 40px;
    height: 40px;
    float: left;
}

.cpbtn {
    width: 100%;
    height: auto;
    float: left;
}

.cpbtn a {
    width: 242px;
    height: 40px;
    border-radius: 2px 2px 2px 2px;
    border: 1px solid #006AAF;
    line-height: 38px;
    text-align: center;
    margin-right: 36px;
    font-size: 16px;
    color: #006AAF;
    float: left;
}

.cpbtn a:hover {
    background: #006AAF;
    color: #fff;
}






.cpxq {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 80px;
}

.cpxq h2 {
    width: 100%;
    height: 43px;
    float: left;
    border-bottom: 1px solid #E8E8E8;
    margin-bottom: 24px;
    line-height: 27px;
    font-size: 20px;
    color: #262626;
}

.cpxq .content {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 60px;
}

.cpxq .content p {
    line-height: 1.6;
    margin: 2% 0;
    font-size: 16px;
    color: #262626;
}

.cpxq .content img {
    max-width: 100%;
}

.news_list {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 12px;
}

.news_list ul {
    width: 100%;
    height: auto;
    float: left;
}

.news_list ul li {
    width: 100%;
    height: auto;
    float: left;
    padding: 36px;
    box-shadow: 0px 3px 20px 1px rgba(0, 0, 0, 0.1);
    background: #FFFFFF;
    margin-bottom: 24px;
    border-bottom: 2px solid #006AAF;
}

.news_list ul li .picbox {
    width: 242px;
    height: 0;
    padding-bottom: 20.1%;
    margin-right: 24px;
    float: left;
    position: relative;
    overflow: hidden;
}

.news_list ul li .picbox img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.news_list 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);
}

.news_list ul li .info {
    width: calc(100% - 266px);
    float: right;
    height: auto;
}

.news_list ul li .info h3 {
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    font-style: normal;
    line-height: 20px;
    font-weight: normal;
    color: #262626;
}

.news_list ul li .info span {
    height: 17px;
    font-size: 14px;
    color: #999999;
    line-height: 17px;
    margin: 16px 0;
    float: left;
}

.news_list ul li .info span.hits {
    background: url(../images/iconhits.png) no-repeat left center;
    padding-left: 36px;
    margin-left: 60px;
}

.news_list ul li .info p {
    width: 100%;
    height: 44px;
    overflow: hidden;
    margin-bottom: 36px;
    float: left;
    font-size: 14px;
    color: #666666;
    line-height: 22px;
}

.news_list ul li .info i {
    width: 123px;
    height: 34px;
    float: right;
    line-height: 32px;
    text-align: center;
    font-style: normal;
    font-size: 16px;
    color: #006AAF;
    border: 1px solid #006AAF;
}

.news_list ul li .info i em {
    width: 18px;
    height: 19px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/hsrjt.png) no-repeat left center;
}

.news_list ul li a:hover .info i:hover {
    color: #ffffff;
    background: #006AAF;
}

.news_list ul li .info i:hover em {
    background: url(../images/hsrjt.png) no-repeat left center;
}