body {
    font: 14px/1.5 'microsoft yahei', tahoma, arial, 'Hiragino Sans GB', '\5b8b\4f53', sans-serif
}

.nux-catagroy .level1:before {
    display: block;
    float: left;
    content: '';
    margin: 20px 0 0 10px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 7.5px solid #333;
    border-bottom: 5px solid transparent;
}

.nux-catagroy .arrow-open:before {
    display: block;
    float: left;
    content: '';
    margin: 20px 0 0 10px;
    width: 0;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7.5px solid #333;
}

.nux-catagroy .level1-list {
    display: block;
    padding: 0 0 0 30px!important;
}
.nux-catagroy .ellipsis-pro {
    padding:0 0 0 5px!important;
    margin-right: 10px;
}

.nux-catagroy .level2 {
    top: 65px;
    display: none;
}

.nux-catagroy .level2-list {
    display: block;
    height: 65px;
    line-height: 65px;
    text-align: center;
   border-bottom: solid 1px #e0e0e0;
}

.nux-catagroy .level2-list:hover {
    color: #fe9900;
}

.nux-catagroy .level2-list:last-child {
    border: none;
}

.nux-catagroy .active {
    color: #0388cc;
}

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

.wrapper:before,
.wrapper:after {
    content: ' ';
    display: table
}

.wrapper:after {
    clear: both
}

.nux-pagination {
    color: #333;
    text-align: center
}

.nux-pagination .num {
    display: inline-block;
    min-width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    margin: 0 4px;
    border-radius: 3px;
    border: 1px solid #d9d9d9;
    color: #222
}

.nux-pagination .prev,
.nux-pagination .next,
.nux-pagination .current {
    display: inline-block;
    min-width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    margin: 0 4px;
    border-radius: 3px;
    border: 1px solid #d9d9d9;
    color: #222
}

.nux-pagination .prev,
.nux-pagination .next {
    padding: 0 5px
}

.nux-pagination .current {
    background: #0074d4;
    border-color: #0074d4;
    color: #fff
}

.site-header .lang-hotline {
    margin-top: 20px
}

.site-header .lang-hotline .lang {
    display: block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    border-radius: 100%;
    color: #a3a3a3;
    font-size: 12px;
    text-transform: uppercase;
    border: solid 1px #a3a3a3;
    text-align: center
}

.site-header .lang-hotline .lang:hover {
    background: #0074d4;
    color: #fff
}

.site-header .lang-hotline .lang-zh {
    margin-right: 10px
}

.site-header .lang-hotline .hotline .icon-tel {
    display: block;
    float: left;
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
    margin: 5px 6px 0 0;
    background-image: url("../images/common/icon_tel.png")
}

.site-header .lang-hotline .hotline strong {
    font-size: 24px;
    color: #fe9900
}

.site-header .logo img {
    display: block
}

.site-header .top-text {
    margin-top: 44px;
    margin-left: 18px
}


.site-header .hot-keywords {
    margin-top: 10px;
    color: #a2a2a2
}

.site-header .navbar {
    background: #0074d4;
    color: #fff
}

.site-header .navbar .menubar {
    width: 990px
}

.site-header .menu1 {
    float: left;
    width: 11.11111111111111%;
    position: relative;
    text-align: center;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.site-header .menu1:hover {
    background: #fe9900
}

.site-header .active {
    background: #fe9900
}

.site-header .menu1-list {
    display: block;
    height: 50px;
    line-height: 50px
}

.site-header .menu2 {
    position: absolute;
    z-index: 1000;
    display: none;
    left: 0;
    width: 100%;
    top: 30px
}

.site-header .menu2-list {
    display: block;
    color: #fff;
    height: 50px;
    line-height: 50px;
    background: #4ca4fd;
    text-align: center
}

.site-header .search-box {
    margin-top: 10px;
    width: 190px
}

.page-message form {
    margin-top: 30px;
}
.site-header .search-box .search-text {
    width: 160px;
    height: 30px;
    line-height: 28px;
    text-indent: 10px;
    border: solid 1px #d2d2d2;
    float: left
}

.site-header .search-box .search-btn {
    float: left;
    width: 30px;
    border: 0;
    height: 30px;
    background: #fe9900 url("../images/common/search_btn.png") no-repeat scroll center
}

#banner .swiper-slide {
    width: 100%;
    height: 450px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover
}

#banner .swiper-button-prev,
#banner .swiper-button-next {
    background-color: rgba(100, 100, 100, .3);
    background-image: url("../images/common/arrow.png");
    -webkit-background-size: cover;
    background-size: cover;
    width: 71px;
    height: 71px;
    margin-top: -35px;
    border-radius: 5px
}

