/************
 * 页面样式
 ************/


/*=============
 * 基础默认样式
 =============*/

html {
    color: #333;
    min-width: 320px;
    font-size: 100%;
}

 :selection {
    background: #b3d4fc;
    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;
}

.navbar {
    background: #fff;
    height: 5em;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .8);
    position: fixed;
    z-index: 30;
    left: 0;
    top: 0;
    width: 100%;
}

.logo img {
    max-height: 4rem;
    width: auto;
    margin-top: .5rem;
}

.nav {
    text-align: right;
    font-size: 0;
    float: right;
    margin-right: 4%
}

.nav li {
    display: inline-block;
    font-size: 1.1rem;
    height: 5em;
    padding-top: 1.2rem;
    position: relative;
}

.nav li a {
    display: block;
    padding: 0.3rem 0.5rem;
    color: #04569b;
    font-weight: 700;
}

.nav li:hover>a {
    background: #e9711c;
    color: #fff;
    border-radius: 7px;
}

.nav li:hover .more {
    display: block;
}

.nav li .more {
    position: absolute;
    width: 310px;
    background: rgba(255, 255, 255, 0.8);
    left: 50%;
    text-align: center;
    border-top: 3px solid #e9711c;
    padding: 13px 0;
    border-radius: 0 0 7px 7px;
    top: 5rem;
    display: none;
    margin-left: -135px;
}

.nav li .more a {
    font-size: 14px;
    text-align: left;
}

.nav li .more a:hover {
    background-color: #e9711c;
    border-radius: 7px;
    color: #fff;
}

.ad {
    text-align: center;
    margin-top: 5rem;
}

.ad .item {
    font-size: 0;
    background: #535353;
}

.owl-theme .owl-controls {
    margin-top: -45px !important;
}

.sy-about {
    padding: 3.5rem 0;
    color: #666;
    max-width: 1200px;
    margin: auto;
    padding-bottom: 0;
    overflow: hidden;
}

.sy-about .left_img {
    float: left;
    width: 55%;
}

.sy-about .container {
    float: left;
    width: 45%;
    height: 410px;
    background: #f8f8f8;
}

.sy-about .container a {
    width: 130px;
    height: 40px;
    display: inline-block;
    border-radius: 5px;
    background: #e9711c;
    color: #fff;
    text-align: center;
    float: right;
    margin-right: 3%;
    margin-top: 40px;
}

.sy-about .container a button {
    background: none;
    border: 0;
    color: #fff;
    height: 40px;
    outline: 0;
    cursor: pointer;
}

.sy-abtxt {
    width: 95%;
    margin-left: 3%;
}

.sy-abtxt p {
    font-size: 14px;
    color: #333;
    line-height: 2.2em;
    padding-top: 40px;
}

.sy-abtxt h2 {
    font-size: 29.15px;
    padding-bottom: .5rem;
    font-weight: 400;
    color: #e9711c;
    padding-top: 0.7rem;
}

.ab-btn {
    text-align: right;
}

.ab-btn a {
    display: inline-block;
    border-radius: 1.875rem;
    height: 3.125rem;
    margin-top: 2rem;
    width: 18%;
    line-height: 3.125rem;
    background: #fff;
    color: #333;
    text-align: center;
}

.ab-btn a:hover {
    background: #ff1a00;
    color: #fff;
}

.swiper-container a {
    position: relative;
    width: 100%;
    display: inline-block;
    margin-right: 10px;
}

.swiper-container a>img {
    width: 100%;
    padding-top: 10px;
    border-radius: 30px;
}

.swiper-container a div {
    width: 274px;
    position: absolute;
    bottom: 8px;
    left: 0;
    height: 45px;
    background: rgba(233, 113, 28, 0.5);
    color: #fff;
    font-size: 18px;
    text-align: center;
    width: 100%;
    line-height: 45px;
    border-radius: 0 0 30px 30px;
}

.swiper-container a:hover div {
    height: 220px;
    font-weight: bold;
    line-height: 220px;
    border-radius:30px;
    background: rgba(233, 113, 28, 0.5);
}

.swiper-container a:hover div button {
    display: block;
}

.swiper-container a div button {
    width: 130px;
    height: 40px;
    line-height: 40px;
    background: #e9711c !important;
    opacity: 1 !important;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 30%;
    top: 50%;
    display: none;
    font-weight: normal;
    font-size: 12px;
    border: none;
    cursor: pointer;
}


/*.programme-box ul {
        margin-top: 10px;
    }
    .programme-box ul li{
        width: 294px;
        height: 220px;
        position: relative;
        float: left;
        margin-right:10px; 
    }
    .programme-box ul li:last-child{
        margin-right:0; 
    }
    .tempWrap{
        margin-top: 10px;
    }
    .programme-box .title{
        padding-top: 20px;
    }
    .programme-box ul li .txt{
        position: absolute;
        bottom: 0;
        left: 0;
        height: 45px;
        background:rgba(233,113,28,0.5);
        color: #fff;
        font-size: 18px;
        text-align: center;
        width: 100%;
        line-height: 45px;
    }
    .programme-box ul li .txt a{
        width: 130px;
        height: 40px;
        line-height: 40px;
        background: #e9711c !important;
        opacity: 1 !important;
        color: #fff;
        text-align: center;
        position: absolute;
        left: 30%;
        top: 50%;
        display: none;
        font-weight: normal;
        font-size: 12px;
      }
    .programme-box ul li:hover .txt{
        height: 220px;
        font-weight: bold;
        line-height: 150px;
    }
    .programme-box ul li:hover .txt a{
        display: inline-block;
    }*/

.title {
    padding-top: 20px;
    margin-bottom: 2rem;
    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: 27px;
    font-weight: 600;
    margin-top: 2rem;
    color: #ff1a00;
}

.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;
}

.pullRight {
    float: right;
    line-height: 6em;
    height: 5em;
}

