

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    border: 0;
    font-size: 100%;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    text-size-adjust: none;    font-family: "Arial, Helvetica, sans-serif";
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote::after,
blockquote::before,
q::after,
q::before {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
img{ max-width:100%;}
input,
textarea,
select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
}

* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

a {
    outline: 0;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

body,
input,
textarea {
   
}

input[type='text']:-webkit-autofill {
    box-shadow: 0 0 0 1000px #fff inset;
}

[class*=' icon-'],
[class^=icon-] {
    font-family: "iconfont";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
}

input[type=text]::-ms-clear,
input[type=tel]::-ms-clear,
input[type=number]::-ms-clear {
    display: none;
}
.message{ text-align:center; margin:200px auto;}
.message p{ font-size:18px; background-color:#000000;color: #fff;
    width: 40%;
    margin: 0 auto;
    padding: 20px;}
.hide {
    display: none;
}

.show {
    display: block;
}

.wow {
    visibility: hidden;
}

.no-cssanimations .wow {
    visibility: visible;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-110 {
    margin-top: 110px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-140 {
    margin-top: 140px;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.d-inline-block {
    display: inline-block;
}

.d-none {
    display: none;
}

.d-block {
    display: block;
}

.contact-map .BMapLabel {
    border: 0;
}

.contact-map .anchorBL {
    display: none;
}

.search-item {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.search-item h4 {
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.list {
    position: relative;
    font-size: 0;
}

.list>li {
    display: inline-block;
    vertical-align: top;
}

.list-1>li {
    width: 100%;
}

.list-2>li {
    width: 50%;
}

.list-3>li {
    width: 33.3333%;
}

.list-4>li {
    width: 25%;
}

.list-5>li {
    width: 20%;
}

.img-box {
    position: relative;
}

.img-box::before {
    content: "";
    display: block;
}

.img-box img {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.bg-cover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: 0;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track::after,
.slick-track::before {
    display: table;
    content: "";
}

.slick-track::after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    outline: 0;
}

.slick-slide a {
    outline: 0;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.banner-dots {
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
    font-size: 0;
    text-align: center;
}

.banner-dots li {
    margin: 0 8px;
    display: inline-block;
    vertical-align: top;
}

.banner-dots li button {
    position: relative;
    display: inline-block;
    padding: 0;
    border: 0;
    font-size: 0;
    background-color: transparent;
    outline: 0;
    cursor: pointer;
}

.banner-dots li button::before {
    -moz-transition: border 0.3s ease-out;
    -o-transition: border 0.3s ease-out;
    -webkit-transition: border 0.3s ease-out;
    transition: border 0.3s ease-out;
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #bababa;
}

.banner-dots li.slick-active button::before {
    background-color: #0075c2;
}

.header {
    padding-top: 38px;
    padding-bottom: 0px;
    position: fixed;
    height: auto;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
    -moz-transition: all 0.36s ease;
    -o-transition: all 0.36s ease;
    -webkit-transition: all 0.36s ease;
    transition: all 0.36s ease;
	box-shadow: 0 0px 22px 0 rgba(0,0,0,10%);
}
.header.topic .logo {
    background-size: 150px auto;
}
.header .logo {
    display: block;
    width: 200px;
    height: 71px;
    background-image: url(../images/logo.png);
    background-image: url(../images/log.png);
    background-size: 200px auto;
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: auto;
	margin-bottom:30px;
    margin-right: auto;
    -moz-transition: all 0.36s ease;
    -o-transition: all 0.36s ease;
    -webkit-transition: all 0.36s ease;
    transition: all 0.36s ease;
}
.zhengshu li{ float:left; width:25%;}
.zhengshu{ overflow:hidden;padding: 60px 0;}
.zhengshu li img{ width:75%; height:auto; padding:30px;}
.banner2{margin-top: 198px;background: url(../images/banner.png) no-repeat;height: 615px;padding: 8%;}
.tijiao button{background-color: #fff;
    border: 0;
    padding: 10px 20px;
    margin-top: 30px;
    font-size: 16px;}

.header.topic {
    padding-top: 10px;
    padding-bottom: 0px;
}

.banner2h1{ font-size:28px; font-weight:bold;}
.banner2an a{    display: block;
color: #333; font-weight:bold;    padding: 20px 50px;
    background-color: #fad807;
    width: 50%;
    text-align: center;
    border-radius: 25px;
        margin-top: 30px;
    margin-bottom: 30px;}
	.banner2right img{ float:right; width:40%;}
.banner2left{ float:left; width:50%;}
.banner2p{font-size: 16px;
    line-height: 32px;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 40px;color: #333;}
.banner2span{font-size: 16px;
    line-height: 32px;
    font-weight: bold;
    padding-bottom: 10px;
      color: #333;}
.header .navv{  width:100%; overflow:hidden; margin: 0 auto;background-color: #fad807;}
.header .navv ul{ width:50%; margin:0 auto;display: flex;}
.navv ul li{ flex: 1; text-align:center; line-height:60px;}
.navv ul li a{ color:#000; font-weight:bold; display:block;}
.navv ul li a:hover{ color:#fff;-moz-transition: all 0.36s ease;
    -o-transition: all 0.36s ease;
    -webkit-transition: all 0.36s ease;
    transition: all 0.36s ease;}

.header .menu {
    display: none;
    width: 30px;
    height: 30px;
    background-image: url(../images/icon_menu.png);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: 42px;
    margin-top: 10px;
}

.header.topic .menu{
    margin-top: 4px;
}


.dropdownMenu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
}

.dropdownMenu .logo {
    display: block;
    width: 50px;
    height: 70px;
    background-image: url(../images/logoM.png);
    background-image: url(../images/log1.png);
    background-size: 50px auto;
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 37px;
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -moz-transition: all 0.36s ease;
    -o-transition: all 0.36s ease;
    -webkit-transition: all 0.36s ease;
    transition: all 0.36s ease;
}

.dropdownMenu.topic .logo{
	top: 7px;
}

.dropdownMenu .btn_menu {
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../images/icon_close.png);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 75px;
    left: 50%;
    margin-left: 42px;
    margin-top: 10px;
    -moz-transition: all 0.36s ease;
    -o-transition: all 0.36s ease;
    -webkit-transition: all 0.36s ease;
    transition: all 0.36s ease;
}

.dropdownMenu.topic .btn_menu {
	top: 42px;
}

.dropdownMenu .dropdown-menu {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: 50px;
    opacity: 0;
    visibility: hidden;
    -moz-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -moz-transition: all 0.36s ease;
    -o-transition: all 0.36s ease;
    -webkit-transition: all 0.36s ease;
    transition: all 0.36s ease;
}

.dropdownMenu .dropdown-menu .menuitem {
    display: block;
    font-size: 36px;
    color: #fff;
    font-family: "Arial, Helvetica, sans-serif";
    text-align: center;
    padding: 33px 0;
    letter-spacing: 10px;
}

.dropdownMenu .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.top150{padding-top: 150px;}
.lanmufenlei {padding-bottom: 30px;padding-left: 30px;}
.lanmufenlei h1{ font-size:40px;padding-bottom: 30px;}
.news_panel .sycase{ padding-bottom:50px;}
.zifenlei span{    background-image: linear-gradient(90deg, rgb(245 218 43 / 77%) 0%, rgb(252 219 2) 100%);
    font-weight: 500;
    font-size: 14px;
	float:left; width:100px;
    line-height: 30px;
    color: #fff;
    padding: 0 12px;
    display: inline-block;
    border-radius: 6px;margin-bottom: 10px;
    border-color: rgb(252, 219, 2);
    margin-right: 10px;}
.fenleia{ float:left; width:90%;}
.fenlei{ overflow:hidden;}
.zifenlei a:hover{
    color: #fff;background-color: #fad807;}
.zifenlei{ margin-top:90px;}
.fenlei{ padding-bottom:10px;}
.current-cat{color: #fff!important;background-image: linear-gradient(90deg, rgb(51, 173, 255) 0%, rgb(26, 122, 248) 100%);}
.zifenlei a{display: inline-block;
    font-weight: 500;
    font-size: 12px;
    line-height: 30px;
    color: #333;
    cursor: pointer;
    padding: 0px 12px;
    border-radius: 6px;
	margin-bottom: 10px;
    background-color: #eeeeee; margin-right:10px;}
@media only screen and (max-width: 1024px) {
    .header {
        padding-top: 10px;
        padding-bottom: 10px;
        height: auto;
    }
	.banner{ margin-top:32px;}
.zifenlei{margin-top:60px;}
.cases{padding-top: 0px!important;}
.text-info p{ font-size:14px;}
.header .navv{ display:none;}
.error404-content{ padding:0px!important;}
    .header.topic{
        padding-top: 5px;
        padding-bottom: 5px;
    }

	.header_bg{
		height: 59px;
	}
    


    .header .menu {
        display: block;
        width: 19px;
        height: 8px;
        background-image: url(../images/icon_menu.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 19px auto;
        position: absolute;
        top: 50%;
        left: 80%;
        margin-top: 0px;
    }

    .header.topic .menu{
        top: 19px;
    }

    .dropdownMenu .logo {
        display: block;
        width: 29px;
        width: 30px;
        height: 39px;
        height: 40px;
        background-image: url(../images/logo_mh1.png);
        background-image: url(../images/log1.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 28px auto;
        margin-left: auto;
        margin-right: auto;
        top: 10px;
    }

    .dropdownMenu .btn_menu {
        display: block;
        width: 23px;
        height: 15px;
        background-image: url(../images/icon_close-01.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 15px auto;
        position: absolute;
        top: 24px;
        left: 80%;
        margin-left: 0px;
        margin-top: 7px;
    }

    .dropdownMenu .dropdown-menu {
        margin-top: 0px;
    }

    .dropdownMenu .dropdown-menu .menuitem {
        font-size: 18px;
        padding-top: 16px;
        padding-bottom: 16px;
        letter-spacing: 4px;
    }

    .dropdownMenu.topic .btn_menu{
    	top: 18px;
    }
}

.footer {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
}

.footer .copyright {
    font-size: 12px;    text-align: center;
    color: #000;
    font-family: "Arial, Helvetica, sans-serif";
    line-height: 22px;
}

.footer .copyright a{
    font-size: 12px;
    color: #000;
    font-family: "Arial, Helvetica, sans-serif";
}

.backTop {
    display: none;
    position: fixed;
    bottom: 70px;
    right: 12.5%;
    width: 30px;
    height: 30px;
    background: url(../images/icon_04.png) no-repeat center center;
    cursor: pointer;
}

@media only screen and (max-width: 1024px) {
    .footer {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .footer .copyright{
        position: relative;
        top: -20px;
    }
    .backTop {
        bottom: 16px;
        left: 25px;
        right: auto;
    }
}

.margin90 {
    margin-top: 90px;
}

img.lazy {
    background: url(../images/loading.gif) no-repeat center center;
}

.media {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}
.contact .text-info p{ color:#fff;}
.clearfix {
    clear: both;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    float: none;
}

.btn-more {
    display: inline-block;
    font-size: 16px;
    color: #333;
    font-family: "Arial, Helvetica, sans-serif";
    letter-spacing: 4px;
    position: relative;
    padding-right: 35px;
    margin-top: 157px;
}

.btn-more .iconfont {
    display: block;
    position: absolute;
    top: -3px;
    right: 0;
    width: 15px;
}

.btn-more .iconfont:before {
    display: block;
    color: #333;
    font-size: 30px;
}

.label-primary>h3 {
    font-size: 36px;
    color: #000;
	font-weight: bold;
    font-family: "Arial, Helvetica, sans-serif";
    text-align: center;
}

.media h3 {
    font-size: 36px;
    color: #fff;
    font-family: "Arial, Helvetica, sans-serif";
    letter-spacing: 4px;
    text-align: center;
}
.media p{ line-height:2; color:#fff;}

.label-primary>h4 {
    font-size: 22px;
    color: #333;
    text-align: center;
    margin-top: 10px;
}

.js_slick-banner {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 100%;
}

.js_slick-banner .slick_item {
    display: block;
    position: relative;
    padding-top: 41.66667%;
    overflow: hidden;
}

.js_slick-banner .slick_item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.js_slick-banner .slick_item:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 110px;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY2NjY2NiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC45Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(102, 102, 102, 0)), color-stop(100%, rgba(0, 0, 0, 0.9)));
    background-image: -moz-linear-gradient(top, rgba(102, 102, 102, 0), rgba(0, 0, 0, 0.9));
    background-image: -webkit-linear-gradient(top, rgba(102, 102, 102, 0), rgba(0, 0, 0, 0.9));
    background-image: linear-gradient(to bottom, rgba(102, 102, 102, 0), rgba(0, 0, 0, 0.9));
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    opacity: 0.9;
}

.js_slick-banner .js-slick-ui {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 810px;
    height: 90px;
    margin-left: -405px;
}

.js_slick-banner .arrow_slide-prev,
.js_slick-banner .arrow_slide-next {
    display: block;
    width: 30px;
    height: 30px;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 20px;
    cursor: pointer;
    z-index: 300;
}

.js_slick-banner .arrow_slide-prev {
    background-image: url(../images/icon_prev.png);
    left: 0;
}

.js_slick-banner .arrow_slide-next {
    background-image: url(../images/icon_next.png);
    right: 0;
}

.js-slick__text-wrap {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.js-slick__text-wrap .js-slick__text {
    text-align: center;
}

.js-slick__text-wrap .js-slick__text h3 {
    font-size: 18px;
    color: #fff;
   
    /* font-weight: lighter; 
    letter-spacing: 4px;*/
}

.js-slick__text-wrap .js-slick__text h4 {
    font-size: 14px;
    color: #fff;
   font: inherit;
    margin-top: 10px;
}

.information {
    padding-top: 158px;
    padding-bottom: 114px;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
}

.information .descripts{
    margin-top: 40px;
}
.information .descripts p{ text-align:left;}
.information h3 {
    font-size: 22px;
    color: #000;
    letter-spacing: 0px;
	margin-top: 30px;
	font-family: "Arial, Helvetica, sans-serif";
   
}

.choose{ overflow:hidden;}
.choose li{ width:33.33%; float:left;}
.choose li p{    line-height: 30px;}
.choose li img{ max-width:100%;}
.choose li video{ width:100%!important; height:auto!important; padding:20px;}

.team{ overflow:hidden;}
.team li{ width:25%; float:left;line-height: 0;}
.team li img{ max-width:100%;}
.ckgd{text-align: center;display: table;padding: 15px 60px;color: #000;border: 1px solid #000;margin: 30px auto;}
.ckgd:hover{ border: 1px solid #fad807; color:#fff; background-color:#fad807;}
.cases{ padding-top:97px;}
.sycase{ overflow:hidden;}
.paginations{ width:90%; margin:0 auto;    overflow: hidden;}
.paginations span{background-color: #f3e460;
    padding: 10px 15px;
    color: #fff;
    display: block;
    float: left;    margin-left: 15px;}
.paginations a{background-color: #eeeeee;
    padding: 10px 15px;
    color: #333;
    float: left;margin-left: 15px;}
	.paginations b{background-color: #eeeeee;
    padding: 10px 15px;
    color: #333;
    float: left;margin-left: 15px;}
.iput input{border: 1px solid #eee;width: 70%;padding: 10px 15px;}
.iput p{ padding-bottom:5px;}
.iput textarea{ width:70%;border: 1px solid #eee;}
.iput{ margin-bottom:15px;}
.c-t-m-btn button{background-color: #000;
    color: #fff;
    border: 0;
    padding: 15px 30px;cursor: pointer;
    border-radius: 5px;}
.c-t-m-btn button:hover{background-color: #fad807;cursor: pointer;
    color: #000;
    border: 0;
    padding: 15px 30px;
    border-radius: 5px;}
.paginations a:hover{background-color: #f3e460; color:#fff;}
.wrap{margin:60px auto 0 auto;}
.tabs{height:80px;}
.tabs a{display:block;float:left;width:25%;color:#333;text-align:center;background:#eee;line-height:80px;font-size:16px;text-decoration:none;}
.tabs a.active{color:#fff;background:#fad807;border-radius:5px 5px 0px 0px;}
.sycase li{ float:left; width: 23%;
    box-shadow: rgba(148, 154, 168, 0.08) 0px 0px 24px 0px;
    background: rgba(222, 220, 220, 0.31);
    border-radius: 4px;
    margin: 1%;}
.sycase li p{ text-indent: 2em;line-height: 2.9;color: #333;}
.sycase li:hover{ color:#fff;background: rgb(252, 211, 2);}
.sycase li:hover p{ color:#fff;}
.sycase li img{ max-width:100%;    height: auto;}
.swiper-container{ min-height:900px;width:100%;border-top:0;}
.swiper-slide{width:100%; }
.content-slide p{text-indent:2em;line-height:2.9;}
.swiper-container {margin:0 auto;position:relative;overflow:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-o-backface-visibility:hidden;backface-visibility:hidden;/* Fix of Webkit flickering */	z-index:1;}
.swiper-wrapper {position:relative;width:100%;
	-webkit-transition-property:-webkit-transform, left, top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px,0,0);
	-webkit-transition-timing-function:ease;
	
	-moz-transition-property:-moz-transform, left, top;
	-moz-transition-duration:0s;
	-moz-transform:translate3d(0px,0,0);
	-moz-transition-timing-function:ease;
	
	-o-transition-property:-o-transform, left, top;
	-o-transition-duration:0s;
	-o-transform:translate3d(0px,0,0);
	-o-transition-timing-function:ease;
	-o-transform:translate(0px,0px);
	
	-ms-transition-property:-ms-transform, left, top;
	-ms-transition-duration:0s;
	-ms-transform:translate3d(0px,0,0);
	-ms-transition-timing-function:ease;
	
	transition-property:transform, left, top;
	transition-duration:0s;
	transform:translate3d(0px,0,0);
	transition-timing-function:ease;

	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	float: left;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.information p {
    font-size: 14px;
    color: #333333;
    line-height: 35px;
}

.information strong {
    font-size: 36px;
    color: #000;
	font-family: "Arial, Helvetica, sans-serif";
   
}
.error404-content form { display:none;}
.error404-content h1{ display:none;}
.error404-content .intro-text{ display:none;}
.error404-content{ padding:50px;}
.list-list_row .col_w100 {
    display: block;
    width: 100%;
    margin-bottom: 150px;
}

.list-list_row .col_w100:nth-last-of-type(1){
    margin-bottom: 0px;
}

.list-list_row .thumbnail {
    display: block;
    position: relative;
    padding-top: 41.66667%;
}

.list-list_row .thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.list-list_row .thumbnail:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 110px;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY2NjY2NiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC45Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(102, 102, 102, 0)), color-stop(100%, rgba(0, 0, 0, 0.9)));
    background-image: -moz-linear-gradient(top, rgba(102, 102, 102, 0), rgba(0, 0, 0, 0.9));
    background-image: -webkit-linear-gradient(top, rgba(102, 102, 102, 0), rgba(0, 0, 0, 0.9));
    background-image: linear-gradient(to bottom, rgba(102, 102, 102, 0), rgba(0, 0, 0, 0.9));
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    opacity: 0.9;
}

.list-list_row .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    z-index: 20;
    padding-bottom: 40px;
    padding-top: 40px;
}

.list-list_row .caption h3 {
    font-size: 18px;
    color: #fff;
   
    letter-spacing: 2px;
}

.list-list_row .caption h4 {
    font-size: 14px;
    color: #fff;
    font-family: "Arial, Helvetica, sans-serif";
    margin-top: 10px;
}

.works {
    background-color: #efefef;
    padding-top: 97px;
   padding-bottom: 30px;
    text-align: center;
}

.works .btn_default{
    padding-top: 98px;
    padding-bottom: 98px;
    background-color: #eee;
}

.works .btn-more {
    margin-top: 0;
}

.muted {
    padding-top: 150px;
    padding-bottom: 110px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.muted .group {
    position: relative;
}

.muted .list-group {
    float: left;width: 50%;margin-top: 50px;
}
.biaodan{    float: left;
    width: 50%;
    padding-left: 5%;
    margin-top: 50px;}
.biaodan label{ color:#fff!important;line-height: 35px;}
.muted .list-group h3 {
    font-size: 36px;
    color: #fff;
    font-family: "Arial, Helvetica, sans-serif";
    letter-spacing: 2px;
}

.muted .list-group dl {
    margin-top: 60px;
}

.muted .list-group .tel,
.muted .list-group .address,
.muted .list-group .email {
    font-size: 16px;
    color: #fff;
    position: relative;
    padding-left: 55px;
    line-height: 28px;
    margin-bottom: 10px;
}

.muted .list-group .tel span,
.muted .list-group .address span,
.muted .list-group .email span{
    font-size: 14px;
    color: #999;
    font-family: "Arial, Helvetica, sans-serif";
}

.muted .list-group .tel p,
.muted .list-group .address p,
.muted .list-group .email p{
   
    color: #fff;
}

.muted .list-group .tel:after,
.muted .list-group .address:after,
.muted .list-group .email:after {
    content: "";
    display: block;
    width: 26px;
    height: 30px;
    position: absolute;
    top: -2px;
    left: 0;
}

.muted .list-group .tel:after {
    background: url(../images/icon_02.png) no-repeat center center;
}

.muted .list-group .address:after {
    background: url(../images/icon_03.png) no-repeat center center;
}

.muted .list-group .email:after {
    background: url(../images/icon_01.png) no-repeat center center;
}

.form-horizontal {
    width: 20.10417%;
    position: absolute;
    bottom: 0px;
    right: 0;
}

.form-horizontal .form-group .control-label {
    font-size: 16px;
    color: #fff;
    font-family: "Arial, Helvetica, sans-serif";
    position: absolute;
    top: 16px;
    left: 0;
    -moz-transition: all 0.36s ease;
    -o-transition: all 0.36s ease;
    -webkit-transition: all 0.36s ease;
    transition: all 0.36s ease;
}

.form-horizontal .form-group .form-control.on + .control-label{
	top: -6px;
	font-size: 12px;
}

.form-horizontal .form-group .col-sm-12 {
    display: block;
    width: 100%;
    position: relative;
}

.form-horizontal .form-group .form-control {
    display: block;
    padding: 0;
    margin: 0;
    border: none;
    height: 48px;
    font-size: 16px;
    width: 100%;
    background: none;
    color: #fff;
    font-family: "Arial, Helvetica, sans-serif";
    border-bottom: 1px solid #fff;
}

.form-horizontal .form-group .form-control::-webkit-input-placeholder {
    font-size: 16px;
    color: #fff;
    font-family: "Arial, Helvetica, sans-serif";
}

.form-horizontal .form-group .form-control:-moz-placeholder {
    font-size: 16px;
    color: #fff;
    font-family: "Arial, Helvetica, sans-serif";
}

.form-horizontal .form-group .form-control::-moz-placeholder {
    font-size: 16px;
    color: #fff;
    font-family: "Arial, Helvetica, sans-serif";
}

.form-horizontal .form-group .form-control:-ms-input-placeholder {
    font-size: 16px;
    color: #fff;
    font-family: "Arial, Helvetica, sans-serif";
}

.form-horizontal .form-group .form-control:focus {
    outline: none;
}

.form-horizontal .form-group .send {
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    width: 38px;
    height: 48px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/icon_05.png) no-repeat center right;
    cursor: pointer;
}

.form-horizontal .form-group .form-control-static {
    font-size: 14px;
    color: #999;
   
    margin-top: 15px;
    letter-spacing: 2px;
}

@media only screen and (max-width: 1024px) {
    .js_slick-banner{
        position: static;
    }
    .js_slick-banner .slick_item {
        height: 400px;
        padding-top: 0;
    }

    .js_slick-banner .slick_item img {
        top: 0;
        left: 50%;
        width: auto;
        height: 400px;
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    .js_slick-banner .js-slick-ui {
        width: 100%;
        left: 0;
        padding: 0 25px;
        margin-left: 0px;
        height: 40px;
        bottom: 23px;
    }

    .js_slick-banner .arrow_slide-prev,
    .js_slick-banner .arrow_slide-next {
        top: 0;
    }

    .js_slick-banner .arrow_slide-prev {
        left: 25px;
    }

    .js_slick-banner .arrow_slide-next {
        right: 25px;
    }

    .js-slick__text-wrap {
        width: auto;
    }

    .js-slick__text-wrap .js-slick__text h3 {
        font-size: 14px;
    }

    .js-slick__text-wrap .js-slick__text h4 {
        font-size: 12px;
        margin-top: 5px;
    }

    .information {
        padding-top: 80px;
        padding-bottom: 80px;
    }


    .index_information{
        padding-top: 58px;
    }

    .information h3 {
        font-size: 16px;
        letter-spacing: 0px;
		line-height:30px;
    }
.choose li{ width:100%;}
    .btn-more {
        margin-top: 60px;
        font-size: 14px;
    }
.sycase li{ width:48%;}
.lanmufenlei{ padding-left:15px; padding-top:20px;}
.sycase{ margin:0  auto; width:98%;}
.sycase li p{text-indent: 5px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;font-size: 14px;}
.team li{ width:50%;}
.zhengshu li{ width:50%;}
.zhengshu li img{ padding:15px;}
.partner{width: 98%!important;margin: 15px auto!important;}
.partner li{ width:25%!important;}
.partner li img{ padding:10px!important;}
.muted .list-group{ width:100%;}
.biaodan{ width:100%; padding-left:0;}
.iput input { width:100%;}
.iput textarea{ width:100%;}
    .label-primary>h3 {
        font-size: 24px;
    }

    .label-primary>h4 {
        font-size: 16px;
    }

    .works {
        padding-top: 40px;
        padding-bottom: 0px;
    }

    .works .btn_default{
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .margin90 {
        margin-top: 40px;
    }

    .list-list_row .col_w100 {
        margin-bottom: 60px;
    }

    .list-list_row .col_w100:nth-last-of-type(1) {
        margin-bottom: 0px;
    }

    .list-list_row .thumbnail {
        padding-top: 0px;
        height: 400px;
        overflow: hidden;
    }

    .list-list_row .thumbnail img {
        position: absolute;
        top: 0;
        left: 50%;
        width: auto;
        height: 100%;
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    .list-list_row .caption {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .list-list_row .caption h3 {
        font-size: 14px;
    }

    .list-list_row .caption h4 {
        font-size: 12px;
        margin-top: 5px;
    }

    .muted {
        padding-top: 80px;
        padding-bottom: 60px;
    }

    .muted .list-group {
        float: none;
        clear: both;
    }

    .muted .list-group .tel,
    .muted .list-group .address,
    .muted .list-group .email {
        font-size: 14px;
    }

    .muted .list-group .address p:nth-last-of-type(1){
     /*   display: none;*/
    }

    .muted .list-group dl {
        margin-top: 40px;
    }

    .muted .list-group h3 {
        font-size: 24px;
    }

    .muted .form-horizontal {
        width: auto;
        float: none;
        clear: both;
        position: static;
        display: none;
    }
    .backTop{
        bottom: 20px;
        left: 25px;
        right: auto;
    }
}
@media only screen and (max-width: 960px) {
    .js_slick-banner{
        position: static;
    }
    .js_slick-banner .slick_item {
        height: 160px;
        padding-top: 0;
    }

    .js_slick-banner .slick_item img {
        top: 0;
        left: 50%;
        width: auto;
        height: 160px;
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

}
@media only screen and (max-width: 400px) {
    .information .descripts{
        /* padding-left: 32px;
        padding-right: 32px; */
        /* word-break: keep-all; */
    }
    .information .descripts p{
        font-size: 13px;
    }
    .muted .list-group .tel, .muted .list-group .address, .muted .list-group .email{
        padding-left: 37px;
        font-size: 12px;
    }
    .muted .list-group .tel:after, .muted .list-group .address:after, .muted .list-group .email:after{
        top: 0;
    }
    .muted .list-group .tel p, .muted .list-group .address p, .muted .list-group .email p{
        font-size: 12px;
    }
}

@media only screen and (max-width: 1280px) {
    .muted .list-group{
        float: none;
        clear: both;
    }
	.form-horizontal{
        width: 50%;
        float: none;
        clear: both;
        position: static;
    }
} 

@media only screen and (max-width: 1024px) {
    .media {
        width: auto;
        margin: 0 25px;
    }
}

.banner {
    position: relative;
    padding-top: 41.66667%;
	margin-top:148px;
}

.banner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.banner .btnPlay {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 25px;
    height: 29px;
    background: url(../images/icon_06.png) no-repeat center center;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.about {
    padding-top: 210px;
    padding-bottom: 110px;
}

.text-primary {
    width: 760px;
    width: 46.875%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    position: relative;
}

.text-primary>h3 {
    text-align: left;
    color: #000;
    font-size: 36px;
    font-family: "Arial, Helvetica, sans-serif";
}

.text-primary h4 {
    text-align: left;
    color: #000;
    font-size: 30px;
    margin-top: 20px;
	margin-bottom:20px;
}

.text-primary .pull-right {
    position: absolute;
    top: 32px;
    right: 10px;
}
.wenzhangtime{display: block;
    font-size: 12px;
    color: #636363;
    font-family: "Arial, Helvetica, sans-serif"; margin-bottom:20px;}
.wenzhangtime a{ color: #636363; }
.text-primary .pull-right span {
    display: block;
    font-size: 12px;
    color: #000;
    font-family: "Arial, Helvetica, sans-serif";
}
.wenzhangtext{display: block;
    font-size: 14px;
    color: #666;
    font-family: "webfont";
    margin-top: 10px;}
.wenzhangtext img{ margin-bottom:10px; margin-top:20px;}
.wenzhangtext span{ color:#666;}
.text-primary .pull-right time {
    display: block;
    font-size: 14px;
    color: #666;
    font-family: "webfont";
    margin-top: 10px;
}

.text-primary .text-info {
    margin-top: 100px;
}

.text-info p {
    font-size: 22px;
    color: #333;
    line-height: 30px;
   font-family: 'Arial, Helvetica, sans-serif';
}

.honor .picBox .col-sm-3 {
    position: relative;
    width: 26.5625%;
    padding-top: 19.79167%;
    float: left;
}

.honor .picBox .col-sm-4 {
    position: relative;
    width: 46.875%;
    float: left;
    padding-top: 19.79167%;
}

.honor .picBox img {
    display: block;
    width: 100%;
    height: auto;
   /*  position: absolute;
   top: 0;
   left: 0; */
   /*  -webkit-filter: grayscale(100%);
   filter: grayscale(100%); */
}

.honor .btn-primary {
    height: 180px;
    padding-top: 80px;
    background-color: #efefef;
    text-align: center;
}

.honor .btn-primary .btn-more {
    margin-top: 0;
}

.honor_list {
    margin-top: 105px;
    margin-bottom: 0px;
}

.honor_list .item_block {
    padding-top: 70px;
    padding-bottom: 70px;
    -moz-transition: all 0.36s ease;
    -o-transition: all 0.36s ease;
    -webkit-transition: all 0.36s ease;
    transition: all 0.36s ease;
}

.honor_list .item_box {
    display: block;
    padding-left: 156px;
    width: 760px;
    width: 46.875%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    min-height: 64px;
}

.honor_list .item_box time {
    font-size: 36px;
    color: #000;
    font-family: "Arial, Helvetica, sans-serif";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.honor_list .item_box p,
.honor_list .item_box a {
    font-size: 14px;
    color: #666;
   
    line-height: 32px;
}

.honor_list .item_box strong{
    font-weight: bold;
    font-size: 14px;
    color: #000;
}

.honor_list .item_box p span,
.honor_list .item_box a span {
    color: #000;
}

.honor_list .item_box .icon {
    position: absolute;
    top: -10px;
    right: 0;
    width: 92px;
    height: auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0;
    visibility: hidden;
    -moz-transition: all 0.36s ease;
    -o-transition: all 0.36s ease;
    -webkit-transition: all 0.36s ease;
    transition: all 0.36s ease;
}

.friendship {
    padding-bottom: 100px;
}

.friendship .picBox {
    position: relative;
    padding-top: 28.64583%;
}

.friendship .picBox img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

 .text-info {
  
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    text-align: center;
}
.partner li{ float:left; width:12%; }
.partner li img{-webkit-filter: grayscale(100%);filter: grayscale(100%);padding: 20px;}
.partner{ width:70%; margin:50px auto; overflow:hidden;}
.partners{ padding-top:95px; padding-bottom:75px;} 
.friendship .links_list {
    width: 760px;
    width: 49.875%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
}

.friendship .links_list li {
    display: block;
    width: 20%;
    height: 70px;
    float: left;
    position: relative;
}

.friendship .links_list li img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.team-mod .text-primary {
    padding-top: 108px;
    padding-bottom: 108px;
}

.team_boss {
    background-color: #ededed;
    position: relative;
}

.team_boss .team_box {
    height: 452px;
    overflow: hidden;
    position: relative;
    padding-top: 130px;
    padding-bottom: 100px;
}

.team_boss .team_box .team_pic {
    position: absolute;
    top: -114px;
    left: 0;
    /* -webkit-filter: grayscale(100%);
    filter: grayscale(100%); */
}

.team_boss .team_info {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 200;
    margin-left: 325px;
    -moz-transition: all 0.36s ease;
    -o-transition: all 0.36s ease;
    -webkit-transition: all 0.36s ease;
    transition: all 0.36s ease;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.team_boss .team_info h3 {
    font-size: 18px;
    color: #000;
   
}

.team_boss .team_info h4 {
    font-size: 12px;
    color: #000;
    font-family: "Arial, Helvetica, sans-serif";
    margin-top: 5px;
}

.team_boss .descripts {
    margin-top: 60px;
}

.team_boss .descripts p {
    font-size: 14px;
    color: #666;
    line-height: 26px;
}

.team_list {
    margin-top: 150px;
    margin-bottom: 100px;
}

.team_list .teamBlock {
    width: 25%;
    float: left;
    position: relative;
}

.team_list .teamPic {
    display: block;
    width: 100%;
    padding-top: 93.75%;
    position: relative;
}

.team_list .teamPic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    /* -webkit-filter: grayscale(100%);
    filter: grayscale(100%); */
}

.team_list .teamPic:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 30%;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY2NjY2NiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC45Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(102, 102, 102, 0)), color-stop(100%, rgba(0, 0, 0, 0.4)));
    background-image: -moz-linear-gradient(top, rgba(102, 102, 102, 0), rgba(0, 0, 0, 0.4));
    background-image: -webkit-linear-gradient(top, rgba(102, 102, 102, 0), rgba(0, 0, 0, 0.4));
    background-image: linear-gradient(to bottom, rgba(102, 102, 102, 0), rgba(0, 0, 0, 0.4));
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
    -moz-transition: all 0.36s ease;
    -o-transition: all 0.36s ease;
    -webkit-transition: all 0.36s ease;
    transition: all 0.36s ease;
    opacity: 0;
    visibility: hidden;
    display: none;
}

.team_list .teamInfo {
    position: absolute;
    bottom: 50px;
    left: 0;
    z-index: 200;
    width: 100%;
    padding: 0 60px;
    opacity: 0;
    visibility: hidden;
    -moz-transition: all 0.36s ease;
    -o-transition: all 0.36s ease;
    -webkit-transition: all 0.36s ease;
    transition: all 0.36s ease;
    -moz-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
}

.team_list .teamInfo h3 {
    font-size: 18px;
    color: #fff;
   
}

.team_list .teamInfo h4 {
    font-size: 12px;
    color: #fff;
    font-family: "Arial, Helvetica, sans-serif";
    margin-top: 5px;
}

.team_list .descripts {
    margin-top: 60px;
}

.team_list .descripts p {
    font-size: 14px;
    color: #fff;
    line-height: 26px;
}

.modules {
    background-color: #fff;
}

.modules .label-primary {
    float: left;
}

.modules .label-primary>h3 {
    color: #000;
    text-align: left;
}

.modules .label-primary>h4 {
    color: #000;
    text-align: left;
}

.crubms {
    float: right;
}

.crubms a {
    font-size: 14px;
    color: #999;
    position: relative;
    display: block;
    margin-bottom: 20px;
    padding-left: 25px;
}

.crubms a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 12px;
    background: url(../images/icon_07.png) no-repeat center center;
    display: none;
}

.crubms a.active {
    color: #000;
}

.crubms a.active:after {
    display: block;
}

.panel {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.panel .desc {
    margin-top: 100px;
    width: 656px;
}

.panel .desc h3 {
    font-size: 36px;
    color: #000;
    font-family: "Arial, Helvetica, sans-serif";
}

.panel .desc h4 {
    font-size: 22px;
    color: #000;
   
    margin-top: 30px;
    margin-bottom: 110px;
}

.panel .desc p {
    font-size: 14px;
    color: #666;
    line-height: 26px;
   
}

.panel .pull-right {
    width: 85px;
    position: absolute;
    top: 0;
    right: 0;
}

.panel .pull-right .sidebar {
    margin-bottom: 35px;
}

.panel .pull-right .sidebar h3 {
    font-size: 12px;
    color: #000;
    font-family: "Arial, Helvetica, sans-serif";
}

.panel .pull-right .sidebar h4 {
    font-size: 14px;
    color: #666;
   
    margin-top: 4px;
    line-height: 20px;
    margin-bottom: 0px;
}

.panel .txt_info .btnLoaderMore{
    display: none;
    width: 40px;
    height: 40px;
    background: url(../images/icon_arrow.png) no-repeat center center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 42px;
    -moz-transition: all 0.36s ease;
    -o-transition: all 0.36s ease;
    -webkit-transition: all 0.36s ease;
    transition: all 0.36s ease;
}

.panel .txt_info .btnLoaderMore.show{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.panel .backList {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/icon_backlist.png) no-repeat center center;
    margin-top: 252px;
    -moz-transition: all 0.36s ease;
    -o-transition: all 0.36s ease;
    -webkit-transition: all 0.36s ease;
    transition: all 0.36s ease;
}

.panel .backList:hover {
    background: url(../images/icon_backlist_o.png) no-repeat center center;
}

.panel .share {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/icon_share.png) no-repeat center center;
    -moz-transition: all 0.36s ease;
    -o-transition: all 0.36s ease;
    -webkit-transition: all 0.36s ease;
    transition: all 0.36s ease;
}

.panel .share:hover{
    background: url(../images/icon_share_o.png) no-repeat center center;
}

.recommon {
    margin-bottom: 150px;
}

.recommon .list-list_row .col {
    margin-bottom: 0px;
}

.news_list {
    background-color: #eee;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-top: 30px;
}

.news_list .btn-more {
    margin-top: 0px;
}

.news_list .btn_primary {
    text-align: center;
}

.news-list_row .col_w33 {
    float: left;
    width: 33.33333333%;
    margin-bottom: 90px;
}

.news-list_row .col_w33 a{
    display: block;
    margin: 0 5px;
}

.news-list_row .capture {
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
}

.news-list_row .capture img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.news-list_row .caption {
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
}

.news-list_row .caption time {
    display: block;
    font-size: 12px;
    color: #000;
    font-family: "Arial, Helvetica, sans-serif";
}

.news-list_row .caption h3 {
    font-size: 18px;
    color: #000;
    display: block;
    margin-top: 20px;
    padding-right: 20%;
    height: 48px;
    line-height: 24px;
    overflow: hidden;
}

.news_panel time {
    display: block;
    font-size: 12px;
    color: #000;
    font-family: "Arial, Helvetica, sans-serif";
}

.news_panel h3 {
    font-size: 22px;
    color: #000;
   
    line-height: 24px;
}

.news_panel .news_txt-title {
    background-color: #efefef;
    padding-top: 230px;
    padding-bottom: 60px;
}

.news_panel{ padding-bottom:60px;}

.news_panel .news_txt-title time,
.news_panel .news_txt-title h3 {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.news_panel .news_txt-info {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 90px;
}

.news_panel .news_txt-info h4{
    margin-bottom: 60px;
}

.news_panel .news_txt-info h4,.news_panel .news_txt-info h4 a{
    font-size: 14px;
    color: #000;
}

.news_panel .news_txt-info h4 a span{
    font-family: "Arial, Helvetica, sans-serif";
    font-size: 12px;
}

.news_panel .news_txt-info p {
    color: #666;
    font-size: 14px;
    line-height: 26px;
   
}

.news_panel .news_txt-info img {
    display: inline-block;
    width: 100%;
}

.pager {
    background-color: #efefef;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 100px;
}

.pager .pagination {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.pager .pagination span {
    display: block;
    font-size: 12px;
    color: #000;
    font-family: "Arial, Helvetica, sans-serif";
}

.pager .pagination h3 {
    font-size: 18px;
    color: #999;
   
    margin-top: 10px;
    -moz-transition: all 0.36s ease;
    -o-transition: all 0.36s ease;
    -webkit-transition: all 0.36s ease;
    transition: all 0.36s ease;
    line-height: 24px;
}

.pager .previous {
    margin-bottom: 40px;
}

.pager .pull-right {
    position: absolute;
    top: 0;
    right: 0;
}

.pager .pagination a:hover h3{
    color: #000;
}
.pager .pull-right .backList {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/icon_backlist.png) no-repeat center center;
    -moz-transition: all 0.36s ease;
    -o-transition: all 0.36s ease;
    -webkit-transition: all 0.36s ease;
    transition: all 0.36s ease;
}
.pager .pull-right .backList:hover{
    background: url(../images/icon_backlist_o.png) no-repeat center center;
}

.pager .pull-right .share,.btn_share {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/icon_share.png) no-repeat center center;
    -moz-transition: all 0.36s ease;
    -o-transition: all 0.36s ease;
    -webkit-transition: all 0.36s ease;
    transition: all 0.36s ease;
}

.btn_tools{
    font-size: 0;
    margin-top: 30px;
}

.btn_tools .btn{
    display: inline-block;
    width: 34px;
    height: 34px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 4px;
    position: relative;
}

.btn_tools .btn_wx .codeCode{
    position: absolute;
    top: 28px;
    left: 50%;
    text-align: center;
    margin-left: -23px;
    padding-top: 20px;
    -moz-transition: all 0.36s ease;
    -o-transition: all 0.36s ease;
    -webkit-transition: all 0.36s ease;
    transition: all 0.36s ease;
    opacity: 0;
    visibility: hidden;
    transform: translate(0,-20px);
    -webkit-transform: translate(0,-20px);
    -moz-transform: translate(0,-20px);
    -ms-transform: translate(0,-20px);
    -o-transform: translate(0,-20px);
}

.btn_tools .btn_wx{
    background-image: url(../images/icon_wx_o1.png);
}

.btn_tools .btn_wx:hover .codeCode{
    opacity: 1;
    visibility: visible;
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
}

.btn_tools .btn_sn{
    background-image: url(../images/icon_sn_o1.png);
}

.pager .pull-right .share:hover,.btn_share:hover{
    background: url(../images/icon_share_o.png) no-repeat center center;
}

.contact_banner {
    padding-top: 36.45833%;
}

.validationForm {
    width: 900px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
}

.validationForm h3 {
    font-size: 36px;
    color: #000;
    font-family: "Arial, Helvetica, sans-serif";
}

.validationForm h4 {
    font-size: 22px;
    color: #000;
   
    margin-top: 20px;
}

.validationForm .formBox {
    width: 570px;
    margin-top: 120px;
}

.validationForm .formBox legend {
    display: block;
    font-size: 18px;
    color: #000;
   
    margin-bottom: 40px;
}

.validationForm .formBox .radio {
    display: inline-block;
    margin-right: 60px;
    margin-bottom: 76px;
}

.validationForm .formBox .radio input[type="radio"] {
    display: none;
}

.validationForm .formBox .radio label {
    display: block;
    position: relative;
    padding-left: 20px;
}

.validationForm .formBox .radio label:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: url(../images/icon_08.png) no-repeat center center;
    position: absolute;
    top: 0;
    left: 0;
    -moz-transition: all 0.36s ease;
    -o-transition: all 0.36s ease;
    -webkit-transition: all 0.36s ease;
    transition: all 0.36s ease;
}

.validationForm .formBox .radio input[type="radio"]:checked+label:after {
    background: url(../images/icon_09.png) no-repeat center center;
}

.validationForm .formBox .form-group {
    margin-bottom: 25px;
    position: relative;
}

.validationForm .formBox .form-control {
    display: block;
    width: 100%;
    height: 32px;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    font-size: 12px;
    color: #000;
    font-family: "Arial, Helvetica, sans-serif";
    border-bottom: 1px solid #ccc;
}

.validationForm .formBox .form-control-msg {
    height: 142px;
    resize: none;
}

.validationForm .formBox .form-control + label{
	font-size: 14px;
    color: #000;
    font-family: "Arial, Helvetica, sans-serif";
    position: absolute;
    top: 8px;
    left: 0;
    -moz-transition: all 0.36s ease;
    -o-transition: all 0.36s ease;
    -webkit-transition: all 0.36s ease;
    transition: all 0.36s ease;
}

.validationForm .formBox .form-control.on + label{
	font-size: 12px;
	top: -20px;
}

.validationForm .formBox .form-control::-webkit-input-placeholder {
    font-size: 12px;
    color: #000;
    font-family: "Arial, Helvetica, sans-serif";
}

.validationForm .formBox .form-control:-moz-placeholder {
    font-size: 12px;
    color: #000;
    font-family: "Arial, Helvetica, sans-serif";
}

.validationForm .formBox .form-control::-moz-placeholder {
    font-size: 12px;
    color: #000;
    font-family: "Arial, Helvetica, sans-serif";
}

.validationForm .formBox .form-control:-ms-input-placeholder {
    font-size: 12px;
    color: #000;
    font-family: "Arial, Helvetica, sans-serif";
}

.validationForm .formBox .form-control:focus {
    outline: none;
}

.validationForm .formBox .btn-default {
    display: block;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    height: 52px;
    background-color: #e2e2e2;
    font-size: 14px;
    color: #666;
    text-align: center;
    width: 100%;
    cursor: pointer;
    -moz-transition: all 0.36s ease;
    -o-transition: all 0.36s ease;
    -webkit-transition: all 0.36s ease;
    transition: all 0.36s ease;
}

.validationForm .formBox .btn-default:hover{
	background-color: #000;
	color: #fff;
}

.validationForm .pull-right {
    position: absolute;
    top: 0;
    right: 0;
}

.validationForm .pull-right dl {
    margin-bottom: 30px;
}

.validationForm .pull-right dt {
    font-size: 12px;
    color: #000;
    line-height: 20px;
    font-family: "Arial, Helvetica, sans-serif";
}

.validationForm .pull-right dd {
    font-size: 14px;
    color: #666;
    line-height: 20px;
    font-family: "Arial, Helvetica, sans-serif";
}

.validationForm .pull-right dl:nth-child(3) dd{
	font-family: "Source Han Sans CN", "PingFang SC", "Microsoft YaHei", "STSong", "SimSun", Arial;
}

.validationForm .pull-right .codeCode img {
    display: block;
    width: 87px;
    height: auto;
}

.validationForm .pull-right .codeCode p {
    font-size: 14px;
    color: #666;
    line-height: 20px;
   
    margin-top: 10px;
}

.map {
    margin-top: 150px;
    /* padding-top: 26.5625%; */
    position: relative;
}

/* .map img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
} */

.js-variable-slick{
	position: relative;
}

.js-variable-slick .slickBox{
	float: left;
}

.js-variable-slick .slickBox .picBox{
	position: relative;
	width: 100%;
}

.js-variable-slick .slickBox img{
	position: absolute;
	top: 0;
	left: 0; 
	width: 100%;
	height: auto;
}

.js-variable-slick	.slickBoxA{
	width: 68.75%;
}

.js-variable-slick	.slickBoxA .picBox{
	padding-top: 60.60606060%;
    padding-top: 62.5%;
}

.js-variable-slick	.slickBoxB{
	width: 31.25%;
}

.js-variable-slick	.slickBoxB .picBox{
	padding-top: 133.33333333%;
    padding-top: 125%;
}

.js-variable-slick .slick-arrow{
	position: absolute;
	top: 0;
	width: 26px;
	height: 100%;
	background: none;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 20;
	border: none;
	font-size: 0px;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.js-variable-slick .slick-arrow:after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: -webkit-gradient(left, 50% 0%, 50% 100%, color-stop(0%, rgba(102, 102, 102, 0)), color-stop(100%, rgba(0, 0, 0, 0.5)));
    background-image: -moz-linear-gradient(right, rgba(102, 102, 102, 0), rgba(0, 0, 0, 0.5));
    background-image: -webkit-linear-gradient(right, rgba(102, 102, 102, 0), rgba(0, 0, 0, 0.5));
    background-image: linear-gradient(to right, rgba(102, 102, 102, 0), rgba(0, 0, 0, 0.5));
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    -moz-transition: all 0.36s ease;
    -o-transition: all 0.36s ease;
    -webkit-transition: all 0.36s ease;
    transition: all 0.36s ease;
}

.js-variable-slick .slick-arrow:focus{
	outline: none;
}

.js-variable-slick .slick-arrow.slick-prev{
	background-image: url(../images/icon_prev_o.png);
	left: 0px;
}

.js-variable-slick .slick-arrow.slick-prev:after{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.js-variable-slick .slick-arrow.slick-next{
	background-image: url(../images/icon_next_o.png);
	right: 0px;
}

.js-variable-slick_pull{
    display: none;
}

.js-variable-slick_pull .slickBox{
    margin-bottom: 35px;
    position: relative;
    overflow: hidden;
}

.js-variable-slick_pull .slickBoxA{
    padding-top: 62.5%;
}

.js-variable-slick_pull .slickBoxB{
    padding-top: 125%;
}

.js-variable-slick_pull .slickBox img{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.sm-hidden{
    display: none !important;
}
.sm-show{
    display: block !important;
}

@media only screen and (min-width: 1024px) {
    .panel{
        min-height: 400px;
    }
    .honor_list .item_block:hover {
        background-color: #efefef;
    }

    /* .honor_list .item_block:hover .item_box a:nth-child(2) {
        text-decoration: underline;
    }
    
    .honor_list .item_block:hover .item_box a:nth-child(2) .icon {
        opacity: 1;
        visibility: visible;
    } */

    .honor_list .item_block .item_box a:hover{
    	text-decoration: underline;
    }

    .honor_list .item_block .item_box a:hover .icon{
    	opacity: 1;
        visibility: visible;
    }
}

.team_list .teamBlock:hover .teamPic:after {
    opacity: 1;
    visibility: visible;
}

.team_list .teamBlock:hover .teamInfo {
    opacity: 1;
    visibility: visible;
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

@media only screen and (max-width: 1024px) {
    .sm-hidden{
        display: block !important;
    }
    .sm-show{
        display: none !important;
    }
    .banner {
        padding-top: 0;
        height: 400px;
        height: auto;
        overflow: hidden;
		margin-top:30px;
    }
	.text-info p{letter-spacing: 0px;}
	.text-info{ width:90%;}

    .banner img {
        display: block;
        position: static;
        width: 100%;
        height: auto;
        left: 50%;
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .text-primary {
        width: auto;
        margin: 0 25px;
    }

    .text-primary>h3 {
        font-size: 24px;
        text-align: center;
    }

    .text-primary>h4 {
        font-size: 16px;
        margin-top: 10px;
        text-align: center;
    }

    .text-primary .pull-right {
        position: static;
        margin-top: 70px;
        margin-top: 42px;
    }

    .text-primary .text-info {
        margin-top: 50px;
        margin-top: 60px;
        margin-top: 40px;
    }

    .about {
        padding-top: 60px;
        padding-top: 54px;
        padding-bottom: 60px;
    }

    .honor .picBox {
        position: relative;
    }

    .honor .picBox .col-sm-3 {
        width: 50%;
        padding-top: 37.2549%;
        float: left;
    }

    .honor .picBox .col-sm-4 {
        float: right;
        width: 100%;
        padding-top: 42.22222%;
    }

    .honor .picBox>div:last-child {
        position: absolute;
        top: 0;
        right: 0;
    }

    .honor .btn-primary {
        padding-top: 40px;
        height: auto;
        padding-bottom: 40px;
    }

    .honor_list {
        margin: 0 25px;
    }

    .honor_list .item_block {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .honor_list .item_box {
        width: auto;
        padding-left: 0;
    }

    .honor_list .item_box time {
        width: 100%;
        position: static;
        margin-bottom: 24px;
    }

     .honor_list .item_box p{
        line-height: 22px;
        margin-bottom: 16px;
    }

    .friendship {
        padding-bottom: 50px;
    }

    .friendship .picBox {
        padding-top: 0;
        height: 400px;
        height: auto;
        padding-top: 0;
        position: relative;
        overflow: hidden;
    }

    .friendship .picBox img {
        left: 50%;
        top: 0;
        width: auto;
        height: 100%;
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        position: static;
        width: 100%;
        height: auto;
    }

    .friendship .text-info {
        width: auto;
        margin: 0 25px;
        margin-top: 0px;
        margin-top: 40px;
    }

    .friendship .links_list {
        width: auto;
        margin-top: 50px;
    }

    .friendship .links_list li {
        width: 33.3333333%;
    }

    .friendship .links_list li img {
        width: 70%;
        height: auto;
    }

    .team-mod .text-primary {
        padding-top: 80px;
        padding-bottom: 80px;
        padding-top: 58px;
        padding-bottom: 42px;
        text-align: center;
    }

    .team_boss .team_box {
        height: 225px;
    }

    .team_boss .team_box .team_pic {
        left: -50%;
        height: 427px;
        top: -50px;
        margin-left: 23px;
    }

    .team_boss .team_info {
        position: static;
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        margin-left: 0;
        padding: 40px 25px;
    }

    .team_boss .descripts {
        margin-top: 30px;
    }

    .team_list {
        margin-top: 80px;
    }

    .team_list .teamBlock {
        width: 50%;
    }

    .team_list .teamInfo {
        padding: 0 25px;
    }

    .team_list .descripts {
        margin-top: 10px;
    }

    .modules .label-primary {
        float: none;
        clear: both;
    }

    .modules .crubms {
        float: none;
        clear: both;
        margin-top: 60px;
        text-align: left;
    }

    .modules .crubms a {
        display: inline-block;
        margin-right: 60%;
        margin-bottom: 10px;
    }

    .panel {
        width: auto;
        margin-left: 25px;
        margin-right: 25px;
    }

    .panel .desc {
        width: auto;
        margin-top: 60px;
    }

    .panel .desc h3 {
        font-size: 24px;
    }

    .panel .desc h4 {
        font-size: 16px;
        margin-bottom: 66px;
    }

    .panel .pull-right {
        position: static;
        width: auto;
        margin-bottom: 30px;
    }

    .panel .txt_info p{
        display: none;
    }

    .panel .txt_info .btnLoaderMore{
        display: block;
        background: url(../images/icon_arrow.png) no-repeat center center;
        background-size: 12px auto;
    }

    .panel .pull-right .sidebar {
        width: 50%;
        float: left;
        margin-bottom: 15px;
    }

    .panel .pull-right .sidebar h4 {
        margin-bottom: 0px;
    }

    .panel .pull-right .btn_primary {
        clear: both;
    }



    /* .panel .backList {
        display: inline-block;
        margin-top: 0px;
    }
    
    .panel .share {
        display: inline-block;
    } */
    .panel_pull-right .backList{
        margin-top: 30px;
    }

    .recommon {
        margin-bottom: 0px;
    }
    
    .news{
        padding-top: 40px;
    }

    .news_list {
        padding-top: 46px;
        padding-bottom: 60px;
        margin-top: 60px;
    }

    .news-list_row .col_w33 {
        width: 100%;
        float: none;
        clear: both;
        margin-bottom: 30px;
    }

    .news-list_row .caption h3 {
        height: auto;
        line-height: 24px;
        margin-top: 6px;
        font-size: 14px;
    }

    .news_list .btn_primary {
        margin-top: 60px;
    }

    .news_panel h3 {
        font-size: 16px;
    }

    .news_panel .news_txt-title {
        padding-top: 38px;
        padding-bottom: 30px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .news_panel .news_txt-title time,
    .news_panel .news_txt-title h3 {
        width: auto;
    }

    .news_panel .news_txt-title h3 {
        margin-top: 20px;
    }

    .news_panel .news_txt-info {
        width: auto;
        margin: 0 25px;
        margin-top: 40px;
    }

    .pager {
        margin-top: 200px;
    }

    .pager .pagination {
        width: auto;
        padding: 0 25px;
    }

    .pager .pagination h3 {
        font-size: 16px;
    }

    .pager .pull-right {
        top: -165px;
        left: 0;
        width: auto;
        margin-left: 25px;
        margin-right: 25px;
    }

    .validationForm {
        width: auto;
        margin: 0 25px;
        margin-top: 80px;
    }

    .validationForm h3 {
        font-size: 24px;
    }

    .validationForm h4 {
        font-size: 16px;
        margin-top: 10px;
    }

    .validationForm .pull-right {
        position: static;
        margin-top: 60px;
    }

    .validationForm .pull-right dl {
        width: 50%;
        float: left;
        height: 60px;
    }

    .validationForm .pull-right dl:nth-child(3) {
        width: 100%;
    }

    .validationForm .pull-right .codeCode {
        float: none;
        clear: both;
    }

    .validationForm .formBox {
        width: auto;
        margin-top: 86px;
    }

    .validationForm .formBox legend {
        font-size: 14px;
    }

    .validationForm .formBox .radio {
        margin-bottom: 38px;
    }

    .validationForm .formBox .radio label {
        font-size: 14px;
    }

    .map {
        height: 510px;
        padding-top: 0;
        overflow-x: scroll;
        margin-top: 80px;
    }

    .map img {
        position: static;
        width: auto;
        height: 510px;
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    .js-variable-slick{
        display: none;
    }
    .js-variable-slick_pull{
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    .team_list {
        margin-top: 80px;
    }

    .team_list .teamBlock {
        width: 100%;
        width: 50%;
    }

    .team_list .teamInfo {
        padding: 0 25px;
    }
}

.error-404 {
    padding: 60px 0;
}

.error-404 h3 {
    color: #000;
    font-size: 40px;
    letter-spacing: .1em;
    line-height: 1.5;
}

.error-404 p {
    font-size: 18px;
    letter-spacing: .05em;
    line-height: 1.5;
}

.search-wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
}

.search-header h3 {
    color: #000;
    font-size: 24px;
    letter-spacing: .1em;
    line-height: 1.5;
}

.search-header p {
    color: #666;
    font-size: 18px;
    letter-spacing: .05em;
    line-height: 1.5;
}

.search-header p span {
    color: #000;
}

.search-item {
    display: block;
    padding: 10px 20px;
}

.search-item h4 {
    color: #000;
    margin-bottom: .25em;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: .05em;
}

.search-item p {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
}

.search-item:hover {
    background-color: #f5f5f5;
}

.search-item:hover h4 {
    color: #000;
}

.sm-hidden{
    display: none !important;
}

.sm-show{
    display: block !important;
}

@media only screen and (max-width: 1024px) {
    .sm-hidden{
        display: block !important;
    }

    .sm-show{
        display: none !important;
    }
.banner2left{ width:100%;}
.banner2right{ display:none;}
.banner2an a{ width:100%;}
.banner2p{ font-size:14px; font-weight:400;}
.banner2{ margin-top: 30px;background: url(../images/mbanner2.png) no-repeat; height:670px;}
.banner2span{ font-size:14px; font-weight:400;}
.cases  .lanmufenlei{ padding-top:0px!important;}
.header .logo{ margin-bottom:0px;}
}

/*# sourceMappingURL=main.css.map */