#banner .swiper-button-next {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

#banner .swiper-pagination-bullets {
    bottom: 0;
    height: 62px
}

#banner .swiper-pagination-bullet {
    opacity: 1;
    width: 20px;
    height: 8px;
    border: 0;
    border-radius: 3px;
    background: #d2d2d2;
    margin-top: 25px
}

#banner .swiper-pagination-bullet-active {
    background: #fe9900
}

.site-footer .foot {
    background: #434343;
    color: #fff;
    padding: 35px 0 26px
}

.site-footer .foot .head {
    font-size: 16px
}

.site-footer .foot .content {
    margin-top: 15px;
    color: #bbb
}

.site-footer .foot .list {
    float: left;
    margin-right: 30px;
}
.site-footer-en .foot .list {
    margin-right: 5px;
}

.site-footer .foot .list .field-ctl {
    margin-bottom: 8px
}

.site-footer .foot .list .input-ctl {
    width: 298px;
    height: 30px;
    line-height: 28px;
    border: solid 1px #707070;
    border-radius: 3px;
    text-indent: 10px;
    outline: 0;
    color: #bbb;
    background: transparent
}

.site-footer .foot .list:last-child {
    margin: 0
}

.site-footer .foot .list .submit-btn {
    display: block;
    border: solid 1px #707070;
    width: 84px;
    height: 30px;
    line-height: 28px;
    border-radius: 3px;
    text-align: center
}

.site-footer .foot .list .links a {
    display: inline-block;
    margin-bottom: 15px
}

.site-footer .foot .list .f-qrcode {
    text-align: center
}

.site-footer .foot .list .f-qrcode img {
    max-width: 110px;
    display: block;
    margin-bottom: 12px
}

.site-footer .foot .list .icon {
    padding-left: 35px;
    margin-bottom: 10px;
    height: 40px;
    line-height: 40px
}

.site-footer-en .foot .list .icon {
    height: auto;
    line-height: 25px;
    margin-bottom: 15px;
}
.site-footer .foot .list .icon-tel {
    background: url("../images/common/f_icon_tel.png") no-repeat scroll left center
}

.site-footer .foot .list .icon-mobile {
    background: url("../images/common/f_icon_mobile.png") no-repeat scroll left center
}

.site-footer .foot .list .icon-location {
    background: url("../images/common/f_icon_location.png") no-repeat scroll left center
}
.site-footer-en .foot .list .icon-location {
    background-position: left top;
}

.site-footer .foot .list .icon-message {
    background: url("../images/common/f_icon_message.png") no-repeat scroll left center
}

.site-footer .copyright {
    line-height: 40px;
    height: 40px;
    text-align: center;
    background: #272727;
    color: #979797
}

.page-single {
    padding: 50px 0;
    background: #fafafa
}

.page-single:before,
.page-single:after {
    content: ' ';
    display: table
}

.page-single:after {
    clear: both
}

.page-single .aside {
    float: left;
    width: 210px
}

.page-single .aside .title {
    height: 46px;
    line-height: 46px;
    padding-left: 20px;
    background: #0074d4;
    font-size: 16px;
    color: #fff
}

.page-single .aside .section1 h3 {
    background: #e0e4ef;
    height: 46px;
    line-height: 46px;
    padding-left: 20px
}

.page-single .aside .section1 h3:hover {
    background: #fe9900;
    color: #fff
}

.page-single .aside .section1 h3:hover:before {
    border-color: #fff
}

.page-single .aside .section1 h3:before {
    display: block;
    content: '';
    width: 8px;
    margin-top: 18px;
    margin-right: 15px;
    height: 8px;
    float: left;
    border-left: solid 1px #333;
    border-bottom: solid 1px #333;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.page-single .aside .section1 ul li {
    background: #fff;
    padding: 0 10px
}

.page-single .aside .section1 ul li a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
    border-bottom: dashed 1px #c7c7c7
}

.page-single .aside .section1 ul li:last-child a {
    border: 0
}

.page-single .aside .section1 ul .level2-list:hover{
    color: #fe9900
}

.page-single .aside .section1 ul .active {
    color: #fe9900
}

.page-single .aside .section2 {
    margin-top: 30px
}

.page-single .aside .section2 .content {
    background: #fff;
    padding: 20px;
    line-height: 1.8
}

.page-single .main-wrapper {
    float: right;
    width: 955px;
    padding: 10px 20px 20px;
    background: #fff
}

