/************
 * 页面样式
 ************/
/*=============
 * 基础默认样式
 =============*/

html {
    color: #333;
    min-width: 320px;
    font-size: 100%;


}

section {
    text-shadow: none;
}

ul,
h1,
h2,
h3,
p,
div,
dl,
dt,
dd,
figure,
figcaption {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
    transition: all .5s;
}

/*=============
 * 工具样式
 =============*/
.center-block {
    display: block;
    margin-right: 0;
    margin-left: 0;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.clearfix:after,
.clearfix:before {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
}

* {
    box-sizing: border-box;
}

/*=============
 * 浏览器更新提示
 =============*/
.browerupgrade {
    margin: 0;
    padding: 1rem;
    background: #ccc;
}

/*=============
 * 自定义页面样式
 =============*/
body {

    line-height: 1.8;
    background: #fff;
    font-family: Microsoft YaHei;
}

a {
    color: #666;
    text-decoration: none;
    transition: all .4s;
}

a:active,
a:hover {
    color: #D80808;
    text-decoration: none;
}

.container {
    max-width: 77em;
    margin: 0 auto;
    padding: 0 1rem;
}

.newNavBar {
    position: relative;
    z-index: 99;
}

.newNavBar .nawNavBarTop {
    height: 30px;
    line-height: 30px;
    background: #fff url("../images/top_bg.jpg") repeat-x;
    background-size: auto 100%;
    color: #888888;
    font-size: 14px;
    margin: 0 auto;
}

.newNavBar .nawNavBarTop .nawNavBarTopInner {
    width: 1200px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    margin: 0 auto;
    color: #333333;
    font-size: 14px;
}

.newNavBar .nawNavBarTop .nawNavBarTopInner a {
    color: #333333;
    font-size: 14px;
}

.newNavBar .newNavLogo {
    height: 80px;
    background: #0e4597;
}

.newNavBar .newNavLogo .naeNavLogoInner {
    width: 1200px;
    height: 80px;
    line-height: 80px;
    padding: 0 10px;
    margin: 0 auto;
    overflow: hidden;
}

img.slogo,img.slogo2 {
    float: left;
    height: 80px;
}

.stxt {
    float: left;
    font-size: 14px;
    line-height: 2;
    margin: 10px 0 0 10px;
    color: #ffffff;
}

img.slianxi {
    float: right;
    margin: 5px 0 0 0;
}

.navbar {
    background: #0e4597;
    height: 5em;
    /*box-shadow: 0 2px 10px rgba(0, 0, 0, .8);*/
    overflow: hidden;
    position: fixed;
    z-index: 30;
    left: 0;
    top: 0;
    width: 100%;
}

.logoTitle {
    float: left;
    font-size: 12px;
    padding: 20px 0 0 10px;
}

.logo img {
    max-height: 4rem;
    width: auto;
    margin-top: .5rem;
}

.nav {
    text-align: right;
    font-size: 0;
}

.nav li {
    display: inline-block;
    font-size: 1rem;
}

.nav li a {
    display: block;
    line-height: 5rem;
    height: 5rem;
    padding: 0 1.5rem;
}

.nav li.cur a {
    color: #D80808;
    text-decoration: none;
}

.ad {
    text-align: center;
}

.ad .item {
    font-size: 0;
    background: #535353;
}

.owl-theme .owl-controls {
    margin-top: -45px !important;
}

.sy-about {
    background: #0e4597;
    padding: 2rem 0;
    color: #fff;
}

.sy-abtxt {
    width: 60%;
}

.sy-abtxt h2 {
    font-size: 1.5rem;
    padding-bottom: .5rem;
    font-weight: 400;
}

.ab-btn {
    text-align: right;
}

.ab-btn a {
    display: inline-block;
    border-radius: 1.875rem;
    height: 3.125rem;
    margin-top: 1rem;
    width: 18%;
    line-height: 3.125rem;
    background: #fff;
    color: #333;
    text-align: center;
}

.ab-btn a:hover {
    background: #F13A3A;
    color: #fff;
}

.title {
    padding-top: 3rem;
    text-align: center;
    padding-bottom: 1rem;
    border-bottom: 1px #f6f6f6 solid;
}

.title h2 {
    font-size: 1.875rem;
    font-weight: 400;
    padding-bottom: .5rem;
}

.title p {
    color: #999;
}

.service-list {
    font-size: 0;
    padding-bottom: 2rem;
}

.service-list li {
    padding: 0 1rem;
    font-size: 1rem;
    text-align: center;
    margin-top: 0rem;
}

.service-list h3 {
    font-size: 1.5rem;
    font-weight: 400;
    margin-top: 0rem;
}

.service-list i {
    font-size: 7rem;
    transition: all .4s;
    transform: rotate(0deg);
}

.service-list li p {
    font-size: 0.875rem;
    color: #999;
}

.service-list li:hover i {
    color: #F13A3A;
}

.programme-box {
    background: #f1f1f1;
    padding-bottom: 3rem;
}

.ff-list {
    font-size: 0;
}

.ff-list li {
    display: inline-block;
    position: relative;
    background: #000;
    overflow: hidden;
}

.ff-list li img {
    width: 100%;
    max-width: 100%;
}


.fa-txt {
    font-size: 4rem;
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    opacity: 0;
    transition: all .4s;
}

.ff-list li a:hover img {
    opacity: .3;
    transform: scale(1.2, 1.2);
}

.ff-list li a:hover .fa-txt {
    opacity: 1;
    font-size: 1.25rem;
}

.advantage-box {
    padding-bottom: 3rem;
}

.advantage-list {
    font-size: 0;
}

.advantage-list li {
    font-size: 1rem;
    text-align: center;
    margin-top: -1rem;
}

.advantage-list li i {
    font-size: 7rem;
    transition: all .4s;
}

.advantage-list li h3 {
    font-size: 3rem;
    color: #F13A3A;
    margin-top: -1rem;
}

.advantage-list li p {
    color: #999;
}

.advantage-list li:hover i {
    color: #F13A3A;
}

#owl-demo4 .owl-controls,
#owl-demo5 .owl-controls,
#owl-demo6 .owl-controls {
    margin-top: 15px !important;
}

