/* noto-sans-sc-900 */
@font-face {
    font-family: '峰广明锐体';
    font-style: normal;
    src: url('峰广明锐体.ttf');
}
@font-face {
    font-family: '优设标题黑';
    font-style: normal;
    src: url('优设标题黑.ttf');
}
/*Marc修复 2022-03-29*/
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.15;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    margin: 0;
    font-family: "Microsoft Yahei", PingFangSC-Regular, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    line-height: 1.42857143;
    font-size: 14px;
    min-width: 1230px;
    background: #fff;
    color: #333;
    overflow-x: hidden;
    overflow-y: auto;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

img {
    color: transparent;
    font-size: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
}


figure {
    margin: 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

a {
    -webkit-text-decoration-skip: objects;
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
    line-height: 1.42857143;
    margin: 0;
    outline: none;
}

body,
button,
input,
select,
textarea {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga", "kern";
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type=button],
/* 1 */
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: .35em .75em .625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

summary {
    display: list-item;
}

article,
aside,
footer,
header,
nav,
section,
figcaption,
figure,
main,
details,
/* 1 */
menu {
    display: block;
}

pre,
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

audio,
video,
canvas {
    display: inline-block;
}

template,
[hidden] {
    display: none;
}

.clearfix {
    zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #ec6f01;
}

ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.img-center {
    text-align: center;
    font-size: 0;
}

.img-center img {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.img-cover {
    overflow: hidden;
    position: relative;
}

.img-cover span {
    display: block;
    width: 100%;
    background: no-repeat center / cover;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.more-big {
    display: block;
    background-color: #363e45;
    width: 184px;
    line-height: 44px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.more-big:after {
    position: absolute;
    right: 0;
    top: 0;
    width: 37px;
    content: "";
    height: 0;
    border-top: 44px solid #ec6f01;
    border-left: 28px solid transparent;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.more-big span {
    display: block;
    padding: 0 15px 0 30px;
    font-size: 16px;
    position: relative;
    z-index: 1;
}

.more-big span i {
    float: right;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
}

.more-big:hover {
    color: #fff;
}

.more-big:hover:after {
    width: 100%;
    height: 100%;
}

.container2 {
    padding: 0 15px;
    width: 1600px;
    margin: 0 auto;
}

.kf {
    width: 208px;
    position: fixed;
    /* right: 20px; */
    right: -208px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
}

.kt-top {
    height: 40px;
    line-height: 40px;
    background: url(../images/kefu.png) 12px center no-repeat #ec6f01;
    -ms-background-size: auto 20px;
    background-size: auto 20px;
    padding-left: 46px;
    font-size: 14px;
    color: #fff;
}

.kt-top span:hover {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.kt-top span {
    width: 18px;
    height: 16px;
    float: right;
    position: relative;
    margin: 10px 10px 0 0;
    cursor: pointer;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.kt-top span b {
    width: 100%;
    height: 2px;
    background: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
}

.kt-top span b:first-child {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.kt-top span b:last-child {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.kf .con {
    overflow: hidden;
    background: #fff;
}

.kf .qq li {
    height: 36px;
    line-height: 36px;
    border-bottom: #f5f5f5 solid 1px;
    padding-left: 16px;
}

.kf .qq li a {
    height: 36px !important;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: initial;
    display: block;
}

.kf .qq li a img {
    padding-right: 6px;
}

.kf .con h5 {
    height: 26px;
    line-height: 26px;
    margin-top: 12px;
    background: url(../images/lianxi.png) 16px center no-repeat;
    padding-left: 45px;
    color: #666;
    font-size: 14px;
    margin-bottom: 0;
}

.kf .contact {
    margin-top: 1px;
}

.kf .contact p {
    height: 26px;
    line-height: 26px;
    color: #666;
    font-size: 14px;
    padding-left: 22px;
    margin: 0;
}

.kf .contact p:nth-child(2n) {
    padding-left: 32px;
}

.kf .con h5.qr-icon {
    background: url(../images/erweima.png) 16px center no-repeat;
}

.kf .con .qr {
    margin-top: 10px;
    padding-left: 40px;
}

.kf .con .qr img {
    width: 110px;
    height: 110px;
}

.kf .backTop {
    width: 100%;
    height: 40px;
    margin-top: 10px;
    background: url(../images/huidaodingbu.png) center center no-repeat#ec6f01;
    background-size: 18px auto;
    cursor: pointer;
}

.kf-side {
    padding: 18px 10px 10px;
    background: #ec6f01;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: -34px;
    cursor: pointer;
}

.kf-side b {
    display: block;
    color: #fff;
    line-height: 18px;
    font-size: 14px;
    font-weight: 400;
}

.kf-side span.arrow {
    width: 12px;
    height: 12px;
    background: url(../images/jt-1.png) no-repeat;
    -ms-background-size: auto 12px;
    background-size: auto 12px;
    display: block;
    margin-top: 10px;
}

.kf-side span.on {
    background: url(../images/jt-2.png) no-repeat;
    -ms-background-size: auto 12px;
    background-size: auto 12px;
}

#message {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
    transform: scale(0);
    transition: .3s;
}

.messagebg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    z-index: 1001;
}

#message .m-content {
    margin-top: 8%;
}

#message .m-content .m-message {
    background: #fff;
    width: 580px;
    background: #fff;
    padding: 50px;
    margin: 0 auto;
    position: relative;
    z-index: 1002;
    box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
}

.m-message {
    width: 494px;
    margin: 48px auto 0;
}

.m-message label {
    margin-bottom: 15px;
    display: block;
    font-size: 14px;
}

.m-message label em {
    display: block;
    float: right;
    color: red;
    height: 32px;
    line-height: 32px;
}

.m-message label span {
    width: 70px;
    height: 34px;
    line-height: 34px;
    color: #2F2F2F;
    float: left;
    font-weight: bold;
    text-align: right;
    margin-right: 30px;
    display: inline-block;
}

.m-message label input.inp,
.m-message label textarea,
.m-message label.code input {
    width: 73%;
    overflow: hidden;
    height: 32px;
    line-height: 32px;
    border: #cccccc 1px solid;
    border-radius: 3px;
    padding: 0 14px;
    box-sizing: border-box;
    color: #555;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -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;
}

.m-message label input:focus,
.m-message label textarea:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(247, 150, 0, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(247, 150, 0, .6);
}

.m-message label textarea {
    height: 72px;
    line-height: 24px;
    padding: 10px 14px;
}

.m-message label.code {
    line-height: 34px;
}

.m-message label.code input {
    width: 30%;
    float: left;
    margin-right: 30px;
}

.m-message label.code .pic {
    display: inline-block;
    vertical-align: top;
    width: 80px;
    height: 32px;
}

.m-message label.code img {
    display: block;
    width: 100%;
    height: 100%;
}

.btn {
    display: block;
    height: 32px;
    line-height: 32px;
    padding-left: 15px;
    color: #fff;
    margin-top: 10px;
}

.btn:hover {
    background-color: #444;

}

.btn span {
    display: block;
    padding-left: 15px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../images/btn-r.png);
}

.btn-1 input {
    width: 52px;
    height: 32px;
    line-height: 32px;
    background: #e8e8e8;
    border: none;
    color: #333;
    margin-right: 22px;
    cursor: pointer;
    transition: 0.3s;
}

.btn-1 {
    padding-left: 100px;
}

.btn-1 input.focus {
    background: #ec6f01;
    color: #fff;
}

.btn-1 input.focus:hover {
    background: #444;
}

.btn-1 input:hover {
    background: #ccc;
}

.header {
    margin-bottom: -56px;
    position: relative;
    z-index: 2;
}

.header .logo {
    float: left;
    font-size: 0;
    height: 34px;
    line-height: 34px;
    text-align: left;
    padding: 30px 0;
}

.header .tel {
    float: right;
    background: url(../images/tel.png) no-repeat 0 center;
    padding-left: 55px;
    margin-top: 23px;
}

.header .tel strong {
    display: block;
    font-size: 28px;
    font-family: Impact;
    line-height: 1;
}

.header .text {
    float: left;
    font-size: 24px;
    margin: 30px 0 30px 30px;
    padding: 0 0 0 30px;
    border-left: 1px solid #ddd;
    line-height: 34px;
}

.header .nav {
    font-size: 0;
    color: #fff;
}

.header .nav .container {
    position: relative;
}

.header .nav .container:after {
    width: 500%;
    background: rgba(54, 62, 69, 0.7);
    -webkit-transform: skewX(32deg);
    transform: skewX(32deg);
    position: absolute;
    left: 20px;
    top: 0;
    content: "";
    height: 100%;
}

.header .nav ul {
    position: relative;
    z-index: 1;
}

.header .nav li {
    display: inline-block;
    vertical-align: middle;
}

.header .nav li a {
    display: block;
    font-size: 15px;
    line-height: 56px;
    padding: 0 25px;
    color: #fff;
    position: relative;
}

.header .nav li a:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #ec6f01;
    -webkit-transform: skewX(32deg);
    transform: skewX(32deg);
    width: 0;
}

.header .nav li .arr {
    float: right;
    height: 40px;
    width: 40px;
    position: relative;
    display: none;
    z-index: 1;
}

.header .nav li .arr:after {
    content: '';
    border-top: 2px solid #ccc;
    border-left: 2px solid #ccc;
    box-sizing: content-box;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 15px;
}

.header .nav li.dropdown {
    position: relative;
}

.header .nav .dropdown-box {
    position: absolute;
    left: 17px;
    min-width: 100%;
    top: 100%;
    display: none;
    z-index: 10;
    text-align: center;
    background: rgba(54, 62, 69, 0.7);
}

.header .nav .dropdown-box p {
    margin: 0;
}

.header .nav .dropdown-box a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
    font-size: 14px;
    line-height: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.header .nav .dropdown-box a:after {
    display: none;
}

.header .nav .dropdown-box a:hover {
    background-color: #ec6f01;
}

.header .nav li.active a:after,
.header .nav li.open a:after,
.header .nav li a:hover:after {
    width: 100%;
}

.header .nav li.open .dropdown-box {
    display: block;
}

.menu-btn {
    display: none;
    padding: 6px 0;
    float: right;
    margin-left: 15px;
}

.menu-btn:before,
.menu-btn:after,
.menu-btn span {
    display: block;
    height: 2px;
    background-color: #000;
    content: '';
}

.menu-btn:before {
    width: 24px;
}

.menu-btn:after {
    width: 18px;
    margin-left: 6px;
}

.menu-btn span {
    width: 12px;
    margin: 6px 0 6px 12px;
}

.banner .swiper-slide {
    background: no-repeat center / cover;
    height: 560px;
}

.banner .swiper-slide a {
    background: no-repeat center / cover;
}

.banner .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
}

.yunu-link {
    padding: 20px 0;
}

.yunu-link h4 {
    border-bottom: 1px solid #ddd;
    margin: 0;
    font-size: 18px;
    color: #ec6f01;
    padding-bottom: 15px;
}

.yunu-link h4 small {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
    color: #999;
}

.yunu-link ul {
    margin-left: -20px;
}

.yunu-link li {
    float: left;
    margin-left: 20px;
    margin-top: 20px;
}

.section {
    padding: 100px 0;
}

.section-links {
    padding: 30px 0;
}

.section-title {
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
}

.section-title strong {
    display: block;
    position: relative;
    color: #333;
    font-size: 40px;

}



.section-title-more .more-big {
    float: right;
    margin-top: -77px;
}

.section-title-1 {
    text-align: center;
    font-size: 0;
    margin-bottom: 40px;
}

.section-title-1 strong {
    display: block;
    font-size: 30px;
    text-transform: uppercase;
}

.section-title-1 h4 {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    position: relative;
    padding: 0 42px;
    color: #ec6f01;
}

.section-title-1 h4:after,
.section-title-1 h4:before {
    position: absolute;
    content: '';
    height: 1px;
    width: 22px;
    top: 50%;
    background-color: #ec6f01;
}

.section-title-1 h4:after {
    right: 0;
}

.section-title-1 h4:before {
    left: 0;
}

.section-sub {
    padding: 60px 0;
}

.in-prd-menu {
    margin-top: -77px;
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
}

.in-prd-menu .hform {
    float: right;
    position: relative;
    margin-left: 10px;
}

.in-prd-menu .hform input {
    display: block;
    padding: 11px 58px 11px 15px;
    font-size: 14px;
    border: 1px solid #ddd;
    background-color: #fff;
    width: 150px;
}

.in-prd-menu .hform button {
    position: absolute;
    right: 0;
    top: 0;
    height: 44px;
    width: 44px;
    border: 0;
    padding: 0;
    cursor: pointer;
    background: url(../images/901_top9.png) center no-repeat #ec6f01;
}

.in-prd-menu ul {
    float: right;
    margin: -15px 0 0 -10px;
}

.in-prd-menu li {
    float: left;
}

.in-prd-menu li a {
    display: block;
    line-height: 44px;
    font-size: 16px;
    padding: 0 16px;
    color: #4D4D4D;
    margin: 10px 0 0 10px;
    border-radius: 30px;
}

.in-prd-menu li.active a {
    background-color: #ec6f01;
    color:#fff;
    visibility: visible;
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transition: 0.3s linear, opacity 1s ease-out 0.2s, transform 1s ease-out 0.2s;
}





.bg1 {
    background: url(../images/902_ys_bg.jpg) no-repeat center / cover #ec6f01;
    color: #fff;
}

.bg1 .section-title strong {
    color: #fff;
}

.in-adv {
    margin: -20px 0 0 -20px;
}

.in-adv li {
    float: left;
    width: 33.333333%;
}

.in-adv li a {
    display: block;
    margin: 20px 0 0 20px;
    background: rgba(0, 0, 0, 0.5);
    padding: 30px;
    overflow: hidden;
    color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.in-adv li .img-center {
    float: left;
    width: 92px;
    line-height: 92px;
    height: 92px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
}

.in-adv li .text {
    margin-left: 116px;
}

.in-adv li .text h4 {
    margin: 0;
    font-weight: normal;
    font-size: 20px;
    line-height: 1.8;
}

.in-adv li .text p {
    margin: 10px 0 0;
}

.in-adv li a:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    background-color: rgba(16, 68, 146, 0.9);
}

.list-2 {
    margin: -20px 0 0 -20px;
}

.list-2 li {
    float: left;
    width: 33.333333%;
}

.list-2 li a {
    display: block;
    margin: 20px 0 0 20px;
    background-color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.list-2 li .img-cover {
    padding-top: 66%;
}

.list-2 li .more {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(16, 68, 146, 0.7);
    color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.list-2 li .more i {
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    top: 50%;
    font-style: normal;
    border: 1px solid #fff;
    width: 54px;
    line-height: 54px;
    border-radius: 50%;
    text-align: center;
    margin: -28px 0 0 -28px;
}

.list-2 li .text {
    line-height: 68px;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    padding: 0 15px;
}

.list-2 li a:hover {
    background-color: #ec6f01;
    color: #fff;
}

.list-2 li a:hover .more {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.list-2-1 li a {
    background-color: #f0f0f0;
}

.in-about {
    margin: 0;
}

.in-about dt {
    float: left;
    position: relative;
    width: 556px;
    margin: 0 0 40px 40px;
}

.in-about dt:before {
    content: '';
    position: absolute;
    left: -40px;
    bottom: -40px;
    width: 80%;
    height: 100%;
    background-color: #ec6f01;
}

.in-about dt img {
    position: relative;
    z-index: 1;
}

.in-about dd {
    margin-left: 570px;
    background-color: #fff;
    box-shadow: 0 1px 18px 1px rgba(54, 62, 69, 0.6);
    margin-top: 40px;
    padding: 60px 80px;
}

.in-about dd h4 {
    margin: 0;
    font-size: 24px;
}

.in-about dd p {
    font-size: 16px;
    line-height: 36px;
    color: #666;
    margin: 25px 0 0;
    text-align: justify;
}

.in-about dd .more-big {
    margin-top: 40px;
}

.list-3 {
    margin: -20px 0 0 -20px;
}

.list-3 li {
    float: left;
    width: 50%;
}

.list-3 li a {
    display: block;
    margin: 20px 0 0 20px;
    background-color: #fff;
    padding: 20px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    overflow: hidden;
    position: relative;
}

.list-3 li a:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 85px;
    height: 0;
    border-bottom: 125px solid #dfdfdf;
    border-right: 78px solid transparent;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.list-3 li .date {
    float: left;
    width: 115px;
    position: relative;
    z-index: 1;
    line-height: 1;
    padding: 5px 0;
    color: #fff;
}

.list-3 li .date small {
    display: block;
    font-size: 16px;
}

.list-3 li .date strong {
    display: block;
    font-size: 48px;
    margin-top: 10px;
}

.list-3 li .text {
    margin-left: 140px;
}

.list-3 li .text h4 {
    margin: 0;
    font-weight: normal;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-3 li .text p {
    margin: 10px 0 0;
    color: #666;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    line-height: 1.8;
    height: 50px;
    overflow: hidden;
}

.list-3 li a:hover {
    background-color: #3a4249;
    color: #fff;
}

.list-3 li a:hover:after {
    border-bottom-color: #ec6f01;
}

.list-3 li a:hover .text p {
    color: #fff;
}

.footer-fix {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 10;
    display: none;
}

.footer-fix li {
    float: left;
    width: 25%;
}

.footer-fix li a {
    display: block;
    text-align: center;
    padding: 7px 0;
    font-size: 12px;
    line-height: 1;
}

.footer-fix li i {
    display: block;
    height: 20px;
    background: no-repeat center;
    background-size: 40px;
    margin-bottom: 4px;
}

.footer-fix li i.i1 {
    background-image: url(../images/f_01.png);
}

.footer-fix li i.i2 {
    background-image: url(../images/f_02.png);
}

.footer-fix li i.i3 {
    background-image: url(../images/f_03.png);
}

.footer-fix li i.i4 {
    background-image: url(../images/f_04.png);
}

.footer {
    background-color: #272c31;
    padding-top: 60px;
    color: #bdbebf;
}

.footer .pp {
    display: none;
}

.footer a {
    color: #bdbebf;
}

.footer a:hover {
    color: #fff;
}

.footer dl {
    float: left;
    margin: 0 20px 0 0;
    width: 140px;
}

.footer dt {
    margin-bottom: 15px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.footer dt a {
    color: #fff;
}

.footer dt:after {
    display: block;
    content: '';
    height: 1px;
    width: 20px;
    background-color: #52565a;
    margin-top: 10px;
}

.footer dd {
    margin: 0;
}

.footer dd li {
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.footer-contact {
    float: right;
    width: 220px;
}

.footer-contact .tel {
    font-size: 24px;
    color: #fff;
    line-height: 1.1;
    background: url(../images/907_tel_1.png) no-repeat 0 0;
    padding-left: 40px;
}

.footer-contact .tel small {
    font-size: 16px;
}

.footer-contact .code {
    margin: 20px 0 0 40px;
}

.footer-contact .code .img-center {
    float: left;
    width: 100px;
}

.footer-contact .code .text {
    float: right;
    border-top: 1px solid #52565a;
    border-bottom: 1px solid #52565a;
    line-height: 28px;
    padding: 20px 0;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    letter-spacing: 4px;
}

.footer-copy {
    background-color: #ec6f01;
    color: #fff;
    margin-top: 50px;
    padding: 15px 0;
    text-align: center;
}

.footer-copy p {
    margin: 5px 0;
}

.footer-copy a {
    color: #fff;
}

.banner-sub {
    height: 330px;
    background: no-repeat center / cover;
}

.ct2-sd {
    float: left;
    width: 250px;
}

.ct2-mn {
    float: right;
    width: 900px;
}

.panel-sd {
    margin-bottom: 20px;
    background-color: #f6f6f6;
}

.panel-sd:last-child {
    margin-bottom: 0;
}

.panel-sd .tit {
    text-align: center;
    color: #fff;
    font-size: 28px;
    background: url(../images/914_cp_bg1.png) no-repeat #ec6f01;
    padding: 35px 0;
    border-radius: 0 30px 0 0;
}

.panel-sd .tit span {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
}

.lanmu {
    background-color: #363e45;
}

.lanmu li {
    border-top: 1px solid #fff;
}

.lanmu li:last-child {
    border-bottom: 0;
}

.lanmu li>a {
    display: block;
    line-height: 60px;
    padding: 0 0 0 25px;
    color: #fff;
    font-size: 18px;
}

.lanmu li .arr {
    float: right;
    height: 60px;
    width: 40px;
    position: relative;
    cursor: pointer;
}

.lanmu li .arr:after {
    content: '';
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    box-sizing: content-box;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 15px;
}

.lanmu-box {
    display: none;
}

.lanmu-box p {
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
}

.lanmu-box p a {
    padding-left: 40px;
    padding-right: 25px;
    display: block;
    line-height: 45px;
    color: #fff;
}

.lanmu-box p a:hover,
.lanmu-box p.on {
    background-color: #ec6f01;
}

.lanmu li>a:hover,
.lanmu li.active>a {
    background-color: #ec6f01;
}

.lanmu li.open .lanmu-box,
.lanmu li.active .lanmu-box {
    display: block;
}

.lanmu li.open .arr:after {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

.pages {
    margin: 30px 0 0;
    text-align: center;
    font-size: 0;
}

.pages a {
    display: inline-block;
    font-size: 14px;
    line-height: 35px;
    padding: 0 14px;
    margin: 5px;
    background-color: #f5f5f5;
    border-radius: 3px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.pages a:hover,
.pages a.active {
    background-color: #ec6f01;
    color: #fff;
}

.nav-sub {
    text-align: center;
    font-size: 0;
    margin: -20px 0 40px -20px;
}

.nav-sub li {
    display: inline-block;
    vertical-align: middle;
}

.nav-sub li a {
    display: block;
    line-height: 48px;
    padding: 0 40px;
    background-color: #363e45;
    color: #fff;
    font-size: 16px;
    margin: 20px 0 0 20px;
}

.nav-sub li a:hover,
.nav-sub li.active a {
    background-color: #ec6f01;
}

.list-4 li a {
    display: block;
    border-bottom: 1px solid #e5e5e5;
    padding: 30px 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.list-4 li .img-center {
    float: left;
    width: 250px;
}

.list-4 li .text {
    margin: 0 0 0 290px;
    position: relative;
    padding-right: 180px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.list-4 li .text h4 {
    margin: 0;
    font-weight: normal;
    font-size: 20px;
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-top: 23px;
}

.list-4 li .text p {
    line-height: 2;
    height: 52px;
    overflow: hidden;
    margin: 10px 0 0;
    color: #999;
}

.list-4 li .date {
    position: absolute;
    right: 30px;
    top: 0;
}

.list-4 li .date span {
    display: block;
    font-family: Impact;
    color: #ccc;
    font-size: 22px;
    margin-bottom: 20px;
}

.list-4 li .date i {
    border-left: 1px solid #e5e5e5;
    text-align: right;
    line-height: 20px;
    font-size: 0;
    display: block;
}

.list-4 li .date i:before {
    content: '→';
    color: #999;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    vertical-align: middle;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 20px;
    display: block;
    text-align: center;
}

.list-4 li a:hover {
    padding-left: 30px;
}

.list-4 li a:hover .text {
    padding-right: 150px;
}

.list-4 li a:hover .date i:before {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}

.about-1 {
    color: #666;
    line-height: 1.8;
    font-size: 16px;
    text-align: justify;
}

.about-1 p {
    margin: 0;
}

.about-1 h4 {
    font-size: 18px;
    margin: 0;
}

.about-2 {
    position: relative;
    padding: 0 80px;
}

.about-2 .date {
    background: url(../images/911_lc.png) no-repeat center / contain;
    height: 82px;
    line-height: 72px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.about-2 i {
    display: block;
    position: relative;
    margin: 20px 0;
}

.about-2 i:after {
    width: 14px;
    height: 14px;
    background-color: #fff;
    border: 1px solid #ec6f01;
    border-radius: 50%;
    content: '';
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.about-2 i:before {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    border-bottom: 1px dashed #999;
    content: '';
}

.about-2 .text {
    background-color: #fff;
    margin: 0 15px;
    padding: 20px;
    line-height: 1.8;
    text-align: justify;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.about-2 .swiper-slide:hover .date {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}

.about-2 .swiper-slide:hover .text {
    background-color: #ec6f01;
    color: #fff;
}

.about-2 .swiper-button-prev,
.about-2 .swiper-button-next {
    background-color: #c3c3c3;
    background-size: 10px auto;
    width: 24px;
    height: 54px;
    border-radius: 20px;
    outline: none;
    margin: 0;
    top: 82px;
}

.about-2 .swiper-button-prev:hover,
.about-2 .swiper-button-next:hover {
    background-color: #ec6f01;
}

.about-2 .swiper-pagination {
    position: static;
    margin-top: 15px;
    text-align: center;
    font-size: 0;
    display: none;
}

.about-2 .swiper-pagination-bullet {
    margin: 0 5px;
}

.about-3 {
    margin: -20px 0 0 -20px;
}

.about-3 li {
    float: left;
    width: 25%;
}

.about-3 li a {
    display: block;
    margin: 20px 0 0 20px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.about-3 li .text {
    text-align: center;
    margin-top: 15px;
}

.about-3 li .text h4 {
    margin: 0;
    font-size: 20px;
}

.about-3 li .text p {
    color: #666;
    margin: 10px 0 0;
}

.about-3 li a:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.contact-left {
    float: left;
    width: 560px;
}

.contact-left .map {
    margin-bottom: 30px;
}

.contact-right {
    float: right;
    width: 570px;
}

.contact-right .item {
    margin-bottom: 40px;
}

.contact-right .item:last-child {
    margin-bottom: 0;
}

.contact-right .item .ewm {
    float: right;
    position: relative;
    margin-top: 4px;
}

.contact-right .item .ewm a {
    display: block;
    border-radius: 20px;
    line-height: 26px;
    color: #888;
    background: url(../images/925_cont1.png) no-repeat 80px center #e9e9e9;
    padding: 0 40px 0 15px;
}

.contact-right .item .ewm .img-center {
    position: absolute;
    right: 100%;
    border: 3px solid #ec6f01;
    width: 100px;
    top: -30px;
    margin-right: 10px;
    display: none;
}

.contact-right .item .ewm .img-center:before,
.contact-right .item .ewm .img-center:after {
    content: '';
    position: absolute;
}

.contact-right .item .ewm .img-center:before {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    border: 1px solid #ec6f01;
    position: absolute;
    top: 36px;
    right: -26px;
}

.contact-right .item .ewm .img-center:after {
    width: 14px;
    height: 1px;
    background: #ec6f01;
    position: absolute;
    top: 40px;
    right: -17px;
}

.contact-right .item .ewm:hover a {
    color: #ec6f01;
}

.contact-right .item .ewm:hover .img-center {
    display: block;
}

.contact-right .item h4 {
    margin: 0;
    font-size: 24px;
}

.contact-right .item .text {
    color: #666;
    border-left: 3px solid #ec6f01;
    margin-top: 24px;
    padding-left: 20px;
    line-height: 2;
}

.contact-right .item .text h5 {
    color: #C01;
    margin: 0;
    font-size: 16px;
}

.contact-right .item .text p {
    margin: 0;
}

.msg {
    background-color: #f2f2f2;
    padding: 40px;
}

.msg h4 {
    margin: 0;
    font-size: 24px;
    color: #ec6f01;
    font-weight: normal;
}

.msg .tips {
    color: #666;
    font-size: 16px;
    margin-top: 10px;
}

.msg form {
    overflow: hidden;
    display: block;
    margin: 10px 0 0 -10px;
}

.msg .form-group {
    float: left;
    margin: 10px 0 0 10px;
    width: 235px;
    background-color: #fff;
    overflow: hidden;
}

.msg .form-label {
    float: left;
    line-height: 30px;
    width: 80px;
    padding: 10px 0 10px 10px;
}

.msg .form-label span {
    color: red;
}

.msg .form-content {
    margin-left: 90px;
    padding: 10px 10px 10px 0;
    font-size: 0;
}

.msg .form-control {
    border: 0;
    background-color: transparent;
    padding: 0;
    line-height: 30px;
    height: 30px;
    font-size: 14px;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.msg .form-radio {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 30px;
    margin-right: 10px;
    width: 100%;
}

.msg .form-radio input {
    margin-right: 8px;
}

.msg .form-submit {
    display: block;
    width: 100%;
    background: #ec6f01;
    color: #fff;
    border: 0;
    padding: 0;
    cursor: pointer;
    outline: none;
    height: 54px;
    font-size: 18px;
}

.msg .form-group.full {
    width: 480px;
}

.msg .form-group.yzm .form-control {
    width: 70px;
}

.msg .form-group.yzm .yzm-pic {
    display: inline-block;
    vertical-align: middle;
    width: 65px;
    height: 30px;
}

.message-left {
    float: left;
    width: 560px;
    color: #666;
    font-size: 16px;
    line-height: 1.8;
}

.message-left h4 {
    margin: 0 0 45px;
    font-size: 36px;
    font-weight: normal;
    color: #333;
}

.message-left p {
    margin: 0;
}

.message-right {
    float: right;
    width: 560px;
}

.jobs {}

.jobs .item {
    border-top: 1px solid #e3e3e3;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.jobs .item .tit {
    padding: 25px 105px 25px 20px;
    position: relative;
}

.jobs .item .tit:after {
    position: absolute;
    content: '→';
    right: 40px;
    top: 25px;
    width: 65px;
    line-height: 57px;
    border-left: 1px solid #dddddd;
    font-size: 34px;
    font-weight: lighter;
    text-align: right;
    color: #dddddd;
}

.jobs .item .tit h4 {
    margin: 0;
    font-size: 18px;
}

.jobs .item .tit p {
    font-size: 0;
    margin: 10px 0 0;
}

.jobs .item .tit p span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 70px;
    font-size: 16px;
    color: #666;
}

.jobs .item .con {
    padding: 25px 20px 45px 20px;
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    display: none;
}

.jobs .item.open {
    background-color: #f0f0f0;
}

.news-left {
    float: left;
    width: 800px;
}

.news-title {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.news-title h1 {
    margin: 0;
    font-size: 30px;
    font-weight: normal;
}

.news-title p {
    margin: 10px 0 0;
    font-size: 0;
}

.news-title p span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    font-size: 14px;
    color: #999;
    background: no-repeat 0 center;
    padding-left: 25px;
}

.news-title p span.i1 {
    background-image: url(../images/920_newscon1.png);
}

.news-title p span.i2 {
    background-image: url(../images/920_newscon2.png);
}

.news-title p span.i3 {
    background-image: url(../images/920_newscon3.png);
}

.news-content {
    line-height: 1.8;
    margin-bottom: 30px;
}

.news-content img {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
}

.news-exp {
    border-top: 1px dashed #ccc;
    padding-top: 20px;
    overflow: hidden;
}

.news-exp a {
    float: left;
    width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-exp a:last-child {
    text-align: right;
}

.news-panel {
    margin-top: 40px;
}

.news-panel .tit {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.news-panel .tit .fh {
    float: right;
    color: #999;
    font-size: 16px;
    padding-left: 25px;
    background: url(../images/920_fh.png) no-repeat 0 center;
}

.news-panel .tit .fh:hover {
    color: #ec6f01;
}

.news-panel .tit span {
    display: inline-block;
    font-size: 24px;
    border-bottom: 2px solid #ec6f01;
    color: #ec6f01;
    margin-bottom: -1px;
    padding-bottom: 15px;
    line-height: 1;
}

.list-5 {
    margin-left: -20px;
    margin-top: -15px;
}

.list-5 li {
    float: left;
    width: 50%;
}

.list-5 li a {
    display: block;
    margin-left: 20px;
    padding-bottom: 15px;
    margin-top: 15px;
    border-bottom: 1px dotted #ccc;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-5 li span {
    float: right;
    color: #999;
}

.news-right {
    float: right;
    width: 340px;
}

.news-banner .img-center {
    overflow: hidden;
}

.news-banner .img-center img {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.news-banner .img-center a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.news-act-menu {
    overflow: hidden;
}

.news-act-menu li {
    float: left;
    width: 50%;
}

.news-act-menu li a {
    display: block;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
}

.news-act-menu li.active a {
    background-color: #ec6f01;
    color: #fff;
}

.list-6 {}

.list-6 li {
    border-top: 1px solid #efefef;
}

.list-6 li a {
    display: block;
    padding: 20px;
}

.list-6 li a:hover {
    background-color: #f5f5f5;
}

.list-6 li h4 {
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-6 li p {
    font-size: 0;
    margin: 10px 0 0;
}

.list-6 li p span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    font-size: 14px;
    color: #999;
    background: no-repeat 0 center;
    padding-left: 25px;
}

.list-6 li p span.i1 {
    background-image: url(../images/920_newscon1.png);
}

.list-6 li p span.i2 {
    background-image: url(../images/920_newscon2.png);
}

.news-box {
    margin-top: 20px;
    border: 1px solid #efefef;
    box-shadow: 0 5px 5px -5px #ccc;
    border-radius: 10px;
    overflow: hidden;
}

.news-box.msg {
    padding: 20px;
    background-color: transparent;
}

.news-box.msg h4 {
    font-size: 18px;
}

.news-box.msg form {
    margin-left: 0;
}

.news-box.msg .form-group {
    background-color: #f0f0f0;
    margin-left: 0;
    width: 100%;
}

.news-box.msg .form-group.yzm .form-control {
    width: 133px;
}

.case-title {
    text-align: center;
    border-bottom: 0;
}

.case-title p span {
    margin: 0 10px;
}

.yunu-showcase {
    margin-bottom: 30px;
}

.yunu-showcase-info {
    float: right;
    width: 500px;
}

.yunu-showcase-info h1 {
    margin: 0 0 15px;
    font-size: 24px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.yunu-showcase-info p {
    margin: 0;
    color: #666;
    height: 168px;
}

.yunu-showcase-info .tel {
    border-top: 2px solid #e6e6e6;
    margin-top: 15px;
    padding-top: 15px;
    height: 42px;
    line-height: 21px;
    font-size: 18px;
}

.yunu-showcase-info .tel a {
    background-color: #ec6f01;
    color: #fff;
    display: inline-block;
}

.pc-slide {
    float: left;
    width: 380px;
}

.pc-slide .view .swiper-slide .imgauto {
    width: 100%;
    height: 310px;
    line-height: 310px;
}

.pc-slide .view .swiper-container {
    width: 100%;
    /* border: #e22434 1px solid; */
}

.pc-slide .preview {
    width: 100%;
    margin-top: 10px;
    position: relative;
}

.pc-slide .preview .swiper-container {
    margin: 0 30px;
}

.pc-slide .preview .swiper-slide .imgauto {
    height: 80px;
    border: 1px solid #ddd;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.pc-slide .preview .swiper-slide .imgauto img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.pc-slide .preview .arrow-left {
    background: url(../images/feel3.png) no-repeat left top;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10;
}

.pc-slide .preview .arrow-right {
    background: url(../images/feel4.png) no-repeat left bottom;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10;
}

.pc-slide .preview img {
    padding: 1px;
}

.pc-slide .preview .active-nav .imgauto {
    border: 1px solid #ec6f01;
}

.pc-slide1 {
    margin-bottom: 40px;
}

.pc-slide1 .view {
    float: left;
    width: 870px;
}

.pc-slide1 .view .swiper-slide .imgauto {
    width: 100%;
    height: 580px;
    line-height: 580px;
}

.pc-slide1 .preview {
    position: relative;
    margin-left: 895px;
    padding-top: 40px;
}

.pc-slide1 .preview .swiper-container {
    height: 540px;
}

.pc-slide1 .preview .swiper-slide .imgauto {
    height: 171px;
    border: 3px solid #eee;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.pc-slide1 .preview .swiper-slide .imgauto img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.pc-slide1 .preview .arrow-left {
    background: url(../images/feel3.png) no-repeat center #e7e7e7;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 128px;
    height: 24px;
}

.pc-slide1 .preview .arrow-right {
    background: url(../images/feel4.png) no-repeat center #e7e7e7;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    width: 128px;
    height: 24px;
}

.pc-slide1 .preview img {
    padding: 1px;
}

.pc-slide1 .preview .active-nav .imgauto {
    border-color: #ec6f01;
}

div.zoomDiv {
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
    border: 1px solid #ddd;
    display: none;
    text-align: center;
    overflow: hidden;
    font-size: 0;
}

div.zoomMask {
    position: absolute;
    background: url(../images/mask.png) repeat scroll 0 0 transparent;
    cursor: move;
    z-index: 1;
}

.case-bb {
    font-size: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    background: url(../images/918_casecon4.png) repeat-x center;
}

.case-bb span {
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    padding-right: 20px;
    font-size: 24px;
}

.prd-title {
    text-align: center;
}

.prd-title p span {
    margin: 0 10px;
}

.prd-slide .view {
    width: 650px;
}

.prd-slide .view .swiper-slide .imgauto {
    height: 503px;
    line-height: 503px;
}

.prd-slide .preview {
    margin-left: 680px;
}

.prd-slide .preview .swiper-container {
    height: 463px;
}

.prd-slide .preview .swiper-slide .imgauto {
    height: 145px;
}

.list-7 {
    margin: -20px 0 0 -20px;
}

.list-7 li {
    float: left;
    width: 33.333333%;
}

.list-7 li a {
    display: block;
    margin: 20px 0 0 20px;
    background-color: #fff;
    box-shadow: 0 0 5px #ccc;
    padding: 20px;
    position: relative;
}

.list-7 li a:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(16, 68, 146, 0.8);
    content: '';
    z-index: 1;
    display: none;
}

.list-7 li .img-center {
    height: 350px;
    line-height: 350px;
    overflow: hidden;
    position: relative;
}

.list-7 li .img-center:after,
.list-7 li .img-center:before {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    background: no-repeat center / contain;
    z-index: 2;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.list-7 li .img-center:before {
    background-image: url(../images/924_cert3.png);
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
}

.list-7 li .img-center:after {
    background-image: url(../images/924_cert2.png);
    -webkit-transform: translateX(300px);
    transform: translateX(300px);
}

.list-7 li .text {
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    z-index: 2;
}

.list-7 li a:hover {
    color: #fff;
}

.list-7 li a:hover:before {
    display: block;
}

.list-7 li a:hover .img-center:before,
.list-7 li a:hover .img-center:after {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.position {
    margin-bottom: 20px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 8px 0 8px 25px;
    background: url(../images/logo_03.png) no-repeat 0 center;
}

@media screen and (max-width:810px) {
    body {
        min-width: 320px;
    }

    .container {
        width: auto;
    }

   

    .banner .swiper-slide a {
        height: 160px !important;
    }

    .section,
    .section-sub,
    .section-links {
        padding: 30px 0;
    }

    .section-title {
        margin-bottom: 20px;
    }

    .section-title small {
        font-size: 24px;
    }

    .section-title strong {
        font-size: 18px;
    }

    .section-title strong:after {
        width: 60%;
    }

    .section-title-more .more-big {
        margin: 0 0 20px;
    }

    .section-title-1 {
        margin-bottom: 20px;
    }

    .section-title-1 strong {
        font-size: 22px;
    }

    .section-title-1 h4 {
        font-size: 18px;
        padding: 0 30px;
    }

    .in-prd-menu {
        margin: 0 0 20px;
    }

    .in-prd-menu .hform {
        float: none;
        margin: 0 0 10px;
    }

    .in-prd-menu .hform input {
        padding: 7px 50px 7px 12px;
        width: 100%;
        box-sizing: border-box;
    }

    .in-prd-menu .hform button {
        height: 36px;
    }

    .in-prd-menu ul {
        float: none;
    }

    .in-prd-menu li {
        width: 50%;
    }

    .in-prd-menu li a {
        text-align: center;
        font-size: 14px;
        line-height: 34px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .list-1 {
        margin: -30px 0 0 -10px;
    }

    .list-1 li {
        width: 50%;
    }

    .list-1 li a {
        margin: 30px 0 0 10px;
        padding: 10px 10px 30px 10px;
    }

    .list-1 li .text {
        font-size: 14px;
        line-height: 1.4;
        margin-top: 10px;
    }

    .list-1 li .desc {
        font-size: 12px;
        margin-top: 5px;
    }

    .list-1 li .more {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-left: -24px;
        bottom: -24px;
    }

    .list-1-1 .img-cover {
        margin: -10px -10px 0;
    }

    .in-adv {
        margin: -10px 0 0;
    }

    .in-adv li {
        width: 100%;
    }

    .in-adv li a {
        padding: 15px;
        margin: 10px 0 0;
    }

    .in-adv li .img-center {
        width: 70px;
        height: 70px;
        line-height: 70px;
    }

    .in-adv li .text {
        margin-left: 85px;
    }

    .in-adv li .text h4 {
        font-size: 16px;
    }

    .in-adv li .text p {
        font-size: 12px;
        margin-top: 6px;
    }

    .list-2 {
        margin: 0 0 -10px;
    }

    .list-2 li {
        width: 100%;
    }

    .list-2 li a {
        margin: 0 0 10px;
    }

    .list-2 li .text {
        font-size: 16px;
        line-height: 44px;
    }

    .list-2-1 {
        margin: -10px 0 0 -10px;
    }

    .list-2-1 li {
        width: 50%;
    }

    .list-2-1 li a {
        margin: 10px 0 0 10px;
    }

    .list-2-1 li .text {
        font-size: 14px;
        line-height: 36px;
        padding: 0 10px;
    }

    .list-2-1-1 li:last-child {
        display: none;
    }

    .in-about dt {
        float: none;
        width: auto;
        margin: 0 0 20px 20px;
    }

    .in-about dt:before {
        left: -20px;
        bottom: -20px;
        width: 100%;
    }

    .in-about dd {
        margin: 20px 0 0;
        padding: 20px;
        height: auto;
    }

    .in-about dd h4 {
        font-size: 16px;
    }

    .in-about dd p {
        margin: 10px 0 0;
        font-size: 14px;
        line-height: 1.8;
    }

    .in-about dd .more-big {
        margin-top: 20px;
    }

    .list-3 {
        margin: -10px 0 0;
    }

    .list-3 li {
        width: 100%;
    }

    .list-3 li a {
        margin: 10px 0 0;
        padding: 10px;
    }

    .list-3 li a:after {
        border-bottom-width: 87px;
        border-right-width: 50px;
        width: 50px;
    }

    .list-3 li .date {
        padding: 11px 0;
        width: 90px;
    }

    .list-3 li .date small {
        font-size: 12px;
    }

    .list-3 li .date strong {
        font-size: 28px;
        margin-top: 5px;
    }

    .list-3 li .text {
        margin-left: 100px;
    }

    .list-3 li .text h4 {
        font-size: 16px;
    }

    .list-3 li .text p {
        margin-top: 5px;
        line-height: 1.45;
        height: 40px;
    }

    .footer {
        padding-top: 30px;
    }

    .footer dl {
        margin: 0 1% 10px;
        width: 48%;
        border: 1px solid #fff;
        box-sizing: border-box;
        padding: 0 15px;
    }

    .footer dt {
        line-height: 36px;
        font-size: 16px;
        margin: 0;
        position: relative;
    }

    .footer dt:after {
        position: absolute;
        right: 6px;
        top: 50%;
        width: 9px;
        height: 9px;
        border-top: solid 1px #bdbebf;
        border-right: solid 1px #bdbebf;
        background-color: transparent;
        margin: -3px 0 0;
        -webkit-transform: rotate(135deg) translateX(-50%);
        transform: rotate(135deg) translateX(-50%);
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

    .footer dd {
        display: none;
    }

    .footer dd ul {
        padding-bottom: 10px;
    }

    .footer dl.open dt:after {
        -webkit-transform: rotate(315deg) translateX(-50%);
        transform: rotate(315deg) translateX(-50%);
        right: 0;
        margin-top: -6px;
    }

    .footer .pp {
        display: block;
    }

    .footer-contact {
        width: 100%;
        margin-top: 10px;
    }

    .footer-contact .code {
        display: none;
    }

    .footer-copy {
        margin-top: 30px;
        font-size: 12px;
        text-align: center;
    }

    .pages {
        margin-top: 15px;
    }

    .pages a {
        font-size: 12px;
        line-height: 30px;
        padding: 0 12px;
    }

    .banner-sub {
        height: 130px;
    }

    .ct2-sd {
        float: none;
        width: auto;
    }

    .ct2-mn {
        float: none;
        width: auto;
    }

    .panel-sd .tit {
        display: none;
    }

    .lanmu {
        overflow: hidden;
        margin: 0 -1px 20px;
    }

    .lanmu li {
        float: left;
        width: 100%;
        border: 0;
    }

    .lanmu li .arr {
        display: none;
    }

    .lanmu li>a {
        padding: 0;
        text-align: center;
        font-size: 14px;
        line-height: 34px;
        border: 1px solid #fff;
    }

    .lanmu li.open .lanmu-box,
    .lanmu li.active .lanmu-box {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .lanmu-box p {
        width: 50%;
        margin: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        border-top: none;
    }

    .lanmu-box p a {
        padding-left: 10px;
        padding-right: 10px;
        display: block;
        line-height: 40px;
        color: #fff;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .list-4 li a {
        padding: 0 0 15px;
        margin-bottom: 15px;
    }

    .list-4 li .img-center {
        width: 90px;
    }

    .list-4 li .text {
        margin: 0 0 0 100px;
        padding: 0 40px 0 0;
    }

    .list-4 li .text h4 {
        padding: 0;
        font-size: 14px;
    }

    .list-4 li .text p {
        line-height: 18px;
        font-size: 12px;
        height: 36px;
        overflow: hidden;
    }

    .list-4 li .date {
        margin-top: 0;
        right: 0;
    }

    .list-4 li .date span {
        margin: 0 0 5px;
        font-size: 12px;
        color: #adadad;
    }

    .list-4 li a:hover {
        padding-left: 0;
    }

    .list-4 li a:hover .text {
        padding: 0 40px 0 0;
    }

    .list-4 li:first-child a {
        padding-top: 0;
        margin-top: 0;
        border-top: 0;
    }

    .nav-sub {
        margin: -5px 0 20px -5px;
    }

    .nav-sub li a {
        margin: 5px 0 0 5px;
        font-size: 12px;
        padding: 0 10px;
        line-height: 32px;
    }

    .about-1 {
        font-size: 14px;
    }

    .about-2 {
        padding: 0 35px;
    }

    .about-2 .text {
        margin: 0;
    }

    .about-2 .swiper-button-prev {
        left: 0;
    }

    .about-2 .swiper-button-next {
        right: 0;
    }

    .about-2 .swiper-pagination {
        display: block;
    }

    .about-3 li {
        width: 100%;
    }

    .contact-right,
    .contact-left {
        width: auto;
        float: none;
    }

    .contact-right .item {
        margin-bottom: 20px !important;
    }

    .contact-right .item .ewm {
        margin-top: 0;
        font-size: 12px;
    }

    .contact-right .item .ewm a {
        line-height: 24px;
        background-size: 12px auto;
        background-position: 64px center;
        padding: 0 26px 0 10px;
    }

    .contact-right .item .ewm .img-center:before {
        display: none;
    }

    .contact-right .item .ewm .img-center:after {
        top: 39px;
    }

    .contact-right .item h4 {
        font-size: 18px;
    }

    .contact-right .item .text {
        margin-top: 15px;
        line-height: 1.8;
        padding-left: 10px;
        border-left-width: 1px;
    }

    .contact-left .map {
        margin-bottom: 20px;
    }

    .msg {
        padding: 15px;
    }

    .msg h4 {
        font-size: 18px;
    }

    .msg .tips {
        font-size: 14px;
    }

    .msg form {
        margin-left: 0;
    }

    .msg .form-group {
        width: 100%;
        margin: 10px 0 0;
    }

    .msg .form-group.full {
        width: 100%;
    }

    .msg .form-group.yzm {
        position: relative;
    }

    .msg .form-group.yzm .form-control {
        width: 100%;
        padding-right: 100px;
        box-sizing: border-box;
    }

    .msg .form-group.yzm .yzm-pic {
        position: absolute;
        right: 10px;
        top: 10px;
        width: 90px;
    }

    .message-left,
    .message-right {
        width: auto;
        float: none;
    }

    .message-left {
        margin-bottom: 30px;
        font-size: 14px;
    }

    .message-left h4 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .jobs .item .tit {
        padding: 10px 56px 10px 10px;
    }

    .jobs .item .tit h4 {
        font-size: 16px;
    }

    .jobs .item .tit p {
        margin-top: 5px;
    }

    .jobs .item .tit p span {
        font-size: 12px;
        margin-right: 10px;
    }

    .jobs .item .tit:after {
        font-size: 20px;
        line-height: 44px;
        width: 35px;
        top: 10px;
        right: 10px;
    }

    .jobs .item .con {
        padding: 10px;
        font-size: 14px;
    }

    .news-left {
        float: none;
        width: auto;
    }

    .news-right {
        display: none;
    }

    .news-title {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .news-title h1 {
        font-size: 18px;
    }

    .news-title p span {
        font-size: 12px;
        margin-right: 10px;
    }

    .news-content {
        margin-bottom: 20px;
    }

    .news-exp {
        padding-top: 10px;
        font-size: 12px;
    }

    .news-panel {
        margin-top: 30px;
    }

    .news-panel .tit {
        margin-bottom: 15px;
    }

    .news-panel .tit span {
        font-size: 16px;
        padding-bottom: 10px;
    }

    .news-panel .tit .fh {
        font-size: 14px;
    }

    .list-5 {
        margin-top: -10px;
    }

    .list-5 li {
        width: 100%;
    }

    .list-5 li a {
        padding-bottom: 10px;
        margin-top: 10px;
        font-size: 12px;
    }

    .case-title p span {
        margin: 0 5px;
    }

    .pc-slide,
    .yunu-showcase-info {
        float: none;
        width: auto;
    }

    .yunu-showcase-info {
        margin-top: 20px;
    }

    .yunu-showcase-info h1 {
        font-size: 20px;
        line-height: 1.8;
    }

    .yunu-showcase-info p {
        height: auto;
    }

    .case-bb {
        margin-bottom: 10px;
    }

    .case-bb span {
        font-size: 18px;
    }

    .abcc {
        margin-top: -50px;
        padding-top: 80px;
    }

    .list-7 {
        margin: -10px 0 0 -10px;
    }

    .list-7 li {
        width: 50%;
    }

    .list-7 li a {
        margin: 10px 0 0 10px;
        padding: 10px;
    }

    .list-7 li .img-center {
        height: 150px;
        line-height: 150px;
    }

    .list-7 li .text {
        margin-top: 10px;
        font-size: 14px;
    }

    .list-7 li .img-center:after,
    .list-7 li .img-center:before {
        width: 30px;
        height: 30px;
        margin: -15px 0 0 -15px;
    }

    .position {
        font-size: 12px;
        display: none;
    }
}

.ab_pages {
    clear: both;
    padding: 20px 0;
    font-size: 14px;
    text-align: center;
    overflow: hidden
}

.ab_pages ul {
    display: inline-block;
    margin: 0 auto;
    padding: 0
}

.ab_pages ul a {
    color: #555;
    display: block;
    padding: 5px 11px;
    border: 1px solid #ddd;
    float: left;
    margin: 0 5px;
    font-size: 12px
}

.ab_pages ul a.page-num-current {
    background: #ddd;
}

.ab_pages ul a:hover {
    background: #ddd
}

#maximg img {
    max-width: 100%;
    height: auto !important
}



@keyframes fadeInLeft {
    0% {
       opacity: 0;
       transform: translateX(-100px);
    }
    100% {
       opacity: 1;
       transform: translateX(0);
    }
 }

 @keyframes fadeInRight {
    0% {
       opacity: 0;
       transform: translateX(100px);
    }
    100% {
       opacity: 1;
       transform: translateX(0);
    }
 }

 @keyframes fadeInUp {
    0% {
       opacity: 0;
       transform: translateY(100px);
    }
    100% {
       opacity: 1;
       transform: translateY(0);
    }
 }

 @keyframes fadeInDown {
    0% {
       opacity: 0;
       transform: translateY(-100px);
    }
    100% {
       opacity: 1;
       transform: translateY(0);
    }
 }


 
/*
    Template Name: Kreator Ultimate HTML5 Template
    Authot: Pixel industry
    Website: www.pixel-industry.com

*/

/* CONTENTS
    1. Document Style
    2. Typography
    3. Header
    4. Page content parallax backgrounds
    5. Page title
    6. Elements
        6.1. Accordion
        6.2. Buttons
        6.3. Company history
            6.3.1. Company history icon list
            6.3.2. Company history tabs
        6.4. Custom headings
            6.4.1. Centered heading with subtext
            6.4.2. Left heading with subtitle
        6.5. Icons list
        6.6. Image gallery with thumbnails
        6.7. Information boxes
        6.8. Note
        6.9. Note rotator
        6.10. Numbers counter stats
        6.11. Pricing tables
        6.12. Process icons
        6.13. Recent blog posts
        6.14. Recent blog posts list
        6.15. Services box with background on hover
        6.16. Services box with image
        6.17. Services box with rotating icons
        6.18. Services box with centered icon
        6.19. Skills bar
        6.20. Skills circular
        6.21. Tabs horizontal
        6.22. Tabs vertical
        6.23. Team standard layout
        6.24. Team vertical tabs
        6.25. Testimonials
        6.26. Testimonial carousel
    7. Blog
    8. Portfolio pages
    9. COntact
    10. Footer styling
    11. Widgets
        11.1. Widget recent blog posts
        11.2. Twitter widget
        11.3. Recent comments widget
        11.4. Aside search widget
        11.5. Error page search widget
        11.6. Social networks photo stream widget
        11.7. Tag cloud widget
        11.8. Widget contact
    12. Social links - only presentation purposes

/*


/* ==========================================================================
    1. DOCUMENT STYLE
============================================================================= */
body{
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 13px;
    line-height: 22px;
    color: #666;
    font-weight: 400;
    background-color: #fff;
}

.row{
    margin-bottom: 70px;
}

.container.full{
    width: 100%;
    max-width: 100%;
}

*[class*="row"] *[class*="row"]:last-child{
    margin-bottom: 0;
}

.nicescroll-rails{
    z-index: 10000 !important;
}

.nicescroll-rails div{
    width: 10px !important
}


/* ==========================================================================
    3. HEADER
============================================================================= */

#header-wrapper{
    width: 100%;
    background: #fff;
}

#header-wrapper.static{
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);

    position: fixed;
    top: 0;
    z-index: 1000;
}

#top-bar{
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

#top-bar .contact-info{
    float: left;
}
#top-bar .lag{
    float: right;
}

#top-bar .contact-info li{
    float: left;
    padding: 0 20px;
    border-right: 1px solid #ddd;
    color: #888;
}
@media (max-width:768px){
  #top-bar .contact-info li{
      float: left;
      padding: 0 5px;
      border-right: 1px solid #ddd;
      color: #888;
  }
}


#top-bar .contact-info li a,
#top-bar .contact-info li span{
    color: #888;
}

#top-bar .contact-info li i{
    padding-right: 5px;

    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

#top-bar .contact-info li:first-child{
    padding-left: 0;
}

#top-bar .contact-info li:last-child{
    border-right: none;
}

#top-bar .social-links{
    float: right;
}

#top-bar .social-links li{
    float: left;
    padding-left: 15px;
    padding-right: 15px;

    border-right: 1px solid #ddd;
}

#top-bar .social-links li a{
    color: #888;
}

#header{
    padding: 20px 0;
}

#logo{
    float: left;
    padding-top: 3px;
    max-width:250px;
}

/* --------------------------------------------------------------------------
   MAIN NAVIGATION
----------------------------------------------------------------------------- */
.nav{
    float: left;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form{
    border: none;
    border-color: transparent;
    background: none;
    box-shadow: none;
    border-top: none;
    float: right;
}

.navbar-default{
    background: none;
    border: none;
    float: right;
}

.navbar-nav{
    margin: 0;
}

.navbar-collapse{
    padding: 0;
}

.navbar-toggle:last-child{
    margin-right: 0;
}

.navbar-toggle{
    margin-top: 0;
    border: none;
    margin-bottom: 0;
}

.navbar{
    margin-bottom: 0;
	padding-top:14px;
}

.navbar-nav>li>a,
.navbar-default .navbar-nav>li>a, .navbar-default .navbar-text{
    text-transform: uppercase;

    padding-top: 10px;
    padding-bottom: 10px;
}


.navbar-default .navbar-nav>.current-menu-item>a,
.navbar-default .navbar-nav>.current-menu-item>a:focus,
.navbar-default .navbar-nav>.current-menu-item>a:hover{
    color:#000;
}

.dropdown{
    padding-bottom: 10px;
}

/* DROPDOWN MENU STYLING */
.dropdown-menu{
    border: 1px solid #eee;
    box-shadow: none;
    -webkit-box-shadow: none;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.8);
    top: 100%;
}

.dropdown-menu>li>a{
    padding: 10px 30px;
    font-size: 13px;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover,
.dropdown > ul > li.current-menu-item a{
    background: #fff;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
    background: none;
}
.pi_recent_posts .date, .post-info .date, #page-title02 .breadcrumb-container {
    border-bottom: 3px solid #000;
}
/* SEARCH
----------------------------------------------------------------------------- */

/* ==========================================================================
    4. PAGE CONTENT PARALLAX BACKGROUNDS
============================================================================= */
.page-content.parallax + .page-content{
    margin-top: 100px;

}
.wmdls{
    FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=##e9e9e9,endColorStr=#b4b4b4); /*IE*/ 
	background:-moz-linear-gradient(top,#e9e9e9,#b4b4b4);/*火狐*/ 
	background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#e9e9e9), to(#b4b4b4));/*谷歌*/ 


}
.page-content p{line-height:200%;}
.page-content.parallax{

    width: 100%;

    overflow: hidden;
}

.page-content.parallax-1{
    background: url('../img/parallax-bkgs/parallax-1.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-repeat: repeat-y;
}

.page-content.parallax-2{
    background: url('../img/parallax-bkgs/parallax-2.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-repeat: repeat-y;
}

.page-content.parallax-3{
    background: url('../img/parallax-bkgs/parallax-3.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-repeat: repeat-y;
}
.page-content.parallax-4{
    background: url('../img/parallax-bkgs/parallax-4.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-repeat: repeat-y;
}

.page-content.parallax-5{
    background: url('../img/parallax-bkgs/parallax-5.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-repeat: repeat-y;
}
.page-content.parallax-6{
    background: url('../img/parallax-bkgs/parallax-6.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-repeat: repeat-y;
}

.page-content.parallax-7{
    background: url('../img/parallax-bkgs/parallax-7.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-repeat: repeat-y;
}


.page-content.parallax-9{

    background-size: cover;
    background-attachment: fixed;
    background-repeat: repeat-y;
}


.page-content.parallax.dark h1,
.page-content.parallax.dark h2,
.page-content.parallax.dark h3,
.page-content.parallax.dark h4,
.page-content.parallax.dark h5,
.page-content.parallax.dark h6{
    color: #fff;
}

.page-content.parallax.dark p,
.page-content.parallax.dark span,
.page-content.parallax.dark a{
    color: #ddd;
}

.page-content.parallax.dark a.btn{
    color: #fff;
}


/* ==========================================================================
    5. PAGE TITLES
============================================================================= */
#page-title{
    padding: 120px 0;
    margin-bottom: 70px;
    background-size: cover;
}

#page-title h1{
    float: left;
    margin-bottom: 0;
}

#page-title .breadcrumb-container{
    float: right;
}

.breadcrumb-container span{
    padding-right: 15px;
}

.breadcrumb-container span, .breadcrumb-container .breadcrumb{
    float: left;
    color: #333;
    line-height: 38px;
}

.breadcrumb{
    padding: 0;
    margin: 0;
    background: none;
}

.page-title-1{
    background-image: url('../img/pictures/page-title-1.jpg');
}

.page-title-2{
    background-image: url('../img/pictures/page-title-2.jpg');
}
.page-title-3{
    background-image: url('../img/pictures/page-title-3.jpg');
}

.page-title-4{
    background-image: url('../img/pictures/page-title-4.jpg');
}

.page-title-5{
    background-image: url('../img/pictures/page-title-5.jpg');
}

.page-title-6{
    background-image: url('../img/pictures/news_banner.jpg');
}
.page-title-7{
    background-image: url('../img/pictures/message_banner.jpg');
}

blockquote{
    background-color: #f6f6f6;
    padding: 20px;

    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0;
}

blockquote p{
    font-style: italic;
    font-size: 15px;
    line-height: 25px;
}

blockquote cite{
    font-size: 13px;
}

/* ==========================================================================
   PAGE TITLE SECOND STYLE - BIG HEADING CENTERED BREADCRUMBS
============================================================================= */
#page-title02{
    padding: 70px 0;
    margin-bottom: 70px;
    background-size: cover;
    position: relative;
}

#page-title02 h1{
    float: none;
    margin-bottom: 0;
    text-align: center;
}

#page-title02 .breadcrumb-container{
    position: absolute;
    bottom:0;
    left: 50%;
}


/* ==========================================================================
    6. ELEMENTS
============================================================================= */

/* ==========================================================================
    6.1. ACCCORDION
============================================================================= */

.accordion .title{
    background-color: #f6f6f6;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
}

.accordion .title a{
    color: #333;
    width: 100%;
    padding-left: 10px;
    font-weight: 600;
}

.accordion .title::before{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('../img/accordion-closed.png');
    background-repeat: no-repeat;
    background-position: center;
    float: left;
}

.accordion .title.active::before{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('../img/accordion-opened.png');
    background-repeat: no-repeat;
    background-position: center;
    float: left;
}

.accordion .content{
    margin-bottom: 15px;
}

/* ==========================================================================
    ACCCORDION alternative style
============================================================================= */
.accordion-alt .title{
    background: #fff;
    border: 1px solid #ddd;
}


/* ==========================================================================
    6.2. BUTTONS
============================================================================= */
.btn-default{
    border: 0px solid;
    text-transform: uppercase;
    line-height: 11px;
    color: #fff;
    padding: 12px 17px;
    cursor: pointer;

    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;

    float: left;

    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.btn-default:hover{
    color: #ec6f01;
}

.btn.btn-empty{
    background: none;
    border: 1px solid #333;
    color: #333;
}

.btn.btn-empty:hover{
    color: #ec6f01;
}

.btn.btn-empty.white{
    border: 1px solid #fff;
    color: #fff !important;
}

/* ==========================================================================
    6.3. COMPANY HISTORY
============================================================================= */
/* ==========================================================================
   6.3.1. COMPANY HISTORY ICON LIST
============================================================================= */
.company-history{
    width: 100%;
}

.company-history li{
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.company-history .year{
    float: left;

    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #fff;
}

.company-history .year p{
    padding: 0;
    width: 70px;
    height: 70px;
    background-color: rgba(255, 255, 255, 0.3);
    color: #fff;
    font-size: 18px;
    display: table-cell;
    vertical-align: middle;

    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;

    text-align: center;
}

.company-history h5,
.company-history p{
    padding-left: 90px;
}

.company-history h5{
    margin-bottom: 5px;
}

/* ==========================================================================
    6.3.2. COMPANY HISTORY TABS
============================================================================= */
.tabs.history-tabs{
    width: 100%;
    margin-bottom: 40px;
    border-bottom: 1px dotted #ddd;
    overflow: visible;
}

.tabs.history-tabs li{
    float: left;
    position: relative;
    padding: 0;
    line-height: 38px;
    top: 1px;
    cursor: pointer;
    width: 25%;
    text-align: center;

    background: none;
    border: none;

    overflow: visible;
}

.tabs.history-tabs li.active{
    border: none;
}

.tabs.history-tabs li a{
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 600;
    position: relative;
    line-height: 38px;
    font-size: 15px;
    font-weight: 600;
    color: #333;
}

.tabs.history-tabs li a::after{
    content:"";
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: 50%;
    bottom: -5px;
    margin-left: -5px;
    background-color: #ccc;

    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.tab-content-wrap.history-content-wrap{
    padding: 0;
    border: none;
}

/* ==========================================================================
    6.4. CUSTOM HEADINGS
============================================================================= */
/* ==========================================================================
    6.4.1. CENTERED HEADING WITH SUBTEXT
============================================================================= */
.heading-centered{
    width: 100%;
    margin-bottom: 30px;

}

.heading-centered h2{
    text-align: center;
    margin-bottom: 3px;
    font-size: 25px;
   line-height: 35px;
   font-weight: 600;
  color: #222;
}

.heading-centered p{
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
}

/* ==========================================================================
    6.4.2. LEFT HEADINGS WITH SUBTITLES
============================================================================= */
.heading-left{
    margin-bottom: 20px;
}

.heading-left h1,
.heading-left h2,
.heading-left h3,
.heading-left h4,
.heading-left h5,
.heading-left h6{
    margin-bottom: 0;
}

.heading-left p{
    text-transform: uppercase;
}

/* ==========================================================================
    6.5. ICONS LISTS
============================================================================= */
.icons-list li a, .icons-list li p {
    padding-left: 10px;
    display: inline;
}

.icons-list li{
    padding-bottom: 3px;
}


/* ==========================================================================
    6.6. IMAGE GALLERY WITH THUMBNAILS
============================================================================= */
.image-gallery-select{
    overflow: hidden;
    float: left;
    width: 100%;
}

.image-gallery-select li{
    float: left;
    overflow: hidden;
    position: relative;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 4px;
    cursor: pointer;
    width: 25%;
    opacity: 0.5;
}

.image-gallery-select li.active{
    opacity: 1;
}

.image-gallery-wrap{
    width: 100%;
    margin-bottom: 4px;
    overflow: hidden;
    float: left;
}

.image-gallery-wrap img{


}

/* IMAGE GALLERY IN COL-MD-3 GRID */
.col-md-3 .image-gallery-select li{
    width: 33.333333%;
}

/* IMAGE GALLERY IN COL-MD-7, COL-MD-8, COL-MD-9 GRID */
.col-md-7 .image-gallery-select li,
.col-md-8 .image-gallery-select li,
.col-md-9 .image-gallery-select li{
    width: 16.66666667%;
}

/* IMAGE GALLERY IN COL-MD-10, COL-MD-11, COL-MD-12 GRID */
.col-md-10 .image-gallery-select li,
.col-md-11 .image-gallery-select li,
.col-md-12 .image-gallery-select li{
    width: 11.11111111%;
}

.image-gallery a{
    display: block;
    width: 60%;
	margin:0 auto;
    position: relative;
	overflow:hidden;

}

.image-gallery a:hover{
    opacity: 0.7;
}

.image-gallery a::after{
    content: "";
    background-image: url('../img/expand.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;

    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;

    opacity: 0;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;

    transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
}

.image-gallery a:hover::after{
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    opacity: 1;
}



/* ==========================================================================
    6.7. INFORMATION BOXES
============================================================================= */
.information-boxes{
    width: 100%;
    float: left;
    cursor: pointer;
}

.information-boxes .close{
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    background: url('../img/close.png') no-repeat;
    display: block;
    top: 5px;
    right: 5px;
    cursor: pointer;
    opacity: 0;

    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.information-boxes:hover .close{
    opacity: 1;
}


/* INFORMATION BOXES - INFO BOX
----------------------------------------------------------------------------- */
.infobox{
    background: #e0f2ff;
    border: 1px solid #c1def2;
    width: 100%;
    float: left;
    margin-bottom: 10px;
    position: relative;
}

.infobox p{
    background: url('../img/info-box.png') no-repeat 0 center;
    margin: 10px 30px 10px 10px;
    padding-left: 25px;
    color: #61adb0;
    text-shadow: 0 1px 0 #fff;
}

/* Infromation boxes - WARNING BOX
----------------------------------------------------------------------------- */
.warning-box{
    background: #f8f6bc;
    border: 1px solid #e7e48b;
    width: 100%;
    float: left;
    margin-bottom: 10px;
    position: relative;
}

.warning-box p{
    background: url('../img/warning-box.png') no-repeat 0 center;
    margin: 10px 30px 10px 10px;
    padding-left: 27px;
    color: #989426;
    text-shadow: 0 1px 0 #fff;
}

/* Infromation boxes - SUCCES BOX
----------------------------------------------------------------------------- */
.success-box{
    background: #ebfdd7;
    border: 1px solid #cef4a4;
    border-radius: 3px;
    width: 100%;
    float: left;
    margin-bottom: 10px;
    position: relative;
}

.success-box p{
    background: url('../img/success-box.png') no-repeat 0 center;
    margin: 10px 30px 10px 10px;
    padding-left: 25px;
    color: #7eb244;
    text-shadow: 0 1px 0 #fff;
}

/* Infromation boxes - ERROR BOX
----------------------------------------------------------------------------- */
.error-box{
    background: #fadddd;
    border: 1px solid #fcc1c1;
    border-radius: 3px;
    width: 100%;
    float: left;
    margin-bottom: 10px;
    position: relative;
}

.error-box p{
    background: url('../img/error-box.png') no-repeat 0 center;
    margin: 10px 30px 10px 10px;
    padding-left: 25px;
    color: #d86d6d;
    text-shadow: 0 1px 0 #fff;
}


/* ==========================================================================
    6.8. NOTE
============================================================================= */
.note h1,
.note h2,
.note h3{
    margin-bottom: 15px;
    text-align: center;
}

.note p{
    text-align: center;
    font-size: 15px;
    line-height: 25px;
}

.note .btn{
    display: table;
    margin: 0 auto;
    float: none;
}

/* ==========================================================================
    6.9. NOTE ROTATOR
============================================================================= */
.note-rotator h1,
.note-rotator h2,
.note-rotator h3,
.note-rotator h4,
.note-rotator h5,
.note-rotator h6{
    margin-bottom: 0;
    text-align: center;
}

.note-rotator .rotate{
    color: #fff !important;
    padding: 3px 10px;
}


/* ==========================================================================
    6.10. NUMBERS COUNTER - STATS
============================================================================= */
.numbers-counter{
    width: 100%;
    float: left;
}

.numbers-counter li{
    width: 25%;
    padding: 0 15px;
    text-align: center;
    float: left;
}

.numbers-counter .timer.number{
    font-size: 40px;
    font-weight: 600;
    color: #fff !important;
}

.numbers-counter p{
    font-size: 15px;
}



/* ==========================================================================
    6.11. PRICING TABLES
============================================================================= */
.pricing-table-col{
    width: 25%;
    border: 1px solid #ddd;
    float: left;
    background-color: #fff;
}

.pricing-table-col.one-third{
    width: 33.33333333%;
}

.pricing-table-col ul{
    padding: 0;
    margin: 0;
}

.pricing-table-col .head{
    border-bottom: 1px solid #ddd;
    padding: 0;
}

.pricing-table-col .head .title-container{
    width: 10%;
    padding: 25px;
    width: 100%;
    border-bottom: 1px solid #ddd;
}

.pricing-table-col .head .title-container .title{
    display: table;
    margin: 0 auto;
}

.pricing-table-col .head .title-container .title i{
    font-size: 22px;
    float: left;
    padding-right: 10px;
}

.pricing-table-col .head .title-container .title h1,
.pricing-table-col .head .title-container .title h2,
.pricing-table-col .head .title-container .title h3,
.pricing-table-col .head .title-container .title h4,
.pricing-table-col .head .title-container .title h5,
.pricing-table-col .head .title-container .title h6{
    float: left;
    margin-bottom: 0;
    text-transform: uppercase;
}

.pricing-table-col .head .price{
    padding: 20px;
    text-align: center;
    position: relative;
}

.pricing-table-col .head .price .currency{
    position: relative;
    top: -15px;
    left: 10px;
}

.pricing-table-col .head .price{
    text-transform: uppercase;
}
.pricing-table-col .head .price .big{
    font-size: 30px;
    color: #333;
    padding-left: 10px;
}

.pricing-table-col li{
    padding: 8px;
    border-bottom: 1px solid #ddd;
    text-align: center;
    width: 100%;
}

.pricing-table-col li.odd{
    background-color: #f6f6f6;
}

.pricing-table-col .pricing-footer{
    border: none;
    padding: 20px;
}

.pricing-table-col .pricing-footer .btn{
    float: none;
    display: table;
    margin: 0 auto;
}

.pricing-table-col.selected{
    position: relative;
    top: -10px;

    box-shadow: 1px 1px 30px #ccc;
}

.pricing-table-col.selected .head .title-container{
    padding: 30px 25px;
}

.pricing-table-col.selected .head .title-container .title i,
.pricing-table-col.selected .head .title-container h1,
.pricing-table-col.selected .head .title-container h2,
.pricing-table-col.selected .head .title-container h3,
.pricing-table-col.selected .head .title-container h4,
.pricing-table-col.selected .head .title-container h5,
.pricing-table-col.selected .head .title-container h6{
    color: #fff;
}


/* ==========================================================================
    6.12. PROCESS ICONS
============================================================================= */
.process-icon{


    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #fff;

    display: table;
    margin: 0 auto 20px;
}

.process-icon p{
    background-color: rgba(255, 255, 255, 0.3);
    color: #fff;
    font-size: 18px;
    display: table-cell;
    vertical-align: middle;
    font-weight: 600;

    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;

    text-align: center;
}

.development-process h4,
.development-process .subtitle,
.development-process p{
    text-align: center;
}
.about_txt{margin-bottom:50px;}
.about_txt h2{    font-size: 25px;line-height: 35px;font-weight: 600;color: #222;}
.about_txt p{font-size:16px;text-indent:2em;text-align:left;}
.about_txt a{display:block;padding:10px 30px;border:1px solid #ff7701;border-radius: 20px;float:left;margin-right:10px;margin-top:50px;text-align:center;}
.about_txt a:hover{
    background:#ff7701;
    color:#fff;
}
.development-process h4{
    margin-bottom: 0;
}

.development-process span{
    width: 100%;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
}



/* ==========================================================================
    6.13. RECENT BLOG POSTS
============================================================================= */
.recent-posts li.blog-post{
    float: left;
    margin-right: 30px;
    margin-bottom: 0;
}

.col-md-12 .recent-posts li.blog-post{
    width: 23.4%;
}

.col-md-12 .recent-posts li.blog-post:nth-child(4n),
.col-md-11 .recent-posts li.blog-post:nth-child(4n),
.col-md-10 .recent-posts li.blog-post:nth-child(4n),
.col-md-9 .recent-posts li.blog-post:nth-child(4n){
    margin-right: 0;
}

.col-md-11 .recent-posts li.blog-post{
    width: 31.4%;
}

.col-md-10 .recent-posts li.blog-post{
    width: 31.2%;
}

.col-md-9 .recent-posts li.blog-post{
    width: 30.9%;
}


.col-md-8 .recent-posts li.blog-post{
    width: 48%;
}

.col-md-8 .recent-posts li.blog-post:nth-child(2n),
.col-md-7 .recent-posts li.blog-post:nth-child(2n),
.col-md-6 .recent-posts li.blog-post:nth-child(2n){
    margin-right: 0;
}

.col-md-7 .recent-posts li.blog-post{
    width: 47.7%;
}

.col-md-6 .recent-posts li.blog-post{
    width: 47.3%;
}

.col-md-5 .recent-posts li.blog-post,
.col-md-4 .recent-posts li.blog-post,
.col-md-3 .recent-posts li.blog-post{
    width: 100%;
    margin: 0;
}


/* ==========================================================================
    6.14. RECENT BLOG POSTS LIST
============================================================================= */
.recent-posts-list > li{
    width: 100%;
    margin-bottom: 10px;
    float: left;
}


/* ==========================================================================
    6.15. SERVICE BOX WITH BACKGROUND ON HOVER
============================================================================= */
.service-box-02{
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    padding: 20px;
    cursor: pointer;
}

.service-box-02 .title{
    width: 100%;
    margin-bottom: 20px;
}

.service-box-02 .icon{
    display: block;
    float: left;

    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.service-box-02 i{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: 18px;

    background-color: rgba(255, 255, 255, 0.3);

    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #fff;

}

.service-box-02 h1,
.service-box-02 h2,
.service-box-02 h3,
.service-box-02 h4,
.service-box-02 h5,
.service-box-02 h6{
    margin-bottom: 0;
    padding-left: 70px;
}

.service-box-02 .subtitle{
    padding-left: 70px;
    text-transform: uppercase;
}

.service-box-02:hover {
    background-color: #f6f6f6;
}


/* ==========================================================================
    6.16. SERVICE BOX WITH IMAGE
============================================================================= */
.service-img-box .service-img-wrap{
    display: table;
    margin: 0 auto;
    width: 220px;
    height: 150px;
    border: 5px solid #fff;
    overflow: hidden;
    z-index: 2;
    position: relative;

    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.service-img-box .service-img-desc{
    background-color: #e2e2e2;
    padding: 60px 20px 20px;
    position: relative;
    top: -50px;
    z-index: 1;
}
.service-img-box h4{color:#3f3f3f;}
.service-img-box p{color:#3f3f3f;}
.service-img-desc h1,
.service-img-desc h2,
.service-img-desc h3,
.service-img-desc h4,
.service-img-desc h5{
    margin-bottom: 0;
    text-align: center;
}

.service-img-box .service-img-desc .subtitle{
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.service-img-box .service-img-desc p{
    text-align: center;
}

.service-img-box .service-img-desc .read-more{
    float: none;
    display: table;
    margin: 0 auto;
}


/* ==========================================================================
   6.17. SERVICE BOX WITH ROTATING ICONS
============================================================================= */
.service-box .title{
    width: 100%;
    margin-bottom: 20px;
}

.service-box .icon{
    width: 50px;
    height: 50px;
    border: 1px solid #333;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    display: block;
    float: left;

    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
}

.service-box i{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: 18px;
}
.service-box .icon:hover{
    border: 1px solid #ec6f01;
    color:#ec6f01;
}
.service-box .title:hover{color:#ec6f01;}
.service-box i:hover{
   color:#ec6f01;
}

.service-box h1,
.service-box h2,
.service-box h3,
.service-box h4,
.service-box h5,
.service-box h6{
    margin-bottom: 0;
    padding-left: 70px;
}

.service-box .subtitle{
    padding-left: 70px;
    text-transform: uppercase;
}

.service-box:hover .icon{
    transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);

    color: #fff;
}


/* ==========================================================================
    6.18. SERVICE BOX 03 - SERVICES BOX WITH CENTERED ICON
============================================================================= */
.service-box-03 .title{
    width: 100%;
    margin-bottom: 20px;
}

.service-box-03 .icon{
    width: 60px;
    height: 60px;
    border: 1px solid #333;

    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    display: table;
    margin: 0 auto 15px;

    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
}

.service-box-03 i{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: 18px;
}

.service-box-03 h1,
.service-box-03 h2,
.service-box-03 h3,
.service-box-03 h4,
.service-box-03 h5,
.service-box-03 h6{
    margin-bottom: 0;
    width: 100%;
    text-align: center;
}

.service-box-03 .subtitle{
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

.service-box-03:hover .icon{
    transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);

    color: #fff;
}


.service-box-03 .service-desc{
    text-align: center;
}

.service-box-03 .read-more{
    display: table;
    margin: 0 auto;
    float: none;
}


/* ==========================================================================
    6.19. SKILLS BAR
============================================================================= */
.skills-bar{
    width: 100%;
    position: relative;
    float: left;
    margin-top: 7px;
}

.skills{
    padding-top: 20px;
    display: block;
}

.skills li em{
    position: relative;
    top: -30px;
    font-style: normal;
}

.skills li em i{
    padding-right: 5px;
}

.skills li{
    display: block;
    height: 8px;
    margin-bottom: 45px;

    background: #eee;
    border: 1px solid #e6e6e6;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.expand{
    height: 8px;
    position: absolute;
    margin-top: -1px;
}

.skills .percentage-10      { width:10%;  -moz-animation:percentage-10 2s ease-out;       -webkit-animation:percentage-10 2s ease-out;}
.skills .percentage-20      { width:20%;  -moz-animation:percentage-20 2s ease-out;       -webkit-animation:percentage-20 2s ease-out;}
.skills .percentage-30      { width:30%;  -moz-animation:percentage-30 2s ease-out;       -webkit-animation:percentage-30 2s ease-out;}
.skills .percentage-40      { width:40%;  -moz-animation:percentage-40 2s ease-out;       -webkit-animation:percentage-40 2s ease-out;}
.skills .percentage-50      { width:50%;  -moz-animation:percentage-50 2s ease-out;       -webkit-animation:percentage-50 2s ease-out;}
.skills .percentage-60      { width:60%;  -moz-animation:percentage-60 2s ease-out;       -webkit-animation:percentage-60 2s ease-out;}
.skills .percentage-70      { width:70%;  -moz-animation:percentage-70 2s ease-out;       -webkit-animation:percentage-70 2s ease-out;}
.skills .percentage-80      { width:80%;  -moz-animation:percentage-80 2s ease-out;       -webkit-animation:percentage-80 2s ease-out;}
.skills .percentage-90      { width:90%;  -moz-animation:percentage-90 2s ease-out;       -webkit-animation:percentage-90 2s ease-out;}
.skills .percentage-100      { width:100%;  -moz-animation:percentage-100 2s ease-out;       -webkit-animation:percentage-100 2s ease-out;}

@-moz-keyframes percentage-10       { 0%  { width:0px;} 100%{ width:10%;}  }
@-moz-keyframes percentage-20        { 0%  { width:0px;} 100%{ width:20%;}  }
@-moz-keyframes percentage-30       { 0%  { width:0px;} 100%{ width:30%;}  }
@-moz-keyframes percentage-40  { 0%  { width:0px;} 100%{ width:40%;}  }
@-moz-keyframes percentage-50 { 0%  { width:0px;} 100%{ width:50%;} }
@-moz-keyframes percentage-60 { 0%  { width:0px;} 100%{ width:60%;} }
@-moz-keyframes percentage-70 { 0%  { width:0px;} 100%{ width:70%;} }
@-moz-keyframes percentage-80 { 0%  { width:0px;} 100%{ width:80%;} }
@-moz-keyframes percentage-90 { 0%  { width:0px;} 100%{ width:90%;} }
@-moz-keyframes percentage-100 { 0%  { width:0px;} 100%{ width:100%;} }

@-webkit-keyframes percentage-10       { 0%  { width:0px;} 100%{ width:10%;}  }
@-webkit-keyframes percentage-20        { 0%  { width:0px;} 100%{ width:20%;}  }
@-webkit-keyframes percentage-30       { 0%  { width:0px;} 100%{ width:30%;}  }
@-webkit-keyframes percentage-40  { 0%  { width:0px;} 100%{ width:40%;}  }
@-webkit-keyframes percentage-50 { 0%  { width:0px;} 100%{ width:50%;} }
@-webkit-keyframes percentage-60 { 0%  { width:0px;} 100%{ width:60%;} }
@-webkit-keyframes percentage-70 { 0%  { width:0px;} 100%{ width:70%;} }
@-webkit-keyframes percentage-80 { 0%  { width:0px;} 100%{ width:80%;} }
@-webkit-keyframes percentage-90 { 0%  { width:0px;} 100%{ width:90%;} }
@-webkit-keyframes percentage-100 { 0%  { width:0px;} 100%{ width:100%;} }



/* ==========================================================================
    6.20. SKILLS CIRCULAR
============================================================================= */
.skills-circular{
    width: 100%;
    height: 100%;
    display: block;
    margin-bottom: 0;
}

.skills-circular li{
    padding-right: 15px;
    padding-left: 15px;
    width: 16.4%;
    margin-bottom: 50px;
}

.chart {
    position: relative;
    display: inline-block;
    width: 110px;
    height: 110px;
    text-align: center;
}

.chart canvas {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -55px;
}

.percent-container{
    width: 100%;
    height: 100%;
    display: block;
}

.percent {
    display: block;
    position: relative;
    top: 50%;
    color: #333;
    text-align: center;
    z-index: 2;
    font-size: 22px;
}

.chart span.chart-info{
    float: left;
    width: 100%;
    padding-top: 15px;
}

/*
    CUSTOM WIDTH FOR CIRCULAR SKILLS IN SMALLER COLUMNS FROM COL-MD-9 BELOW
----------------------------------------------------------------------------- */
.col-md-9 .chart{
    height: 105px;
}

.col-md-9 .chart canvas{
    width: 104px;
    height: 105px;
    margin-left: -52px;
}

.col-md-8 .chart{
    height: 90px;
}
.col-md-8 .chart canvas{
    width: 90px;
    height: 90px;
    margin-left: -45px;
}

.col-md-7 .skills-circular li,
.col-md-6 .skills-circular li{
    width: 24%;
}

.col-md-6 .chart{
    height: 90px;
}

.col-md-6 .chart canvas{
    width: 90px;
    height: 90px;
    margin-left: -45px;
}

.col-md-5 .skills-circular li,
.col-md-4 .skills-circular li{
    width: 32%;
}

.col-md-4 .chart{
    height: 80px;
}

.col-md-4 .chart canvas{
    width: 80px;
    height: 80px;
    margin-left: -40px;
}

.col-md-3 .skills-circular li{
    width: 49%;
}


/* ==========================================================================
    6. 21. TABS HORIZONTAL
    ========================================================================= */
.tabs{
    overflow: hidden;
    float: left;
    margin-bottom: 0;
}

.tabs i{
    padding-right: 5px;
    font-size: 13px;
}

.tabs li{
    float: left;
    border-left: 1px solid #eee;
    overflow: hidden;
    position: relative;
    padding: 0;
    line-height: 38px;
    top: 1px;
    background-color: #f6f6f6;
    cursor: pointer;
}

.tabs li a{
    color: #333;
    padding: 0px 16px;
    line-height: 38px;
    padding-top: 2px;
}

.tabs li.active{
    border-bottom: 1px solid #fff;
    background-color: #fff;
}

.tabs li:first-child{
    border-left: none;
}

.tabs li.active:first-child{
    border-left: 1px solid #eee;
}

.tabs li.active:last-child{
    border-bottom: 1px solid #eee;
    top: -1px;
}

.tab-content-wrap{
    width: 100%;
    border: 1px solid #eee;
    margin-top: -1px;
    overflow: hidden;
    float: left;
    padding: 30px;

    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}



/* ==========================================================================
    6.22. TABS VERTICAL
============================================================================= */
*[class*="col-"].tabs.vertical,
*[class*="col-"].tabs.vertical li.active{
    overflow: visible;
}

.tabs.vertical{
    overflow: hidden;
    float: left;
    width: 30%;
}

.tabs.vertical li{
    float: left;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    border-top: none;
    overflow: hidden;
    padding: 0;
    line-height: 42px;
    width: 100%;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.tabs.vertical li:first-child{
    border-top: 1px solid #eee !important;
}

.tabs.vertical li a{
    color: #333;
    padding: 15px;
    font: 13px 'Open Sans', Arial, sans-serif;
    float: left;
    width: 100%;
    box-sizing: border-box;
}

.tabs.vertical li a i{
    font-size: 16px;
    padding-right: 15px;
    position: relative;
    top: 2px;
}

.tabs.vertical li.active{
    border-bottom: 1px solid #eee;
    border-right: none;
    border-top: none;
    background: #fff;
    position: relative;
}


.tab-content-wrap.vertical{
    margin-top: 0;
    overflow: hidden;
    float: left;
    border: none;
    width: 70%;
    padding: 0;
}

.tab-content-wrap.vertical .tab-content{
    padding-left: 30px;
    background: #fff;
}


/* ==========================================================================
    6.23. TEAM STANDARD LAYOUT
============================================================================= */
.team{
    width: 100%;
}

.team img{
    opacity: 1;
    margin-bottom: 20px;

    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.team img:hover{
    opacity: 0.7;
}

.team h4{
    margin-bottom: 0;

    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.team .position{
    width: 100%;
    margin-bottom: 10px;
    display: block;
    font-style: italic;
}

.team-social-links{
    width: 100%;
    display: block;
}

.team-social-links li{
    float: left;
    padding-right: 15px;
    margin-top: 20px;
}

.team-social-links li a{
    font-size: 15px;
}


/* ==========================================================================
    6.24. TEAM VERTICAL TABS
============================================================================= */
.tab-content-wrap.vertical.team-content-wrap{
    padding-left: 30px;
}

.tabs.vertical.tabs-team li{
    border: none;
    background-color: #f6f6f6;
    margin-bottom: 2px;
}

.tabs.vertical.tabs-team li a{
    padding: 0;
}

.tabs-team .team-thumb{
    width: 100px;
    height: 100px;
    float: left;
}

.tabs-team .team-info-container{
    width: 100%;
    padding-left: 120px;
}

.team-info{
    padding: 28px 20px 29px 20px;
}

.tabs-team .team-info h5{
    margin-bottom: 0;
}

.tabs-team .team-info p{
    text-transform: uppercase;
}

.tabs-team li.active .team-info h5{
    color: #fff;
}
.tabs-team li.active .team-info p{
    color: #eee;
}

.team-content-wrap .team-img{
    width: 50%;
    float: left;
}

.team-content-wrap .team-description{
    float: left;
    width: 50%;
    padding-left: 20px;
}

.team-content-wrap .team-social-links {
    float: left;
    margin-bottom: 20px;
    width: auto;
}

.team-content-wrap .team-social-links li{
    float: left;
    padding-right: 20px;
}


/* TEAM VERTICAL TABS DIFFERENT COLUMNS STYLING
----------------------------------------------------------------------------- */
.col-md-7 .tabs-team .team-thumb,
.col-md-6 .tabs-team .team-thumb,
.col-md-5 .tabs-team .team-thumb,
.col-md-4 .tabs-team .team-thumb,
.col-md-3 .tabs-team .team-thumb{
    width: 100%;
}

.col-md-7 .tabs-team .team-thumb img,
.col-md-6 .tabs-team .team-thumb img,
.col-md-5 .tabs-team .team-thumb img,
.col-md-4 .tabs-team .team-thumb img,
.col-md-3 .tabs-team .team-thumb img{
    margin: 0 auto;
    display: block;
}

.col-md-7 .tabs-team .team-info-container,
.col-md-6 .tabs-team .team-info-container,
.col-md-5 .tabs-team .team-info-container,
.col-md-4 .tabs-team .team-info-container,
.col-md-3 .tabs-team .team-info-container{
    width: 100% !important;
}


/* ==========================================================================
    6.25. TESTIMONIALS
============================================================================= */
.testimonial{
    width: 100%;
    float: left;
}

.testimonial.image-right blockquote{
    border: none;
    padding: 0;
    background: none;
    text-align: right;
    float: left;
}

.testimonial blockquote p{
    padding-bottom: 10px;
}

.testimonial.image-right img{
    float: right;
    width: 100px;
    height: 100px;
}

.testimonial.image-left blockquote{
    border: none;
    padding: 0;
    background: none;
    text-align: left;
    float: right;
}

.testimonial.image-left img{
    float: left;
    width: 100px;
    height: 100px;
}

/* ==========================================================================
    6.26. TESTIMONIAL CAROUSEL
============================================================================= */
.testimonial-style2 .testimonial-text{
    background: #f6f6f6;
    padding: 20px;
    margin-bottom: 20px;
    width: 100%;
    font-style: italic;
    font-size: 15px;
    line-height: 24px;
}

.testimonial-style2 .testimonial-author img{
    width: 70px;
    height: 70px;
    float: left;
}

.testimonial-style2 .testimonial-author p{
    padding-left: 90px;
}



/* ==========================================================================
    7. BLOG
============================================================================= */
.blog-post{
    margin-bottom: 70px;
    float: left;
    width: 100%;
}

.blog-post .post-media{
    width: 100%;
    margin-bottom: 30px;
}

.blog-post .post-media img{
    opacity: 1;
    width:100%;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.blog-post .post-media img:hover{
    opacity: 0.7;
}

.blog-post .post-info{
    margin-bottom: 20px;
}

.blog-post .post-info .date{
    float: left;
    text-align:center;
}

.blog-post .post-info .meta-container{
    padding-left: 55px;
}

.blog-post .meta-container h1,
.blog-post .meta-container h2,
.blog-post .meta-container h3,
.blog-post .meta-container h4,
.blog-post .meta-container h5,
.blog-post .meta-container h6{
    margin-bottom: 0;

    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.blog-post .meta-container h1 i,
.blog-post .meta-container h2 i,
.blog-post .meta-container h3 i,
.blog-post .meta-container h4 i,
.blog-post .meta-container h5 i,
.blog-post .meta-container h6 i{
    color: #aaa;
    padding-right: 10px;
}

.post-info .date .day{
    font-size: 16px;
    color: #333;
    font-weight: 700;
 
}

.post-info .date .month{
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    display: inline-block;
}

.blog-post .meta li{
    float: left;
    padding-right: 15px;
    color: #aaa;
    line-height: 22px;
}

.blog-post .meta span, a{
    color: #888;
    font-size: 13px;
}
.breadcrumb a{color:#000;}
/* GALLERY BLOG POST
----------------------------------------------------------------------------- */
.blog-post #post-slider{
    min-height: 392px;
}

.blog-post #post-slider img:hover{
    opacity: 1;
}



/* VIDEO BLOG POST
----------------------------------------------------------------------------- */
.post-media iframe{
    width: 100%;
    height: auto;
    min-height: 390px;
}

/* PAGINATION
----------------------------------------------------------------------------- */
.pagination{
    
    width: 100%;
    margin-bottom:50px;
}

.pagination ul{
    float: right;
}

.pagination li{
    float: left;
    margin-left: 5px;
}

.pagination li a{
    min-width: 40px;
    min-height: 40px;
    border: 1px solid #ddd;
    display: block;
    text-align: center;
    padding-top: 7px;
}

.pagination li.next a,
.pagination li.prev a{
    padding-top: 12px;
}

.pagination li.active a,
.pagination li.active a:hover,
.pagination li:hover a{
    color: #000;
    font-weight:700;
}


/* ISOTOPE ITEMS STYLING
============================================================================= */
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property:    -moz-transform, opacity;
    -ms-transition-property:     -ms-transform, opacity;
    -o-transition-property:      -o-transform, opacity;
    transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
}

.isotope-item{
    float: left;
    margin-bottom: 10px;
    z-index: 2;
}


/* blog masonry styling
============================================================================= */
.blog-posts.isotope.cols li.blog-post.isotope-item{
    margin-bottom: 50px;
    width: 49.9%;
    padding-right: 15px;
    padding-left: 15px;
}

#blogmasonry{
    padding: 0;
}

.blog-posts.isotope.full li.blog-post.isotope-item{
    margin-bottom: 50px;
    width: 33.333333%;
    padding-right: 15px;
    padding-left: 15px;
}

.blog-posts.isotope.cols .blog-post #post-slider{
    min-height: 280px;
}

.blog-posts.isotope.cols .blog-post iframe{
    min-height: 280px;
}

.blog-posts.isotope.full .blog-post iframe,
.blog-posts.isotope.full .blog-post #post-slider{
    min-height: 240px;
}

/* BLG SINGLE STYLING
============================================================================= */
.post-author{
    margin-bottom: 80px;
    margin-top: 20px;
    width: 100%;
    float: left;
}

.post-author .img-container{
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 30px;
}

.post-author .info{
    padding-left: 103px;
}

.post-author .info h5{
    margin-bottom: 0px;

    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.post-author .info span.member{
    font-style: italic;
    margin-bottom: 10px;
    display: block;
}

/* ==========================================================================
    POST COMMENTS
============================================================================= */
.post-comments{
    width: 100%;
    float: left;
}

.comments-li{
    float: left;
    margin-bottom: 30px;
}

.comments-li > li{
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.comments-li > li:last-child .comment{
    border: none;
    margin-bottom: 0;
}

.comment{
    float: left;
    min-height: 60px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
}

.post-comments .comment + .children{
    margin-top: 30px;
}

.post-comments .children + .children{
    margin-top: 30px;
}

.comment .avatar{
    width: 70px;
    height: 70px;
    margin-right: 30px;
    float: left;
}

.comment-meta li{
    font-style: italic;
}

.comment-meta .author{
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    color: #222;
}

.comment .comment-body{
    margin-left: 100px;
    margin-top: 15px;
}

.comment .comment-reply-link{
    display: block;
    margin-top: 15px;
    background: url('../img/icon-reply.png') no-repeat 0 center;
    padding-left: 22px;
    cursor: pointer;
    text-transform: uppercase;
}

.post-comments .children{
    margin-left: 20px;
    float: left;
    padding: 0 0 0 20px;
}

/* COMMENT FORM */
.comment-form, #respond{
    float: left;
    width: 100%;
}

#respond form{
    margin-top: 20px;
    width: 100%;
    float: left;
}

#respond fieldset{
    margin-bottom: 10px;
}

#respond h3{
    margin-bottom: 0;
}

#respond label{
    width: 100%;
    color: #444;
    display: block;
    margin-bottom: 7px;
}

#respond .name-container{
    margin-right: 20px;
    float: left;
}

#respond .email-container{
    float: left;
}

#respond .name-container input,
#respond .email-container input{
    max-width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    padding: 8px 10px;

    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#respond .message{
    float: left;
    margin-top: 5px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#respond .message textarea{
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px;
}

#respond #comment-reply{
    border: 0px solid;
    text-transform: uppercase;
    line-height: 11px;
    color: #fff;
    padding: 12px 17px;
    cursor: pointer;

    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;

    float: right;

    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

#respond .name-container input:focus,
#respond .email-container input:focus,
#respond .message textarea:focus{
    border-color: #ccc;
}

.comment-body .comment-form{
    margin-top: 30px;
}



/* ==========================================================================
    8. PORTFOLIO PAGES
============================================================================= */
/*
    PORTFOLIO FILTERS
----------------------------------------------------------------------------- */
.row.portfolio-filters{
    margin-bottom: 30px;
}

.portfolio-filters.portfolio-full ul{
    display: table;
    margin: 0 auto;
}

#filters1 li{
    float: left;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #ddd;
}

#filters1 li:last-child{
    border-right: none;
}


/*
    PORTFOLIO ITEMS STYLING
----------------------------------------------------------------------------- */
.portfolio-items-holder{
    width: 100%;
    padding: 0 15px;
    margin-bottom: 30px;
    margin:85px auto;

}


#portfolioitems .col-md-6.isotope-item{
    width: 50%;
    padding: 0 2px 4px 2px;
    margin-bottom: 0;
}

#portfolioitems .col-md-4.isotope-item{
    width: 33.333333%;
    padding: 0 2px 4px 2px;
    margin-bottom: 0;
}

#portfolioitems .col-md-3.isotope-item{
    width: 25%;
    padding: 0 2px 4px 2px;
    margin-bottom: 0;
}

.portfolio-img-container{
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.portfolio-img-container img{

    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    width:100%;
    height:100%;
}
.portfolio-img-container:hover img{
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.portfolio-hover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.portfolio-img-container:hover .portfolio-hover{
    background-color: rgba(236,112,0,0.8);
}

.portfolio-hover .portfolio-links{
    position: absolute;
    top: 50%;
    margin-top: -90px;
    z-index: 5;

    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -transform: translateX(-100%);

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.portfolio-img-container:hover .portfolio-links{
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -transform: translateX(0%);
}

.portfolio-hover .portfolio-links li a{
    width: 60px;
    height: 60px;
    background-color: #333;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #ddd;
}

.portfolio-hover .portfolio-links li a:hover{
    color: #fff;
}

.portfolio-links li.sharrre .box a::before{
    content:"\e0d1";
    font-family: 'IconFont';
    padding-right: 2px;
    color: #ddd;
}

.portfolio-links li.sharrre .box a:hover::before{
    color: #fff;
}

.portfolio-img-container figcaption{
    position: absolute;
    top: 50%;
    padding: 0 30px;
    text-align: center;
    width: 100%;
    z-index: 4;

    opacity: 0;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


.portfolio-img-container figcaption.portfolio-title a h4{
    margin-bottom: 2px;
    color: #fff;
    font-size:60px;
    font-weight:300;
    font-family:'优设标题黑';
}

.portfolio-img-container figcaption.portfolio-title a:hover h4{
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    
}

.portfolio-img-container figcaption.portfolio-title .categories{
    font-style: italic;
    color: #ddd;
}

.portfolio-img-container figcaption{
    opacity: 1;
}

.portfolio-img-container:hover figcaption{
    opacity: 1;
}


/*
    PORTFOLIO FULL LAYOUT STYLING
----------------------------------------------------------------------------- */
.container.full #portfolioitems{
    padding: 0;
}

.container.full {
    padding: 0 2px;
}

.container.full .portfolio-items-holder{
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
}

.container.full .portfolio-items-holder .isotope-item{
    width: 19.94%;
    margin-right: 1px;
    margin-bottom: 1px;
}

.pagination.portfolio-full{
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 30px;
}

.container.full .pagination ul{
    float: none;
    display: table;
    margin: 0 auto;
}

/* PORTFOLIO SINGLE STYLING
----------------------------------------------------------------------------- */
.portfolio-single-like{
    width: 100%;
}

.portfolio-single-like .portfolio-item-like{
    float: left;
}

.portfolio-single-like p{
    float: left;
    display: inline;
    padding-right: 15px;
}

.portfolio-single-like .sharrre .box a::before{
    content:"\e0d1";
    font-family: 'IconFont';
    padding-right: 2px;
    color: #666;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.portfolio-single-like .sharrre .box a:hover::before{
    color: #fff;
}

.portfolio-projects-list{
    width: 100%;
}

.portfolio-projects-list > li{
    width: 33.333333%;
    float: left;
    padding-right: 2px;
    padding-bottom: 2px;
}

.portfolio-projects-list + .btn{
    margin: 20px auto 0;
    display: table;
    float: none;
}

.container-full .portfolio-projects-list > li{
    width: 9.94%;
}



/* ==========================================================================
    9. CONTACT PAGE
============================================================================= */
.map-canvas{
    width: 100%;
    height: 350px;
}

address li{
    padding-bottom: 10px;
}

address li i{
    padding-right: 5px;
}

/* CONTACT FORM
------------------------------------------------------------------------------*/
.wpcf7{
    float: left;
    width: 100%;
}

.wpcf7 fieldset{
    max-width: 100%;
    margin-bottom: 20px;
}

.wpcf7 label{
    color: #333;
    line-height: 18px;
    margin-bottom: 5px;
    display: block;
    width: 100%;
    float: left;
    font-weight: 400;
}

.wpcf7-text{
    max-width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    padding: 8px 10px;

    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.wpcf7-textarea{
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px;
}

.wpcf7-text:focus,
.wpcf7-textarea:focus{
    border-color: #ccc;
}

.wpcf7-submit{
    border: 0px solid;
    text-transform: uppercase;
    line-height: 11px;
    color: #fff;
    padding: 12px 17px;
    cursor: pointer;

    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;

    float: right;

    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}



/* ==========================================================================
    10. FOOTER STYLING
============================================================================= */
#footer-wrapper{
    width: 100%;
    background-color: #454a4d;
    padding: 70px 0 0 0;
}

.footer-widget-container{
    float: left;
}

.footer-widget-container .widget h5{
    color: #fff;
}

.footer-widget-container .widget p,
.footer-widget-container .widget span,
.footer-widget-container .widget a{
    color: #ccc;
}

.footer-widget-container address li,
.footer-widget-container address li strong{
    color: #ccc;
    border: none;
    background: none;
    padding-left: 0;
}

#copyright-container{
    width: 100%;
    background: #fff;
    padding: 18px 0 12px 0;
}

#copyright-container .row{
    margin-bottom: 0;
}

#copyright-container img{
    height: 18px;
    margin: 0 20px 0 0;
}

#copyright-container p{
    float: left;
    margin-top: 0;
}

.breadcrumb.footer-breadcrumb{
    float: right;
}


/* ==========================================================================
    11. WIDGETS
============================================================================= */
.aside-left{
    margin-bottom: 0;
    float: left;
}

.aside-right{
    margin-bottom: 0;
    float: right;
}

.widget h5{
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
}

.widget{
    display: block;
    margin-bottom: 50px;
    float: left;
    width: 100%;
}

.widget li{
    background: url('../img/aside-arrow.png') no-repeat 0 12px;
    border-bottom: 1px dotted #ddd;
    padding-left: 28px;
    padding-bottom: 5px;
    padding-top: 5px;
    line-height: 25px;
}

.widget li:last-child{
    border-bottom: none !important;
    padding-bottom: 0;
}

.widget:last-child{
    margin-bottom: 0;
}

/*
    11.1 WIDGET RECENT BLOG POSTS
----------------------------------------------------------------------------- */
.pi_recent_posts li{
    width: 100%;
    float: left;
    margin-bottom: 20px;
    border: none;
    background: none;
    padding-left: 0;
}

.pi_recent_posts li:last-child{
    margin-bottom: 0;
}

.pi_recent_posts .post-media{
    width: 70px;
    height: 70px;
    float: left;
}

.pi_recent_posts .post-info{
    padding-left: 85px;
    width: 100%;
}

.pi_recent_posts .date{
    width: auto;
    float: left;
    padding-bottom: 5px;
}

.pi_recent_posts .post h5{
    text-transform: none;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
}

.footer-widget-container .pi_recent_posts .post h5 a{
    color: #fff;
}

.pi_recent_posts .date .day{
    font-size: 30px;
}

.footer-widget-container .pi_recent_posts .date .day{
    color: #fff;
}

.pi_recent_posts .date .month{
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    display: inline-block;
}

.pi_recent_posts .post{
    padding-left: 45px;
}

.pi_recent_posts .post-media{
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.pi_recent_posts .post-media:hover{
    opacity: 0.7;
}

/*
    11.2. TWIITER WIDGET
----------------------------------------------------------------------------- */
.tweets-list-container,
.tweets-list-container-footer{
    width: 100%;
    overflow: hidden;
}

.tweet-list {
    position: relative;
    list-style-type: none;
    padding: 0;
}

.tweet-list li {
    padding-bottom: 10px;
    background: url('../img/tweet.png') no-repeat 0 10px !important;
    padding-left: 40px !important;
    border: none;
    background: none;
    padding-left: 0;
}

.tweet-list li.profile-image{
    padding-left: 60px;
    min-height: 60px;
}


/*  11.3. RECENT COMMENTS WIDGET
============================================================================= */
#recent_comments li{
    padding-left: 55px;
    background: none;
    border: none;
}

#recent_comments li::before{
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    left: 15px;
    background-image: url('../img/comments.png');
    background-repeat: no-repeat;
    background-position: center;

    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
#recent_comments li a{
    color: #222;
    font-weight: 600;
}

.footer-widget-container #recent_comments li{
    color: #ddd;
}

.footer-widget-container #recent_comments li a{
    color: #fff;
}


/*  11.4. ASIDE SEARCH WIDGET
============================================================================= */
.widget_search form{
    position: relative;
}

.widget_search #a_search{
    background: #fff;
    border: 1px solid #ddd !important;
    width: 100%;
    display: block;
    color: #777;
    font-style: italic;
    left:0;
    top: 0;

    padding: 10px;

    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.widget_search .search-submit{
    background: url('../img/search.png') center center no-repeat;
    width: 20px;
    height: 100%;
    border: none;
    text-indent: -9999px;
    position: absolute;
    float: left;
    cursor: pointer;
    right: 6px;
    top: 1px;
}

/* 11.5. ERROR PAGE SEARCH WIDGET
============================================================================= */
.error-page.widget_search{
    width: 300px;
    display: table;
    margin: 0 auto;
}

.error-page-img{
    display: table;
    margin: 0 auto;
}

/* 11.6. SOCIAL NETWORKS PHOTO STREAM WIDGET
============================================================================= */
.social-feed li{
    background: none;
    padding-left: 0;
    border: none;
    float: left;
    margin-bottom: 1px;
    padding-top: 0;
    padding-right: 1px;
    width: 65px;
    height: 65px;

    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.social-feed li:hover{
    opacity: 0.7;
}

.social-feed li img{
    width: 65px;
    height: 65px;
}

/* 11.7. TAG CLOUD WIDGET
============================================================================= */
.widget_tag_cloud a{
    background: #f6f6f6;
    color: #777;
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 5px;
    margin-right: 2px;
}

.widget_tag_cloud a:hover{
    color: #fff !important;
}

.footer-widget-container .widget_tag_cloud a{
    background: #444;
    color: #bbb;
    font-size: 12px;
}

/* 11.7. WIDGET CONTACT
============================================================================= */
.widget_contact li{
    background: none;
    border: none;
    padding-left: 0;
}

.scroll-up{
    width:40px;
    height:40px;
    opacity:0.3;
    position:fixed;
    bottom:50px;
    right:100px;
    display:none;
    text-indent:-9999px;
    background: url('../img/to-top.png') no-repeat;
}

#imagelightbox
{
    position: fixed;
    z-index: 99999;
}

/* ==========================================================================
    12. SOCIAL LINKS - ONLY PRESENTATION PURPOSES
============================================================================= */
.social-links.presentation li{
    float: left;
    width: 50px;
    height: 50px;
    background: #f6f6f6;
    margin-right: 1px;
    margin-bottom: 1px;

    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.social-links.presentation li a{
    width: 50px;
    height: 50px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 15px;
}

.social-links.presentation li:hover a,
.social-links.presentation li a:hover{
    color: #fff;
}




/*留言栏目*/
.msgtitle{display:block;padding-bottom:5px;font-size:14px;font-weight:bold;}

.Sumbit a{display:inline-block;padding:5px 15px;background:#000;color:#fff;text-align:center;font-size:14px;overflow:hidden;cursor:pointer;font-weight:bold;float:right;margin-top:30px;}
.Sumbit a:hover{text-decoration:none;background:#F60}



#search {
    width: 40px;
    height: 40px;
    position: relative;
    cursor: pointer;
    margin-left: 20px;
    float: right;
    z-index: 1005;
}



.header-button {
   border-radius: 4px;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;

   width: 40px;
   height: 40px;
   border: none;
   text-indent: -9999px;
   position: absolute;
   cursor: pointer;
   background-image: url('../img/search.png');
   background-repeat: no-repeat;
   background-position: center;
   background-color: #eee;
}



#search-form {
  -moz-transition: max-height, 0.2s;
  -o-transition: max-height, 0.5;
  -webkit-transition: max-height, 0.5s;
  transition: max-height, 0.5s;
  position: absolute;
  top: 60px;
  right:0;
  width: 250px;
  max-height: 0;
  overflow: hidden;
  background-color: #e1e4e7;

}

#search-form.open {
  max-height: 40px;
}

#search-form input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 40px;
}
#search-form input[type="search"] {
  width: 210px;
  padding: 0 5px 0 22px;
  background: transparent;
  border: none;
  background: #fdb813;
  font-style: italic;
  color: #777;

}
#search-form input[type="submit"] {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  margin: 0;
  padding: 0;
  color: #777;
  background: #fdb813;
  border: none;
  cursor: pointer;

}

/*news*/

.news_ul li div.con {
    font-size: 1.1rem;
    color: #303030;
    padding: 1.25rem 2% 0px;
    font-weight: bold;
    min-height: 100px;
}
.news_ul li div.con {
    font-size: 1.1rem;
    color: #303030;
    padding: 1.25rem 2% 0px;
    font-weight: bold;
    min-height: 100px;
}
.news_ul li div.con p.t {
    color: rgb(48, 48, 48);
    height: auto;
    font-weight:700;
	margin-bottom:10px;
}
.news_ul li div.con p.d {
    color: rgb(48, 48, 48);
    height: auto;
	margin-bottom:5px;
}
.news_ul li div.con p {
    line-height: 1.875rem;
    height: 60px;
    width: 100%;
    overflow: hidden;
	font-size:16px;;
	line-height:150%;
}
.news_ul li div.con p.c{
	font-size:14px;
	font-weight:normal
}

.news_ul li div.news_nav {
    padding: 1rem 2% 6%;
}
.news_ul li div.news_nav a {
    font-size: 14px;
    color: #303030;
    background: url(../img/p2.png) no-repeat scroll right -30px;
    padding: 7px 40px 7px 0px;
    transition: all 0.3s ease-in-out 0s;
}

.news_ul li div.news_nav a:hover {
    background: url(../img/p2.png) no-repeat scroll right 3px;
}

.listConts h1 {
    text-align: center;
    padding: 0 10px;
}
.listConts .info {
    width: 380px;
    height: 27px;
    line-height: 28px;
    text-align: center;
    margin: 30px auto;
    border: 1px solid #ccc;
    border-right-color: rgb(204, 204, 204);
    border-right-style: solid;
    border-right-width: 1px;
    border-left-color: rgb(204, 204, 204);
    border-left-style: solid;
    border-left-width: 1px;
    border-left: none;
    border-right: none;
    color: #666;
}


.thumb {
    text-align: center;
    background-color: #ebebed;
    position: relative;
    overflow:hidden;
    padding:20px;
    border:1px solid #cccccc;
}
.thumb:hover{
    box-shadow: 0 0 10px 1px #a5a5a5 ;/*盒子阴影*/
    transition: all 0.5s;/*持续时间*/
    display:block;
}
.thumb img {
    z-index: 10;
    position: relative;
    transform: scale(1);
    transition: all 0.7s ease 0s;
}
.thumb:hover  img{
    transform: scale(1.1);
}
.box-thumb .text {
	height:50px;
    font-size: 14px;
    line-height: 50px;
    text-align:center;
    background: #fff;


}
.box-thumb .text span{color:#fdb813}


.about-v1-area {
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 90px;
    padding-bottom: 60px;
    position: relative;
    z-index: 1;
}
.about-left-content .sec-title {
    display: block;
    padding-bottom: 30px;
}
.sec-title {
    position: relative;
    margin-top: -5px;
    padding-bottom: 43px;
}
.sec-title .inner {
    position: relative;
    display: inline-block;
    line-height: 14px;
    border-left: 6px solid #ffe400;
    padding-left: 9px;
    border-right: 6px solid #ffe400;
    padding-right: 9px;
}
.sec-title .title {
    position: relative;
    display: block;
    margin: 7px 0 0;
    color: #ff7701;
    font-size: 36px;
    line-height: 40px;
    font-weight: 400;
    text-transform: none;
    font-family: '微软雅黑', sans-serif;
    z-index: 1;
}
.about-left-content .inner-content p {
    margin: 0 0 43px;
}
.about-left-content .inner-content .certificate {
    position: relative;
    display: block;
}
.about-left-content .inner-content .certificate ul {
    display: block;
    overflow: hidden;
}
.about-left-content .inner-content .certificate ul li {
    display: inline-block;
    float: left;
    margin-right: 30px;
}
.about-right-content .single-box.left {
    min-height: 300px;
    padding: 85px 0;
    margin: 50px 0;
}
.about-right-content .single-box {
    display: block;
    background: #083061;
    min-height: 185px;
    margin-bottom: 30px;
    text-align: center;
    padding: 35px 0;
}
.about-right-content .single-box.left .icon-holder {
    margin-bottom: 35px;
}
.about-right-content .single-box .icon-holder {
    display: block;
    margin-bottom: 25px;
}

.grid a.figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0;
    max-height: 450px;
    width: 100%;
    background: rgba(0, 0, 0, 1);
    cursor: pointer;
    border-right: solid 1px #fff;
    border-left: solid 1px #fff;
    border-bottom: solid 2px #fff;
}
.about_nav {
    line-height: 50px;
    text-align: center;
    color: #000;
}
.col-sm-20 {
    width: 20%;float: left;
}


/*产品详情*/
.pro-top{height:70px;}

.product-show {
	background: #ececec;
	margin: 0 auto;
	overflow: hidden;
}
.product-con {
	background: #ececec;

	margin: 0 auto;
	overflow: hidden;
}
.product-show .fl {
	padding-top: 80px;
  padding-bottom:80px;
	width: 65%;
	box-sizing: border-box;
	padding-left: 100px;
}

.slt {
	height: 600px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}




.product-show .fr {
	width: 30%;
	padding-top: 170px;
    padding-right: 100px;

}

.product-show .fr dl {
	padding: 30px 0;
	border-bottom: 1px solid #d9d9d9;
	margin: 0 auto;
}

.product-show .fr dl:nth-child(3) {
	border-bottom: none;
}

.product-show .fr dl:nth-child(4) {
	border-bottom: none;
}

.product-show .fr dt {
	font-size: 36px;
	color: #333333;
	font-weight: bold;
	line-height: 36px;
	margin-bottom: 18px;
}

.product-show .fr dt span {
	font-size: 18px;
}

.product-show .fr dd {
	font-size: 16px;
	color: #666;
	line-height: 30px;
}

.product-show .fr dl a.down {
	display: block;
	width: 190px;
	height: 50px;
	background: #f39203;
	color: #fff;
	box-sizing: border-box;
	position: relative;
	line-height: 50px;
	padding: 0 22px;
}

.product-show .fr dl a.down:after {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	background: url(../images/down-icon.png) no-repeat;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -7.5px;
}

.product-back a.back {
	display: block;
	width: 150px;
	height: 40px;
	text-align: center;
	background: #12205f;
	color: #fff;
	font-size: 14px;
	line-height: 40px;
}

.product-more {
	background: #f5f5f5;
	padding: 75px 0;
}

.product-more .title {
	text-align: center;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 75px;
}

.product-more .p-list2 li {
	float: left;
	width: 23.5%;
	margin-right: 2%;
	background: #fff;
	text-align: center;
	margin-bottom: 30px;
}

.product-more .p-list2 li:nth-child(4n) {
	margin-right: 0;
}

.product-more .p-list2 li .img {
	width: 100%;
	overflow: hidden;
}

.product-more .p-list2 li .img img {
	display: block;
	width: 100%;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
}

.product-more .p-list2 li .ms {
	padding: 30px 0;
}

.product-more .p-list2 li .ms p {
	color: #000000;
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 10px;
}

.product-more .p-list2 li .ms span {
	color: #666666;
	font-size: 14px;
}
.product-back a.back {
    display: block;
    width: 150px;
    height: 40px;
    text-align: center;
    background: #000;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
}
.layout {
    width: 75%;
    margin: 0 auto;
}
.product-con-title{
	text-align: center;
	font-size: 24px;
	line-height: 24px;

	color:#000;
	padding:75px 0;
}
@media (max-width:1600px){
	.gallery-top {

		height: 550px;

	}
}
@media (max-width:1400px){
	.gallery-top {

		height: 450px;

	}
}
@media (max-width:1200px){
	.gallery-top {

		height: 350px;

	}
	.gallery-thumbs {
		width: 100%;
		float: none;
		margin-top: 20px;
		height: auto;
	}
	.gallery-thumbs .swiper-slide {
        width:100px;
		height: 50px;
		float:left;
	}
	.product-show .fr dl {
		width: 100%;
	}
	.product-more .p-list2 li {
		width: 100%;
		float: none;
		margin-right: 0;
	}

}
@media (max-width:1024px) {

	.product-show {
		width: 100%;
        padding-left:2%;
        padding-right:2%;
	}
	.product-show .fl {
		width: 100%;
		float: none;
		padding: 0;
		margin: 0 auto;
	}
	.product-show .fr {
		width: 100%;
		float: none;
		padding: 0;
		margin: 0 auto;
	}
	.slt {
		height: auto;
	}
	.gallery-top {
		width: 600px;
		height: 300px;
		float: none;
		margin: 20px auto;
	}
	.gallery-thumbs {
		width: 100%;
		float: none;
		margin-top: 20px;
		height: auto;
	}
	.gallery-thumbs .swiper-slide {
        width:100px;
		height: 50px;
		float:left;
	}
	.product-show .fr dl {
		width: 100%;
	}
	.product-more .p-list2 li {
		width: 100%;
		float: none;
		margin-right: 0;
	}
}

@media (max-width:768px) {
	.contact .fr dd{
	font-size:14px;
	line-height: 24px;
	height:auto;
	color:#333;}
}
@media (max-width:640px) {

	.gallery-top {
		width: 300px;
		height: 300px;
	}
	.gallery-thumbs .swiper-slide {
        width:100px;
        float:left;
		height: 50px;
	}
}

@media (max-width:375px) {

	.gallery-thumbs .swiper-slide {
        width:100px;
        height: 50px;
        float:left;
	}
	.section .content .wordc a.xq {
		display: none;
	}
}

.case_img{
    width:100%;
    overflow:hidden;
    border-radius: 15px;
}
.case_img img{
    transform: scale(1);
    transition: all 0.7s ease 0s;
   
}
.case_img img:hover{

    transform: scale(1.1);
  }

.text-center {
    text-align: center;
  }

  .wmdls {
    FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=##e9e9e9,endColorStr=#b4b4b4);
    background: -moz-linear-gradient(top,#e9e9e9,#b4b4b4);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%,from(#e9e9e9), to(#b4b4b4));
  }

  
  .content-post p {
    font-size: 20px;
    line-height: 26px;
    color: #666d81;
    padding-bottom: 10px;
    position: relative;
    letter-spacing: 2.3px;
    padding-top: 10px;
    text-transform: uppercase;
    margin-bottom:40px;
    text-align:left;
  }
  .content-post p::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #e7eaee;
  }
  .content-post p::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 95%;
    width: 5%;
    height: 1px;
    background-color: #ff4f01;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }


  .shop-details-main-content .shop-single-slider-wrapper .slider-for {
    text-align: center;
  }
  .shop-details-main-content .shop-single-slider-wrapper .slider-for p {
    font-size:20px;
    margin-top:20px;
  }
  
  .shop-details-main-content .shop-single-slider-wrapper .slider-for img {
    display: inline-block;
    width:100%;
  }
  
  .shop-details-main-content .shop-single-slider-wrapper .slider-nav {
    padding: 0 25px;
    margin-top: 35px;
  }
  @media (min-width: 991px) {
    .shop-details-main-content .shop-single-slider-wrapper .slider-nav{
        margin-top:-530px;
        
    }
    .shop-details-main-content .shop-single-slider-wrapper .slider-nav .slick-slide {
        clear:both;
        margin-bottom:10px;
      }
  }
  
  .shop-details-main-content .shop-single-slider-wrapper .slider-nav > i {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100;
  }
  
  .shop-details-main-content .shop-single-slider-wrapper .slider-nav > i:hover {
    cursor: pointer;
  }
  
  .shop-details-main-content .shop-single-slider-wrapper .slider-nav .nav-btn-rt {
    left: auto;
    right: 0;
  }
  
  .shop-details-main-content .shop-single-slider-wrapper .slider-nav .slick-slide {
    text-align: center;
  }
  
  .shop-details-main-content .shop-single-slider-wrapper .slider-nav .slick-slide img {
    display: inline-block;
    border:1px solid #d6d6d6;
  }
  