* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
}

body {
    font-family: "微软雅黑";
    min-width: 1200px;    background-color: #eee !important;
}

ul {
    list-style: none;
}

li {
    list-style: none;
}

.clear {
    clear: both;
    overflow: hidden;
}

.head {
    width: 100%;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
}

.heads {
    width: 1200px;
    margin: auto;
    overflow: hidden;
}

.left_head {
    float: left;
    font-size: 12px;
    color: #333;
}

.right_head {
    float: right;
}

.right_head li {
    float: left;
    text-align: center;
}

.right_head li a {
    font-size: 12px;
    color: #333;
    width: 80px;
    display: inline-block;
}

.top {
    width: 100%;
    overflow: hidden;
}

.tops {
    width: 1200px;
    margin: auto;
}

.nav {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #dfdbdb;
}

.navs {
    width: 1200px;
    margin: auto;
    height: 60px;
    line-height: 60px;
}


/* .navs ul {
    overflow: hidden;
} */

.navs ul li {
    float: left;
    width: 150px;
    text-align: center;
    position: relative;
    height: 60px;
}

.navs ul li a {
    color: #0d1014;
    font-size: 16px;
}

.navs ul li:hover {
    background: #143982;
}

.navs ul li:hover a {
    color: #fff;
}

.navs .detailnav {
    position: absolute;
    top: 60px;
    left: 0;
    overflow: initial;
    z-index: 9999999;
    display: none;
}