.programme-box {
    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-list {
    font-size: 0;
}

.advantage-list li {
    font-size: 1rem;
    text-align: center;
    margin-top: 5px;
}

.advantage-list li i {
    font-size: 7rem;
    transition: all .4s;
}

.advantage-list li img:hover {
    transform: scale(1.1);
}

.advantage-list li h3 {
    font-size: 27px;
    color: #ff1a00;
    margin-top: 2rem;
}

.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("../img/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: 29px;
    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-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("../img/bg2.jpg");
    center center no-repeat;
    background-attachment: fixed;
    background-size: cover;
	overflow:hidden;
}

.value-txt {
    padding: 31px;
    width: 96%;
    margin-left: 32%;
    background: rgba(30, 39, 48, .8);
    color: #fff;
}

.value-txt h2 {
    font-size: 2.375rem;
    padding-bottom: .5rem;
    font-weight: 400;
}

.value-txt .ab-btn {
    text-align: center;
    position: relative;
}

.value-txt .ab-btn a {
    min-width: 10rem;
    position: absolute;
    top: -130px;
    right: 190px;
}

.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-top: 1rem;
    margin-left: 20px;
}

.lx-list li p span {
    display: block;
    font-size: 0.875rem;
    color: #999;
}

.footer {
    background: #04569b;
    padding: 2rem 0;
    color: #8b939d;
    font-size: 0.875rem;
    text-align: center;
    height: auto;
    padding-bottom: 0;
    position: relative;
    margin-top: 40px;
}

.linkweb {
    position: absolute;
    top: 40%;
    right: 7%;
}

.linkweb img {
    width: 30px;
    height: 30px;
}

.linkweb a {
    display: inline-block;
    margin-right: 2px;
    vertical-align: middle;
}

.footers {
    max-width: 1200px;
    margin: auto;
    height: auto;
    margin-bottom: 30px;
    overflow: auto;
}

.footer ul {
    float: left;
    text-align: left;
    margin-right: 120px;
}

.footer ul:first-child {
    width: 114px
}

.footer ul:nth-child(2) {
    width: 270px
}

.footer ul:last-child {
    margin-right: 0;
    width: 570px;
}

.footer ul li {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.footer ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
}

.footer hr {
    height: 1px;
    border: none;
    width: 100%;
    background: #fff;
    opacity: 0.6;
}

@media (max-width: 375px) {
    .footer ul {
        text-align: center;
        margin-right: 0;
        margin: auto;
        float: none;
    }
    .sy-about .container {
        width: 100%;
    }
    .sy-about .container a {
        margin-top: 20px;
    }
    .footer ul:last-child {
        width: 100%;
    }
}

.coname {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    height: 75px;
}

.coname a {
    height: 75px;
    line-height: 75px;
    display: inline-block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

.b-nav {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding: 1rem 0;
    text-align: center;
    border-top: 1px #313a43 solid;
}

.b-nav li {
    width: 14%;
    float: left;
    text-align: center;
}

.b-nav a {
    display: inline-block;
    padding: 0 2rem;
    color: #8b939d;
}

.b-nav a:hover {
    color: #D80808;
}

.page {
    padding: 0 1rem;
    margin-top: 40px;
}

.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;
    margin-right: 2rem;
    margin-top: 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:hover {
    box-shadow: 0px 2px 8px #f2f2f2;
}

.al-list li {
    display: inline-block;
    width: 20%;
    position: relative;
    transition: all .4s;
    margin-left: 4%;
    margin-bottom: 30px;
    border: 1px solid #f2f2f2;
}

.al-abs {
    text-align: center;
    background: rgba(0, 0, 0, 0);
    z-index: 10;
    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;
    font-size: 1rem;
    transform: translate(-50%, -50%);
    width: 100%;
}

.al-list li a {
    display: inline-block;
    overflow: hidden;
}

.al-list li:hover img {
    transform: scale(1.02);
}

.al-list li:hover .al-abs {
    border: 10px solid hsla(0, 0%, 100%, .5)
}

.al-list li:hover span {
    font-size: 1rem;
    color: red;
}

.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;
    padding-left: 3px;
}

.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: 1200px;
    text-align: left;
    font-size: .875rem;
    line-height: 2rem;
}

.map {
    margin: 2rem 0;
}

.nav-logo {
    position: absolute;
    right: 3rem;
    top: 1rem;
    display: none;
}

.nav-logo span {
    width: 30px;
    height: 4px;
    background: #333;
    display: block;
    margin-bottom: 6px;
}

.mobile-nav {
    height: 100%;
    background: #242424;
    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: #242424;
}

.products-bg {
    background-image: url(../images/shadow.png);
    background-repeat: repeat-x;
    background-position: left top;
    padding: 70px 0 55px;
}

.products-bg {
    padding: 0;
}

.trans {
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.trans-1s {
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.wrap {
    max-width: 1700px;
    width: 95%;
    margin: 0 auto;
}

.jiuepro {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 10px;
}

.jiuepro li {
    width: 19%;
    margin-bottom: 2rem;
}

.jiuepro .list_box {}

.jiuepro .list_box a {}

.jiuepro .list_box .grid {
    overflow: hidden;
    margin: 0;
    width: 100%;
    list-style: none;
    text-align: center;
}

.jiuepro .list_box .grid .effect-layla {
    position: relative;
    z-index: 1;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
}

.jiuepro .list_box .grid .effect-layla img {
    opacity: 1;
    width: 100%;
    height: 100%;
}

.jiuepro .list_box .grid figcaption {
    padding: 2em;
    color: #3e8378;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 3em;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.jiuepro .list_box .grid figcaption p {
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    text-transform: none;
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
    font-size: 20px;
}

.jiuepro figure.effect-layla figcaption::before {
    top: 50px;
    right: 30px;
    bottom: 50px;
    left: 30px;
    border-top: 1px solid #3e8378;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #3e8378;
    border-bottom: 1px solid #ffffff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    transition: opacity .35s, transform .35s;
    position: absolute;
    content: '';
    opacity: 0;
}

.jiuepro figure.effect-layla figcaption::after {
    top: 30px;
    right: 50px;
    bottom: 30px;
    left: 50px;
    border-right: 1px solid #3e8378;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #3e8378;
    border-left: 1px solid #ffffff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    transition: opacity .35s, transform .35s;
    position: absolute;
    content: '';
    opacity: 0;
}

.jiuepro figure.effect-layla:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.jiuepro figure.effect-layla:hover figcaption::before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.jiuepro .list_box .grid .effect-layla:hover img {
    opacity: .7;
}

.jiuepro figure.effect-layla:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.news_list_met_16_2_47.met-index-body {
    background: #ffffff;
}

.index-bg {
    background: #f1f1f1;
}

#contact .contact-info {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 60px;
}

#map {
    height: 429px;
}

.BMap_mask {
    background: transparent url(about:blank);
}