.brand-box {
    background: url("../images/ban.jpg") /*tpa=http://www.17sucai.com/preview/511164/2016-08-05/%E8%AE%BE%E8%AE%A1%E5%85%AC%E5%8F%B8/img/ban.jpg*/ center top;
    background-attachment: fixed;
    background-size: cover;
}

.brand-box .box1 {
    padding: 4rem 1rem;
    max-width: 75rem;
    margin: 0 auto;
}

.brand-box h2 {
    text-align: center;
    color: #fff;
    font-size: 2rem;
    background: rgba(0, 0, 0, .4);
    padding: 1rem 0;
}

.brand-box h2 span {
    color: #F13A3A;
    font-size: 3rem;
}

.brand-box h2 strong {
    display: block;
}

.team-list .item {
    position: relative;
    margin: 0 .5rem;
    overflow: hidden;
}

.team-list .item img {
    width: 100%;
    height: auto;
    display: block;
}

.team-box {
    background: #f1f1f1;
    padding-bottom: 3rem;
}

.team-list .item .name-t {
    background: #fff;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    box-shadow: 0 2px 6px #000;
}

.team-abs {
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 3rem;
    right: 0;
    background: rgba(0, 0, 0, 0);
    transition: all .4s;
}

.team-abs h3 {
    padding-top: 40%;
    color: hsla(0, 0%, 100%, 0);
    font-size: 3rem;
    font-weight: 400;
    transition: all .4s;
}

.team-abs p {
    color: hsla(0, 0%, 100%, 0);
    transition: all .4s;
    font-size: 2rem;
}

.team-list .item a:hover .team-abs {
    background: rgba(0, 0, 0, .8);
}

.team-list .item a:hover .team-abs h3 {
    color: hsla(0, 0%, 100%, 1);
    font-size: 1.5rem;
}

.team-list .item a:hover .team-abs p {
    color: hsla(0, 0%, 100%, 1);
    font-size: 1rem;
}

#owl-demo2 .owl-controls {
    margin-top: 1.5rem !important;
}

#owl-demo3 .owl-controls {
    margin-top: .5rem !important;
}