.navs .detailnav li {
    float: none;
    background: rgba(20, 57, 1430, 0.7);
    color: #fff;
    margin-left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.navs .detailnav li a {
    font-size: 14px;
}

.navs .detailnav li:last-child {
    border-bottom: none;
}

.navs ul li:hover .detailnav {
    display: block;
}

.navs ul li .detailnav li:hover {
    display: block;
}

.index_a {
    width: 100%;
    height: 72px;
    line-height: 72px;
    border-bottom: 1px solid #e5e5e5;
}

.index_as {
    width: 1200px;
    margin: auto;
    overflow: hidden;
}

.index_asLeft {
    float: left;
}

.index_asLeft span {
    font-size: 14px;
    color: #143982;
    font-weight: bold;
    float: left;
}

.index_asLeft ul {
    float: left;
}

.index_asLeft ul li {
    float: left;
   
}

.index_asLeft a {
    color: #666;
    font-size: 14px;
}

.index_asRight {
    float: right;
    margin-top: 18px;
}

.index_asRight input {
    width: 222px;
    height: 35px;
    border: 1px solid #e2e2e2;
    outline: none;
    padding-left: 10px;
    float: left;
    background: none;
    border-radius: 30px 0 0 30px;
}

.index_asRight button {
    width: 42px;
    height: 35px;
    background: #f7f7f7;
    background-image: url(../images/image_09.jpg);
    background-position: center;
    background-repeat: no-repeat;
    border: 0;
    float: left;
    outline: none;
}

.allTop {
    padding-top: 60px;
    padding-bottom: 33px;
}

.allTop h2 {
    font-size: 40px;
    color: #222121;
    font-weight: normal;
    text-align: center;
    line-height: 45px;
    height: 90px;
    overflow: hidden;
    margin: 0;
}

.allTop h2 b {
    color: #222121;
}

.allTop h2 span {
    display: block;
    font-size: 16px;
    color: #222121;
}

.allTop h2 i {
    color: #222121;
    padding: 0 15px;
}

.home_b {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 10px;
	position:relative;
}

.home_b dl {
    width: 100%;
    height: 400px;
    position: relative;
    float: left;
    /*margin-top: 50px;*/
    overflow: hidden;
    -webkit-transition: transform .3s;
    transition: transform .3s;
    margin-right: 1.33%;
}

.home_b dl dt {
    width: 100%;
    line-height: 0;
    position: relative;
}

.home_b dl dt img {
    width: 100%;
    height: 100%;
}

.home_b dl dt h4 {
    font-weight: 700;
    margin: 0;
    font-size: 18px;
    color: #fff;
    height: 85px;
    line-height: 85px;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #143982;
    transition: height .5s;
    -moz-transition: height .5s;
    /* Firefox 4 */
    -webkit-transition: height .5s;
    /* Safari and Chrome */
    -o-transition: height .5s;
    /* Opera */
}

.home_b dl dt h4 em {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 0;
    background: #e56d20;
    border-radius: 50%;
    position: absolute;
    top: -40px;
    left: 120px;
    line-height: 60px;
}

.home_b dl dt h4 em img {
    width: 27px;
    height: 27px;
}

.home_b dl dd {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0;
    overflow: hidden;
    width: 100%;
    text-align: center;
    transition: height .5s;
    -moz-transition: height .5s;
    /* Firefox 4 */
    -webkit-transition: height .5s;
    /* Safari and Chrome */
    -o-transition: height .5s;
    /* Opera */
}

.home_b dl dd h5 {
    margin: 0;
    height: 60px;
    line-height: 70px;
    overflow: hidden;
    background: url(../image/yin_line.gif) no-repeat center 67px;
    font-size: 26px;
    color: #fff;
}

.home_b dl dd em {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 0;
    background: #e56d20;
    border-radius: 50%;
    margin: 80px auto 0;
    line-height: 60px;
}

.home_b dl dd em img {
    width: 27px;
    height: 27px;
}

.home_b dl dd p {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    height: auto;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    padding: 15px 41px;
    padding-top: 0;
}

.home_b dl:hover dd,
.home_b dl.cur dd {
    height: 100%;
}

.home_b dl:hover dt h4,
.home_b dl.cur dt h4 {
    height: 0;
}

.home_b dl:hover dt h4 em,
.home_b dl.cur dt h4 em {
    top: 0;
}


/*.home_b dl:hover,.home_b dl.cur{-webkit-transform:translate(0,-35px);transform:translate(0,-35px);}*/



.home_bline {
    width: 63px;
    border-top: 1px solid #fff;
    margin: auto;
}

.ty_content,
.tywidth {
    width: 1200px;
    margin: 0 auto;
}

.more-title {
    width: 1200px;
    margin: 60px auto 30px;
    text-align: center;
}

.more-title h5 {
    font-size: 38px;
    line-height: 38px;
    color: #474747;
}

.more-title h5 i {
    font-weight: bold;
    font-style: normal;
}

.more-title h6 {
    margin-top: 20px;
    font-size: 18px;
    color: #666;
    line-height: 18px;
}

.product .pro-left {
    width: 270px;
    overflow: hidden;
    font-size: 0;
    margin-right: 20px;
}

.product .pro-left .kk {
    background: #143982;
}

.product .pro-left .kkbg {
    background: #143982;
    padding: 7px;
}

.product .pro-left .top h3 {
    color: #fff;
    font-size: 26px;
    line-height: 26px;
    font-weight: bold;
}

.product .pro-left .top {
    text-align: center;
    padding: 15px 0;
}

.product .pro-left .top p {
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    margin-top: 10px;
}

.product .pro-left .top p:before {
    content: "";
    background: #fff;
    width: 45px;
    display: inline-block;
    vertical-align: middle;
    height: 1px;
    margin-right: 5px;
}

.product .pro-left .top p:after {
    content: "";
    background: #fff;
    width: 45px;
    display: inline-block;
    vertical-align: middle;
    height: 1px;
    margin-left: 5px;
}

.product .pro-left .sideMenu {
    background: #fff;
    height: 485px;
    padding: 15px 15px 0;
}

.product .pro-left .sideMenu h3:first-child {
    margin-top: 0;
}

.product .pro-left .sideMenu h3 {
    background-color: rgb(237, 112, 32);
    width: 214px;
    height: 35px;
    line-height: 35px;
    margin: 12px auto 0;
    text-align: center;
}

.product .pro-left .sideMenu h3 a {
    display: block;
    color: #fff;
    font-size: 18px;
}

.product .pro-left .sideMenu dl a {
    display: inline-block;
    color: #474747;
    font-size: 16px;
    max-width: 113px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product .pro-left .sideMenu dl a i {
    background: url(../images/cpicon1.png)no-repeat;
    width: 6px;
    height: 6px;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 10px 0 0;
}

.product .pro-left .sideMenu dl {
    position: relative;
    margin-top: 16px;
    width: 55%;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 6px;
    margin-bottom: 0;
}

.product .pro-left .sideMenu dl:nth-child(2n) {
    width: 45%;
}

.product .pro-left .sideMenu dl a:hover {
    color: #2941ad;
}

.product .pro-left .sideMenu dl a:hover i {
    background: url(../images/cpicon2.png)no-repeat;
}

.product .pro-left .sideMenu ul dl:after {
    content: "";
    width: 216px;
    height: 1px;
    background: #eee;
    position: absolute;
    left: 0;
    bottom: 0;
}

.product .pro-left .sideMenu ul {
    display: none;
    overflow: hidden;
}

.product .pro-left .bottom {
    background: #143982;
    width: 270px;
    height: 220px;
    overflow: hidden;
    padding: 40px 30px 0;
    margin-top: -5px;
}

.product .pro-left .bottom h5 {
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.502);
}

.product .pro-left .bottom h6 {
    margin-left: 40px;
    color: #fff;
    font-size: 25px;
    font-family: arial;
    line-height: 25px;
}

.product .pro-left .bottom .more>a {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-size: 14px;
    width: 94px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #fff;
    text-align: center;
}

.product .pro-left .bottom .rx {
    margin: 20px 0;
    background: url(../images/phone.png)no-repeat left 7px;
}

.product .pro-left .bottom .more>a:hover {
    text-decoration: underline;
}

.product .cplist {
    width: 910px;
}

.product .cplist ul li {
    width: 290px;
    display: inline-block;
    vertical-align: top;
    margin: 0 16px 20px 0;
}

.product .cplist ul li:nth-child(3n) {
    margin-right: 0;
}

.product .cplist ul li .pic {
    border: 1px solid #eee;
    border-bottom: none;
    opacity: 1;
    transition: all .5s;
    width: 290px;
    height: 220px;
    overflow: hidden;
}

.product .cplist ul li:hover .pic {
    border: 1px solid #ed7020;
    border-bottom: none;
}

.product .cplist ul li .pic img {
    width: 100%;
    transition: all .5s;
}

.product .cplist ul li:hover .pic img {
    transform: scale(1.1, 1.1);
}

.product .cplist ul li .title {
    background: #666;
    color: #fff;
    font-size: 16px;
    text-align: center;
    width: 100%;
    height: 40px;
    line-height: 40px;
    opacity: 1;
    transition: all .5s;
}

.product .cplist ul li:hover .title {
    background: #ed7020;
    color: #fff;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.bl {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin: 0 20px;
}

.bpic {
    font-size: 24.5px;
    color: #fff;
    text-align: center;
    font-family: "Impact";
    margin-top: 18px;
}

.bpic img {
    margin-top: -10px;
    margin-left: -10px;
    margin-right: 10px;
}

.bottom a {
    display: block;
    width: 96px;
    height: 31px;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    margin: auto;
    font-size: 15px;
    line-height: 29px;
    margin-top: 20px;
}

.case {
    margin-top: 60px;
    font-size: 0;
    background: url(../images/advbg.jpg)no-repeat center;
    width: 100%;
    height: 713px;
    padding-top: 60px;
    overflow: hidden;
}

.case .nr .bd>div {
    display: inline-block;
    vertical-align: top;
}

.case .nr .bd {
    background: #fff;
    padding: 15px;
    height: 450px;
    position: relative;
}

.case .nr .bd .bdul {
    position: relative;
    width: 600px;
    height: 420px;
    overflow: hidden;
}

.case .nr .bd .bdul .pic img {
    width: 100%;
    transition: all .5s;
}

.case .nr .bd .bdul ul li ol .pic:hover img {
    transform: scale(1.1, 1.1);
}

.case .nr .bd .bdul ul li ol {
    width: 600px;
    height: 420px;
    overflow: hidden;
    position: relative;
}

.case .nr .bd .bdul .text {
    background-color: rgba(41, 65, 173, 0.851);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 600px;
    height: 100px;
    z-index: 1;
    padding: 15px 40px 0 25px;
}

.case .nr .bd .bdul .text dt {
    color: #fff;
    font-size: 22px;
    line-height: 22px;
}

.case .nr .bd .bdul .text .hr {
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 1px;
    background-color: rgb(255, 255, 255);
    margin: 15px 0;
}

.case .nr .bd .bdul .text dd {
    color: #fff;
    font-size: 16px;
    line-height: 16px;
}

.case .nr .bd .bdul .text b {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: url(../images/caseicon5.png)no-repeat;
    width: 39px;
    height: 38px;
}

.case .nr .bd .bdul ol:hover b {
    background: url(../images/caseicon6.png)no-repeat;
}

.case .nr .bd .prev {
    position: absolute;
    left: 0;
    top: 180px;
    z-index: 999;
    background: url(../images/leftbtn1.png)no-repeat;
    width: 30px;
    height: 60px;
    cursor: pointer;
    transition: all .5s;
    opacity: 1;
}

.case .nr .bd .next {
    position: absolute;
    right: 0;
    top: 180px;
    z-index: 999;
    background: url(../images/rigthbtn1.png)no-repeat;
    width: 30px;
    height: 60px;
    cursor: pointer;
    transition: all .5s;
    opacity: 1;
}

.case .nr .bd .prev:hover {
    background: url(../images/leftbtn2.png)no-repeat;
}

.case .nr .bd .next:hover {
    background: url(../images/rigthbtn2.png)no-repeat;
}

.case .nr .bd .wa {
    margin-left: 40px;
    padding-top: 30px;
    width: 530px;
}

.case .nr .bd .wa h3 {
    cursor: pointer;
    color: #474747;
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
}

.case .nr .bd .wa h3:hover {
    color: #2941ad;
}

.case .nr .bd .wa dl {
    margin-top: 25px;
}

.case .nr .bd .wa dl dd {
    display: inline-block;
    vertical-align: top;
    width: 104px;
    height: 104px;
    overflow: hidden;
    padding-top: 35px;
    text-align: center;
    color: #0f0e0e;
    font-size: 20px;
    line-height: 28px;
    cursor: default;
    margin-right: 35px;
    transition: all .5s;
    opacity: 1;
    border-radius: 100%;
    border: 3px solid #cbcbcb;
}

.case .nr .bd .wa dl dd:hover {
    background: url(../images/caseicon2.png)no-repeat;
}

.case .nr .bd .wa dl dd:last-child {
    margin-right: 0;
}

.case .nr .bd .wa dl dt {
    color: #0f0e0e;
    font-size: 16px;
    line-height:30px;
    margin: 45px 0 40px;
    font-weight: normal;
}

.case .nr .bd1 .wa .xb {
    position: absolute;
    right: -10px;
    top: 45px;
    color: #fff;
    font-family: arial;
    font-size: 34px;
    background: url(../images/caseicon3.png)no-repeat;
    width: 105px;
    height: 55px;
    line-height: 68px;
    padding-left: 15px;
}

.case .nr .bd .wa .morea {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 115px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    overflow: hidden;
}

.case .nr .bd .wa .more .z {
    border: 1px solid rgb(220, 220, 220);
    border-right: none;
    color: #474747;
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
    background: #fff;
}

.case .nr .bd .wa .more .r {
    border: 1px solid rgb(220, 220, 220);
    border-left: none;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
    color: #474747;
    background: #dcdcdc;
}

.case .nr .bd .wa .more .z:hover {
    color: #fff;
    transition: all .5s;
}

.case .nr .bd .wa .more .r:hover {
    color: #fff;
    background: none;
    transition: all .5s;
}

.case .nr .bd .wa .morea {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    overflow: hidden;
}

.case .nr .bd .wa .morea:before {
    content: '';
    display: block;
    width: 120%;
    height: 0;
    padding: 60% 0;
    background: #2941ad;
    border-radius: 50%;
    position: absolute;
    left: -10%;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    z-index: -1;
    transition: all .5s;
}

.case .nr .bd .wa .morea:hover:before {
    height: 100%;
    transform: translateY(-50%) scale(1);
}

.case .nr .bd .wa .morea.r:before {
    background: #ed7020;
}

.about {
    margin: 60px 0 40px;
    font-size: 0;
}

.about .pic {
    position: relative;
    width: 600px;
    height: 380px;
    overflow: hidden;
}

.about .pic img {
    width: 100%;
    transition: all .8s;
}

.about .pic:after {
    content: '';
    cursor: pointer;
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
    background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
    transform: skewx(-25deg);
}

.about .pic:hover:after {
    left: 100%;
    -moz-transition: 1s;
    -o-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
}

.about .pic:hover img {
    transform: scale(1.1);
}

.about .text {
    padding-left: 27px;
    padding-top: 40px;
    background: #f6f6f6;
    width: 573px;
    height: 378px;
    overflow: hidden;
}

.about .text dt {
    font-size: 30px;
    color: #474747;
    line-height: 32px;
}

.about .text dt p {
    font-size: 20px;
    margin: 15px 0 20px;
    line-height: 20px;
    font-weight: normal;
}

.about .text dd {
    text-align: justify;
    padding-right: 30px;
    color: #666;
    font-size: 16px;
    line-height: 35px;
    height: 175px;
    overflow: hidden;
}

.about .text .morea {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 115px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    overflow: hidden;
}

.about .text .more .z {
    border: 1px solid rgb(220, 220, 220);
    border-right: none;
    color: #474747;
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
    background: #fff;
}

.about .text .more .r {
    border: 1px solid rgb(220, 220, 220);
    border-left: none;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
    color: #fff;
    background: #ed7020;
}

.about .text .more .z:hover {
    color: #fff;
    transition: all .5s;
}

.about .text .more .r:hover {
    color: #474747;
    background: none;
    transition: all .5s;
}

.about .text .morea {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    overflow: hidden;
}

.about .text .morea:before {
    content: '';
    display: block;
    width: 120%;
    height: 0;
    padding: 60% 0;
    background: #2941ad;
    border-radius: 50%;
    position: absolute;
    left: -10%;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    z-index: -1;
    transition: all .5s;
}

.about .text .morea:hover:before {
    height: 100%;
    transform: translateY(-50%) scale(1);
}

.about .text .morea.r:before {
    background: #dcdcdc;
}

.qysl {
    font-size: 0;
    width: 100%;
    height: 205px;
    overflow: hidden;
}

.qysl .nr .bdnr .bd {
    position: relative;
}

.qysl .nr .bdnr .bd .tempWrap {
    width: 1200px!important;
}

.qysl .nr .bdnr .bd ul li {
    width: 284px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.qysl .nr .bdnr .bd ul li .pic {
    position: relative;
    width: 284px;
    height: 179px;
    overflow: hidden;
}

.qysl .nr .bdnr .bd ul li .mc {
    color: #333;
    font-size: 16px;
    line-height: 16px;
    margin-top: 10px;
}

.qysl .nr .bdnr .bd ul li .pic img {
    width: 100%;
    transition: all .8s;
}

.qysl .nr .bdnr .bd ul li .pic:after {
    content: '';
    cursor: pointer;
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
    background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
    transform: skewx(-25deg);
}

.qysl .nr .bdnr .bd ul li:hover .pic:after {
    left: 100%;
    -moz-transition: 1s;
    -o-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
}

.qysl .nr .bdnr .bd ul li:hover .pic img {
    transform: scale(1.1);
}

.qysl .nr .bdnr .bd ul li:hover .mc {
    color: #ed7020;
}

.qysl .nr .bdnr .prev {
    position: absolute;
    left: -30px;
    top: 70px;
    background: url(../images/btn1.png)no-repeat;
    width: 15px;
    height: 40px;
    cursor: pointer;
}

.qysl .nr .bdnr .next {
    position: absolute;
    right: -30px;
    top: 70px;
    background: url(../images/btn2.png)no-repeat;
    width: 15px;
    height: 40px;
    cursor: pointer;
}

.homeNew {
    overflow: hidden;
    padding-top: 50px;
    width: 100%;
}

.mynew {
    overflow: hidden;
    margin: auto;
    margin-top: 53px;
    margin-bottom: 4rem;
    width: 1200px;
}

.mynewLeft {
    float: left;
    overflow: hidden;
    background: #fff;
    width: 54%;
    padding-bottom: 3%;
    border: 1px solid #ccc;
}

.mynewLeft h5 {
    margin: 0;
    overflow: hidden;
    height: 45px;
    border-bottom: 1px solid #ccc;
    background: #f0f0f0;
}

.mynewLeft h5 span {
    display: block;
    float: left;
    height: 45px;
    background: #e56d20;
    font-size: 18px;
    color: #fff;
    width: 115px;
    line-height: 45px;
    text-align: center;
}

.mynewLeft h5 a {
    float: right;
    color: #464646;
    margin-top: 15px;
    margin-right: 12px;
}

.mynewLeft h5 i {
    float: left;
    color: #464646;
    font-size: 18px;
    font-family: 宋体 常规;
    display: block;
    font-style: normal;
    margin-top: 11px;
    margin-left: 29px;
}

.mynewLeft>div {
    overflow: hidden;
}

.newLeft {
    float: left;
    overflow: hidden;
    margin-top: 3.5rem;
    margin-left: 3rem;
    width: 37.5%;
}

.newLeft img {
    width: 100%;
}

.newLeft a {
    height: 80px;
    color: #fff;
    background: #143982;
    padding-top: 15px;
    padding-left: 15px;
    display: block;
}

.newLeft i {
    font-style: normal;
}

.newRight {
    float: left;
    overflow: hidden;
    margin-top: 4rem;
    margin-left: 3rem;
    width: 41%;
}

.newRight a {
    display: block;
    background: url(../images/24.png)center 0 no-repeat;
    background-position: 0;
    overflow: hidden;
    color: #000000;
    padding-left: 13px;
    margin-bottom: 13px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newRight a:hover {
    color: #1db8ee;
}

.newWenti {
    float: right;
    overflow: hidden;
    background: #fff;
    width: 40.2%;
    padding-bottom: 1.8%;
    border: 1px solid #ccc;
}

.newWenti h5 {
    margin: 0;
    overflow: hidden;
    height: 45px;
    border-bottom: 1px solid #ccc;
    background: #f0f0f0;
}

.newWenti h5 span {
    display: block;
    float: left;
    height: 45px;
    background: #e56d20;
    font-size: 18px;
    color: #fff;
    width: 115px;
    line-height: 45px;
    text-align: center;
}

.newWenti h5 a {
    float: right;
    color: #272727;
    margin-top: 15px;
    margin-right: 12px;
}

.newWenti h5 i {
    float: left;
    color: #464646;
    font-size: 18px;
    font-family: 宋体 常规;
    display: block;
    font-style: normal;
    margin-top: 11px;
    margin-left: 29px;
}

.newWenti li {
    overflow: hidden;
    height: 75px;
    width: 91%;
    margin: auto;
    margin-top: 30px;
}

.newWenti li a {
    display: block;
    overflow: hidden;
}

.newWenti li img {
    float: left;
}

.newWenti li div {
    float: right;
    width: 89%;
    overflow: hidden;
}

.newWenti li span {
    display: block;
    color: #000000;
    margin-top: 5px;
}

.newWenti li p {
    color: #646464;
    margin: 0;
    line-height: 21px;
    margin-top: 6px;
}

.newWenti li span:hover {
    color: #1db8ee;
}

.bnav {
    width: 100%;
    overflow: hidden;
    height: 64px;
    line-height: 64px;
    background: #143982;
}

.bnavs {
    width: 1200px;
    margin: auto;
}

.bnavs ul li {
    width: 150px;
    text-align: center;
    float: left;
}

.bnavs ul li a {
    font-size: 16px;
    color: #fff;
}

.bnavs ul {
    margin-bottom: 0;
}

.foot {
    width: 100%;
    overflow: hidden;
    background: #212223;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.foots {
    width: 1200px;
    margin: auto;
}

.left_foot {
    float: left;
    padding-right: 100px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    height: 324px;
}

.flogo {
    float: left;
    padding-top: 30px;
    width: 310px;
}

.flogo img {
    padding-left: 60px;
}

.cname {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 30px;
}

.ftitle {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 30px;
}

.fs {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 25px;
}

.flogo form input[type="text"] {
    width: 180px;
    height: 35px;
    border: none;
    background: #fff;
    padding-left: 8px;
    color: #6e6e6e;
    outline: 0;
}

.flogo form input[type="submit"] {
    width: 66px;
    height: 35px;
    background: #e56d20;
    color: #fff;
    outline: 0;
    border: none;
    margin-left: 3px;
}

.flist {
    float: left;
    padding-top: 50px;
    margin-left: 80px;
}

.fltitle {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.8);
}

.flline {
    width: 55px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 10px;
    margin-bottom: 20px;
}

.flist ul {
    margin-bottom: 0;
}

.flist ul li a {
    font-size: 14px;
    color: #cbc9c9;
}

.flist ul li {
    margin-bottom: 10px;
}

.right_foot {
    float: right;
    padding-top: 25px;
}

.right_foot div {
    font-size: 14px;
    color: #fff;
    margin-bottom: 15px;
}

.copy {
    width: 100%;
    overflow: hidden;
    height: 78px;
    line-height: 78px;
    background: #212223;
}

.copys {
    width: 1200px;
    margin: auto;
}

.left_copy {
    float: left;
}

.left_copy a {
    font-size: 14px;
    color: #b0abab;
    margin-right: 10px;
}

.right_copy {
    float: right;
}

.right_copy select {
    width: 245px;
    height: 35px;
    background: #323538;
    color: #58585a;
    border: none;
    padding-left: 10px;
    outline: 0;
}

.blk-main {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 20px;
}

.p12-curmbs-1 {
    font-size: 14px;
    border-bottom: 1px dashed #dcdcdc;
}

.p12-curmbs-1 b {
    border-left: 10px solid #143982;
    font-weight: normal;
    padding-left: 8px;
}

.p12-curmbs-1 span {
    font-family: 宋体;
    height: 46px;
    line-height: 46px;
    padding: 0px 5px;
}

.p12-curmbs-1 i {
    font-style: normal;
}

.p12-curmbs-1 a {
    color: #666;
}

.blk-xs {
    width: 240px;
}

.blk {
    margin-bottom: 20px;
}

.fl {
    float: left;
}

.p14-left-nav-1-tit {
    background: #143982;
    height: 75px;
}

.p14-left-nav-1-tit h3 {
    margin: 0;
    height: 75px;
    font-size: 24px;
    font-weight: normal;
    line-height: 75px;
    color: #fff;
    border-bottom: 1px solid #fff;
    text-align: center;
}

.p14-left-nav-1-nav-one h3 {
    height: 50px;
    line-height: 50px;
    background: url(../image/p14-icon5.png) no-repeat right center #143982;
    margin: 0;
    margin-bottom: 2px;
}

.p14-left-nav-1-nav-one h3.sidenavcur,
.p14-left-nav-1-nav-one h3:hover {
    background: url(../image/p14-icon2.png) no-repeat right center #143982;
}

.p14-left-nav-1-nav-one h3 a {
    display: block;
    font-size: 18px;
    font-weight: normal;
    margin-right: 40px;
    margin-left: 38px;
    color: #fff;
}

.p14-left-nav-1-nav a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.p14-left-nav-1-nav dl {
    padding: 2px 0 4px;
    margin-bottom: 0;
}

.p14-left-nav-1-nav dt {
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    padding-left: 54px;
    padding-right: 40px;
    margin-bottom: 1px;
    background: #ececec;
    position: relative;
}

.p14-left-nav-1-nav a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
    font-weight: 400;
}

.p14-left-nav-1-nav dt:after {
    content: "";
    width: 8px;
    height: 8px;
    border: 2px solid #b8b8b8;
    border-style: solid solid none none;
    position: absolute;
    top: 50%;
    right: 32px;
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.p14-left-nav-1-nav dt.sidenavcur a,
.p14-left-nav-1-nav dt:hover a {
    color: #143982;
}

.p14-left-nav-1-nav dt.sidenavcur:after,
.p14-left-nav-1-nav dt:hover:after {
    border-color: #143982;
}

.p14-left-nav-1-nav-one>dl {
    display: none;
}

.cbgg-01 {
    border: 1px solid #143982;
    text-align: center;
    color: #000;
}

.cbgg-01 .tit {
    color: #fff;
    font-size: 18px;
    background: #143982;
    height: 71px;
    padding-top: 18px;
    text-align: center;
    overflow: hidden;
}

.cbgg-01 .tit i {
    color: #fff;
    display: block;
    font: 12px Arial;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    font-style: normal;
}

.leftlx {
    text-align: left;
    font-family: "Microsoft Yahei", "微软雅黑";
    font-size: 14px;
    padding: 10px;
    display: block;
    margin-bottom: 20px;
}

.leftlx p {
    padding-top: 10px;
    line-height: 25px;
}

.leftlx .dianh .dianhua span {
    font-size: 24px;
}

.leftlx a {
    color: #666;
}

.blk-sm {
    width: 930px;
}

.fr {
    float: right;
}

.b {
    clear: both;
}

.leftnav-z1-tit {
    margin: 0;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 15px;
    font-size: 24px;
}

.leftnav-z1-tit span {
    display: inline-block;
    height: 50px;
    border-bottom: 1px solid #003e71;
    font-weight: 600;
    color: #666;
}

.leftnav-z1-list {
    overflow: hidden;
}

.leftnav-z1-list dl {
    width: 30.9%;
    border: 1px solid #dedede;
    margin-bottom: 15px;
    background: #fff;
    float: left;
    margin-right: 2%;
    box-sizing: border-box;
}

.leftnav-z1-list dt {
    position: relative;
}

.leftnav-z1-list dt img {
    width: 100%;
    display: block;
    height: 214px;
}

.leftnav-z1-list dt p {
    position: absolute;
    width: 100%;
    height: 214px;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    padding: 20px;
    display: block;
    margin: 0;
    transform: scale(0);
    transition: 0.3s linear;
}

.leftnav-z1-list dt p label {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #b5a40f;
    display: table;
    text-align: center;
    padding: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}

.leftnav-z1-list dt p label i {
    color: #fff;
    display: block;
    border: 1px solid #ddd;
    border-radius: 50%;
    font-size: 20px;
    width: 100%;
    height: 100%;
    line-height: 33px;
}

.leftnav-z1-list dt a:hover p {
    transform: scale(1);
    transition: 0.3s linear;
}

.leftnav-z1-list dd {
    padding: 6px 20px 6px 20px;
}

.leftnav-z1-list dd h4 {
    margin: 0;
    height: 45px;
    text-align: center;
    font-weight: normal;
    font-size: 18px;
    color: #154c64;
    line-height: 45px;
}

.leftnav-z1-list dd h4 a {
    color: #666;
}

.leftnav-z1-list dl:hover {
    border-color: #143982;
}

.small-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.magnifier {
    width: 500px;
    position: relative;
    float: left;
    margin-bottom: 34px;
}

.magnifier-container {
    width: 500px;
    height: 500px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
}

.move-view {
    width: 100px;
    height: 100px;
    position: absolute;
    background-image: url('../image/move-box.png');
}

.images-cover {
    height: 100%;
    width: 100%;
    position: relative;
}

.images-cover img {
    position: absolute;
}

.magnifier-assembly {
    height: 92px;
    overflow: hidden;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
}

.magnifier-btn {
    position: absolute;
    font-family: "宋体";
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -40px;
}

.magnifier-btn span {
    line-height: 80px;
    height: 80px;
    width: 20px;
    background-color: #6e6e6e;
    color: #fff;
    display: block;
    z-index: 9998;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    border-radius: 3px;
}

.magnifier-btn .magnifier-btn-left {
    float: left;
}

.magnifier-btn .magnifier-btn-right {
    float: right;
}

.magnifier-line {
    position: relative;
    overflow: hidden;
    height: 92px;
}

.magnifier-line ul {
    display: block;
    font-size: 0;
    width: 10000%;
    position: absolute;
    left: 0;
    z-index: 9997;
}

.magnifier-line li {
    float: left;
    width: 100px;
    cursor: pointer;
}

.magnifier-line ul>.active .small-img {
    border-color: #bbb;
}

.small-img {
    height: 78px;
    padding: 1px;
    margin: 5px;
    overflow: hidden;
    border: 1px solid #ddd;
    text-align: center;
}

.small-img img {
    max-width: 100%;
    max-height: 100%;
}

.magnifier-view {
    width: 100%;
    height: 100%;
    position: absolute;
    right: -105%;
    top: 0;
    z-index: 9999;
    background-color: #fff;
    display: none;
    overflow: hidden;
}

.magnifier-view img {
    display: block;
}

.animation03 {
    transition: all 0.3s ease-in 0.1s;
    -ms-transition: all 0.3s ease-in 0.1s;
    -moz-transition: all 0.3s ease-in 0.1s;
    -webkit-transition: all 0.3s ease-in 0.1s;
    -o-transition: all 0.3s ease-in 0.1s;
}

.m_zx2 {
    padding-top: 10px;
}

.m_zx2 dt {
    padding-bottom: 10px;
}

.m_zx2 dd {
    font-size: 16px;
    color: #666;
    width: 530px;
}

.m_zx2 dt a {
    font-weight: normal;
    font-size: 18px;
    color: #555;
    width: 530px;
}

.detail {
    overflow: hidden;
}

.detailLeft {
    float: left;
}

.detailRight {
    margin-left: 55px;
    float: left;
    width: 45%;
    overflow: hidden;
    line-height: 29px;
    overflow: hidden;
}

.detailRight>h1 {
    margin: 0;
    height: 50px;
    font-size: 20px;
    font-weight: normal;
    line-height: 50px;
    overflow: hidden;
    color: #333;
    border-bottom: 1px solid #eee;
    margin-bottom: 5px;
}

.p1-pro-showcase-1-txt-t1 {
    margin-bottom: 86px;
    overflow: hidden;
}

.p1-pro-showcase-1-txt-t1 i {
    font-style: normal;
}

.p1-pro-showcase-1-txt-t1 b {
    font-style: normal;
}

.p1-pro-showcase-1-txt-t1 strong {
    font-style: normal;
}

.p1-pro-showcase-1-tle .p1-pho-1 {
    background: url(../image/VISkins-p1.png) no-repeat 0 -3px;
    min-height: 50px;
    padding-left: 44px;
    font-size: 20px;
    line-height: 30px;
    margin-left: 30px;
    margin-right: 50px;
    color: #0758b3;
}

.fl {
    float: left;
}

.p1-pho-1 span {
    display: block;
    font-size: 14px;
    line-height: 14px;
    color: #666;
}

.p1-pho-1 i {
    font-style: normal;
}

.fl {
    float: left;
}

.p1-pho-2 em {
    display: block;
    width: 122px;
    height: 35px;
    background: #143982;
    font-size: 16px;
    font-style: normal;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
}

.p14-prodcontent-1>h4 {
    margin: 40px 0 15px 0;
    background: url(../image/100.jpg) no-repeat left center;
    padding-left: 34px;
    font: 24px "Microsoft YaHei";
    color: #333333;
}

.p14-prodcontent-1>h4>i {
    font: 16px "Arial";
    color: #454545;
    font-style: normal;
    text-transform: uppercase;
    padding-left: 10px;
}

.zxlb-1n-ts-01-list dl {
    border: 1px solid #dedede;
    width: 100%;
    margin-bottom: 15px;
    padding: 22px 0 22px;
    background: #fff;
    display: inline-block;
}

.zxlb-1n-ts-01-list dt {
    width: 35%;
    float: left;
    margin-left: 22px;
    margin-right: 5.5%;
}

.zxlb-1n-ts-01-list dt img {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.zxlb-1n-ts-01-list dd {
    width: 54%;
    float: left;
}

.zxlb-1n-ts-01-list dd h4 {
    height: 40px;
    font-weight: normal;
    font-size: 18px;
    color: #154c64;
    line-height: 40px;
    margin-bottom: 5px;
}

.zxlb-1n-ts-01-list h4 a {
    display: block;
    color: #4b4a4a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zxlb-1n-ts-01-list-desc {
    max-height: 72px;
    font-size: 14px;
    line-height: 24px;
    color: #797979;
    margin-bottom: 28px;
    overflow: hidden;
}

.zxlb-1n-ts-01-list-deta {
    float: right;
    width: 134px;
    height: 40px;
    display: inline-block;
    border: 1px solid #aaa;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
}

.zxlb-1n-ts-01-list-deta a {
    color: #666;
}

.zxlb-1n-ts-01-list dl:hover .zxlb-1n-ts-01-list-deta {
    background: #143982;
    border-color: #143982;
}

.zxlb-1n-ts-01-list dl:hover .zxlb-1n-ts-01-list-deta a {
    color: #fff;
}

.zxlb-1n-ts-01-list dl:hover h4 a {
    color: #143982;
}

.zxlb-1n-ts-01-list dl:hover {
    border-color: #143982;
}

.tl-fdh-02 {
    height: 55px;
    background: #fff;
    margin-bottom: 20px;
    overflow: hidden;
}

.tl-fdh-02 li.sidenavcur,
.tl-fdh-02 li:hover {
    background: url(../image/p16-icon6.png) no-repeat bottom center#143982;
    border-color: #143982;
}

.tl-fdh-02 li {
    width: 20%;
    height: 55px;
    font-size: 18px;
    line-height: 55px;
    text-align: center;
    float: left;
    border-right: 1px solid #d8d8d8;
    box-sizing: border-box;
    background: #f4f4f4;
    cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.tl-fdh-02 li a {
    display: block;
    height: 55px;
    color: #333;
}

.tl-fdh-02 li.sidenavcur a,
.tl-fdh-02 li:hover a {
    color: #fff;
}

.p12-aboutinfo-1 {
    display: inline-block;
    width: 100%;
    background: #fff;
    margin-bottom: 38px;
}

.p12-aboutinfo-1-nr {
    padding: 0 0 20px;
}

.endit-content {
    line-height: 28px;
}

.k12-gl-gslb-3nf1-1-01-left {
    overflow: hidden;
}

.k12-gl-gslb-3nf1-1-01-left dl:nth-child(4n) {
    margin-right: 0;
}

.k12-gl-gslb-3nf1-1-01-left dl {
    width: 24%;
    float: left;
    margin-right: 16px;
    background: #f0f0f0;
}

.k12-gl-gslb-3nf1-1-01-left dt {
    border: 1px solid #e5e5e5;
    padding: 10px 9px;
    background: #fff;
}

.k12-gl-gslb-3nf1-1-01-left dt img {
    display: block;
    width: 100%;
}

.k12-gl-gslb-3nf1-1-01-left dd {
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    padding: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #f0f0f0;
}

.k12-gl-gslb-3nf1-1-01-left dd a {
    color: #4b4a4a;
}

.xypg-news-list li {
    border: 1px solid #e1e1e1;
    padding: 30px;
    background: #fff;
    margin-bottom: 35px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.xypg-news-list li .tit {
    border-bottom: 1px solid #cbcbcb;
    margin-bottom: 15px;
    position: relative;
}

.xypg-news-list li .tit h3 {
    padding-bottom: 15px;
    font-size: 18px;
    color: #565656;
    font-weight: normal;
    padding-right: 25%;
    margin: 0;
}

.xypg-news-list li .tit .date {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    color: #666666;
}

.xypg-news-list li .info {
    font-size: 14px;
    line-height: 2;
    color: #999999;
}

.xypg-news-list li .more {
    margin-top: 15px;
}

.xypg-news-list li .more span {
    display: inline-block;
    width: 130px;
    line-height: 33px;
    text-align: center;
    color: #000;
    font-size: 14px;
    color: #666666;
    border: 1px solid #e1e1e1;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.xypg-news-list li:hover {
    -webkit-box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
    box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
}

.xypg-news-list li:hover .tit h3 {
    color: #292e39;
}

.xypg-news-list li:hover .more span {
    color: #fff;
    background-color: #143982;
}

#message-form #checkcode {
    display: inline-block;
    width: 30%;
}

.advantages_list li {
    background: url(../%E5%88%87%E7%89%87/images/index_003.gif) no-repeat left;
    padding-left: 18px;
    font-size: 16px;
}

.page-product-detail-effect {
    float: left;
    width: 42.61%;
}

.page-product-detail-effect .big-img {
    border: 1px solid #eee;
}

.page-product-detail-effect .big-img a {
    display: block;
    display: block;
    text-align: center;
    width: 100%;
    height: 390px;
    font-size: 0;
}

.page-product-detail-effect .big-img a img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.page-product-detail-effect .big-img a:after {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.page-product-detail-right {
    width: 50%;
    float: right;
}

.page-product-detail-right>h1 {
    font-size: 22px;
    color: #0d0d0d;
    margin-bottom: 20px;
}

.product-detail-item li {
    font-size: 14px;
    line-height: 30px;
    color: #777272;
}

.product-detail-slick {
    position: relative;
    margin-top: 20px;
}

.product-detail-slick a.slick-item {
    display: block;
    text-align: center;
    width: 100%;
    height: 95px;
    font-size: 0;
    border: 1px solid #eee;
    position: relative;
}

.product-detail-slick a.slick-item img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.product-detail-slick a.slick-item:after {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.product-detail-slick a.slick-item.active {
    border-color: #143982;
}

.product-detail-slick .owl-nav button {
    position: absolute;
    width: 27px;
    height: 27px;
    background: rgba(37, 37, 37, 0.6) !important;
    border-radius: 50%;
    text-align: center;
    line-height: 27px;
    top: 50%;
    margin-top: -13.5px;
    z-index: 9;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    outline: none;
    border: none;
}

.product-detail-slick .owl-nav button .icon-font {
    width: 100%;
    height: 100%;
    display: block;
}

.product-detail-slick .owl-nav button .icon-left-arrow:after {
    background-position: 1px -509px;
}

.product-detail-slick .owl-nav button .icon-right-arrow:after {
    background-position: -27px -240px;
}

.product-detail-slick .owl-prev {
    left: 0;
}

.product-detail-slick .owl-prev:after {
    background-position: 0 0;
}

.product-detail-slick .owl-next {
    right: 0;
}

.product-detail-slick:hover .owl-nav button {
    opacity: 1;
}

.page-product-inquiry {
    margin-top: 30px;
}

.page-product-inquiry a {
    font-size: 16px;
    color: #ffffff;
    display: inline-block;
    background: #143982;
    padding: .5em 1.875em;
    border-radius: 2em;
}

.page-product-inquiry a:hover {
    opacity: .8;
}

.product-detail-tab {
    margin-top: 50px;
}

.product-detail-tab .product-detail-tabli {
    border: 1px solid #eee;
    height: 40px;
    line-height: 38px;
}

.product-detail-tab .product-detail-tabli li {
    float: left;
    width: 20%;
    text-align: center;
    font-size: 14px;
    color: #2f2f2f;
    cursor: pointer;
    border-right: 1px solid #eee;
}

.product-detail-tab .product-detail-tabli li.on,
.product-detail-tab .product-detail-tabli li:visited,
.product-detail-tab .product-detail-tabli li:active {
    color: #0758b3;
    position: relative;
}

.product-detail-tab .product-detail-tabli li.on:before,
.product-detail-tab .product-detail-tabli li:visited:before,
.product-detail-tab .product-detail-tabli li:active:before {
    content: '';
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    top: -1px;
    border: 1px solid #143982;
}

.product-detail-tab .product-detail-tabcon {
    padding: 15px 0;
}

.product-detail-tab .product-detail-tabcon img,
.product-detail-tab .product-detail-tabcon p img {
    max-width: 100%;
    height: auto !important;
    width: auto !important;
}

.product-list {
    background: #333333;
    position: relative;
    margin-top: 40px;
}

.product-list-cate {
    padding: 0 23.5px;
    background: #143982;
}

.sitemap_con {
    overflow: hidden;
}

.sitemap_con h4 {
    line-height: 30px;
    font-size: 16px;
    font-weight: 700;
}

.sitemap_con h4 a {
    color: #666;
}

.sitemap_con div {
    border-bottom: solid 1px #E0E0E0;
    overflow: hidden;
    padding-bottom: 10px;
}

.sitemap_con div a {
    color: #666;
    float: left;
    line-height: 25px;
    width: 155px;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.sitemap_con div a:hover {
    color: #143982;
    text-decoration: underline;
}
.home_b .swiper-button-prev{
    width: 56px;
    height: 56px;
    left: -100px;
    top: 40%;
    background: url(../images/cp_lico.png) center no-repeat;
}
.home_b .swiper-button-next{
    width: 56px;
    height: 56px;
    right: -100px;
    top: 40%;
    background: url(../images/cp_rico.png) center no-repeat;
}