.clean {
    zoom: 1;
}

#contact .contact-info .item {
    width: 25%;
    padding: 60px 0 20px;
}

.relative {
    position: relative;
    z-index: 1;
}

.text-center {
    text-align: center;
}

.fl {
    float: left;
}

#contact .contact-info .item .ico {
    height: 70px;
}

#contact .contact-info .item .title {
    font-size: 14px;
    color: #888;
    margin-bottom: 15px;
}

#contact .contact-info .item .info {
    height: 96px;
    line-height: 32px;
    font-family: Arial;
    font-size: 20px;
    color: #333;
}

#contact .contact-area {
    width: 45%;
}

.fr {
    float: right;
}

#contact .contact-area .contact-info2 {
    background-color: #f7f7f7;
    padding: 25px 55px 30px;
}

#contact .contact-area .contact-form {
    width: 100%;
    margin-top: 20px;
}

.fz0 {
    font-size: 0px;
}

.mjuinput {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
}

#contact .map {
    width: 50%;
}

.over {
    overflow: hidden;
}

.middle {
    vertical-align: middle;
}

.mjuinput div input {
    width: 100%;
}

.mjuinput input {
    border: 1px solid #bfbfbf;
    background: #f7f7f7;
    height: 40px;
    padding-left: 12px;
    width: 47%;
    margin-bottom: 18px;
}

.mjuinput div span {
    position: absolute;
    right: 12px;
    top: 13px;
    color: #ff0000;
}

#contact .contact-area .contact-form .button {
    width: 26.923%;
    /* width: 150px; */
    height: 50px;
    font-size: 14px;
    color: #fff;
    background-color: #6d6d6d;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
}

.mjuinput div {
    width: 47%;
    position: relative;
}

#contact {
    overflow: auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

@media (min-width: 1600px) {
    .news_list_met_16_2_47.met-index-body .container {
        width: 1310px;
    }
}

@media (min-width: 1200px) {
    .news_list_met_16_2_47.met-index-body .container {
        width: 1170px;
    }
}

.news_list_met_16_2_47.met-index-body .container {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: .9375rem;
    padding-left: .9375rem;
}

.news_list_met_16_2_47.met-index-body h2 {
    font-size: 36px;
    color: #000000;
}

[class*=animation-] {
    -webkit-animation-fill-mode: none;
    -o-animation-fill-mode: none;
    animation-fill-mode: none;
}

[class*=animation-] {
    -webkit-animation-duration: 0.6s;
    -moz-animation-duration: 0.6s;
    -o-animation-duration: 0.6s;
    -ms-animation-duration: 0.6s;
    animation-duration: 0.6s;
}

.animation-slide-top {
    -webkit-animation-name: slide-top;
    -o-animation-name: slide-top;
    animation-name: slide-top;
}

[class*=animation-] {
    -webkit-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

.m-t-0 {
    margin-top: 0!important;
}

.font-weight-300 {
    font-weight: 300!important;
}

.font-weight-300,
.font-weight-300 span {
    font-size: 13px;
    margin-top: 10px;
}

.text-xs-center {
    text-align: center!important;
}

.news_list_met_16_2_47.met-index-body p.desc {
    padding: 0 10%;
    font-size: 16px;
    color: #999999;
}

.news_list_met_16_2_47 .index-news-list {
    margin-top: 20px;
}

.m-b-0 {
    margin-bottom: 0!important;
}

.blocks,
[class*=blocks-] {
    font-size: 0;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: -.9375rem;
    margin-right: -.9375rem;
}

.news_list_met_16_2_47 .index-news-list li {
    padding: 15px;
    border: 1px solid transparent;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    margin-bottom: 15px;
    width: 100%
}

.blocks-2>.block,
.blocks-2>li {
    width: 50%;
}

.blocks>.block,
[class*=blocks-]>.block,
[class*=blocks-]>li {
    display: inline-block;
    font-size: 1rem;
    vertical-align: top;
    margin-bottom: 1.875rem;
    padding-left: .9375rem;
    padding-right: .9375rem;
}

.news_list_met_16_2_47 .index-news-list li img {
    width: 90%;
    border-radius: 3px;
    margin: 0;
}

.news_list_met_16_2_47 .index-news-list li .media {
    position: relative;
}

.news_list_met_16_2_47 .index-news-list li .media .me_img {
    float: left;
    width: 500px;
}

.media,
.media-body {
    overflow: hidden;
}

.news_list_met_16_2_47 .index-news-list li a {
    color: #e9711c;
}

@media only screen and (max-width: 1919px) {
    .value-txt {
        width: 100%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 1120px) {
    .value-txt .ab-btn a {
        top: -60px;
        right: -20px;
    }
}

@media only screen and (max-width: 50em) {
    .brand-box h2 {
        font-size: 1.5rem;
        font-weight: 400;
    }
    .value-txt {
        width: 100%;
        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) {
    .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;
    }
    .navbar {
        height: 3.75rem;
    }
    .logo img {
        height: 2.75rem;
    }
    .ad {
        margin-top: 3.75rem;
    }
}

@media only screen and (max-width: 1080px) {
    .nav-logo {
        display: block;
    }
    .nav {
        display: none;
    }
    .navbar {
        height: 3.75rem;
    }
    .navbar {
        height: 3.75rem;
    }
    .logo img {
        height: 2.75rem;
    }
    .ad {
        margin-top: 3.75rem;
    }
    .pullRight {
        float: right;
        line-height: 4.5em;
        height: 3em;
    }
}

@media only screen and (max-width: 30em) {
    .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: 5rem 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;
    }
    .nav-logo {
        display: block;
    }
    .navbar {
        height: 3.75rem;
    }
    .logo img {
        height: 2.75rem;
    }
    .ad {
        margin-top: 3.75rem;
    }
    .service-list li,
    .advantage-list li {
        margin-top: -2.5rem;
    }
    .advantage-list li {
        padding-top: 60px;
    }
}

@media only screen and (max-width: 21em) {
    .b-nav {
        display: none;
    }
    .al-list li {
        width: 100%;
    }
    .al-dbox .al-list li {
        width: 100%;
    }
}

@media only screen and (max-width: 443px) {
    .value-txt .ab-btn a {
        top: -20px;
        right: 25%;
    }
}

@media only screen and (max-width: 375px) {
    .news_list_met_16_2_47 .index-news-list li {
        width: 100%;
    }
}


}
#w_grid-1567645216591 {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 168px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
#w_grid-1567645216591>div {
    animation-fill-mode: both;
}
.w_grid-000>.w_grid.signal {
    min-height: inherit;
}
.w_grid-000>.w_grid.signal {
    min-height: inherit;
}
.w_grid-000>.w_grid {
    width: 100%;
    position: relative;
}
#w_grid-1567645216591>div>.p_gridbox {
    background-color: rgba(245, 245, 245, 1);
}
.w_grid-000>.w_grid.signal>.p_gridbox {
    min-height: inherit;
}
.w_grid-000>.w_grid.signal>.p_gridbox {
    min-height: inherit;
}
.w_grid-000>div>.p_gridbox {
    width: 100%;
    overflow: hidden;
    position: static;
}
@media only screen and (min-width: 769px) {
    #w_grid-1567645216591>div>.p_gridbox>.p_gridCell:nth-child(1n) {
        margin-right: 0px;
    }
}
@media only screen and (min-width: 769px) {
    #w_grid-1567645216591>div>.p_gridbox>.p_gridCell:nth-child(1n+0) {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        clear: none;
    }
}
#w_grid-1567645216591>div>.p_gridbox>.p_gridCell:nth-child(n+1) {
    margin-left: 0px;
    clear: left;
}
@media only screen and (min-width: 769px) {
    #w_grid-1567645216591>div>.p_gridbox>.p_gridCell {
        margin-bottom: 4rem;
        margin-top: 4rem;
        margin-left: 0px;
    }
}
.w_grid-000>.w_grid.signal>.p_gridbox>.p_gridCell {
    min-height: inherit;
}
.w_grid-000>.w_grid.signal>.p_gridbox>.p_gridCell {
    min-height: inherit;
}
@media only screen and (min-width: 769px) {
    .w_grid-000>div>.p_gridbox>.p_gridCell:first-child {
        width: 100%;
        margin-left: 0;
        margin-top: 0rem;
        margin-bottom: 0rem;
    }
}
.w_grid-000>div>.p_gridbox>.p_gridCell:first-child {
    margin-left: 0;
    clear: left;
}
@media only screen and (min-width: 769px) {
    .w_grid-000>div>.p_gridbox>.p_gridCell:first-child {
        width: 100%;
        margin-left: 0;
        margin-top: 0rem;
        margin-bottom: 0rem;
    }
}
.w_grid-000>div>.p_gridbox>.p_gridCell:first-child {
    margin-left: 0;
    clear: left;
}
.w_grid-000>div>div>.p_gridCell {
    float: left;
    position: static;
}
.w_grid-000>div>div>.p_gridCell:not(:empty):before {
    content: '';
    height: 0.1px;
    display: block;
}
#w_grid-1567645216601 {
    width: 94%;
    max-width: 1444px;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 192px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