.value-box {
    background: url("../images/bg2.jpg") /*tpa=http://www.17sucai.com/preview/511164/2016-08-05/%E8%AE%BE%E8%AE%A1%E5%85%AC%E5%8F%B8/img/bg2.jpg*/ center center no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.value-txt {
    width: 50%;
    margin-left: 50%;
    background: rgba(30, 39, 48, .8);
    padding: 5rem 0 5rem 3rem;
    color: #fff;
}

.value-txt h2 {
    font-size: 2.375rem;
    padding-bottom: .5rem;
    font-weight: 400;
}

.value-txt .ab-btn {
    text-align: center;
}

.value-txt .ab-btn a {
    min-width: 10rem;
}

.lx-box {
    padding-bottom: 3rem;
}

.lx-list {
    font-size: 0;
}

.lx-list li {
    display: inline-block;
    width: calc(25% - 0.76rem);
    border: 1px #ddd solid;
    font-size: 1rem;
}

.lx-list li + li {
    margin-left: 1rem;
}

.lx-list li i {
    float: left;
    font-size: 3rem;
    padding: 0 1rem;
}

.lx-list li p {
    padding: 0.5rem 0;
    text-align: center;
}

.lx-list li p span {
    display: block;
    font-size: 0.875rem;
    color: #999;
}

.footer {
    background: #053575;
    padding: 2rem 0;
    color: #fff;
    font-size: 0.875rem;
    text-align: center;
}

.b-nav {
    padding: 1rem 0;
    text-align: center;
    border-top: 1px #fff solid;
}

.b-nav a {
    display: inline-block;
    padding: 0 2rem;
    color: #fff;
}

.b-nav a:hover {
    color: #D80808;
}

.page {
    padding: 3rem 1rem;
}

.page-tit {
    text-align: center;
    font-size: 1.75rem;
    font-weight: 400;
}

.sub-list {
    text-align: center;
    padding-top: 1rem;
    border-bottom: 1px #dfdfdf solid;
    padding-bottom: 1.5rem;
    font-size: 0;
}

.sub-list li {
    display: inline-block;
    font-size: 1rem;
}

.sub-list li a {
    display: inline-block;
    padding: .3rem 2rem;
    border: 1px solid #dfdfdf;
    margin: 0 0.5rem;
    border-radius: 5rem;
}

.sub-list li a:hover,
.sub-list li.active a {
    background: #D80808;
    color: #fff;
    border-color: #D80808;
}

.al-list {
    padding-top: 2rem;
    font-size: 0;
}

.al-list li {
    display: inline-block;
    width: 25%;
    position: relative;
    transition: all .4s;
}

.al-abs {
    text-align: center;
    position: absolute;
    background: rgba(0, 0, 0, 0);
    z-index: 10;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border: 10px solid hsla(0, 0%, 100%, 0);
    background-clip: padding-box;
    transition: all .4s;
}

.al-abs span {
    transition: all .4s ease .2s;
    position: absolute;
    left: 50%;
    font-size: 2rem;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    color: hsla(213, 0%, 100%, 0);
}

.al-list li a {
    display: inline-block;
    overflow: hidden;
}

.al-list li:hover img {
    transform: scale(1.2, 1.2);
}

.al-list li:hover .al-abs {
    background: rgba(0, 0, 0, .6);
    border: 10px solid hsla(0, 0%, 100%, .5)
}

.al-list li:hover span {
    color: hsla(213, 0%, 100%, 1);
    font-size: 1rem;
}

.page-ajax {
    text-align: center;
}

.page-ajax a {
    font-size: 1rem;
    display: inline-block;
    padding: 1rem 2rem 1rem;
    position: relative;
}

.page-ajax a:hover {
    color: #D80808;
}

.page-ajax a i {
    display: inline-block;
}

.page-ajax a i:after {
    content: '';
    border: 5px solid transparent;
    border-top-color: #666;
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -5px;
}

.page-ajax a:hover i:after {
    border-top-color: #D80808;
}

.al-tit {
    padding: 2rem 0 1rem;
    text-align: left;
}

.al-tit h1 {
    font-size: 1.75rem;
    font-weight: 400;
}

.al-tit h1 span {
    display: inline-block;
    margin-left: 1rem;
    font-size: 0.875rem;
    color: #999;
}

.al-dbox {
    padding-top: 2rem;
}

.l-box {
    width: 73%;
    background: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    padding: 1.5rem;
}

.r-box {
    background: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    padding: 1.5rem;
    width: 25%;
}

.r-box .al-list li {
    width: 100%;
}


.product-title {
    font-size: 1rem;
    line-height: 1.875;
    font-weight: 400;
    border-bottom: 1px solid #e4eaec;
    padding: 0 0 .5rem 1rem;
    position: relative;
}

.product-title:before {
    content: '';
    width: 7rem;
    height: 2px;
    background: #333;
    position: absolute;
    left: 0;
    bottom: -1px;
}

.text-box {
    padding-top: 1rem;
    font-size: .875rem;
}

.xm-mx {
    padding-top: 1rem;
}

.mt1 {
    margin-top: 1rem;
}

.new-list {
}

.new-list li {
    color: #666;
    padding: 1.5rem 0;
    border-bottom: 1px #ddd solid;
}

.new-list li span {
    margin-right: 1rem;
    color: #666;
    text-align: center;
    background: #f2f2f2;
    float: left;
    width: 5.25rem;
    height: 5.25rem;
}

.new-list li span strong {
    font-size: 1.5rem;
    padding-top: 1rem;
}

.new-list li p {
    font-size: .875rem;
    height: 3.125rem;
    overflow: hidden;
}

.new-list li a {
    padding-bottom: .3rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.125rem;
    color: #333;
    display: block;
}

.new-list li a:hover {
    color: #D80808;
}

.n-title {
    padding-bottom: 1.2rem;
    border-bottom: 1px #DFDFDF solid;
    text-align: center;
}

.n-title h1 {
    font-size: 2rem;
    font-weight: 400;
}

.n-title .inf {
    color: #999;
    font-size: .875rem;
}

.news-txt {
    padding-top: 1.5rem;
    font-size: 0.875rem;
}

.news-txt img {
    display: inline-block;
    margin: .5rem auto;
}

.ab-txt .value-box {
    background-attachment: inherit;
    background-size: cover;
}

.txt01{ max-width: 70rem; margin: 2rem auto; font-size: .875rem; line-height: 2rem;}


.txts{ line-height:2.5; font-size:1.05rem}

.map {
    margin: 2rem 0;
}

.nav-num {
    display: none;
}

.nav-logo {
    position: absolute;
    right: 2rem;
    top: 1rem;
    display: none;
}

.nav-logo span {
    width: 30px;
    height: 4px;
    background: #ffffff;
    display: block;
    margin-bottom: 6px;
}

.mobile-nav {
    height: 100%;
    background: #0e4597;
    position: fixed;
    right: -200px;
    top: 3.75rem;
    width: 200px;
    overflow: hidden;
    display: none;
}

.mobile-nav ul {
    padding: 15px 0;
}

.mobile-nav a {
    display: block;
    border-bottom: 1px #666 solid;
    height: 40px;
    line-height: 40px;
    padding-left: 5px;
    color: #fff;
    padding: 0 25px;
    font-size: 15px;
}

.mobile-nav a:active {
    background: #fff;
    color: #0e4597;
}

#filters li {
    margin-bottom: 1rem;
}