.page-single .main-wrapper .breadcrumbs {
    border-bottom: solid 1px #e0e0e0;
    color: #535353
}

.page-single .main-wrapper .breadcrumbs:before,
.page-single .main-wrapper .breadcrumbs:after {
    content: ' ';
    display: table
}

.page-single .main-wrapper .breadcrumbs:after {
    clear: both
}

.page-single .main-wrapper .breadcrumbs .title {
    float: left;
    position: relative;
    font-size: 18px;
    padding: 8px 0
}

.page-single .main-wrapper .breadcrumbs .title:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    background: #0074d4;
    height: 1px;
    width: 145px
}

.page-single .main-wrapper .breadcrumbs .cur {
    margin-top: 13px;
    font-size: 14px;
    color: #2c2c2c;
    float: right
}

.page-single .main-wrapper .content {
    margin-top: 20px;
    line-height: 2
}

.page-product .list-wrapper {
    margin-left: -30px
}

.page-product .list-wrapper:before,
.page-product .list-wrapper:after {
    content: ' ';
    display: table
}

.page-product .list-wrapper:after {
    clear: both
}

.page-product .list-box {
    float: left;
    width: 33.333333333333336%;
    padding-left: 30px;
    margin-bottom: 10px
}

.page-product .list:hover .title {
    color: #0074d4
}
.page-product .list:hover .pic img {
    transform: scale(1.1);
    transition: all .2s ease-in-out;
}

.page-product .list .pic {
    width: 100%;
    height: 280px;
    overflow: hidden;
    position: relative
}

.page-product .list .pic img {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
}

.page-product .list .title {
    text-align: center;
    margin-top: 15px;
    color: #585858
}

.page-news .list {
    margin-bottom: 30px
}

.page-news .list .pic {
    float: left;
    width: 150px;
    height: 100px;
    overflow: hidden;
    position: relative
}

.page-news .list .pic img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.page-news .list .text {
    margin-left: 165px
}

.page-news .list .title {
    font-size: 16px;
    line-height: 25px
}

.page-news .list .date {
    line-height: 25px;
    color: #ccc
}

.page-news .list .desc {
    height: 50px;
    width: 100%;
    line-height: 25px;
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.page-news .d-title {
    text-align: center;
    font-size: 18px
}

.page-news .d-date {
    text-align: center;
    color: #ccc;
    font-size: 12px
}

.page-news .d-content {
    margin-top: 15px
}

.page-message form label {
    float: left;
    width: 60px;
    height: 32px;
    line-height: 32px;
    text-align: right;
    margin-right: 20px
}

.page-message form .field-ctl {
    margin-bottom: 15px
}

.page-message form .input-ctl {
    height: 32px;
    border-radius: 3px;
    line-height: 32px;
    width: 100%;
    border: 1px solid #ccc;
    text-indent: 15px;
    width: 300px
}

.page-message form .input-ctl:focus {
    outline: 0;
    border-color: #0058a1
}

.page-message form #feedback {
    height: 120px;
    width: 100%;
    border: 1px solid #ccc;
    width: 400px;
    border-radius: 3px;
    text-indent: 15px
}

.page-message form #feedback:focus {
    outline: 0;
    border-color: #0058a1
}

.page-message form .btn {
    display: inline-block;
    width: 160px;
    height: 34px;
    margin-left: 80px;
    line-height: 34px;
    text-align: center;
    background: #0074d4;
    color: #fff;
    border-radius: 3px
}

.backtotop {
    position: fixed;
    display: none;
    z-index: 1000;
    width: .72rem;
    height: .72rem;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
    background-image: url("../images/common/back.png");
    bottom: 1.4rem;
    right: .4rem
}

.page-index .m-head {
    border-bottom: solid 1px #e5e5e5;
    padding: 6px 0
}

.page-index .m-head .title .zh {
    font-size: 24px;
    color: #0074d4
}

.page-index .m-head .title .en {
    font-size: 20px;
    color: #fe9900;
    text-transform: uppercase
}

.page-index .m-head .more {
    color: #7a7b7b
}

.page-index .m-content {
    margin-top: 20px
}

.page-index .service {
    margin: 30px 0
}

.page-index .service .list-wrapper {
    margin-left: -10px
}

.page-index .service .list-wrapper:before,
.page-index .service .list-wrapper:after {
    content: ' ';
    display: table
}

.page-index .service .list-wrapper:after {
    clear: both
}

.page-index .service .list-box {
    float: left;
    width: 20%;
    padding-left: 10px
}