#w_grid-1567645216601>div {
    animation-fill-mode: both;
}
.w_grid-001>.w_grid {
    width: 100%;
    position: relative;
}
#w_grid-1567645216601>div>.p_gridbox {
    background-color: rgba(255, 255, 255, 1);
}
.w_grid-001>div>.p_gridbox {
    width: 100%;
    overflow: hidden;
    position: static;
}
@media only screen and (min-width: 769px) {
    #w_grid-1567645216601>div>.p_gridbox>.p_gridCell:nth-child(1n) {
        margin-right: 3%;
    }
}
@media only screen and (min-width: 769px) {
    #w_grid-1567645216601>div>.p_gridbox>.p_gridCell:nth-child(1n+0) {
        width: 94%;
        margin-left: 3%;
        margin-right: 0px;
        clear: none;
    }
}
#w_grid-1567645216601>div>.p_gridbox>.p_gridCell:nth-child(2n+1) {
    margin-left: 0px;
    clear: left;
}
@media only screen and (min-width: 769px) {
    #w_grid-1567645216601>div>.p_gridbox>.p_gridCell {
        margin-bottom: 3rem;
        margin-top: 3rem;
        margin-left: 3%;
    }
}
.w_grid-001>div>.p_gridbox>.p_gridCell:first-child {
    margin-left: 0;
    clear: left;
}
@media only screen and (min-width: 769px) {
    .w_grid-001>div>.p_gridbox>.p_gridCell {
        width: 49.5%;
        margin-left: 1%;
        margin-top: 0.6rem;
        margin-bottom: 0.6rem;
    }
}
.w_grid-001>div>.p_gridbox>.p_gridCell {
    float: left;
    position: static;
}
#w_grid-1574683830131 {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
.w_grid-000>.w_grid.signal {
    min-height: inherit;
}
.w_grid-000>.w_grid {
    width: 100%;
    position: relative;
}
.w_grid-000>.w_grid.signal>.p_gridbox {
    min-height: inherit;
}
.w_grid-000>div>.p_gridbox {
    width: 100%;
    overflow: hidden;
    position: static;
}
#w_grid-1574683830131>div>.p_gridbox>.p_gridCell:nth-child(n+1) {
    margin-left: 0;
    clear: left;
}
.w_grid-000>.w_grid.signal>.p_gridbox>.p_gridCell {
    min-height: inherit;
}
@media only screen and (min-width: 769px) {
    .w_grid-000>div>.p_gridbox>.p_gridCell:first-child {
        width: 100%;
        margin-left: 0;
        margin-top: 0rem;
        margin-bottom: 0rem;
    }
}
.w_grid-000>div>.p_gridbox>.p_gridCell:first-child {
    margin-left: 0;
    clear: left;
}
@media only screen and (min-width: 769px) {
    .w_grid-000>div>.p_gridbox>.p_gridCell:first-child {
        width: 100%;
        margin-left: 0;
        margin-top: 0rem;
        margin-bottom: 0rem;
    }
}
.w_grid-000>div>.p_gridbox>.p_gridCell:first-child {
    margin-left: 0;
    clear: left;
}
.w_grid-000>div>div>.p_gridCell {
    float: left;
    position: static;
}
#c_portalResNews_list-15676481687094439 {
    width: 100%;
    max-width: none;
    min-width: 320px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