#filters li span {
    display: inline-block;
    padding: .3rem 2rem;
    border: 1px solid #dfdfdf;
    margin: 0 0.5rem;
    border-radius: 5rem;
    cursor: pointer;
}

#filters li span.active {
    background: #D80808;
    color: #fff;
    border-color: #D80808;
}

.pNumber {
    padding: 0 0.4rem 0 0;
    font-size: 1.4rem;
}

.pNumber i {
    font-size: 1.4rem;
    margin: 0 0.3rem 0 0;
}


/*hezhuoze*/
.cBrand {
    padding: 10px 0;
}

.cBrandTitle {
    font-size: 1.875rem;
    font-weight: 400;
    padding-bottom: .5rem;
    text-align: center;
    line-height: 2.5;
    position: relative;
}

.cBrandTitle:after {
    position: absolute;
    width: 300px;
    height: 2px;
    overflow: hidden;
    background: #c2c2c2;
    left: 50%;
    margin-left: -150px;
    bottom: 0;
    content: '';
}

ul.cBrandList {
    overflow: hidden;
    padding: 20px 0 10px 0;
}

ul.cBrandList li {
    width: 25%;
    padding: 20px 0;
    float: left;
}

ul.cBrandList li .pic {
    width: 200px;
    height: 130px;
    margin: 0 auto;
}

ul.cBrandList li .pic01 {
    background: url("../images/bPic01.jpg") no-repeat;
    background-size: 100% 100%;
}

ul.cBrandList li:hover .pic01 {
    background: url("../images/bPic01-hover.jpg") no-repeat;
    background-size: 100% 100%;
}

#owl-demo4 .owl-wrapper {
    width: 100% !important;
}

#owl-demo4 .owl-wrapper .owl-item {
    width: 33.33% !important;
}

#owl-demo4 .owl-controls {
    display: none !important;
}

ul#owl-demo4.ff-list li {
    background: #f1f1f1;
    padding: 10px;
}

.cNews {
    overflow: hidden;
}

.containerInner {
    overflow: hidden;
    padding: 0 0 20px 0;
    background: #ffffff;
    margin: 20px 0;
}

.containerInnerW50 {
    width: 48%;
    float: left;
    padding: 0 1%;
}

.cNews {
    background: #f1f1f1;
}

ul.newsList li {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dotted #e5e5e5;
    font-size: 14px;
    text-align: right;
}

ul.newsList li a {
    float: left;
    overflow: hidden;
}

ul.newsList li a.link {
    height: 40px;
    line-height: 40px;
    max-width: 450px;
}

