*{
    -webkit-touch-callout: none; /*系统默认菜单被禁用*/
    -webkit-user-select: none; /*webkit浏览器*/
    -kHTML-user-select: none; /*早起浏览器*/
    -moz-user-select: none; /*火狐浏览器*/
    -ms-user-select: none; /*IE浏览器*/
    user-select: none; /*用户是否能够选中文本*/
}
i, em {
    font-style: normal;
}

.header, .wrapper {
    width: 100%; padding: 0 5%; margin:0 auto; box-sizing: border-box; -webkit-box-sizing: border-box;
    margin: 0 auto;
}
.blk-main .wrapper{padding: 0;}

.header{ width: 100%; padding: 0 5%; margin:0 auto; box-sizing: border-box; -webkit-box-sizing: border-box;}

.hea {
    height: 62px;
    overflow: hidden;
    background: url(../images/h_top_bg.gif) repeat-x center bottom;
}

.hea h5 {
    height: 30px;
    font: 14px "Microsoft YaHei UI";
    line-height: 30px;
}

.hea h5 span {
    float: right;
}

.hea h5 span a {
    padding: 0 20px;
}

.hea h5 a:hover {
    color: #d70110;
    font-weight: bold;
}

.hea .logo {
    width: 730px;
    height: 113px;
    float: left;
    margin: 24px 0 0 0;
    position: relative;
}

.hea .logo:before {
    display: none;
    content: "";
    position: absolute;
    top: 27px;
    right: 40px;
    width: 1px;
    height: 58px;
    background: #bfbfbf;
}

.hea .logo img {
    display: block;
    width: 550px;
}

.hea h2 {
    width: 430px;
    margin: 30px 0 0 0;
    font: 28px "Microsoft YaHei UI";
    font-weight: bold;
    color: #000;
    float: left;
}

.hea h2 i {
    display: block;
    background: url(../images/logo_j.png) no-repeat left center;
    line-height: 52px;
    text-align: right;
}

.hea h2 em {
    display: block;
    font: 20px "Microsoft YaHei UI";
    color: #5b5b5b;
    text-align: center;
}

.lx {
    width: 238px;
    margin-top: 34px;
    font: 28px "Microsoft YaHei UI";
    font-weight: bold;
    color: #000;
    background: url(../images/lx.png) no-repeat left center;
    padding-left: 70px;
}

.lx em {
    display: block;
}

.hea{overflow: visible;}
.menu{ height:62px;}
.menu ul{display: flex; display: -webkit-flex; justify-content: space-between;}
.menu li{ font-size: 20px; float: left; position: relative; z-index: 99;}
.menu li>a{ display:block; color:#fff;height:62px; line-height:62px; padding:0 38px;}
.menu li:hover>a, .menu li.on>a {
    position: relative;
    background: rgb(218, 0, 20);
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(218, 0, 20) 0%, rgba(218, 0, 20) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(218, 0, 20) 0%, rgba(218, 0, 20) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(218, 0, 20) 0%, rgba(218, 0, 20) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f67344', endColorstr='#ef4b2c', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}
.menu>ul>li:hover>a:before,.menu>ul>li.on>a:before{ content:""; position:absolute; top:24px; left:-7px; width:12px; height:12px; border-radius:12px; background:#044299;}
.menu>ul>li:hover>a:after,.menu>ul>li.on>a:after{ content:""; position:absolute; top:24px; right:-7px; width:12px; height:12px; border-radius:12px; background:#044299;}
@keyframes slideDown{0%{top:50px;opacity:0}to{top:62px;opacity:1}}@-webkit-keyframes slideDown{0%{top:50px;opacity:0}to{top:62px;opacity:1}}
.menu li>dl{position: absolute; top: 62px; left: 0; width: 100%; max-height: 0; box-sizing: border-box;-webkit-perspective: 400px;
    -moz-perspective: 400px;
    -ms-perspective: 400px;
    -o-perspective: 400px;
    perspective: 400px;}
.menu li:hover>dl{z-index: 100;}
.menu li>dl>dt{
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
    opacity: 0;
    -webkit-transition: opacity .4s, -webkit-transform .5s;
    -moz-transition: opacity .4s, -moz-transform .5s;
    -ms-transition: opacity .4s, -ms-transform .5s;
    -o-transition: opacity .4s, -o-transform .5s;
    transition: opacity .4s, transform .5s;
    background-color: rgba(218, 0, 20);
}
.menu li:hover>dl>dt{
    opacity: 1;
	z-index:100;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    background-color: red;
}

.menu li:hover>dl>dt:nth-child(1) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}
.menu li:hover>dl>dt:nth-child(2) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}
.menu li:hover>dl>dt:nth-child(3) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}
.menu li:hover>dl>dt:nth-child(4) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}
.menu li:hover>dl>dt:nth-child(5) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}
.menu li:hover>dl>dt:nth-child(6) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.menu li:hover>dl>dt:nth-child(7) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}
.menu li:hover>dl>dt:nth-child(8) {
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms;
}
.menu li:hover>dl>dt:nth-child(9) {
    -webkit-transition-delay: 450ms;
    -moz-transition-delay: 450ms;
    -ms-transition-delay: 450ms;
    -o-transition-delay: 45ms;
    transition-delay: 450ms;
}
.menu li:hover>dl>dt:nth-child(10) {
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}