.page-index .service .list {
    position: relative;
    border: solid 1px #d2d2d2
}

.page-index .service .list:hover .mask {
    opacity: 1;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.page-index .service .list:hover .mask .title,
.page-index .service .list:hover .mask .desc,
.page-index .service .list:hover .mask .more {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.page-index .service .list .pic {
    width: 100%;
    height: 232px;
    overflow: hidden;
    position: relative
}

.page-index .service .list .pic img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.page-index .service .list .text {
    height: 50px;
    line-height: 50px;
    text-align: center
}

.page-index .service .list .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0;
    background: rgba(0, 116, 212, .8)
}

.page-index .service .list .mask .title {
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
    -webkit-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    transform: translate(0, -20px)
}

.page-index .service .list .mask .desc {
    padding: 0 20px;
    margin-top: 10px;
    font-size: 12px;
    -webkit-transform: translate(0, 25px);
    -ms-transform: translate(0, 25px);
    transform: translate(0, 25px);
    line-height: 2;
    height: 170px;
    overflow: hidden;
}

.page-index .service .list .mask .more {
    display: block;
    width: 26px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    transform: translate(0, 20px);
    margin: 0 auto;
    margin-top: 10px;
    background-image: url("../images/common/more.png")
}

.page-index .application {
    background: #f6f6f6;
    padding: 30px 0
}

.page-index .application .box {
    position: relative;
    padding: 45px 0
}

.page-index .application .swiper-button-prev,
.page-index .application .swiper-button-next {
    background-image: url("../images/common/prev.png");
    -webkit-background-size: contain;
    background-size: contain;
    width: 33px;
    height: 33px;
    border-radius: 100%
}

.page-index .application .swiper-button-disabled {
    background-image: url("../images/common/prev_disabled.png")
}

.page-index .application .swiper-button-prev {
    left: -60px
}

.page-index .application .swiper-button-next {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    right: -60px
}

.page-index .application .list {
    border: solid 2px #fff
}

.page-index .application .list:hover {
    border-color: #0074d4
}

.page-index .application .list:hover .title {
    color: #0074d4
}

.page-index .application .list .pic {
    width: 100%;
    height: 278px;
    overflow: hidden;
    position: relative
}

.page-index .application .list .pic img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.page-index .application .list .title {
    height: 55px;
    line-height: 55px;
    text-align: center
}

.page-index .about-news {
    margin: 35px auto 50px
}

.page-index .about {
    width: 582px
}

.page-index .about .pic {
    text-align: center
}

.page-index .about .desc {
    margin-top: 10px;
    height: 138px;
    width: 100%;
    line-height: 23px;
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    color: #5e5e5e
}

.page-index .about .more {
    margin-top: 12px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background: #fe9900;
    font-size: 12px
}

.page-index .news {
    width: 582px
}

.page-index .news .head {
    border-bottom: solid 1px #e5e5e5
}

.page-index .news .head .title {
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    padding: 0 20px;
    font-size: 18px;
    background: #0074d4
}

.page-index .news .head .title:before {
    display: block;
    content: '';
    width: 4px;
    height: 4px;
    background: #fff;
    float: left;
    margin: 21px 10px 0 0
}

.page-index .news .content {
    margin-top: 20px
}

.page-index .news .list {
    height: 50px;
    border-bottom: dashed 1px #bcbcbc;
    line-height: 50px;
    color: #5e5e5e
}

.page-index .news .list .title {
    width: 450px
}

.page-index .news .list .title:hover {
    color: #0074d4
}

.page-index .news .list .date {
    margin-right: 15px
}

.page-index .news .list:first-child {
    padding-bottom: 20px;
    height: auto
}

.page-index .news .list:first-child:before,
.page-index .news .list:first-child:after {
    content: ' ';
    display: table
}

.page-index .news .list:first-child:after {
    clear: both
}

.page-index .news .list:first-child .pic {
    float: left;
    width: 200px;
    height: 130px;
    overflow: hidden;
    position: relative
}

.page-index .news .list:first-child .pic img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.page-index .news .list:first-child .text {
    line-height: 1.5;
    margin-left: 220px
}

.page-index .news .list:first-child .text .title {
    font-size: 18px;
    color: #262626;
    width: auto;
}

.page-index .news .list:first-child .text .title:hover {
    color: #0074d4
}

.page-index .news .list:first-child .text .date {
    font-size: 12px;
    margin-top: 5px;
    color: #939393
}

.page-index .news .list:first-child .text .desc {
    margin-top: 8px;
    height: 69px;
    width: 100%;
    line-height: 23px;
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}