ul.newsList li.first {
    height: 110px;
    overflow: hidden;
    text-align: left;
    padding: 0 0 0 176px;
    position: relative;
}

ul.newsList li.first .pic {
    width: 152px;
    height: 107px;
    position: absolute;
    left: 0;
    top: 0;
}

ul.newsList li.first .info {
}

ul.newsList li.first h2 {
    font-size: 14px;
    line-height: 2;
    overflow: hidden;
}

ul.newsList li.first h2 {
    text-align: right;
    height: 30px;
    line-height: 30px;
}

ul.newsList li.first h2 a {
    max-width: 240px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

ul.newsList li.first .txt {
    line-height: 1.5;
    overflow: hidden;
    height: 63px;
    text-align: justify;
}

.smallTitle {
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #cccccc;
    position: relative;
    margin-bottom: 10px;
    text-align: right;
    font-size: 12px;
}

.smallTitle em {
    float: left;
    font-style: normal;
    font-size: 14px;
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
    color: #f13a3a;
    font-weight: bold;
    position: relative;
}

.smallTitle em:after {
    width: 100%;
    height: 2px;
    overflow: hidden;
    background: #f13a3a;
    position: absolute;
    left: 0;
    bottom: -1px;
    content: '';
}

@font-face {
    font-family: "iconfont";
    src: url("../fonts/iconfont.eot?t=1584203790547");
    /* IE9 */
    src: url("../fonts/iconfont.eot?t=1584203790547#iefix") format("embedded-opentype"), url("data:application/x-font-woff2;charset=utf-8;base64,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") format("woff2"), url("../fonts/iconfont.woff?t=1584203790547") format("woff"), url("../fonts/iconfont.ttf?t=1584203790547") format("truetype"), url("../fonts/iconfont.svg?t=1584203790547#iconfont") format("svg");
    /* iOS 4.1- */
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-wechat:before {
    content: "\e65d";
}

.icon-phone:before {
    content: "\e608";
}

.icon-need:before {
    content: "\e623";
}

.icon-up:before {
    content: "\e635";
}

.icon-icon8:before {
    content: "\e630";
}

.icon-icon6:before {
    content: "\e604";
}

.icon-icon7:before {
    content: "\e609";
}

.icon-icon5:before {
    content: "\e663";
}

.icon-icon2:before {
    content: "\e603";
}

.icon-icon3:before {
    content: "\e698";
}

.icon-icon4:before {
    content: "\e662";
}

.icon-icon1:before {
    content: "\e600";
}

ul.rightService {
    position: fixed;
    height: 70px;
    height: 280px;
    right: 0;
    top: 50%;
    margin-top: -140px;
}

ul.rightService li {
    width: 70px;
    height: 70px;
    padding: 10px 0;
    background: #0e4597;
    color: #ffffff;
    position: relative;
    cursor: pointer;
}

ul.rightService li i.iconfont {
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin: 0 auto;
    font-size: 20px;
}

ul.rightService li h5 {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    margin: 0;
    text-align: center;
}

ul.rightService li:after {
    content: '';
    width: 50px;
    height: 1px;
    overflow: hidden;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    bottom: 0;
}

ul.rightService li.last {
    display: none;
}

ul.rightService li:hover .showInner {
    display: block;
}

.callNumber {
    width: 245px;
    height: 78px;
    line-height: 78px;
    text-align: center;
    font-weight: bold;
    position: absolute;
    right: 70px;
    top: -4px;
    background: url(../images/call-tag-bg@2x.png) no-repeat;
    background-size: 100% 100%;
    color: #333333;
    display: none;
}

.wechatService {
    padding: 10px;
    width: 118px;
    height: 138px;
    background: #ffffff;
    position: absolute;
    right: 70px;
    top: 0;
    display: none;
}

.wechatService img {
    width: 98px;
    height: 98px;
    display: block;
    padding: 3px;
    border: 1px solid #CED5E0;
}

.wechatService h6 {
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    margin: 0;
    color: #333333;
}

.site {
    padding: 2rem 1rem 1rem 1rem;
}

.filter-box {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99;
    display: none;
}

.filter-box-inner {
    width: 700px;
    height: 540px;
    position: absolute;
    left: 50%;
    margin-left: -350px;
    top: 50%;
    margin-top: -270px;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
}

.filter-box-inner .close-btn {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    line-height: 30px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    text-align: center;
}

.filter-box-inner h6 {
    padding: 20px 0;
    margin: 0;
    line-height: 40px;
    font-size: 24px;
    text-align: center;
}

.filter-box-inner ul.form-list {
    width: 600px;
    margin: 0 auto;
}

.filter-box-inner ul.form-list li {
    height: 40px;
    line-height: 40px;
    margin: 0 0 30px 0;
    position: relative;
}

.filter-box-inner ul.form-list li label.label {
    display: none;
}

#Validform_msg {
    display: none !important;
}

.Validform_checktip {
    position: absolute;
    height: 30px;
    line-height: 30px;
    right: 0;
    bottom: -30px;
    font-size: 12px;
}

.Validform_wrong {
    color: #ff0000;
}

.Validform_right {
    color: #79bf00;
}

.filter-box-inner ul.form-list li input.text {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    font-size: 14px;
    border: 1px solid #E8EAED;
}

.filter-box-inner ul.form-list li.auto {
    height: auto;
    margin-bottom: 20px;
}

.filter-box-inner ul.form-list li textarea.textarea {
    width: 100%;
    resize: none;
    display: block;
    height: 90px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 14px;
    border: 1px solid #E8EAED;
}

.filter-box-inner ul.form-list li input.submit {
    width: 250px;
    height: 60px;
    border-radius: 30px;
    border: none;
    background-image: linear-gradient(127deg, #41B5FF 0%, #2670FA 100%);
    color: #ffffff;
    font-size: 18px;
    display: block;
    margin: 0 auto;
    outline: none;
    cursor: pointer;
}

.filter-bottom {
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #F5F7FB;
    border-top: solid 1px #cccccc;
    color: #888888;
    font-size: 14px;
}

.filter-botton span {
    margin: 0 20px;
}

/*  Nav */
#dd-navigation {
    background: #033387 url('../images/nav-bg.png') repeat-x;
    clear: both;
    height: 50px;
}

#nav-strip ul li.nav-item, #nav-strip ul li.nav-item.active, #nav-strip ul li.nav-item:hover {

}