#c_portalResNews_list-15676481687094439>div {
    animation-fill-mode: both;
}
#c_portalResNews_list-15676481687094439 .p_news {
    width: 100%;
    margin: 0 auto;
}
.c_portalResNews_list-01001 .p_news {
    margin: 0;
    width: inherit;
    height: auto;
    padding: 0;
    overflow: hidden;
}
@media only screen and (min-width: 769px) {
    #c_portalResNews_list-15676481687094439 .newList {
        display: flex;
        padding: 15px;
        border-bottom: 1px solid #DDD;
        background: #fff;
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 769px) {
    #c_portalResNews_list-15676481687094439 .content {
        display: flex;
        width: calc( 100% - 165px);
    }
}
#c_portalResNews_list-15676481687094439 .leftTime {
    width: 100px;
    position: relative;
}
#c_portalResNews_list-15676481687094439 .newTime {
    display: block;
    color: #999;
    font-size: 1rem;
    font-weight: normal;
    transition: all .5s ease;
}
#c_portalResNews_list-15676481687094439 .newIcon {
    padding: 6px 11px;
    border: 1px solid transparent;
    transition: all .5s ease;
    color: #ccc;
}
.iconfont {
    display: inline;
    color: inherit;
    height: 100%;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    text-decoration: none;
    font-weight: 400;
    text-decoration: none;
    font-size: inherit;
    font-family: "Microsoft Yahei";
    font-weight: 400;
    text-decoration: none;
}
.arrow,
[class*=e_icon],
[class*=icon-from-user]:after,
[class*=iconfont],
[class*=in_icon],
[class*=link_icon],
[class~=e_icon],
[class~=icon-from-user]:after,
[class~=iconfont],
[class~=in_icon] {
    font-family: iconfont!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.iconfont {
    font-family: iconfont!important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media only screen and (min-width: 769px) {
    #c_portalResNews_list-15676481687094439 .rightC {
        padding: 0 30px 0 60px;
    }
}
#c_portalResNews_list-15676481687094439 .rightC {
    position: relative;
    width: calc( 100% - 100px);
    transition: all .5s ease;
}
@media only screen and (min-width: 769px) {
    #c_portalResNews_list-15676481687094439 .rightC::before {
        content: '';
        position: absolute;
        left: 0px;
        top: 1rem;
        display: block;
        width: 40px;
        height: 1px;
        background: #aaa;
        transition: all .5s ease;
    }
}
#c_portalResNews_list-15676481687094439 .newTitle {
    margin-bottom: 10px;
}
@media only screen and (min-width: 769px) {
    #c_portalResNews_list-15676481687094439 .newTitleLink {
        transition: all .5s ease;
    }
}
#c_portalResNews_list-15676481687094439 .newTitleLink {
    display: block;
    width: 100%;
    font-size: 1rem;
    color: #333;
    overflow: hidden;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#c_portalResNews_list-15676481687094439 .newMs {
    line-height: 24px;
    height: 48px;
    font-size: 0.875rem;
    overflow: hidden;
    color: #999;
    transition: 600ms;
}
#c_portalResNews_list-15676481687094439 .newPicBox {
    width: 165px;
    height: 110px;
}
#c_portalResNews_list-15676481687094439 .newPicLink {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#c_portalResNews_list-15676481687094439 .newPic {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: all .5s ease;
}
@media only screen and (min-width: 769px) {
    .p_OccupyBox {
        margin: 0;
        width: auto;
        height: auto;
        padding: 0;
        border: none;
        overflow: hidden;
        text-align: center;
    }
}
@media only screen and (min-width: 769px) {
    .p_page {
        display: inline-block;
        padding: 30px 0;
    }
}
@media only screen and (min-width: 769px) {
    .e_pagebox {
        width: auto;
        height: auto;
        clear: both;
        position: relative;
    }
}
@media only screen and (min-width: 769px) {
    .p_page .pre {
        display: inline-table;
        position: relative;
        left: 0;
        top: 0;
        float: left;
        height: 38px;
        margin: 0 5px 0 18px;
        text-align: center;
        padding: 0 10px;
        border-radius: 0px;
        border: 1px solid #f0f0f0;
        background: #f0f0f0;
        color: #333;
    }
}
@media only screen and (min-width: 769px) {
    .p_page .pre1 {
        display: inline-table;
        position: relative;
        left: 0;
        top: 0;
        float: left;
        height: 30px;
        border: 1px solid #d9d9d9;
        background: #fff;
        color: #595959;
        text-align: center;
        padding: 0 10px;
        border-radius: 6px;
        margin-right: 5px;
    }
}
@media only screen and (min-width: 769px) {
    .p_page .pre .font {
        display: table-cell;
        vertical-align: middle;
        bottom: 0;
        font-size: 12px;
    }
}
.iconfont {
    display: inline;
    color: inherit;
    height: 100%;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    text-decoration: none;
    font-weight: 400;
    text-decoration: none;
    font-size: inherit;
    font-family: "Microsoft Yahei";
    font-weight: 400;
    text-decoration: none;
}
.arrow,
[class*=e_icon],
[class*=icon-from-user]:after,
[class*=iconfont],
[class*=in_icon],
[class*=link_icon],
[class~=e_icon],
[class~=icon-from-user]:after,
[class~=iconfont],
[class~=in_icon] {
    font-family: iconfont!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media only screen and (min-width: 769px) {
    .p_page .pageNum.active {
        text-decoration: none;
        background-color: #e9711c;
        color: #fff;
        border-color: #e9711c;
    }
}
@media only screen and (min-width: 769px) {
    .p_page .pageNum {
        position: relative;
        float: left;
        height: 38px;
        min-width: 38px;
        margin: 0 5px 0 0;
        padding: 0 5px;
        background-size: 100% 100%;
        color: #595959;
        border: 1px solid #d9d9d9;
        cursor: pointer;
        line-height: 38px;
        display: inline-block;
        font-family: inherit;
        font-size: 14px;
        font-weight: inherit;
        text-decoration: none;
        background-color: #fff;
        text-align: center;
        border-radius: 0px;
    }
}
@media only screen and (min-width: 769px) {
    .p_page .pageNum {
        position: relative;
        float: left;
        height: 30px;
        min-width: 30px;
        margin: 0 5px 0 0;
        padding: 0 5px;
        background-size: 100% 100%;
        color: #595959;
        border: 1px solid #d9d9d9;
        cursor: pointer;
        line-height: 30px;
        display: inline-block;
        font-family: inherit;
        font-size: 14px;
        font-weight: inherit;
        text-decoration: none;
        background-color: #fff;
        text-align: center;
        border-radius: 6px;
    }
}
@media only screen and (min-width: 769px) {
    .p_page .next {
        display: inline-table;
        position: relative;
        left: 0;
        top: 0;
        float: left;
        height: 38px;
        border: 1px solid #f0f0f0;
        background: #f0f0f0;
        color: #333;
        text-align: center;
        padding: 0 10px;
        border-radius: 0px;
    }
}
@media only screen and (min-width: 769px) {
    .p_page .next {
        display: inline-table;
        position: relative;
        left: 0;
        top: 0;
        float: left;
        height: 30px;
        border: 1px solid #d9d9d9;
        background: #fff;
        color: #595959;
        text-align: center;
        padding: 0 10px;
        border-radius: 6px;
        margin-right: 5px;
    }
}
@media only screen and (min-width: 769px) {
    .p_page .next .font {
        display: table-cell;
        vertical-align: middle;
        bottom: 0;
        font-size: 12px;
    }
}
.newPicBox:hover img {
    transform: scale(1.1) !important;
}
.newList:hover .newTime {
    color: #333 !important;
}
.newList:hover .newTitleLink {
    color: #e9711c!important;
}
.newList:hover .newIcon {
    background: #e9711c;
}
.newList:hover .rightC {
    padding-left: 90px !important;
}
.newList:hover .rightC::before {
    width: 50px !important;
}
.contact-us-head h2 {
    font-size: 36px;
    font-weight: 300
}
.contact-us-head p {
    font-size: 20px;
    font-weight: 300
}
.location-wrapper-head {
    padding: 15px 15px;
    background-color: #f5f9fb;
    min-height: 90px;
    text-align: center;
}
.location-wrapper-head h3 {
    margin: 0;
    color: #04569b;
    font-weight: 300;
    font-size: 26px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: "Arial";
}
.location-wrapper-content .map_canvas {
    width: 100%;
    height: 600px;
    margin-top: 45px;
    margin-bottom: 45px
}
.location-wrapper-content .map_canvas .map-img {
    position: relative;
    background-color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    margin-bottom: 5px
}
.location-wrapper-content .map_canvas .map-img:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    left: -15px;
    z-index: 1;
    top: 0
}
.location-wrapper-content .map_canvas .map-img img {
    z-index: 2;
    position: relative;
    width: 150px
}
.location-wrapper-content .map_canvas .map-address {
    margin-bottom: 5px
}
.location-wrapper-content .map-wrapper {
    width: 100%;
    min-height: auto;
    text-align: center;
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 45px;
    padding-bottom: 45px
}
.location-wrapper-content .map-wrapper img {
    display: inline-block;
    width: 100%
}
.location-wrapper-content .map-address ul {
    list-style: none;
    display: inline-block;
    padding-left: 0;
    width: 100%
}
.location-wrapper-content .map-address ul li {
    float: left;
    font-size: 18px;
    font-weight: 300;
    width: 30%
}
.location-wrapper-content .map-address ul li:first-child {
    width: 40%
}
.location-wrapper-content .map-address ul li span {
    display: inline-block;
    float: left;
    margin-right: 10px
}
.location-wrapper-content .map-address ul:last-child {
    padding-top: 30px;
    display: inline-block;
    width: 100%;
    padding-left: 0
}
.location-wrapper-content .map-address ul:last-child li {
    float: left;
    font-size: 18px;
    font-weight: 300;
    width: 25%
}
.location-wrapper-content .map-address ul:last-child li:first-child {
    width: 25%
}
.location-wrapper-content .map-address ul:last-child li a {
    color: #000
}
.location-wrapper-content .map-address ul:last-child li span {
    display: inline-block;
    float: left;
    margin-right: 10px
}
.contact-form-box form {
    padding-top: 15px;
    padding-bottom: 15px
}
.contact-form-box form label {
    font-weight: 400;
    font-size: 13px
}
.contact-form-box form label .red {
    color: red
}
.contact-form-box form .form-left {
    padding-left: 0;
    margin-bottom: 5px
}
.contact-form-box form .form-full {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 13px
}
.contact-form-box form .form-right {
    padding-right: 0;
    margin-bottom: 5px
}
.contact-form-box form .left-inner-addon {
    position: relative
}
.contact-form-box form .left-inner-addon span {
    display: inline-block;
    width: 42px;
    height: 100%;
    position: absolute;
    background-color: #f7f7f7;
    /*
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    align-items: center
*/
}
.contact-form-box form .left-inner-addon input {
    border-radius: 0;
    background: transparent;
    padding: 10px 10px;
    padding-left: 45px;
    height: 42px;
    border: none;
    background: #f5f9fb;
}
.contact-form-box form .left-inner-addon input:focus {
    border-color: #cccccc;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(132, 132, 132, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(132, 132, 132, 0.6)
}
.contact-form-box form .left-inner-addon img {
    position: absolute;
    padding: 8px 10px;
    pointer-events: none;
    background: #f7f7f7;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}
.contact-form-box form .right-inner-addon {
    position: relative
}
.contact-form-box form .right-inner-addon span {
    display: inline-block;
    width: 42px;
    height: 100%;
    position: absolute;
    background-color: #f7f7f7;
    /*
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    align-items: center
*/
}
.contact-form-box form .text-area-addon span {
    height: 220px
}
.contact-form-box form .right-inner-addon input {
    border-radius: 0;
    background: transparent;
    padding: 10px 10px;
    padding-left: 45px;
    height: 42px;
    border: none;
    background: #f5f9fb;
}
.contact-form-box form .right-inner-addon input:focus {
    border-color: #cccccc;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(132, 132, 132, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(132, 132, 132, 0.6)
}
.contact-form-box form .right-inner-addon img {
    position: absolute;
    left: 0px;
    padding: 0;
    pointer-events: none;
    background: #e7e7e7;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}
.contact-form-box form textarea {
    width: 100%;
    background-color: transparent;
    padding: 25px 25px;
    padding-left: 50px;
    height: 220px;
    border: 1px solid #f7f7f7;
    background: #f5f9fb;
}
.contact-form-box form textarea:focus {
    border-color: #cccccc;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(132, 132, 132, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(132, 132, 132, 0.6)
}
.contact-form-box form button {
    width: 100%;
    background-color: #f5f9fb;
    border: 0;
    padding: 15px 15px;
    font-family: "Arial";
    color: #04569b;
}
.contact-form-box form button:focus {
    outline: 0
}
.contact-form-box form span.captcha-refresh {
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent
}
.contact-form-box form span.captcha-refresh button {
    background-color: transparent;
    padding: 0;
    height: 100%;
    text-align: center
}
.contact-form-box form span.captcha-refresh button:focus {
    outline: 0
}
.contact-form-box form span.captcha-refresh button img {
    padding: 0;
    background: transparent;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 20px
}
div.selectBox {
    position: relative;
    display: inline-block;
    cursor: default;
    text-align: left;
    line-height: 30px;
    clear: both;
    color: #000;
    cursor: pointer
}
div.selectBox img {
    padding-left: 15px;
    margin-top: -2px
}
span.selected {
    width: 200px;
    text-indent: 10px;
    border: 1px solid #e9e9e9;
    border-right: none;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    background: #f6f6f6;
    overflow: hidden;
    font-size: 16px;
    font-weight: 300
}
span.selectArrow {
    width: 40px;
    border: 1px solid #f6f6f6;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    text-align: center;
    font-size: 16px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    background: #f6f6f6;
    color: #494948
}
span.selectArrow,
span.selected {
    position: relative;
    float: left;
    padding: 10px 10px;
    z-index: 1
}
ul.selectOptions {
    position: absolute;
    top: 52px;
    left: 0;
    width: 100%;
    border: 1px solid #ccc;
    z-index: 10;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow: hidden;
    background: #fafafa;
    padding-top: 2px;
    display: none;
    margin: 0;
    list-style: none inside none;
    padding-left: 0
}
li.selectOption {
    display: block;
    line-height: 20px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 300;
    list-style: none;
    margin: 0
}
li.selectOption img {
    margin-top: -3px;
    float: right
}
li.selectOption:hover {
    color: #f6f6f6;
    background: #4096ee
}
@media screen and (max-width: 1560px) {
    .location-wrapper-content .map-address ul li {
        font-size: 14px
    }
    
    .location-wrapper-content .map-address ul:last-child li {
        font-size: 14px
    }
}
@media screen and (max-width: 1199px) {
    .location-wrapper-content .map-address ul li {
        width: 100%;
        margin-bottom: 15px
    }
    
    .location-wrapper-content .map-address ul li:first-child {
        width: 100%
    }
    
    .location-wrapper-content .map-address ul:last-child li {
        width: 100%;
        margin-bottom: 15px
    }
    
    .location-wrapper-content .map-address ul:last-child li:first-child {
        width: 100%
    }
    
    span.selected {
        width: 150px
    }
}
@media screen and (max-width: 991px) {
    .contact-us-head h2 {
        font-size: 40px
    }
    
    .contact-us-head p {
        font-size: 18px
    }
    
    span.selected {
        width: 130px
    }
}
@media screen and (max-width: 767px) {
    .contact-us-head p {
        font-size: 16px
    }
    
    .contact-us-head h2 {
        font-size: 30px
    }
    
    .location-wrapper-content .map-address ul {
        padding-top: 15px;
        margin: 0
    }
    
    .location-wrapper-content .map-address ul:last-child {
        padding-top: 15px;
        margin: 0
    }
    
    .form-right {
        padding-right: 0;
        padding-left: 0;
        margin-bottom: 15px
    }
    
    .form-left {
        padding-right: 0;
        padding-left: 0;
        margin-bottom: 15px
    }
    
    .contact-us-head h2 {
        margin: 0
    }
    
    .location-wrapper-content .map-wrapper {
        padding: 15px
    }
}
.form-left select {
    width: 100%;
}
.form-left select {
    border-radius: 0;
    background: transparent;
    padding: 10px 10px;
    padding-left: 45px;
    border: 1px solid #f7f7f7;
    background: #f5f9fb;
    height: 42px;
    color: #04569b;
}
@media (min-width: 992px) {
    .col-md-6 {
        width: 50%;
    }
    
    .col-md-12 {
        width: 100%;
    }
    
    .col-md-4 {
        width: 33.33333333%;
    }
}
.conatct-wrapper .contact-form-box form .left-inner-addon input {
    border-radius: 0;
    background: transparent;
    padding: 10px 10px;
    padding-left: 45px;
    height: 42px;
}
@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.listpro {
    margin: auto;
    margin-top: 40px;
}
.plistpro {
    width: 16% !important;
    float: left;
}
.listproleft {
    width: 22%;
    float: left;
    margin-left: -100px;
}
.listproleft a {
    height: 40px;
    width: 120%;
    text-align: left;
    font-size: 16px;
    line-height: 40px;
    border: #e6e6e6 1px solid;
    display: block;
    color: #fff;
    margin-bottom: 0.2rem;
    transition: all 0.3s;
    border-radius: 7px;
    background-color: #04569b;
    padding-left: 1em;
}
.listproleft a:hover {
    background: #e9711c;
}
.plistpror {
    float: right;
    width: 66% !important;
}
.listproright {
    float: right;
    width: 74%;
}
.listproright .title .tle {
    font-size: 16px;
    transition: all .5s ease;
    font-family: arial;
    color: #333;
    font-weight: 600;
}
.listproright .fa {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 20px;
    color: #FFF;
    z-index: 999;
}
.listproright .p_Product:hover .k {
    left: -50px;
    top: -50px;
}
.listproright .p_Product:hover .line {
    width: 100%;
}
.listproright .p_Product:hover .img {
    transform: scale(1.1);
}
.listproright .p_Product:hover .tle {
    color: #e9711c;
}
.listproright .p_Product:hover {
    box-shadow: 0 0 20px #ddd;
}
.listproright .p_Product {
    width: 32%;
    border-right: #e6e6e6 1px solid;
    border-top: #e6e6e6 1px solid;
    border-bottom: #e6e6e6 1px solid;
    border-left: #e6e6e6 1px solid;
    position: relative;
    overflow: hidden;
    float: left;
    margin-right: 2%;
    margin-bottom: 2rem;
}
.plistpror .p_Product {
    width: 23% !important;
    border-right: #e6e6e6 1px solid;
    border-top: #e6e6e6 1px solid;
    border-bottom: #e6e6e6 1px solid;
    border-left: #e6e6e6 1px solid;
    position: relative;
    overflow: hidden;
    float: left;
    margin-right: 2%;
    margin-bottom: 2rem;
}
.plistpror .p_Product:nth-child(4n) {
    margin-right: 0 !important;
}
.plistpror .p_Product:nth-child(3n) {
    margin-right: 2% !important;
}
.listproright .p_Product:nth-child(3n) {
    margin-right: 0;
}
.listproright .xq {
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    width: 100%;
    height: 100%;
}
.listproright .line {
    position: absolute;
    width: 0px;
    height: 2px;
    background-color: #e9711c;
    bottom: -1px;
    left: 0px;
    transition: all .5s ease;
}
.listproright .k {
    position: absolute;
    top: -100px;
    left: -100px;
    width: 100px;
    height: 100px;
    background-color: #e9711c;
    transform: rotate(45deg);
    transition: all .5s ease;
}
.listproright .foot {
    padding: 30px 30px 30px;
    background: #FFF;
}
.listproright .foot .more {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
}
.listproright .read {
    font-size: 14px;
    color: #e9711c;
    font-family: arial;
    font-weight: bold;
}
.listproright .foot {
    padding: 30px 30px 30px;
    background: #FFF;
}
.listproright .pic {
    overflow: hidden;
    width: 100%;
    height: 199px;
}
.listproright .pic .img {
    width: 100%;
    height: 100%;
    transition: all 2s ease .5s;
}
.listproright .title {
    padding-top: 28px;
    width: 100%;
    height: 80px;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    border-bottom: #e6e6e6 1px solid;
    background: #FFF;
    margin-bottom: 0;
}
.gallerys .listproright {
    float: none;
    width: 100%;
}
.gallerys .listproright .p_Product {
    width: 22%;
}
.gallerys .listproright .p_Product:nth-child(3n) {
    margin-right: 2%;
}
.gallerys .listproright .p_Product:nth-child(4n) {
    margin-right: 0;
}
.col-md-6 {
    width: 50%;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.onlinechat {
    position: fixed;
    bottom: 0;
    right: 0;
}
.onlinetitle {
    width: 350px;
    height: 40px;
    background-color: #e9711c;
    color: #fff;
    line-height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 15px 15px 0 0;
    cursor: pointer;
}
.onlining {
    float: left;
    width: 90%;
}
.onlineclose {
    float: right;
    display: none;
    width: 10%;
}
.listtitle {
    width: 350px;
    background-color: #e9711c;
    color: #fff;
    padding-left: 11px;
    padding-right: 11px;
    font-size: 12px;
}
.onlist {
    width: 350px;
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}
.onlist form {
    width: 310px;
    margin: auto;
    border-radius: 5px;
    border: 1px solid #ccc;
    text-align: center;
    padding-bottom: 20px;
}
.onlist form input {
    width: 290px;
    margin: auto;
    height: 40px;
    border-radius: 10px;
    border: 1px solid #ccc;
    background-color: none;
    margin-top: 20px;
    outline: 0;
}
.cancle {
    color: #333;
    background-color: #ccc;
}
.submit {
    color: #fff;
    background-color: #e9711c;
}
.onlinelist {
    display: none;
}

/*.showactive{
    background-color: #04569b;
    color: #fff !important;
}*/
.contact-info2 tr td {
    font-weight: normal;
    color: #04569b;
}
#contact {
    color: #04569b;
}
.listproleft ul {
    display: none;
}
.listproleft div {
    position: relative;
}
.listproleft ul {
    width: 115%;
    z-index: 99999;
    margin-left: 20px;
}
.listproleft ul li a {
    padding-left: 1em;
    background: #e9711c;
    font-size: 13px;
    line-height: 30px;
    height: 30px;
    margin-bottom: 0.1rem;
}
.listproleft ul li a:hover {
    background: #04569b;
}
.more ul,
.more ul li {
    width: 100%;
}
.more ul li {
    line-height: 20px;
    height: auto;
    padding-top: 0;
}
.more ul li a{
    padding: 0.2rem 1rem;
}
.more div {
    position: relative;
}
.more ul {
    position: absolute;
    top: 0;
    left: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: none;
    width: 130%;
}
.pdownload {
    background: #f8f8f8;
    height: 155px;
}
.pdownload span {
    display: block;
    font-size: 23px;
    font-weight: bold;
    color: #04569b;
    margin-left: 18%;
    margin-top: 20px;
}
.catalogues {
    margin-left: 18%;
    margin-top: 20px;
}
.catalogues a {
    margin-right: 20px;
}
@media(max-width:768px) {
    .sy-about .left_img,
    .sy-about .container {
        float: none;
        width: 100%;
    }
    
    .footers,
    .footer hr {
        display: none;
    }
    
    .gallerys .listproright .p_Product {
        width: 48%;
    }
    
    .listproleft {
        width: 100%!important;
        float: none;
        margin-left: 0;
    }
    
    .listproleft a {
        width: 100%;
    }
    
    .listproright {
        float: none;
        width: 100%;
        width: 100%!important;
        margin-top: 40px;
    }
    
    .listproright .p_Product {
        width: 100%!important;
    }
    
    #contact .contact-area {
        width: 100%;
    }
    
    .col-md-6,
    #contact iframe {
        width: 100%;
    }
    
    .col-xs-12 {
        padding-left: 0;
    }
    
    .contact-info2 {
        width: 100% !important;
    }
    
    .container {
        overflow: hidden;
    }
}
.language img{
    width: 52.8px;
    height: 34.7px;
	margin: -2px 3px;
}
.language span{
    display: none;
    position: absolute;
    width: 100%;
    height: 105%;
    color: #fff !important;
    background: #04569b;
    font-size: 12px;
    top: -3px;
    left: 0;
    z-index: 9999;
    line-height: 3em;
    text-align: center;
}

.language:hover span{
    display: inline-block;
}

.language{
    position: relative;
    display: inline-block;
    width: 58.8px;
    height: 34.7px;
    margin-top: 1.5em;
}
.pullRight{
    text-align: right;
    line-height: 2em;
    width: 18%;
}
@media(max-width:768px) {
    .pullRight{
        display: none;
    }
    .mobile-nav .language{
        width: 100%;
        margin: 0;
    }
    .language img {
        width: 44.8px;
        height: 27.7px;
        margin-bottom: 0;
        margin-top: 7px;
    }
	.nav-logo{
        right: 1rem;
    }
    .pull-left{
        margin-left: 1rem;
    }
}