.menu li>dl>dt>a{display: flex; display: -webkit-flex; align-items: center; width: 100%; height: 45px; font-size: 16px; color: #fff; box-sizing: border-box; padding: 0 10px;}
.menu li:hover>dl{display: block;}
.menu li>dl>dt>a:hover{background-color: #044299;}
.banner {
    width: 100%;
    text-align: center;
}

.banner img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.ty-banner-1 {
    overflow: hidden;
    line-height: 0;
    text-align: center;
}

.ty-banner-1 img {
    visibility: hidden;
}

.ty-banner-1 img.show {
    visibility: visible;
}


.p102-search-1 {
    height: 70px;
    border-bottom: 1px solid #ededed;
    background: #f7f7f7;
}

.p102-search-1 p {
    float: left;
    width: 750px;
    height: 70px;
    line-height: 70px;
    font-size: 14px;
    color: #333333;
}

.p102-search-1 p b {
    display: inline-block;
}

.p102-search-1 p a {
    color: #666666;
    display: inline-block;
    margin-right: 15px;
}

.p102-search-1 p a:hover {
    color: #044299;
}

.p102-search-1-inp {
    float: right;
    width: 356px;
    height: 36px;
    background: #fff;
    margin-top: 18px;
    border-radius: 25px;
    position: relative;
}

.p102-search-1-inp:before,
.p102-search-1-inp:after {
    content: '';
    position: absolute;
    width: 80%;
    height: 1px;
    background: #e3e3e3;
    left: 10%;
    z-index: 0;
}

.p102-search-1-inp:before {
    top: 0;
}

.p102-search-1-inp:after {
    bottom: 0;
}

.p102-search-1-inp1 {
    width: 249px;
    height: 34px;
    line-height: 34px;
    color: #999999;
    border: 1px solid #e3e3e3;
    border-right: 0;
    padding: 0 20px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    float: left;
}

.p102-search-1-inp2 {
    width: 66px;
    height: 36px;
    border: 0;
    border-radius: 25px;
    background: url(../images/p102-search-icon1.png) no-repeat center center #044299;
    float: right;
    position: relative;
    z-index: 2;
    cursor: pointer;
}


.plc {
    padding: 5px 0 25px;
}

.p12-curblock {
    display: none;
}

.p102-curmbs-1 {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #808080;
}

.p102-curmbs-1 b {
    font-weight: normal;
    padding-left: 35px;
    background: url(../images/p102-curmbs-icon1.png) no-repeat left center;

}

.p102-curmbs-1 i {
    font-style: normal;
}

.p102-curmbs-1 span {
    font-family: 宋体;
    height: 46px;
    line-height: 46px;
    padding: 0px 5px;
}

.p102-curmbs-1 a {
    color: #808080;
}

.p102-curmbs-1 a:hover {
    color: #044299;
}


.p102-fdh-1 {
    border: 1px solid #ebebeb;
    box-shadow: 5px 5px 10px #f0f0f0, -5px -5px 10px #f0f0f0;
    padding: 0 60px 12px;
}

.p102-fdh-1-title {
    height: 56px;
    margin: -1px auto 0;
    line-height: 56px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.p102-fdh-1-title h2 {
    display: inline-block;
    font-weight: normal;
    font-size: 26px;
    height: 56px;
    color: #fff;
    padding: 0 50px;
    background: #044299;
}

.p102-fdh-1-nav {
    margin-top: -1px;
}

.p102-fdh-1-nav-one {
    border-top: 1px solid #e6e6e6;
    padding: 22px 0 10px;
}

.p102-fdh-1-nav-one h3 {
    float: left;
    min-width: 80px;
    max-width: 100%;
    margin-bottom: 10px;
}

.p102-fdh-1-nav-one h3 a {
    display: block;
    line-height: 30px;
    height: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #1a1a1a;
}

.p102-fdh-1-nav-one h3 a:hover,
.p102-fdh-1-nav-one h3.sidenavcur a {
    color: #044299;
}

.p102-fdh-1-nav-one dl {
    float: left;
    max-width: 988px;
}

.p102-fdh-1-nav-one dd {
    display: inline-block;
    position: relative;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    margin-right: 12px;
    padding-bottom: 10px;
}

.p102-fdh-1-nav-one dd>a {
    display: block;
    color: #4c4c4c;
    padding: 0 8px;
    border: 1px solid transparent;
    border-radius: 5px;
}

.p102-fdh-1-nav-one dd:hover>a,
.p102-fdh-1-nav-one dd.sidenavcur>a {
    border-color: #044299;
    color: #044299;
}

.p102-fdh-1-nav-one .three-list {
    position: absolute;
    left: 0;
    top: 40px;
    background: #fff;
    height: auto;
    line-height: 36px;
    float: none;
    width: auto;
    display: none;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    z-index: 9;
    padding: 10px 15px;
}

.p102-fdh-1-nav-one .three-list:before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    left: 50%;
    top: -8px;
    margin-left: -8px;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #fff;
}

.p102-fdh-1-nav-one .three-list a {
    display: block;
    font-size: 14px;
    color: #555555;
    clear: both;
    white-space: nowrap;
}

.p102-fdh-1-nav-one dd:hover .three-list {
    display: block;
}

.p102-fdh-1-nav-one .three-list a:hover {
    color: #044299;
}


.p102-pros-1 {
    padding: 30px 0 0;
}

.p102-pros-1-title {
    height: 66px;
    line-height: 66px;
    font-size: 26px;
    color: #333333;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
    margin-bottom: 30px;
}

.p102-pros-1-title:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 3px;
    background: #044299;
    left: 0;
    bottom: -2px;
    z-index: 1;
}

.p102-pros-1-list{padding: 0 20px;}
.p102-pros-1-list dl {
    float: left;
    width: 32%;
    width: calc((100% - 60px)/3);
    margin: 0 30px 20px 0;
}
.p102-pros-1-list dl:nth-child(3n){margin-right: 0;}

.p102-pros-1-list dt {
    position: relative;
    border: 1px solid #eee;
    box-sizing: border-box;
}

.p102-pros-1-list dt img,
.p102-pros-1-list dt a {
    width: 100%;
    display: block;
}

.p102-pros-1-list dt em {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 0;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -ms-opacity: 0;
}

.p102-pros-1-list dt i {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #044299;
    border-radius: 100%;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: -25px;
    z-index: 1;
}

.p102-pros-1-list dt i:after {
    content: "";
    width: 9px;
    height: 9px;
    border: 1px solid #fff;
    border-style: solid solid none none;
    position: absolute;
    top: 50%;
    left: 18px;
    margin-top: -5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
}

.p102-pros-1-list dd {
    padding-top: 15px;
}

.p102-pros-1-list dd h4 {
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    text-align: left;
    font-weight: normal;
    margin-bottom: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.p102-pros-1-list dd h4 a {
    /*display: inline-block;*/
    height: 40px;
    color: #1a1a1a;
    position: relative;
    padding-left: 20px;
    transition: all .3s;
}

.p102-pros-1-list dd h4 a:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 18px;
    background: #044299;
    left: 0;
    top: 50%;
    margin-top: -9px;
    z-index: 1;
    transition: all .3s;
}

.p102-pros-1-list .p102-pros-1-desc {
    line-height: 24px;
    font-size: 14px;
    color: #666666;
    text-align: justify;
}

.p102-pros-1-list dl:hover dt em {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -ms-opacity: 1;
    transition: all .3s;
}


.p102-pagination-blk {
    padding-bottom: 40px;
}


.foot {
    min-height: 463px;
    padding-top: 62px;
    background: #1856ad;
    overflow: hidden;
}

.footer {
    width: 1200px;
    margin: 0 auto;
}

.tit1 {
    font: 18px "Microsoft YaHei UI";
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    color: #fff;
    font-weight: bold;
}

.tit1 a {
    color: #fff;
}

.fnav {
    margin-right: 50px;
    height: 401px;
}

.fnav p {
    font: 16px "Microsoft YaHei UI";
    line-height: 38px;
}

.fnav p a {
    height: 36px;
    display: block;
    color: #fff;
    overflow: hidden;
}

.fnav p a:hover, .fnav1 p a:hover, .foot1 a:hover {
    font-weight: bold;
    color: #d70110;
}

.fnav1 {
    overflow: hidden;
    margin-right: 50px;
}


.fnav1 p {
    font: 16px "Microsoft YaHei UI";
    line-height: 30px;
    color: #a6adb6;
}

.fnav1 p a {
    display: block;
    color: #fff;
    height: 30px;
    overflow: hidden;
    line-height: 28px;
}

.fcode {
    width: 500px;
    position: relative;
}

.fcode p {
    width: 280px;
    height: 43px;
    margin-top: 10px;
    border: 4px solid rgba(255, 255, 255, 0.2);
    border-radius: 2rem;
    font: 24px Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #fcode;
    line-height: 43px;
    color: #fff;
    letter-spacing: 2.5px;
}

.fcode p img {
    vertical-align: middle;
    padding: 0 10px 0 20px;
}

.fcode span {
    display: block;
    font: 14px "Microsoft YaHei UI";
    color: #fff;
    line-height: 40px;
    margin-top: 15px;
}

.fcode b {
    display: block;
    width: 136px;
    height: 290px;
    position: absolute;
    top: 15px;
    right: 0;
}

.fcode b img {
    display: block;
    width: 128px;
    height: 128px;
    border: 4px solid #fff;
    margin-bottom: 15px;
}

.foot1 {
    font: 14px "Microsoft YaHei UI";
    line-height: 190%;
    padding: 17px 0;
    color: #a6adb6;
    background-color: #05439a;
    color: #fff;
}

.foot1 em {
    padding: 0 10px;
}

.foot1 a {
    color: #fff;
}


.client-2 {
    width: 45px;
    position: fixed;
    right: 10px;
    top: 60%;
    z-index: 999;
    color: #fff;
}

.client-2 li a {
    text-decoration: none;
    color: #fff;
}

.client-2 li {
    margin-bottom: 5px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
}

.client-2 li.my-kefu-qq {
    background: #044299 url(../images/cimg23.png) center no-repeat;
}

.client-2 li.my-kefu-weixin {
    background: #044299 url(../images/cimg24.png) center no-repeat;
}

.client-2 li.my-kefu-tel {
    background: #044299 url(../images/cimg25.png) center no-repeat;
}

.client-2 li.my-kefu-shouye {
    background: #044299 url(../images/tohome.png) center no-repeat;
    background-size: 26px;
}

.client-2 li.my-kefu-shouye a {
    width: 45px;
    height: 45px;
    display: block;
}

.client-2 li.my-kefu-ftop {
    background: #044299 url(../images/returnTop.png) center no-repeat;
}

.client-2 li p {
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}

.client-2 li.my-kefu-qq .cont {
    margin: 0;
    background: #044299 url(../images/cimg23.png) 15px center no-repeat;
    border-radius: 50px;
    padding-left: 45px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-size: 16px;
    width: 130px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
}

.client-2 li.my-kefu-tel .cont {
    margin: 0;
    background: #044299 url(../images/cimg25.png) 15px center no-repeat;
    border-radius: 50px;
    padding-left: 45px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-size: 18px;
    width: 180px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
}

.client-2 .my-kefu-ftop {
    display: none;
}

.client-2 .my-kefu-ftop .my-kefu-main {
    padding-top: 6px;
}

.client-2 li.my-kefu-weixin .cont {
    margin: 0;
    width: 115px;
    padding: 5px;
    border: solid 1px #ccc;
    position: absolute;
    left: -150px;
    top: -44px;
    background-color: #fff;
}

.client-2 li.my-kefu-weixin .cont span {
    display: block;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    color: #1a1a1a;
}

.client-2 li.my-kefu-weixin .cont img {
    width: 115px;
    height: 115px;
}

.client-2 li:hover .cont {
    display: block !important;
}

.product_t {
    width: 300px;
    float: left;
}

.product1 {
    width: 900px;
    width: calc(100vw - 350px);
    overflow: hidden;
    float: right;
}

.sidebar{width: 100%;}
.sidebar .sort{width: 100%; }

.product11 {
    height: 544px;
    position: relative;
}

.product11 dl {
    height: 458px;
    border: 1px solid #e3e3e3;
    border-top: 0;
}

.product11 dt {
    width: 606px;
    height: 458px;
    float: left;
    overflow: hidden;
}

.product11 dt img {
    display: block;
    width: 606px;
    height: 458px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

.product11 dd {
    width: 235px;
    float: right;
    margin-right: 22px;
}

.product11 dd h3 a {
    display: block;
    font: 22px "Microsoft YaHei UI";
    font-weight: bold;
    color: #333;
    margin: 81px 0 28px;
}

.product11 dd p {
    font: 16px "Microsoft YaHei UI";
    line-height: 28px;
    color: #6e6e6e;
    margin-bottom:
}

.product11 dd span {
    display: block;
    height: 40px;
    overflow: hidden;
    margin-top: 25px;
}

.product11 dd span a {
    display: block;
    width: 108px;
    height: 40px;
    background: #d70110;
    font: 16px "Microsoft YaHei UI";
    text-align: center;
    line-height: 40px;
    color: #fff;
    float: left;
}

.product11 dd span a:last-child {
    float: right;
    background: #1756ae;
}

.product1_dot {
    width: 606px;
    height: 10px;
    position: absolute;
    bottom: 60px;
    left: 0;
    text-align: center;
}

.product1_dot a {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #1756ae;
    margin: 0 8px;
}

.product1_dot .cur {
    background: #d70110;
}

.productR{width: 880px; width: calc(100% - 330px); float: right;}

.foot{ min-height:463px; padding-top:62px;background: #1856ad;overflow:hidden;}
.footer{ width:100%; padding: 0 5%;  margin:0 auto; box-sizing: border-box; -webkit-box-sizing: border-box; display: flex; display: -webkit-flex; flex-wrap: nowrap; justify-content: space-between;}
.tit1{ font:18px "Microsoft YaHei UI"; height:42px; line-height:42px; overflow:hidden; color:#fff; font-weight:bold;}
.tit1 a{ color:#fff;}
.fnav{height:401px;}
.fnav p{font:16px "Microsoft YaHei UI"; line-height:38px;}
.fnav p a{ height:36px; display:block; color:#fff; overflow:hidden;}
.fnav p a:hover,.fnav1 p a:hover,.foot1 a:hover{ font-weight:bold; color:#d70110;}
.fnav1{ overflow:hidden;}
.fnav1 p{ font:16px "Microsoft YaHei UI"; line-height:30px; color:#a6adb6;}
.fnav1 p a{ display:block; color:#fff; height:30px; overflow:hidden; line-height:28px;}
.fcode{ width:500px; position:relative;}
.fcode p{ width:280px; height:43px; margin-top:10px; border:4px solid rgba(255,255,255,0.2); border-radius:2rem; font:24px Arial, Helvetica, sans-serif; font-weight:bold; color:#fcode; line-height:43px; color:#fff; letter-spacing:2.5px;}
.fcode p img{ vertical-align:middle; padding:0 10px 0 20px;}
.fcode span{ display:block; font:14px "Microsoft YaHei UI"; color:#fff; line-height:40px; margin-top:15px;}
.fcode b{display:block; width:136px; height:290px; position:absolute; top:15px; right:0; }
.fcode b img{ display:block; width:128px; height:128px;border:4px solid #fff; margin-bottom:15px;}
.foot1{ font:14px "Microsoft YaHei UI"; line-height: 190%; padding: 17px 0; color:#a6adb6; background-color: #05439a; color: #fff;}
.foot1 em{ padding:0 10px;}
.foot1 a{ color:#fff;}
/*sidebar*/
.sidebar{width: 100%; margin-bottom: 50px;}
.sidebarTop{padding-left:70px;line-height:73px;font-size:22px;color:#fff;background:url(../images/sidebarTop.png) no-repeat 24px center #232323}
.sidebarTop i{font-size:20px;font-family:Arial, Helvetica, sans-serif}
.sidebar .sort{font-size:0;width: 100%; background:#d60013;padding:45px 29px; box-sizing: border-box;}
.sidebar .sort a{display: block;height:38px;margin-bottom:26px;background:#b80111;border-radius:13px;line-height:38px;font-size: 18px;color:#fff; text-align: center;}
.sidebar .sort a:hover,.sidebar .sort a.active{background:#fff;color:#4b4b4b}
.sidebar .sort .line{width:100%;height:1px;background:#eb828c;margin:12px 0 0 0}
.lcontact{font-size:0;width: 100%;background:#d60013;padding:0 29px 43px 29px; box-sizing: border-box;}
.lcontact h2{line-height:57px;font-style:italic;font-size:44px;color:#fff;font-family:Constantia, Arial, Helvetica, sans-serif;font-weight:bold}
.lcontact h3{margin-top:9px;line-height:39px;font-size:18px;color:#fff}
.lcontact h4{line-height:47px;font-size:32px;color:#fff;font-weight:bold}
.swiper-pagination{bottom: 10px; left: 0; text-align: center; width: 100%;}
.swiper-pagination-bullet{background-color: #d70110 !important; opacity: .5 !important; margin-right: 8px;}
.swiper-pagination-bullet-active{background-color: #d70110 !important; opacity: 1 !important;}
.swiper-button-next::after, .swiper-button-prev::after{color: #d70110 !important;}
.product_t{overflow: hidden;}
@media (max-width: 1300px){
    .product_t{width: 200px;}
    .productR{width: calc(100% - 230px);}
    .sidebarTop i{display: none;}
    .sidebar .sort{padding: 10px;}
    .lcontact h2{font-size: 20px;}
    .lcontact h4{font-size: 16px;}
  .p102-pros-1-title{font-size: 18px}
}