#nav-strip {
    clear: both;
    margin: 0 auto;
    width: 1200px;
    height: 50px;
    line-height: 28px;
    position: relative;
    z-index: 16777265;
    /*border-right: solid 1px #373737;*/
    /*border-left: solid 1px #181818;*/
    /*background: url('../images/nav-li.png') repeat-x;*/
}

#nav-strip a:hover {
    text-decoration: none;
}

#nav-strip ul li.nav-item {
    display: inline;
    float: left;
    position: relative;
    width: 149px;
    height: 50px;
    text-align: center;
    padding: 0 2px 0 0;
    background: url("../images/nav-line.png") no-repeat right center;
}

#nav-strip ul li.nav-item:hover, #nav-strip ul li.nav-item.hover {
    background: url('../images/nav-hover.png') repeat-x;
}

#nav-strip ul li.nav-item:hover a, #nav-strip ul li.nav-item.hover a {
    color: #ffffff;
}

#nav-strip ul li a {
    font-weight: bold;
    color: #FFFFFF;
    display: block;
    padding: 11px;
    font-size: 14px;
    outline: none;
}

#nav-strip ul li a .primary-link, #nav-strip ul li.active a .primary-link, #nav-strip ul li.hover a .primary-link {
    background: url('../images/sprite-nav.gif') 100% -8px no-repeat transparent;
    padding-right: 20px;
}

#nav-strip ul li.no-subnav a .primary-link {
    background: none;
    padding-right: 0;
}

/*  subNav */
#nav-strip ul li .subnav {
    display: none;
    position: absolute;
    top: 48px;
    left: 0;
    background: #ff9c04;
    z-index: 16777263;
    *min-width: 150px;
}

#nav-strip .subnav-inner {
    float: left;
    width: 160px;
}

#nav-strip ul li .subnav ul {
    float: left;
    width: 160px;
    margin: 0;
}

#nav-strip ul li .subnav ul li {
    display: block;
    height: 40px;
    line-height: 40px;
    margin: 0;
    width: 160px;
}

#nav-strip ul li .subnav ul li a {
    font-weight: normal;
}

#nav-strip ul li .subnav ul li a, #nav-strip ul li.nav-item:hover .subnav ul li a {
    font-size: 12px;
    color: #fff;
    white-space: nowrap;
    *white-space: normal;
    _white-space: nowrap;
    height: 40px;
    line-height: 40px;
    padding: 0;
}

#nav-strip ul li .subnav ul li a, #nav-strip ul li.nav-item:hover .subnav ul li a {
    white-space: normal;
}

#nav-strip ul li .subnav ul li.active a, #nav-strip ul li .subnav ul li a:hover {
    /*background: #0a0a0a url('../images/arrow.gif') 6px 16px no-repeat;*/
    color: #ffffff !important;
    background: #0054a0;
}

img.slogo2 {
    display: none;
}

@media (max-width: 1216px) {

    .newNavBar .newNavLogo .naeNavLogoInner {
        width: 100%;
    }
    .newNavBar .nawNavBarTop .nawNavBarTopInner {
        width: 100%;
    }
    #nav-strip {
        width: 100%;
    }
    #nav-strip ul li.nav-item {
        width: 12.5%;
        box-sizing: border-box;
    }
    #owl-demo5 .owl-wrapper {
        /*width: 100% !important;*/
    }

    #owl-demo5 .owl-wrapper .owl-item {
        /*width: 33.33% !important;*/
    }

    ul.cBrandList li .pic {
        width: 160px;
        height: 104px;
    }
}


@media (max-width: 1000px) {
    img.slogo {
        display: none;
    }
    img.slogo2 {
        display: block;
    }
}

@media only screen and (max-width: 50em) {
    #nav-strip ul li a {
        padding: 10px 0;
    }
    #nav-strip ul li a .primary-link {
        padding-right: 0;
        background: none;
    }
    .cNews .container {
        padding: 0;
    }

    .smallTitle {
        height: 3rem;
        line-height: 3rem;
    }

    .smallTitle em {
        font-size: 1rem;
    }

    .smallTitle span.more a {
        font-size: 0.875rem;
    }

    ul.newsList li {
        font-size: 0.875rem;
        height: 3rem;
        line-height: 3rem;
    }

    ul.newsList li h2 {
        height: 2rem;
        line-height: 2rem;
    }

    ul.newsList li h2 a {
        float: left;
    }

    ul.newsList li a.link {
        height: 3rem;
        line-height: 3rem;
        width: 13rem;
    }

    ul.newsList li.first {
        height: 7rem;
    }

    ul.newsList li.first .pic {
        width: 10rem;
        height: 6.2rem;
    }

    ul.newsList li.first h2 {
        text-align: left;
    }

    ul.newsList li.first h2 span {
        display: none;
    }

    .containerInnerW50 {
        width: 98%;
        float: none;
    }

    ul.cBrandList li {
        width: 50%;
    }

    ul.cBrandList li .pic {
        width: 12rem;
        height: 7.8rem;
    }

    .cBrandTitle {
        font-size: 1.4rem;
    }

    .cBrandTitle:after {
        width: 80%;
        margin-left: -40%;
    }

    .brand-box h2 {
        font-size: 1.5rem;
        font-weight: 400;
    }

    .value-txt {
        width: 70%;
        margin: 0 auto;
    }

    .lx-list li {
        width: calc(50% - .5rem);
        margin-bottom: 1rem;
    }

    .lx-list li:nth-child(3) {
        margin-left: 0;
    }

    .ab-btn {
        text-align: center;
    }

    .ab-btn a {
        width: 50%;
        max-width: 10rem;
    }

    .al-list li {
        width: 50%;
    }

    .l-box {
        width: 100%;
        padding: 1rem;
    }

    .r-box {
        width: 100%;
        margin-top: 1rem;
        padding: 1rem;
    }

    .al-dbox .al-list li {
        width: 50%;
    }
}

@media only screen and (min-width: 30.0625em) and (max-width: 47em) {

    .newNavBar {
        display: none;
    }
    .navbar {
        display: block !important;
    }
    .ad {
        margin-top: 3.75rem;
    }
    .filter-box-inner {
        width: 90%;
        margin-left: -45%;
    }

    .filter-box-inner h6 {
        font-size: 20px;
    }

    .filter-box-inner ul.form-list {
        width: 90%;
    }

    .ab-btn {
        text-align: center;
    }

    .ab-btn a {
        width: 50%;
    }

    .brand-box h2 {
        line-height: 3rem;
    }

    .brand-box h2 span {
        display: none;
    }

    .brand-box h2 strong {
        display: inline-block;
        font-weight: 400;
    }

    .value-txt {
        width: 100%;
    }

    .value-txt h2 {
        font-size: 2rem;
    }

    .b-nav a {
        padding: 0 1rem;
    }

    .sub-list li {
        width: 50%;
        margin-bottom: 1rem;
    }

    .sub-list li a {
        width: 80%;
    }

    .nav {
        display: none;
    }

    .nav-logo {
        display: block;
    }

    .nav-num {
        display: block;
        position: absolute;
        right: 5rem;
        font-size: 1.2rem;
        font-weight: bold;
        top: 0.45rem;
        color: #ffffff;
    }

    .nav-num i {
        font-size: 1.4rem;
        margin: 0 0.3rem 0 0;
    }

    .navbar {
        height: 3.75rem;
    }

    .logo img {
        height: 2.75rem;
    }


    .logoTitle {
        display: none;
    }

    ul.cBrandList li .pic {
        width: 8rem;
        height: 5.2rem;
    }
}

@media (max-width: 550px) {
    .pull-left.logo {
        margin-left: -1rem;
    }
    .logo img {
        height: 2.4rem;
    }
    .nav-logo {
        right: 0.5rem;
    }
    .nav-num {
        font-size: 0.36rem;
        right: 3rem;
    }
}

@media only screen and (max-width: 30em) {
    .filter-box-inner {
        width: 90%;
        height: 31.6rem;
        margin-left: -45%;
    }

    .newNavBar {
        display: none;
    }

    .navbar {
        display: block !important;
    }

    .pull-left.logo {
        margin: 0 !important;
    }
    .nav-num {
        display: none !important;
    }

    .filter-box-inner h6 {
        font-size: 1.2rem;
        height: 4rem;
        line-height: 4rem;
        padding: 0;
    }

    .filter-box-inner .close-btn {
        width: 1.5rem;
        height: 1.5rem;
        line-height: 1.5rem;
        font-size: 1rem;
    }

    .filter-box-inner ul.form-list {
        width: 90%;
    }

    .filter-box-inner ul.form-list li {
        height: 3rem;
        line-height: 3rem;
        margin-bottom: 1.5rem;
    }

    .filter-box-inner ul.form-list li.auto {
        margin-bottom: 1rem;
    }

    .filter-box-inner ul.form-list li input.text {
        height: 3rem;
    }

    .filter-box-inner ul.form-list li textarea.textarea {
        height: 5rem;
    }

    .filter-box-inner ul.form-list li input.submit {
        width: 12rem;
        height: 3.2rem;
        line-height: 3.2rem;
        border-radius: 1.5rem;
        font-size: 1rem;
    }

    .Validform_checktip {
        height: 1.5rem;
        line-height: 1.5rem;
        font-size: 0.4rem;
        bottom: -1.5rem;
    }

    .filter-bottom {
        padding: 0.5rem 0;
        height: auto;
        line-height: normal;
    }

    .filter-bottom span {
        display: block;
        line-height: 1.5rem;
    }

    ul.cBrandList li .pic {
        width: 8rem;
        height: 5.2rem;
    }

    .logoTitle {
        display: none;
    }

    .sy-abtxt {
        width: 100%;
    }

    .sy-abtxt {
        width: 100%;
        font-size: .875rem;
    }

    .brand-box h2 {
        line-height: 3rem;
    }

    .brand-box h2 span {
        display: none;
    }

    .brand-box h2 strong {
        display: inline-block;
        font-weight: 400;
    }

    .value-txt {
        width: 100%;
    }

    .value-txt h2 {
        font-size: 1.5rem;
    }

    .b-nav a {
        padding: 0 .5rem;
    }

    .value-txt {
        padding: 3rem 1rem
    }

    .lx-list li {
        width: 100%;
        margin-left: 0 !important;
    }

    .lx-box {
        padding-bottom: 2rem;
    }

    .title {
        padding-top: 1rem;
        margin-bottom: 1rem;
    }

    .title h2 {
        font-size: 1.4rem;
    }

    .programme-box,
    .advantage-box,
    .team-box {
        padding-bottom: 1rem;
    }

    .brand-box .box1 {
        padding: 2rem 1rem;
    }

    .sub-list li {
        width: 50%;
        margin-bottom: 1rem;
    }

    .sub-list li a {
        width: 90%;
        padding: .3rem 0;
    }

    .new-list li span {
        display: none;
    }

    .new-list li {
        padding: 1rem 0;
    }

    .nav {
        display: none;
    }

    .logo img {
        position: relative;
        left: -0.5rem;
    }

    .nav-num {
        display: block;
        position: absolute;
        right: 3rem;
        font-size: 1rem;
        font-weight: bold;
        top: 0.85rem;
    }

    .nav-num i {
        margin: 0 0.2rem 0 0;
    }

    .nav-logo {
        display: block;
        right: 0.5rem;
    }

    .navbar {
        height: 3.75rem;
    }

    .logo img {
        height: 2.75rem;
    }

    .ad {
        margin-top: 3.75rem;
    }

    .service-list li,
    .advantage-list li {
        margin-top: -2.5rem;
    }

}

@media only screen and (max-width: 21em) {

    .b-nav {
        display: none;
    }

    .al-list li {
        width: 100%;
    }

    .al-dbox .al-list li {
        width: 100%;
    }

}