@font-face {
    font-family:'Humanst521 BT';
    src:url('../fonts/Humanist521BT-Bold.eot');
    src:url('../fonts/Humanist521BT-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Humanist521BT-Bold.woff2') format('woff2'), url('../fonts/Humanist521BT-Bold.woff') format('woff'), url('../fonts/Humanist521BT-Bold.ttf') format('truetype');
    font-weight:700
}
@font-face {
    font-family:'Humanst521 BT';
    src:url('../fonts/Humanist521BT-Roman.eot');
    src:url('../fonts/Humanist521BT-Roman.eot?#iefix') format('embedded-opentype'), url('../fonts/Humanist521BT-Roman.woff2') format('woff2'), url('../fonts/Humanist521BT-Roman.woff') format('woff'), url('../fonts/Humanist521BT-Roman.ttf') format('truetype');
    font-weight:400
}
.color_red {
    color:red
}
.color_red {
    color:red
}
body {
    font-family:"Humanst521 BT";
    max-width:1920px;
    font-weight:400;
    margin:0 auto
}
.ui.container {
    padding:0 15px;
    position:relative;
    width:1470px
}
.body-overflow-box {
    position:relative;
    left:0;
    -webkit-transition:.5s;
    -moz-transition:.5s;
    transition:.5s
}
#header {
    z-index:21;
    position:fixed;
    top:20px;
    left:0;
    width:100%;
    -webkit-transition:.5s;
    -moz-transition:.5s;
    transition:.5s
}
#header .nav {
    line-height:75px;
    height:85px;
    text-align:right
}
#header .nav .ui.menu {
    max-width:1800px;
    width:auto
}
#header .nav .ui.menu .logo {
    display:inline-block;
    margin-left:0;
    margin-right:auto;
    vertical-align:middle;
    float:left;
    width:15%
}
#header .nav .ui.menu .logo img {
    display:inline-block;
    vertical-align:middle
}
#header .nav .ui.menu .menu-box {
    display:inline-block;
    vertical-align:top;
    margin-left:auto;
    margin-right:0
}
#header .nav .ui.menu .menu-box ul.menu>li {
    margin:0 30px;
    font-size:18px;
    color:#000;
    -webkit-perspective:500px;
    -moz-perspective:500px;
    perspective:500px;
    -webkit-transform-style:preserve-3d;
    -moz-transform-style:preserve-3d;
    transform-style:preserve-3d;
    float:left;
    position:relative;
    -webkit-transition:.5s;
    -moz-transition:.5s;
    transition:.5s;
    text-transform:uppercase
}
#header .nav .ui.menu .menu-box ul.menu>li>a:after {
    content:'';
    margin-left:8px;
    width:0;
    height:1px;
    background:#1e508b;
    display:inline-block;
    vertical-align:middle;
    -webkit-transition:.5s;
    -moz-transition:.5s;
    transition:.5s
}
#header .nav .ui.menu .menu-box ul.menu>li:hover {
    color:#1381c5
}
#header .nav .ui.menu .menu-box ul.menu>li.active {
    color:#1e508b
}
#header .nav .ui.menu .menu-box ul.menu>li.active>a:after {
    width:70px
}
#header .nav .ui.menu .menu-box ul.menu>li>a {
    display:block;
    margin-top:7px
}
#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu {
    -webkit-perspective:500px;
    -moz-perspective:500px;
    perspective:500px;
    -webkit-transform-style:preserve-3d;
    -moz-transform-style:preserve-3d;
    transform-style:preserve-3d;
    text-align:left;
    position:absolute;
    font-size:14px;
    background:#fff;
    top:100%;
    left:-10px;
    width:180px;
    transform:rotate3d(1, 0, 0, -90deg);
    -webkit-transform:rotate3d(1, 0, 0, -90deg);
    -moz-transform:rotate3d(1, 0, 0, -90deg);
    -ms-transform:rotate3d(1, 0, 0, -90deg);
    -o-transform:rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin:0 0 0;
    -moz-transform-origin:0 0 0;
    -ms-transform-origin:0 0 0;
    transform-origin:0 0 0;
    opacity:0;
    -webkit-transition:opacity .3s, -webkit-transform .5s;
    transition:opacity .3s, -webkit-transform .5s;
    -moz-transition:transform .5s, opacity .3s, -moz-transform .5s;
    transition:transform .5s, opacity .3s;
    transition:transform .5s, opacity .3s, -webkit-transform .5s, -moz-transform .5s;
    -webkit-transition:-webkit-transform .5s, opacity .3s;
    -moz-transition:-moz-transform .5s, opacity .3s;
    -webkit-box-shadow:0px 8px 10px rgba(0, 0, 0, .2);
    box-shadow:0px 8px 10px rgba(0, 0, 0, .2);
    border-bottom:3px solid #1381c5;
    display:none \9
}
#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu li {
    display:block;
    float:none;
    padding:8px 15px;
    line-height:24px;
    color:#000;
    -webkit-transition:.5s;
    -moz-transition:.5s;
    transition:.5s;
    text-transform:capitalize
}
#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu li a {
    display:block
}
#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu li:hover {
    background:#222;
    color:#fff
}
#header .nav .ui.menu .menu-box ul.menu>li:hover ul.sub-menu {
    -moz-opacity:1;
    -khtml-opacity:1;
    opacity:1;
    transform:rotate3d(0, 0, 0, 0);
    -webkit-transform:rotate3d(0, 0, 0, 0);
    -moz-transform:rotate3d(0, 0, 0, 0);
    -ms-transform:rotate3d(0, 0, 0, 0);
    -o-transform:rotate3d(0, 0, 0, 0);
    display:block \9
}
#header .nav .ui.menu .search {
    display:inline-block;
    vertical-align:middle;
    margin-left:35px;
    margin-right:25px;
    cursor:pointer;
    cursor:hand;
    line-height:normal
}
#header .nav .ui.menu .search form {
    width:180px;
    position:relative
}
#header .nav .ui.menu .search form input {
    border:1px solid #6a6a6a;
    display:block;
    width:100%;
    background:0 0;
    line-height:28px;
    height:28px;
    font-size:14px;
    color:#000;
    padding-left:40px;
    padding-right:10px
}
#header .nav .ui.menu .search form input[type=submit] {
    width:30px;
    position:absolute;
    left:0;
    top:0;
    border:none;
    padding:0;
    background:url("../images/icon-search.png") center center no-repeat
}
#header .nav .ui.menu .yuy {
    display:inline-block;
    vertical-align:middle;
    position:relative
}
#header .nav .ui.menu .yuy span {
    border:1px solid #000;
    display:block;
    line-height:normal;
    font-size:14px
}
#header .nav .ui.menu .yuy span a {
    display:inline-block;
    line-height:26px;
    height:26px;
    padding:0 12px
}
#header .nav .ui.menu .yuy span a:last-child {
    background:#3a3a3a;
    color:#fff
}
#header .nav .ui.menu .yuy ul {
    -webkit-perspective:500px;
    -moz-perspective:500px;
    perspective:500px;
    -webkit-transform-style:preserve-3d;
    -moz-transform-style:preserve-3d;
    transform-style:preserve-3d;
    text-align:left;
    position:absolute;
    font-size:13px;
    background:#fff;
    top:100%;
    right:0;
    width:120px;
    transform:rotate3d(1, 0, 0, -90deg);
    -webkit-transform:rotate3d(1, 0, 0, -90deg);
    -moz-transform:rotate3d(1, 0, 0, -90deg);
    -ms-transform:rotate3d(1, 0, 0, -90deg);
    -o-transform:rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin:0 0 0;
    -moz-transform-origin:0 0 0;
    -ms-transform-origin:0 0 0;
    transform-origin:0 0 0;
    opacity:0;
    -webkit-transition:opacity .3s, -webkit-transform .5s;
    transition:opacity .3s, -webkit-transform .5s;
    -moz-transition:transform .5s, opacity .3s, -moz-transform .5s;
    transition:transform .5s, opacity .3s;
    transition:transform .5s, opacity .3s, -webkit-transform .5s, -moz-transform .5s;
    -webkit-transition:-webkit-transform .5s, opacity .3s;
    -moz-transition:-moz-transform .5s, opacity .3s;
    -webkit-box-shadow:0px 8px 10px rgba(0, 0, 0, .2);
    box-shadow:0px 8px 10px rgba(0, 0, 0, .2);
    border-bottom:3px solid #1381c5;
    display:none \9
}
#header .nav .ui.menu .yuy ul li {
    display:block;
    float:none;
    padding:4px 10px;
    line-height:22px;
    color:#000;
    -webkit-transition:.5s;
    -moz-transition:.5s;
    transition:.5s;
    text-transform:capitalize
}
#header .nav .ui.menu .yuy ul li img {
    max-width:22px;
    display:inline-block;
    vertical-align:middle;
    margin-right:5px;
    position:relative;
    top:-2px
}
#header .nav .ui.menu .yuy ul li a {
    display:block
}
#header .nav .ui.menu .yuy ul li:hover {
    background:#222;
    color:#fff
}
#header .nav .ui.menu .yuy:hover ul {
    -moz-opacity:1;
    -khtml-opacity:1;
    opacity:1;
    transform:rotate3d(0, 0, 0, 0);
    -webkit-transform:rotate3d(0, 0, 0, 0);
    -moz-transform:rotate3d(0, 0, 0, 0);
    -ms-transform:rotate3d(0, 0, 0, 0);
    -o-transform:rotate3d(0, 0, 0, 0);
    display:block \9
}
#header.inner .nav .ui.menu .logo, #header.inner .nav .ui.menu .menu-box ul.menu>li>a, #header.inner .nav .ui.menu .search {
    filter:brightness(0) invert(1)
}
#header.inner .nav .ui.menu .yuy span {
    border-color:#fff;
    color:#fff
}
#header.inner .nav .ui.menu .yuy span a:last-child {
    background:#fff;
    color:#000
}
#header.inner.active .nav .ui.menu .logo, #header.inner.active .nav .ui.menu .menu-box ul.menu>li>a, #header.inner.active .nav .ui.menu .search {
    filter:brightness(1) invert(0)
}
#header.inner.active .nav .ui.menu .yuy span {
    border-color:#000;
    color:#000
}
#header.inner.active .nav .ui.menu .yuy span a:last-child {
    background:#000;
    color:#fff
}
#header.active {
    top:0;
    background:#fff;
    -o-box-shadow:0 0 10px rgba(0, 0, 0, .1);
    -webkit-box-shadow:0 0 10px rgba(0, 0, 0, .1);
    box-shadow:0 0 10px rgba(0, 0, 0, .1)
}
#header .nav .search-box {
    line-height:normal;
    position:fixed;
    top:0;
    left:0;
    background:#fff;
    width:100%;
    height:100%;
    z-index:99999;
    display:none
}
#header .nav .search-box form {
    position:absolute;
    top:45%;
    left:50%;
    width:60%;
    margin-left:-30%
}
#header .nav .search-box form input {
    background:0 0;
    outline:none;
    border:none
}
#header .nav .search-box form input[type=text] {
    width:100%;
    border-bottom:1px solid #e1e1e1;
    font-size:26px;
    color:#000;
    padding:10px 0
}
#header .nav .search-box form input[type=submit] {
    width:22px;
    height:22px;
    background:url(../images/tc-zoom.png) no-repeat;
    position:absolute;
    right:15px;
    top:20px
}
#header .nav .search-box form input[type=submit]:hover {
    opacity:.7;
    filter:alpha(opacity=70)
}
#header .nav .search-box .close {
    width:30px;
    height:30px;
    background:url(../images/close.png) no-repeat;
    position:absolute;
    right:25px;
    top:15px;
    cursor:pointer
}
#banner .slick-arrow {
    position:absolute;
    top:50%;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
    width:50px;
    height:80px;
    color:transparent;
    border:none;
    z-index:1;
    outline:none;
    -webkit-transition:.5s;
    -moz-transition:.5s;
    transition:.5s;
    opacity:0
}
#banner .slick-arrow:hover {
    background-color:#1381c5
}
#banner:hover .slick-arrow {
    opacity:1
}
#banner .slick-prev {
    background:url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, .3);
    left:15px
}
#banner .slick-next {
    background:url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, .3);
    right:15px
}
#banner ul.slick-dots {
    position:absolute;
    bottom:5%;
    left:50%;
    -webkit-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    transform:translateX(-50%)
}
#banner ul.slick-dots li {
    width:12px;
    height:12px;
    display:inline-block;
    margin:0 10px;
    border-radius:100%;
    border:2px solid #fff;
    background-color:#1381c5;
    -webkit-transition:.5s;
    -moz-transition:.5s;
    transition:.5s
}
#banner ul.slick-dots li button {
    display:none
}
#banner ul.slick-dots li.slick-active {
    border-color:#1381c5;
    background-color:#fff
}
#banner .slick-slide .content {
    display:none
}
#banner .slick-active .content {
    display:block
}
table {
    margin-bottom:20px;
    word-break:break-word;
    width:100% !important;
    height:auto !important;
    display:block;
    overflow:auto
}
table tbody {
    display:table;
    width:100% !important
}
table td, table th {
    padding:5px 10px;
    border:1px solid #d3d3d3;
    width:auto !important;
    height:auto !important
}
table tr {
    width:auto !important;
    height:auto !important
}
table tr:nth-child(even) {
    background:#fbfbfb
}
.wpulike.wpulike-default {
    display:none
}
.prodet-page .wpulike.wpulike-default, .newdet-page .wpulike.wpulike-default {
    display:inline-block
}
.post-views-box {
    position:relative;
    margin-left:20px
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
    background-image:url(../images/fw.png) !important;
    -webkit-filter:none;
    filter:none
}
.wpulike {
    z-index:10
}
.wpulike.post-views-box {
    z-index:5
}
#banner .nivo-directionNav a {
    width:40px;
    height:40px;
    background-color:rgba(0, 0, 0, .3);
    background-repeat:no-repeat;
    background-position:center;
    background-size:10px;
    color:transparent;
    overflow:hidden;
    text-indent:-999em;
    -webkit-transition:.5s;
    -moz-transition:.5s;
    transition:.5s
}
#banner .nivo-directionNav a {
    opacity:0
}
#banner:hover .nivo-directionNav a {
    opacity:1
}
#banner .nivo-directionNav a:hover {
    background-color:#1381c5
}
#banner .nivo-directionNav a.nivo-prevNav {
    background-image:url(../images/banner-btn-l.png);
    left:40px
}
#banner .nivo-directionNav a.nivo-nextNav {
    background-image:url(../images/banner-btn-r.png);
    right:40px
}
#banner .theme-default .nivo-controlNav {
    position:absolute;
    bottom:20px;
    left:50%;
    width:auto !important
}
#banner .theme-default .nivo-controlNav a {
    width:25px !important;
    height:25px !important;
    background:#fff !important;
    border:7px solid #7d7d7d !important;
    border-radius:100% !important;
    -webkit-box-shadow:none !important;
    box-shadow:none !important;
    margin:0 8px !important
}
#banner .theme-default .nivo-controlNav a.active {
    border-color:#1381c5 !important
}
html.mobile {
    overflow:hidden
}
html.mobile .body-overflow-box {
    position:relative;
    left:280px
}
#mobile {
    position:fixed;
    top:0;
    left:-280px;
    width:280px;
    -webkit-transition:.5s;
    -moz-transition:.5s;
    transition:.5s;
    display:none;
    z-index:20;
    height:100%
}
#mobile:before {
    content:'';
    width:200%;
    height:100%;
    position:fixed;
    top:0;
    right:100%;
    display:block;
    background:rgba(0, 0, 0, .13);
    z-index:-1;
    -webkit-transition:.5s;
    -moz-transition:.5s;
    transition:.5s
}
#mobile .mobile-logo {
    position:absolute;
    left:100%;
    width:100vw;
    height:40px;
    line-height:40px;
    text-align:center;
    background:#111;
    -o-box-shadow:0 0 10px rgba(255, 255, 255, .2);
    -webkit-box-shadow:0 0 10px rgba(255, 255, 255, .2);
    box-shadow:0 0 10px rgba(255, 255, 255, .2)
}
#mobile .mobile-logo img {
    max-height:30px;
    margin:0 auto;
    display:inline-block;
    vertical-align:middle
}
#mobile #menu-on {
    width:40px;
    height:40px;
    background:#f5f5f5;
    position:absolute;
    left:100%;
    top:0;
    cursor:pointer;
    cursor:hand;
    z-index:1
}
#mobile #menu-on i {
    width:23px;
    height:2px;
    background:#222;
    display:block;
    position:absolute;
    left:50%;
    -webkit-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    transform:translateX(-50%);
    -webkit-transition:.5s;
    -moz-transition:.5s;
    transition:.5s;
    -webkit-transform-origin:left center;
    -moz-transform-origin:left center;
    -ms-transform-origin:left center;
    transform-origin:left center
}
#mobile #menu-on i.line1 {
    top:12px
}
#mobile #menu-on i.line2 {
    top:19px
}
#mobile #menu-on i.line3 {
    top:26px
}
#mobile .menu-content {
    width:100%;
    height:100%;
    display:block;
    background:#222;
    padding:40px 10% 60px;
    overflow-y:auto;
    color:#fff
}
#mobile .menu-content::-webkit-scrollbar {
    width:3px;
    border-radius:1.5px
}
#mobile .menu-content::-webkit-scrollbar-button {
    display:none
}
#mobile .menu-content::-webkit-scrollbar-track {
    background-color:#222
}
#mobile .menu-content::-webkit-scrollbar-thumb {
    background-color:#eee
}
#mobile .menu-content h3 {
    font-size:20px;
    color:inherit;
    text-transform:capitalize;
    margin-bottom:10px
}
#mobile .menu-content h3 i {
    font-size:16px;
    position:relative;
    top:-1px
}
#mobile .menu-content .menu-logo {
    display:block
}
#mobile .menu-content .menu-logo img {
    margin:0 auto
}
#mobile .menu-content .menu-list {
    margin:40px 0
}
#mobile .menu-content .menu-list ul li {
    font-size:15px;
    color:inherit;
    text-transform:uppercase;
    line-height:20px
}
#mobile .menu-content .menu-list ul li a {
    padding:8px 0;
    display:block
}
#mobile .menu-content .menu-list ul li a:hover {
    color:#1381c5;
    text-decoration:underline
}
#mobile .menu-content .menu-list ul li li a {
    position:relative;
    padding-left:15px;
    font-size:13px;
    line-height:18px
}
#mobile .menu-content .menu-list ul li li a:after {
    content:'';
    width:6px;
    height:1px;
    background:#fff;
    position:absolute;
    top:50%;
    left:0;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%)
}
#mobile .menu-content .menu-list ul li li li a {
    padding-left:25px
}
#mobile .menu-content .menu-list ul li li li a:after {
    width:12px
}
#mobile .menu-content .mob-search form {
    position:relative
}
#mobile .menu-content .mob-search form input {
    width:100%;
    height:45px;
    line-height:45px;
    border-radius:5px;
    border:none;
    padding:0 15px;
    font-size:14px;
    color:#000
}
#mobile .menu-content .mob-search form input[type=submit] {
    width:45px;
    height:45px;
    background:url("../images/icon-search-white.png") no-repeat center center #222;
    position:absolute;
    right:0;
    top:0;
    border-radius:0
}
#mobile .menu-content .mob-yuy {
    margin:40px 0
}
#mobile .menu-content .mob-yuy ul li {
    margin-bottom:10px;
    color:inherit;
    font-size:14px
}
#mobile .menu-content .mob-yuy ul li img {
    max-width:40px;
    display:inline-block;
    vertical-align:middle;
    margin-right:10px
}
#mobile .menu-content .mob-share ul li {
    width:30px;
    height:30px;
    border-radius:3px;
    background:#333;
    display:inline-block;
    text-align:center;
    line-height:30px;
    color:#fff;
    font-size:14px;
    margin-right:3px;
    -webkit-transition:.5s;
    -moz-transition:.5s;
    transition:.5s
}
#mobile .menu-content .mob-share ul li:hover {
    background:#1381c5
}
#mobile .menu-content #menu-off {
    margin-top:40px;
    cursor:pointer;
    cursor:hand
}
#mobile.active {
    left:0
}
#mobile.active:before {
    right:0
}
#mobile.active #menu-on i.line1 {
    -webkit-transform:translateX(-50%) rotateZ(45deg);
    -moz-transform:translateX(-50%) rotateZ(45deg);
    -ms-transform:translateX(-50%) rotateZ(45deg);
    transform:translateX(-50%) rotateZ(45deg);
    top:12px;
    margin-left:3px
}
#mobile.active #menu-on i.line2 {
    opacity:0
}
#mobile.active #menu-on i.line3 {
    -webkit-transform:translateX(-50%) rotateZ(-45deg);
    -moz-transform:translateX(-50%) rotateZ(-45deg);
    -ms-transform:translateX(-50%) rotateZ(-45deg);
    transform:translateX(-50%) rotateZ(-45deg);
    top:28px;
    margin-left:3px
}
#mobile.white .mobile-logo {
    -o-box-shadow:0 0 10px rgba(0, 0, 0, .2);
    -webkit-box-shadow:0 0 10px rgba(0, 0, 0, .2);
    box-shadow:0 0 10px rgba(0, 0, 0, .2);
    background:#fff
}
#mobile.white .menu-content {
    background:#fff;
    color:#000
}
#mobile.white .menu-content .menu-list ul li li a:after {
    background:#000
}
#mobile.white .menu-content .mob-search form input {
    border:1px solid #000
}
#mobile.white .menu-content .mob-search form input[type=submit] {
    border-top-right-radius:5px;
    border-bottom-right-radius:5px
}
@media screen and (max-width:1000px) {
    #banner, .inner-banner {
        margin-top:40px
    }
}
#spotlight.show {
    display:inline-block;
    background:rgba(0, 0, 0, .3) !important
}
#spotlight .scene img {
    border:10px solid #fff !important;
    border-radius:10px
}
#spotlight .header {
    background:#000 !important
}
#banner {
    position:relative
}
#banner li {
    position:relative
}
#banner li .content {
    position:absolute;
    top:53%;
    left:0;
    width:100%;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%)
}
#banner li .content .left {
    max-width:45%;
    display:block;
    margin-left:auto;
    color:#fff
}
#banner li .content .left h2 {
    font-weight:700;
    font-size:70px;
    line-height:1;
    text-transform:uppercase;
    text-shadow:0 3px 5px rgba(0, 0, 0, .4)
}
#banner li .content .left p {
    margin:15px 0 20px;
    font-size:24px;
    line-height:1.5;
    text-shadow:0 2px 1px rgba(0, 0, 0, .2);
    max-width:90%
}
#banner li .content .left a.more {
    display:inline-block;
    line-height:44px;
    height:44px;
    padding:0 20px;
    background:#1381c5;
    font-size:18px;
    text-transform:capitalize;
    -webkit-transition:.5s;
    -moz-transition:.5s;
    transition:.5s
}
#banner li .content .left a.more:hover {
    color:#fff;
    background:#222
}
#banner .share {
    position:absolute;
    top:50%;
    right:0;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%)
}
#banner .share a {
    width:46px;
    line-height:46px;
    height:46px;
    font-size:18px;
    color:#fff;
    background:#1381c5;
    display:block;
    text-align:center
}
#banner .share a:last-child, #banner .share a:nth-last-child(2) {
    background:#000
}
#index-body .init-1 {
    padding:60px 0 40px;
    text-align:center;
    background:url("../images/init-1-bg.jpg") center center no-repeat;
    background-size:cover
}
#index-body .init-1 .list {
    margin-top:50px
}
#index-body .init-1 .list ul {
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -moz-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    padding:0 4%
}
#index-body .init-1 .list ul li {
    padding:10px;
    text-align:left;
    width:auto
}
#index-body .init-1 .list ul li h5 {
    font-size:80px;
    line-height:1;
    font-family:"Impact";
    color:#434343;
    border-bottom:1px solid #abacad;
    display:inline-block;
    padding-bottom:10px
}
#index-body .init-1 .list ul li h6 {
    font-size:22px;
    font-weight:700;
    color:#424242;
    line-height:1;
    margin-top:8px
}
#index-body .init-1 .list ul li h6 small {
    display:block;
    font-size:.69230769em;
    font-weight:400;
    margin-top:5px
}
#index-body .init-2 {
    padding:90px 0 150px;
    text-align:center
}
#index-body .init-2 h2 {
    font-size:40px;
    margin-bottom:30px;
    font-weight:700;
    text-transform:uppercase;
    color:#313131;
    line-height:1
}
#index-body .init-2 .text {
    max-width:1070px;
    display:block;
    margin:15px auto 0;
    font-size:16px;
    color:#474747
}
#index-body .init-2 .list {
    margin-top:65px;
    position:relative
}
#index-body .init-2 .list ul {
    overflow:hidden;
    padding:0 34% 0 30%
}
#index-body .init-2 .list ul .slick-list {
    overflow:unset
}
#index-body .init-2 .list ul li {
    padding:0 20px
}
#index-body .init-2 .list ul li a.img-box {
    padding:40px 10px 30px;
    display:block;
    position:relative;
    overflow:unset
}
#index-body .init-2 .list ul li a.img-box img {
    -webkit-transition:.5s;
    -moz-transition:.5s;
    transition:.5s;
    display:block;
    margin:0 auto;
    width:auto;
    max-width:88%;
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    transform:scale(1)
}
#index-body .init-2 .list ul li a.img-box span.bg {
    width:105px;
    height:100%;
    position:absolute;
    z-index:-1;
    background:#1381c5;
    left:50%;
    top:0;
    -webkit-transform:translateX(-50%) skewX(-20deg);
    -moz-transform:translateX(-50%) skewX(-20deg);
    -ms-transform:translateX(-50%) skewX(-20deg);
    transform:translateX(-50%) skewX(-20deg);
    margin-left:30px;
    -webkit-transition:1.5s;
    -moz-transition:1.5s;
    transition:1.5s
}
#index-body .init-2 .list ul li a.img-box span.bg i {
    width:175px;
    height:100%;
    position:absolute;
    background:url("../images/init-2-1.jpg") center center;
    background-size:cover;
    top:0;
    -webkit-transition:1.5s;
    -moz-transition:1.5s;
    transition:1.5s
}
#index-body .init-2 .list ul li a.img-box span.bg i:nth-child(1) {
    right:100%
}
#index-body .init-2 .list ul li a.img-box span.bg i:nth-child(2) {
    left:100%
}
#index-body .init-2 .list ul li h6 {
    font-size:24px;
    font-weight:700;
    color:#313131;
    margin:25px 0 5px;
    line-height:1.2;
    -webkit-transition:.5s;
    -moz-transition:.5s;
    transition:.5s
}
#index-body .init-2 .list ul li h6:hover {
    color:#2b93e6
}
#index-body .init-2 .list ul li a.more {
    font-size:14px;
    color:#686868;
    border-bottom:1px solid #686868;
    position:relative;
    display:inline-block;
    line-height:1
}
#index-body .init-2 .list ul li a.more:before {
    content:'+';
    position:absolute;
    top:-20%;
    right:100%;
    margin-right:5px;
    color:#2b93e6;
    font-size:140%;
    line-height:1
}
#index-body .init-2 .list ul .slick-slide li a.img-box span.bg {
    margin-left:-50px
}
#index-body .init-2 .list ul .slick-slide li a.img-box span.bg i:first-child {
    width:0
}
#index-body .init-2 .list ul .slick-current li a.img-box img {
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -ms-transform:scale(1.1);
    transform:scale(1.1)
}
#index-body .init-2 .list ul .slick-current li a.img-box span.bg {
    width:210px;
    margin-left:30px
}
#index-body .init-2 .list ul .slick-current li a.img-box span.bg i {
    width:125px !important
}
#index-body .init-2 .list ul .slick-current li h6 {
    -webkit-transform:scale(1.46666667) translateY(-10%);
    -moz-transform:scale(1.46666667) translateY(-10%);
    -ms-transform:scale(1.46666667) translateY(-10%);
    transform:scale(1.46666667) translateY(-10%)
}
#index-body .init-2 .list ul .slick-current+div li a.img-box span.bg {
    margin-left:110px
}
#index-body .init-2 .list ul .slick-current+div li a.img-box span.bg i:first-child {
    width:175px
}
#index-body .init-2 .list ul .slick-current+div li a.img-box span.bg i:last-child {
    width:0
}
#index-body .init-2 .list .btn div {
    width:31px;
    height:63px;
    border:none;
    background:url("../images/icon-2-r.png") center center no-repeat;
    position:absolute;
    top:45%;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
    z-index:2;
    cursor:pointer;
    cursor:hand
}
#index-body .init-2 .list .btn div.prev {
    right:101%;
    -webkit-transform:translateY(-50%) rotateY(180deg);
    -moz-transform:translateY(-50%) rotateY(180deg);
    -ms-transform:translateY(-50%) rotateY(180deg);
    transform:translateY(-50%) rotateY(180deg)
}
#index-body .init-2 .list .btn div.next {
    left:101%
}
#index-body .init-3 {
    padding:85px 0 115px;
    background:url("../images/init-3-bg.jpg") center top;
    background-size:cover;
    color:#fff
}
#index-body .init-3 .box {
    padding:0 8% 0 11%
}
#index-body .init-3 .box .left {
    vertical-align:bottom;
    text-transform:uppercase;
    text-shadow:2px 3px 5px rgba(0, 0, 0, .6);
    padding-right:10%;
    margin-bottom:2%
}
#index-body .init-3 .box .left p {
    font-size:36px;
    line-height:1.6
}
#index-body .init-3 .box .left h6 {
    font-size:48px;
    font-weight:700;
    line-height:1.2
}
#index-body .init-3 .box .left h3 {
    font-size:74px;
    font-weight:700;
    line-height:1.2
}
#index-body .init-3 .box .right {
    vertical-align:bottom;
    padding-left:12%
}
#index-body .init-3 .box .right h3 {
    font-size:40px;
    font-weight:700;
    line-height:1.2;
    text-transform:uppercase
}
#index-body .init-3 .box .right .text {
    margin:30px 0 20px;
    font-size:16px;
    line-height:1.8
}
#index-body .init-3 .box .right a.more {
    display:inline-block;
    font-size:18px
}
#index-body .init-3 .box .right a.more img {
    display:inline-block;
    vertical-align:middle;
    margin-right:10px;
    margin-top:-.2em
}
#index-body .init-4 .list ul li {
    padding:15%;
    overflow:hidden;
    -webkit-box-shadow:0 0 40px rgba(0, 0, 0, .08);
    box-shadow:0 0 40px rgba(0, 0, 0, .08);
    -webkit-transition:1.5s;
    -moz-transition:1.5s;
    transition:1.5s
}
#index-body .init-4 .list ul li span.tag {
    display:inline-block;
    font-size:16px;
    font-weight:700;
    line-height:32px;
    height:32px;
    position:relative;
    padding:0 20px;
    text-transform:uppercase;
    margin-left:6px
}
#index-body .init-4 .list ul li span.tag:after {
    content:'';
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    background:#ffd200;
    -webkit-transform:skewX(-20deg);
    -moz-transform:skewX(-20deg);
    -ms-transform:skewX(-20deg);
    transform:skewX(-20deg);
    z-index:-1
}
#index-body .init-4 .list ul li h6 {
    font-size:16px;
    color:#282828;
    line-height:1.4;
    margin-top:10px
}
#index-body .init-4 .list ul li h6 small {
    font-size:1.6em;
    font-weight:700;
    display:block
}
#index-body .init-4 .list ul li .img {
    display:block;
    padding:45px 0
}
#index-body .init-4 .list ul li .img img {
    display:block;
    margin:0 auto;
    -webkit-box-reflect:below -10% linear-gradient(to bottom, transparent 70%, rgba(250, 250, 250, .1))
}
#index-body .init-4 .list ul .slick-dots {
    position:absolute;
    bottom:7%;
    left:50%;
    -webkit-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    transform:translateX(-50%)
}
#index-body .init-4 .list ul .slick-dots li {
    width:8px;
    height:8px;
    border-radius:100%;
    background:#aaa;
    margin:0 5px;
    display:inline-block;
    vertical-align:middle;
    cursor:pointer;
    cursor:hand;
    padding:0
}
#index-body .init-4 .list ul .slick-dots li button {
    display:none
}
#index-body .init-4 .list ul .slick-dots li.slick-active {
    background:#1383c7
}
#index-body .init-4 .list ul .slick-current li {
    -webkit-box-shadow:0 0 40px rgba(0, 0, 0, 0);
    box-shadow:0 0 40px rgba(0, 0, 0, 0)
}
#index-body .init-5 {
    padding:90px 0 115px;
    background:url("../images/init-5-bg.jpg") center bottom;
    color:#fff;
    background-size:cover
}
#index-body .init-5 .left {
    vertical-align:bottom;
    width:54%;
    padding-left:2%
}
#index-body .init-5 .left h3 {
    font-size:48px;
    font-weight:700;
    line-height:1.2;
    text-transform:uppercase
}
#index-body .init-5 .left .text {
    font-size:16px;
    line-height:1.6;
    margin-top:15px
}
#index-body .init-5 .left .list {
    margin-top:45px;
    max-width:600px
}
#index-body .init-5 .left .list ul {
    margin:-22px -30px
}
#index-body .init-5 .left .list ul li {
    padding:22px 30px
}
#index-body .init-5 .left .list ul li i {
    display:block;
    margin-bottom:15px;
    height:43px;
    line-height:43px
}
#index-body .init-5 .left .list ul li i img {
    display:inline-block;
    vertical-align:middle;
    max-height:100%
}
#index-body .init-5 .left .list ul li h6 {
    font-size:28px;
    font-weight:700;
    line-height:1.5
}
#index-body .init-5 .left .list ul li p {
    font-size:16px;
    line-height:1.6
}
#index-body .init-5 .right {
    vertical-align:bottom;
    position:relative;
    width:46%;
    padding-left:5%
}
#index-body .init-5 .right img {
    position:absolute;
    bottom:-170px;
    right:-10%
}
#index-body .init-6 {
    padding:110px 0;
    text-align:center
}
#index-body .init-6 .ui.container {
    max-width:1250px
}
#index-body .init-6 h2 {
    font-size:48px;
    font-weight:700;
    line-height:1.2;
    text-transform:uppercase;
    color:#313131
}
#index-body .init-6 .box {
    margin-top:60px
}
#index-body .init-6 .box .left {
    padding-right:15px
}
#index-body .init-6 .box .left .box2 {
    text-align:center;
    -o-box-shadow:0 0 15px rgba(0, 0, 0, .1);
    -webkit-box-shadow:0 0 15px rgba(0, 0, 0, .1);
    box-shadow:0 0 15px rgba(0, 0, 0, .1)
}
#index-body .init-6 .box .left .box2 a.img-box {
    height:285px;
    display:block;
    background-size:cover;
    background-position:center center
}
#index-body .init-6 .box .left .box2 .content {
    padding:40px 45px 80px
}
#index-body .init-6 .box .left .box2 .content h6 {
    font-size:24px;
    font-weight:500;
    line-height:1.2;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
    -webkit-transition:.5s;
    -moz-transition:.5s;
    transition:.5s
}
#index-body .init-6 .box .left .box2 .content h6:hover {
    color:#2b93e6
}
#index-body .init-6 .box .left .box2 .content p {
    margin-top:15px;
    font-size:16px;
    line-height:1.6;
    color:#666;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden;
    height:3.2em
}
#index-body .init-6 .box .right {
    padding-left:15px
}
#index-body .init-6 .box .right ul {
    margin:-15px
}
#index-body .init-6 .box .right ul li {
    padding:15px
}
#index-body .init-6 .box .right ul li a.img-box {
    width:35%;
    height:235px;
    background-size:cover;
    background-position:center center
}
#index-body .init-6 .box .right ul li .content {
    width:65%;
    text-align:left;
    padding-left:5%;
    margin-top:10px
}
#index-body .init-6 .box .right ul li .content h6 {
    font-size:22px;
    font-weight:500;
    line-height:1.4;
    -webkit-transition:.5s;
    -moz-transition:.5s;
    transition:.5s
}
#index-body .init-6 .box .right ul li .content h6:hover {
    color:#2b93e6
}
#index-body .init-6 .box .right ul li .content p {
    margin-top:15px;
    font-size:16px;
    line-height:1.6;
    color:#666;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
    overflow:hidden;
    height:4.8em
}
#index-body .init-7 {
    padding-bottom:90px
}
#index-body .init-7 .ui.container {
    max-width:1250px
}
#index-body .init-7 h2 {
    font-size:48px;
    font-weight:700;
    line-height:1.2;
    text-transform:uppercase;
    color:#313131;
    text-align:center
}
#index-body .init-7 .box {
    margin-top:70px
}
#index-body .init-7 .box .left {
    width:34%;
    padding-right:2%
}
#index-body .init-7 .box .left h6 {
    font-size:18px;
    color:#222;
    line-height:1.2
}
#index-body .init-7 .box .left .list {
    margin-top:30px
}
#index-body .init-7 .box .left .list ul li {
    padding-left:60px;
    font-size:28px;
    line-height:1;
    margin-bottom:25px;
    position:relative
}
#index-body .init-7 .box .left .list ul li em {
    position:absolute;
    left:0;
    top:0
}
#index-body .init-7 .box .left .list ul li i img {
    display:inline-block;
    vertical-align:middle;
    margin-top:-.1em
}
#index-body .init-7 .box .left .list ul li:last-child {
    margin-bottom:0;
    font-size:18px;
    line-height:1.4
}
#index-body .init-7 .box .right {
    width:66%
}
#index-body .init-7 .box .right .form ul {
    margin:-8px -15px
}
#index-body .init-7 .box .right .form ul li {
    padding:8px 15px
}
#index-body .init-7 .box .right .form ul li input, #index-body .init-7 .box .right .form ul li textarea {
    width:100%;
    line-height:24px;
    padding:10px 20px;
    border:2px solid #ddd;
    font-size:16px;
    color:#000
}
#index-body .init-7 .box .right .form ul li textarea {
    height:140px
}
#index-body .init-7 .box .right .form ul li input[type=submit] {
    margin-top:15px;
    padding:10px 20px;
    background:#1383c7;
    color:#fff;
    font-weight:700;
    font-size:22px;
    text-transform:uppercase;
    display:inline-block;
    border:none;
    width:auto;
    -webkit-transition:.5s;
    -moz-transition:.5s;
    transition:.5s
}
#index-body .init-7 .box .right .form ul li input[type=submit]:hover {
    background:#222
}
#index-body .init-7 .box .right .form ul li.wid-100 {
    width:100%
}
#footer {
    background:url("../images/f-bg.jpg") center center;
    color:#fff
}
#footer .ui.container {
    max-width:1400px
}
#footer .footer-top {
    padding:45px 0
}
#footer .footer-top .left {
    width:40%;
    padding-right:5%
}
#footer .footer-top .right {
    width:60%;
    padding-top:20px
}
#footer .footer-top .right ul {
    margin:-10px
}
#footer .footer-top .right ul li {
    padding:10px
}
#footer .footer-top .right ul li dl dt {
    font-size:20px;
    font-weight:700;
    text-transform:uppercase;
    line-height:1;
    margin-bottom:30px
}
#footer .footer-top .right ul li dl dd {
    font-size:16px;
    line-height:1.875
}
#footer .footer-top .right ul li dl dd>a:hover {
    text-decoration:underline
}
#footer .footer-top .right ul li dl dd #ewm {
    border:4px solid #fff
}
#footer .footer-top .right ul li dl dd #ewm canvas, #footer .footer-top .right ul li dl dd #ewm img {
    width:100%
}
#footer .footer-top .right ul li dl dd .share {
    margin-top:15px;
    text-align:center
}
#footer .footer-top .right ul li dl dd .share a {
    display:inline-block;
    vertical-align:middle;
    margin:0 6px;
    -webkit-transition:.5s;
    -moz-transition:.5s;
    transition:.5s
}
#footer .footer-top .right ul li dl dd .share a:hover {
    text-decoration:unset;
    color:#000
}
#footer .footer-top .right ul li:nth-child(1) {
    width:40.38461538%
}
#footer .footer-top .right ul li:nth-child(2) {
    width:41.02564103%
}
#footer .footer-top .right ul li:nth-child(3) {
    width:18.58974359%
}
#footer .footer-bottom {
    padding-bottom:20px;
    font-size:14px
}
#footer .footer-bottom svg {
    max-height:14px;
    display:inline-block;
    vertical-align:middle;
    width:auto;
    fill:#fff;
    -webkit-transition:.5s;
    -moz-transition:.5s;
    transition:.5s
}
#footer .footer-bottom svg g.cn {
    display:block !important
}
#footer .footer-bottom svg g.en {
    display:none !important
}
#footer .footer-bottom svg:hover {
    text-decoration:underline
}
#footer .footer-bottom a:hover {
    text-decoration:underline
}
@media screen and (max-width:1700px) {
    #header .nav .ui.menu .menu-box ul.menu>li {
        margin:0 20px
    }
    #header .nav .ui.menu .logo img {
        height:70px
    }
    #header .nav {
        height:80px;
        line-height:80px
    }
    #banner li .content .left h2 {
        font-size:64px
    }
    #banner li .content .left p {
        font-size:16px
    }
    #banner li .content .left a.more {
        line-height:38px;
        height:38px;
        padding:0 15px;
        font-size:16px
    }
    #index-body .init-1 .list ul li h5 {
        font-size:60px
    }
    #index-body .init-1 .list ul li h6 {
        font-size:22px
    }
    #index-body .init-2 h2, #index-body .init-5 .left h3, #index-body .init-6 h2, #index-body .init-7 h2 {
        font-size:38px
    }
    #index-body .init-2 .text {
        font-size:16px
    }
    #index-body .init-2 .list ul li h6 {
        font-size:24px
    }
    #index-body .init-2 {
        padding:80px 0
    }
    #index-body .init-2 .list .btn div.next {
        left:auto;
        right:0
    }
    #index-body .init-2 .list .btn div.prev {
        left:0;
        right:auto
    }
    #index-body .init-3 .box {
        padding:0 3%
    }
    #index-body .init-3 .box .left p {
        font-size:44px
    }
    #index-body .init-3 .box .left h6 {
        font-size:38px
    }
    #index-body .init-3 .box .left h3 {
        font-size:52px
    }
    #index-body .init-3 .box .right h3 {
        font-size:32px
    }
    #index-body .init-3 .box .right .text {
        margin:15px 0;
        font-size:16px
    }
    #index-body .init-3 .box .right a.more {
        font-size:16px
    }
    #index-body .init-5 .left .list ul li i {
        height:30px;
        line-height:30px
    }
    #index-body .init-5 .left .list ul li h6 {
        font-size:28px
    }
    #index-body .init-5 .right img {
        right:0
    }
    #index-body .init-6 {
        padding:80px 0
    }
    #index-body .init-6 .box, #index-body .init-7 .box {
        margin-top:40px
    }
    #index-body .init-7 .box .left .list ul li {
        font-size:20px
    }
}
@media screen and (max-width:1550px) {
    .ui.container {
        width:1200px
    }
    #header .nav .ui.menu .menu-box ul.menu>li {
        margin:0 10px;
        font-size:16px
    }
    #header .nav .ui.menu .search {
        margin:0 10px
    }
    #header .nav .ui.menu .logo img {
        height:50px
    }
    #banner li .content .left h2 {
        font-size:48px
    }
    #index-body .init-1 .list ul li h5 {
        font-size:48px
    }
    #index-body .init-1 .list ul li h6 {
        font-size:18px
    }
    #index-body .init-2 .list ul li h6 {
        font-size:20px
    }
    #index-body .init-2 .list ul .slick-current li h6 {
        -webkit-transform:scale(1.2) translateY(-10%);
        -moz-transform:scale(1.2) translateY(-10%);
        -ms-transform:scale(1.2) translateY(-10%);
        transform:scale(1.2) translateY(-10%)
    }
    #index-body .init-2 .list ul li a.img-box span.bg {
        width:80px
    }
    #index-body .init-2 .list ul {
        padding:0 35% 0 30%
    }
    #index-body .init-2 .list {
        margin-top:40px
    }
    #index-body .init-3 {
        padding:60px 0 40px
    }
    #index-body .init-3 .box .left p {
        font-size:38px
    }
    #index-body .init-3 .box .left h6 {
        font-size:32px
    }
    #index-body .init-3 .box .left h3 {
        font-size:42px
    }
    #index-body .init-3 .box .right h3 {
        font-size:28px
    }
    #index-body .init-4 .list ul li {
        padding:5%
    }
    #index-body .init-4 .list ul li span.tag {
        font-size:14px;
        line-height:28px;
        height:28px
    }
    #index-body .init-4 .list ul li h6 {
        font-size:16px
    }
    #index-body .init-4 .list ul li .img {
        padding:30px 0
    }
    #index-body .init-2 h2, #index-body .init-5 .left h3, #index-body .init-6 h2, #index-body .init-7 h2 {
        font-size:32px
    }
    #index-body .init-5 .left .list ul li h6 {
        font-size:24px
    }
    #index-body .init-5 .left .list ul li p {
        font-size:16px
    }
    #index-body .init-5 .left .list ul li {
        padding:10px
    }
    #index-body .init-5 .left .list ul {
        margin:-10px
    }
    #index-body .init-5 .left .list ul li i {
        margin-bottom:8px
    }
    #index-body .init-6 .box .left .box2 .content {
        padding:25px
    }
    #index-body .init-6 .box .right ul li a.img-box {
        height:200px
    }
    #index-body .init-7 .box .right .form ul li input[type=submit] {
        font-size:18px
    }
}
@media screen and (max-width:1250px) {
    .ui.container {
        width:970px
    }
    #header {
        display:none
    }
    #mobile {
        display:block
    }
    #banner, .inner-banner {
        margin-top:40px
    }
    #banner li .content .left h2 {
        font-size:36px
    }
    #banner .share a {
        line-height:36px;
        height:36px;
        width:36px;
        font-size:14px
    }
    #index-body .init-2 .list ul li a.img-box span.bg {
        width:60px
    }
    #index-body .init-2 .list ul li a.img-box span.bg i, #index-body .init-2 .list ul .slick-current+div li a.img-box span.bg i:first-child {
        width:150%
    }
    #index-body .init-2 .list ul .slick-current li a.img-box span.bg {
        width:100px
    }
    #index-body .init-2 .list ul .slick-current li a.img-box span.bg i {
        width:110% !important
    }
    #index-body .init-2 .list ul .slick-slide li a.img-box span.bg {
        margin-left:-40px
    }
    #index-body .init-2 .list ul .slick-current+div li a.img-box span.bg {
        margin-left:90px
    }
    #index-body .init-2 .list ul .slick-current li a.img-box span.bg {
        margin-left:30px
    }
    #index-body .init-3 .box .right h3 {
        font-size:24px
    }
    #index-body .init-3 .box .right h3 br {
        display:none
    }
    #index-body .init-5 {
        padding:40px 0
    }
    #index-body .init-4 .list ul li span.tag {
        line-height:24px;
        height:24px;
        padding:0 10px;
        font-size:12px
    }
}
@media screen and (max-width:1000px) {
    .ui.container {
        width:700px
    }
    #banner li .content .left h2 {
        font-size:28px
    }
    #banner li .content .left p {
        font-size:14px;
        margin:10px 0
    }
    #banner li .content .left a.more {
        line-height:34px;
        height:34px;
        font-size:14px
    }
    #index-body .init-2 .list ul {
        padding:0 20%
    }
    #index-body .init-3, #index-body .init-5 {
        background:url("../images/f-bg.jpg") center center
    }
    #index-body .init-3 .box .right {
        width:100%;
        padding-left:0
    }
    #index-body .init-3 .box .left, #index-body .init-5 .right {
        display:none
    }
    #index-body .init-3 {
        padding:40px 0
    }
    #index-body .init-4 .list ul li h6 {
        font-size:14px
    }
    #index-body .init-5 .left {
        width:100%;
        padding-left:0
    }
    #index-body .init-2 h2, #index-body .init-5 .left h3, #index-body .init-6 h2, #index-body .init-7 h2 {
        font-size:28px
    }
    #index-body .init-5 .left .list ul li h6 {
        font-size:18px
    }
    #index-body .init-5 .left .list {
        margin-top:20px
    }
    #index-body .init-6 {
        padding:50px 0
    }
    #index-body .init-6 .box .left .box2 .content h6 {
        font-size:20px
    }
    #index-body .init-6 .box .right ul li .content h6 {
        font-size:18px
    }
    #index-body .init-6 .box .left .box2 .content {
        padding:10px
    }
    #index-body .init-6 .box .left .box2 .content p, #index-body .init-6 .box .right ul li .content p {
        font-size:14px;
        margin-top:5px
    }
    #index-body .init-6 .box .right ul li a.img-box {
        height:174px
    }
    #index-body .init-7 .box .left {
        width:100%;
        padding-right:0
    }
    #index-body .init-7 .box .right {
        width:100%;
        padding-left:0;
        padding-top:20px
    }
    #index-body .init-7 .box .left .list ul li {
        font-size:18px;
        margin-bottom:10px;
        padding-left:30px
    }
    #index-body .init-7 .box .left .list ul li i {
        width:20px
    }
    #footer .footer-top .right {
        display:none
    }
    #footer .footer-top .left {
        width:100%
    }
    #footer .footer-top .left img {
        max-height:160px
    }
    #footer .footer-top {
        padding:20px 0
    }
    #footer .footer-bottom p {
        float:none
    }
}
@media screen and (max-width:700px) {
    .ui.container {
        width:100%
    }
    #banner .share {
        display:none
    }
    #banner li .content .left h2 {
        font-size:24px
    }
    #banner li .content .left p {
        max-width:none
    }
    #banner li .content .left {
        max-width:50%
    }
    #index-body .init-1 .list ul {
        padding:0
    }
    #index-body .init-1 .list ul li h5 {
        font-size:32px
    }
    #index-body .init-2 {
        padding:40px 0
    }
    #index-body .init-2 h2, #index-body .init-5 .left h3, #index-body .init-6 h2, #index-body .init-7 h2 {
        font-size:24px
    }
    #index-body .init-2 .list .btn div {
        width:28px;
        height:28px
    }
    #index-body .init-6 .box .left {
        width:100%;
        padding-right:0
    }
    #index-body .init-6 .box .right {
        width:100%;
        padding-left:0;
        padding-top:30px
    }
    #index-body .init-7 {
        padding-bottom:50px
    }
}
@media screen and (max-width:500px) {
    #banner li .content .left a.more, #banner li .content .left p {
        display:none !important
    }
    #banner li .content .left h2 {
        font-size:20px
    }
    #banner li .content .left h2 br {
        display:none
    }
    #index-body .init-1 .list ul li {
        width:50%
    }
    #index-body .init-1 .list ul {
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap
    }
    #index-body .init-1 .list ul li h5 {
        padding-bottom:5px
    }
    #index-body .init-1 .list ul li h6 {
        margin-top:4px
    }
    #index-body .init-1 .list {
        margin-top:30px
    }
    #index-body .init-1 {
        padding:40px 0
    }
    #index-body .init-2 .list ul {
        padding:0
    }
    #index-body .init-2 .list ul .slick-slide li a.img-box span.bg {
        display:none
    }
    #index-body .init-2 .list ul .slick-slide li a.img-box {
        background:url("../images/f-bg.jpg")
    }
    #index-body .init-2 .list ul li {
        padding:0
    }
    #index-body .init-2 .list .btn {
        display:none
    }
    #index-body .init-6 .box .right ul li .content {
        width:100%;
        padding-left:0
    }
    #index-body .init-6 .box .right ul li a.img-box, #index-body .init-6 .box .left .box2 a.img-box {
        width:100%;
        height:150px
    }
    #index-body .init-6 .box .left .box2 .content {
        text-align:left
    }
    #index-body .init-6 .box .right ul li .box2 {
        -o-box-shadow:0 0 15px rgba(0, 0, 0, .1);
        -webkit-box-shadow:0 0 15px rgba(0, 0, 0, .1);
        box-shadow:0 0 15px rgba(0, 0, 0, .1)
    }
    #index-body .init-6 .box .right ul li .content {
        padding:10px
    }
    #index-body .init-7 .box .left .list ul li:last-child {
        font-size:14px
    }
    #index-body .init-6 .box, #index-body .init-7 .box {
        margin-top:30px
    }
    #index-body .init-7 .box .right .form ul li input[type=submit] {
        font-size:16px
    }
    #index-body .init-7 .box .right .form ul li input, #index-body .init-7 .box .right .form ul li textarea {
        padding:8px
    }
}
html {
    font-size:10px
}
.inner-banner {
    height:350px;
    background-size:cover;
    background-position:center center;
    position:relative;
    text-align:center;
    padding-top:160px;
    color:#fff;
    z-index:1
}
.inner-banner:after {
    content:'';
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    z-index:-1
}
.inner-banner h3 {
    font-size:30px;
    line-height:1.5;
    margin-bottom:5px;
    letter-spacing:1px;
    display:inline-block;
    text-transform:uppercase;
    font-weight:700
}
.inner-banner .mbx {
    font-size:16px
}
.inner-banner .mbx a, .inner-banner .mbx span {
    display:inline-block;
    vertical-align:top;
    text-transform:capitalize;
    margin:0 5px;
    line-height:30px;
    -webkit-transition:.5s;
    -moz-transition:.5s;
    transition:.5s
}
.inner-banner .mbx a:first-child:before {
    font-family:"FontAwesome";
    color:#1381c5;
    display:inline-block;
    vertical-align:top;
    margin-right:10px;
    font-size:20px
}
.inner-banner .mbx a:hover {
    color:#1381c5
}
.about-page .top i {
    display:inline-block;
    width:5.2rem;
    height:3px;
    background:#f9a61c
}
.about-page .top h3 {
    font-size:22px;
    line-height:1;
    color:#282828f7;
    text-transform:uppercase;
    margin-top:2.5rem
}
.about-page .top h2 {
    font-size:48px;
    margin-top:18px;
    line-height:1.1;
    background-image:-webkit-linear-gradient(left, #1e508b, #1282c4);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    text-transform:uppercase;
    font-weight:700
}
.about-page .top p {
    font-size:2rem;
    line-height:1.8;
    color:#464646;
    margin:1rem auto 0;
    max-width:965px;
    font-weight:500
}
.about-page .more {
    display:inline-block;
    font-size:2rem;
    line-height:1;
    color:#000;
    font-weight:500;
    transition:.3s ease;
    -webkit-transition:.3s ease;
    -moz-transition:.3s ease;
    -ms-transition:.3s ease;
    -o-transition:.3s ease
}
.about-page .more img {
    display:inline-block;
    vertical-align:middle;
    margin-right:5px
}
.about-page .more:hover {
    margin-left:2rem
}
.about-page .about-1 {
    padding:10rem 0 7rem;
    background:#f9f9f9
}
.about-page .about-1 .box {
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap
}
.about-page .about-1 .box .left {
    width:50%;
    padding-right:4rem
}
.about-page .about-1 .box .left .imgs {
    display:inline-block
}
.about-page .about-1 .box .right {
    width:50%;
    background:url(../images/diandian.png) no-repeat right top
}
.about-page .about-1 .box .right .top {
    text-align:left
}
.about-page .about-1 .box .right .text {
    font-size:16px;
    line-height:1.8;
    color:#474747;
    font-weight:300;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:9;
    overflow:hidden;
    margin:2.5rem 0 4.5rem
}
.about-page .about-1 .box .right .text h1 {
    display:inline-block;
    font-weight:500
}
.about-page .about-2 .list {
    margin-top:90px
}
.about-page .about-2 .list ul {
    margin:0 -40px
}
.about-page .about-2 .list ul li {
    padding:0 40px;
    width:25%;
    vertical-align:middle;
    position:relative
}
.about-page .about-2 .list ul li:not(:last-child):after {
    content:"";
    position:absolute;
    width:1px;
    height:30px;
    background-color:#d2d2d2;
    right:0;
    top:50%;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%)
}
.about-page .about-2 .list ul li .flex {
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -moz-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    flex-wrap:wrap;
    justify-content:center;
    text-align:center
}
.about-page .about-2 .list ul li .flex .content {
    width:100%
}
.about-page .about-2 .list ul li .flex .content h3 {
    font-size:40px;
    line-height:1;
    color:#1381c5;
    padding-top:20px
}
.about-page .about-2 .list ul li .flex .content h3 em {
    font-weight:700;
    vertical-align:middle;
    color:#f9a61c;
    font-size:48px
}
.about-page .about-2 .list ul li .flex .content h3 small {
    font-size:16px;
    vertical-align:middle;
    color:#f9a61c
}
.about-page .about-2 .list ul li .flex .content p {
    font-size:18px;
    color:#1166a7;
    font-weight:600
}
.about-page .about-3 {
    padding:8rem 0 4rem
}
.about-page .about-3 .container {
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-align:end;
    -webkit-align-items:flex-end;
    -moz-box-align:end;
    -ms-flex-align:end;
    align-items:flex-end
}
.about-page .about-3 .container .left {
    padding-right:3.3rem;
    width:50%
}
.about-page .about-3 .container .left h2 {
    font-size:40px;
    font-weight:600;
    line-height:1.2;
    color:#303030;
    margin-bottom:1rem
}
.about-page .about-3 .container .left p {
    font-size:1.6rem;
    line-height:1.8;
    color:#717171;
    font-weight:400;
    margin-bottom:3.5rem
}
.about-page .about-3 .container .left p:last-child {
    margin-bottom:80px;
    max-height:500px;
    overflow:auto;
    padding-right:5px
}
.about-page .about-3 .container .right {
    width:50%;
    padding-left:2rem;
    padding-bottom:2rem
}
.about-page .about-3.rt .container .left {
    padding-right:0;
    padding-left:3.3rem
}
.about-page .about-3.rt .container .right {
    padding-right:2rem;
    padding-left:0
}
.about-page .about-4 {
    background-color:#f8f8f8
}
.about-page .about-4 ul {
    margin-right:-6rem
}
.about-page .about-4 ul li .text {
    padding-top:9.2rem;
    width:55%;
    position:relative;
    z-index:1
}
.about-page .about-4 ul li .text .s1 {
    font-size:18px;
    line-height:1;
    display:block;
    padding-top:1.7rem;
    position:relative
}
.about-page .about-4 ul li .text .s1:before {
    content:'';
    width:70px;
    height:3px;
    background-color:#1381c5;
    position:absolute;
    top:0;
    left:0
}
.about-page .about-4 ul li .text h3 {
    text-transform:uppercase;
    font-size:54px;
    line-height:1;
    font-weight:700;
    color:#1a63a1
}
.about-page .about-4 ul li .text h3 em {
    color:#1381c5
}
.about-page .about-4 ul li .text .mores {
    display:block;
    font-size:16px;
    color:#484848;
    -webkit-transition:.5s;
    -moz-transition:.5s;
    transition:.5s
}
.about-page .about-4 ul li .text .mores img {
    display:inline-block;
    margin-right:.55rem;
    vertical-align:baseline
}
.about-page .about-4 ul li .text .mores:hover {
    color:#1381c5;
    -webkit-transform:translateX(10px);
    -moz-transform:translateX(10px);
    -ms-transform:translateX(10px);
    transform:translateX(10px)
}
.about-page .about-4 ul li .text p {
    font-size:16px;
    line-height:30px;
    color:#474747;
    margin-top:1.65rem;
    width:54%
}
.about-page .about-4 ul li .text .mores {
    margin-top:8rem
}
.about-page .about-4 ul li .img {
    width:65%;
    margin-left:-20%;
    position:relative
}
.about-page .about-4 ul li .img>img {
    width:50%;
    position:relative;
    left:25px;
    opacity:.85
}
.about-page .about-4 ul li .img .show {
    position:absolute;
    top:11.5rem;
    right:0
}
.about-page .about-5 {
    padding:8rem 0
}
.about-page .about-5 .left {
    width:25%;
    padding-right:2%;
    margin-top:5%
}
.about-page .about-5 .left h2 {
    font-size:4rem;
    font-weight:700;
    color:#333;
    line-height:1.2;
    text-transform:uppercase
}
.about-page .about-5 .left .text {
    font-size:16PX;
    line-height:1.8;
    color:#474747;
    margin-top:2rem
}
.about-page .about-5 .right {
    width:75%
}
.about-page .about-5 ul {
    margin-right:-1.4rem
}
.about-page .about-5 ul .slick-slide {
    margin-right:1.4rem;
    padding:1rem 0 2rem 1rem
}
.about-page .about-5 ul .slick-current li .all {
    background-color:#33363b
}
.about-page .about-5 ul li {
    -webkit-transition:.5s;
    -moz-transition:.5s;
    transition:.5s
}
.about-page .about-5 ul li .all {
    background-color:#1381c5;
    padding:1.2rem 7rem 3rem 0;
    margin-left:25px
}
.about-page .about-5 ul li .all h3 {
    font-size:4.4rem;
    line-height:1;
    color:rgba(172, 172, 172, .07)
}
.about-page .about-5 ul li .all .img {
    margin-top:3.35rem;
    margin:3.5rem -3rem 0 -1rem
}
.about-page .about-5 ul li .text {
    margin-top:1.65rem;
    text-align:center
}
.about-page .about-5 ul li .text h3 {
    font-size:20px;
    font-weight:700;
    line-height:1.5;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    text-transform:uppercase;
    height:3em
}
.about-page .about-5 ul li .text p {
    font-size:16px;
    line-height:1.5;
    color:#737373;
    margin-top:1rem;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:4;
    -webkit-box-orient:vertical
}
.about-page .about-6 .list ul {
    margin:-15px
}
.about-page .about-6 .list ul li {
    padding:15px
}
.about-page .about-6 .list ul li a {
    display:block;
    -o-box-shadow:0 0 10px rgba(0, 0, 0, .1);
    -webkit-box-shadow:0 0 10px rgba(0, 0, 0, .1);
    box-shadow:0 0 10px rgba(0, 0, 0, .1)
}
.about-page .about-4 {
    padding:25px 0 80px;
    margin-top:30px
}
.about-page .about-4 h6 {
    font-size:18px;
    font-weight:700;
    text-transform:uppercase
}
.about-page .about-4 h6:before, .about-page .about-4 h6:after {
    content:"";
    display:inline-block;
    vertical-align:middle;
    width:43px;
    height:1px;
    background-color:#1381c5
}
.about-page .about-4 h6:before {
    margin-right:7px
}
.about-page .about-4 h6:after {
    margin-left:7px
}
.about-page .about-4 h2.home-tit {
    font-size:4.6rem;
    line-height:1.2;
    font-weight:700
}
.about-page .about-4 h2.home-tit span {
    color:#1381c5
}
.about-page .about-4 .title {
    display:inline-block;
    text-align:left
}
.about-page .about-4 .img {
    margin-top:80px
}
.product-page .product-box {
    padding:7.5rem 0
}
.product-page .product-box .pro-nav {
    padding-bottom:3.2rem;
    border-bottom:1px solid #cdcdcd
}
.product-page .product-box .pro-nav ul {
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -moz-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin:0 auto;
    max-width:1300px
}
.product-page .product-box .pro-nav ul li a {
    text-align:center;
    display:block;
    font-size:16px;
    font-weight:600;
    line-height:1;
    color:#1e508b;
    -webkit-transition:.3s;
    -moz-transition:.3s;
    transition:.3s
}
.product-page .product-box .pro-nav ul li a:hover {
    color:#1381c5
}
.product-page .product-box .pro-nav ul li.active a {
    color:#1381c5
}
.product-page .product-box .product-list {
    margin-top:12rem
}
.product-page .product-box .product-list ul {
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap
}
.product-page .product-box .product-list ul li {
    width:33.3333%;
    padding:0 4rem;
    position:relative;
    margin-bottom:3rem
}
.product-page .product-box .product-list ul li:hover {
    z-index:2
}
.product-page .product-box .product-list ul li a {
    display:block;
    text-align:center;
    background:#fff;
    -webkit-transition:.5s;
    -moz-transition:.5s;
    transition:.5s;
    padding-bottom:4rem
}
.product-page .product-box .product-list ul li a:hover {
    -webkit-box-shadow:0 0 2rem 0 rgba(0, 0, 0, .1);
    box-shadow:0 0 2rem 0 rgba(0, 0, 0, .1)
}
.product-page .product-box .product-list ul li a:hover p {
    color:#1381c5
}
.product-page .product-box .product-list ul li a .pro-img {
    overflow:hidden
}
.product-page .product-box .product-list ul li a .pro-img:hover img {
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -ms-transform:scale(1.1);
    transform:scale(1.1)
}
.product-page .product-box .product-list ul li a .pro-img img {
    width:100%;
    -webkit-transition:.5s;
    -moz-transition:.5s;
    transition:.5s
}
.product-page .product-box .product-list ul li a p {
    font-size:22px;
    text-transform:uppercase;
    line-height:1.2;
    font-weight:600;
    color:#242424;
    margin:0 auto .2rem;
    max-width:250px;
    min-height:58px
}
.product-page .product-box .product-list ul li a h4 {
    font-size:16px;
    line-height:1;
    color:#8f8f8f;
    text-transform:uppercase;
    display:inline-block;
    padding-bottom:3px;
    margin-bottom:12px
}
.product-page .product-box .product-list ul li a span {
    font-size:13.6px;
    line-height:1;
    color:#5a5a5a;
    display:inline-block;
    position:relative;
    -webkit-transition:.3s;
    -moz-transition:.3s;
    transition:.3s
}
.product-page .product-box .product-list ul li a span:hover {
    color:#1381c5
}
.product-page .product-box .product-list ul li a span:hover:after {
    width:100%
}
.product-page .product-box .product-list ul li a span:after {
    position:absolute;
    content:"";
    width:0;
    left:50%;
    -webkit-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    transform:translateX(-50%);
    bottom:-1px;
    border-bottom:1px solid #1381c5;
    -webkit-transition:.3s;
    -moz-transition:.3s;
    transition:.3s
}
.prodet-page .prodet-1 {
    padding:1rem 0 0
}
.prodet-page .prodet-1 .big-box {
    margin:0 auto;
    max-width:50%
}
.prodet-page .prodet-1 .big-box .swiper-container {
    padding:3rem 0 0;
    overflow:inherit
}
.prodet-page .prodet-1 .big-box.one .swiper-slide {
    text-align:center
}
.prodet-page .prodet-1 .big-box.one .swiper-slide a {
    display:inline-block;
    background:#fff
}
.prodet-page .prodet-1 .big-box.two {
    max-width:1180px
}
.prodet-page .prodet-1 .big-box.two .swiper-wrapper {
    -webkit-box-align:center;
    -webkit-align-items:center;
    -moz-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.prodet-page .prodet-1 .big-box.two .swiper-wrapper .swiper-slide {
    width:48%
}
.prodet-page .prodet-1 .big-box.two .swiper-wrapper .swiper-slide a {
    display:block;
    -webkit-transform:scale(.95);
    -moz-transform:scale(.95);
    -ms-transform:scale(.95);
    transform:scale(.95)
}
.prodet-page .prodet-1 .big-box.two .swiper-wrapper .swiper-slide:nth-child(1) {
    width:52%;
    z-index:2;
    -webkit-transition:.5s;
    -moz-transition:.5s;
    transition:.5s
}
.prodet-page .prodet-1 .big-box.two .swiper-wrapper .swiper-slide:nth-child(1) a {
    background:#fff;
    -webkit-box-shadow:0 0 1.5rem 0 rgba(0, 0, 0, .1);
    box-shadow:0 0 1.5rem 0 rgba(0, 0, 0, .1);
    -webkit-transition:.5s;
    -moz-transition:.5s;
    transition:.5s;
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    transform:scale(1)
}
.prodet-page .prodet-1 .big-box.swiper-active {
    max-width:100%
}
.prodet-page .prodet-1 .big-box.swiper-active .swiper-container {
    overflow:hidden
}
.prodet-page .prodet-1 .big-box.swiper-active .swiper-slide {
    -webkit-transform:scale(.85);
    -moz-transform:scale(.85);
    -ms-transform:scale(.85);
    transform:scale(.85);
    -webkit-transition:.5s;
    -moz-transition:.5s;
    transition:.5s
}
.prodet-page .prodet-1 .big-box.swiper-active .swiper-slide a {
    display:block;
    background:#fff;
    -webkit-transition:.5s;
    -moz-transition:.5s;
    transition:.5s
}
.prodet-page .prodet-1 .big-box.swiper-active .swiper-slide a img {
    width:100%
}
.prodet-page .prodet-1 .big-box.swiper-active .swiper-slide-active {
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    transform:scale(1);
    z-index:5
}
.prodet-page .prodet-1 .big-box.swiper-active .swiper-slide-active a {
    -webkit-box-shadow:0 0 1.5rem 0 rgba(0, 0, 0, .1);
    box-shadow:0 0 1.5rem 0 rgba(0, 0, 0, .1)
}
.prodet-page .prodet-1 .big-box.swiper-active .swiper-pagination {
    position:relative
}
.prodet-page .prodet-1 .big-box.swiper-active .swiper-pagination span {
    width:12px;
    height:12px;
    opacity:1;
    background:#ccc;
    margin:0 7px
}
.prodet-page .prodet-1 .big-box.swiper-active .swiper-pagination .swiper-pagination-bullet-active {
    background:#1381c5
}
.prodet-page .prodet-1 .big-box .content {
    text-align:center
}
.prodet-page .prodet-1 .big-box .content h4 {
    font-size:42px;
    line-height:1.5;
    color:#242424;
    font-weight:700;
    margin-bottom:1rem;
    position:relative;
    text-transform:uppercase
}
.prodet-page .prodet-1 .big-box.content h4:after {
    position:absolute;
    content:"";
    width:15.7rem;
    height:2px;
    background:#1381c5;
    left:50%;
    -webkit-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    transform:translateX(-50%);
    bottom:0
}
.prodet-page .prodet-1 .big-box .content h3 {
    font-size:26px;
    font-weight:600;
    line-height:1;
    color:#1381c5;
    text-transform:uppercase
}
.prodet-page .prodet-1 .big-box .content .dow {
    display:inline-block;
    margin-top:2rem;
    -webkit-transition:.5s;
    -moz-transition:.5s;
    transition:.5s;
    cursor:pointer
}
.prodet-page .prodet-1 .big-box .content .dow:hover {
    -webkit-transform:translateY(1.5rem);
    -moz-transform:translateY(1.5rem);
    -ms-transform:translateY(1.5rem);
    transform:translateY(1.5rem)
}
.prodet-page .prodet-2 {
    padding:7rem 0 2.5rem;
    background:#f9f9f9;
    margin-top:-6.5rem
}
.prodet-page .prodet-2 ul {
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    max-width:1100px;
    margin:0 auto
}
.prodet-page .prodet-2 ul li {
    width:25%;
    text-align:center
}
.prodet-page .prodet-2 ul li span {
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -moz-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -moz-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    height:55px
}
.prodet-page .prodet-2 .container {
    max-width:1235px
}
.prodet-page .prodet-2 ul li p {
    font-size:18px;
    color:#797a7a;
    margin-top:2rem
}
.prodet-page .prodet-2 .content {
    font-size:18px;
    font-weight:400;
    color:#282828;
    line-height:1.8
}
.prodet-page .prodet-2 .content table {
    border:none
}
.prodet-page .prodet-2 .content table tr td {
    border:none;
    padding:8px 10px;
    line-height:normal
}
.prodet-page .prodet-2 .content table tr td img {
    display:inline-block;
    margin-bottom:10px
}
.prodet-page .prodet-2 .content table tr:nth-child(even) {
    background:0 0
}
.prodet-page .prodet-3 {
    padding:5.5rem 0 1.5rem
}
.prodet-page .prodet-3 .content {
    font-size:17px
}
.prodet-page .prodet-3 .content table {
    border:none;
    float:none !important;
    max-width:90%;
    display:block;
    margin:0 auto
}
.prodet-page .prodet-3 .content table tr {
    border-bottom:1px solid #b7b7b7
}
.prodet-page .prodet-3 .content table tr td {
    padding:15px 10px
}
.prodet-page .prodet-3 .content table tr td strong {
    font-weight:500
}
.prodet-page .prodet-4.contact-3 {
    background:#fff
}
.prodet-page .prodet-5 {
    padding:65px 0 12rem;
    background:#f9f9f9
}
.prodet-page .prodet-5 .title {
    text-align:left
}
.prodet-page .prodet-5 .title span {
    height:2px;
    margin:2rem 0 0
}
.prodet-page .prodet-5 .productBox {
    margin-top:3rem
}
.prodet-page .prodet-5 .productBox .swiper-slide a {
    display:block;
    text-align:center
}
.prodet-page .prodet-5 .productBox .swiper-slide a:hover .pro-img img {
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -ms-transform:scale(1.1);
    transform:scale(1.1)
}
.prodet-page .prodet-5 .productBox .swiper-slide a:hover p {
    color:#1381c5
}
.prodet-page .prodet-5 .productBox .swiper-slide a .pro-img {
    overflow:hidden
}
.prodet-page .prodet-5 .productBox .swiper-slide a .pro-img img {
    width:100%
}
.prodet-page .prodet-5 .productBox .swiper-slide a p {
    font-size:16px;
    line-height:1.5;
    color:#262626;
    padding:0 10px
}
.news-page .init-1 {
    margin-top:100px
}
.news-page .init-1 .grid-box .column {
    margin-bottom:10px;
    padding:0 30px
}
.news-page .init-1 .grid-box .column .img-box .text {
    position:relative;
    z-index:7;
    background:#fff;
    padding:30px 0
}
.news-page .init-1 .grid-box .column .img-box .text h2 {
    font-size:18px;
    font-weight:600;
    line-height:1.2;
    color:#1380c5;
    height:54px
}
.news-page .init-1 .grid-box .column .img-box .text p {
    padding:10px 0;
    font-size:16px;
    line-height:1.8;
    color:#3e3e3e
}
.news-page .init-1 .grid-box .column .img-box .text time {
    padding:10px 0;
    font-size:13px;
    line-height:1.5;
    color:#1e508b
}
.newdet-page .news-content {
    padding-top:50px
}
.newdet-page .news-content h3.title {
    font-size:30px;
    line-height:1.8;
    font-weight:600
}
.newdet-page .news-content a.img-box {
    display:block
}
.newdet-page .news-content a.img-box img {
    width:100%
}
.newdet-page .news-content time {
    width:65px;
    height:65px;
    margin-top:-35px;
    background:#1381c5 none repeat scroll 0 0;
    color:#fff;
    line-height:23px;
    text-align:center;
    border-radius:5px;
    display:block;
    font-weight:500;
    font-size:20px;
    padding:8px 0;
    left:15px;
    position:relative;
    z-index:1
}
.newdet-page .news-content .tag {
    font-size:14px;
    color:#828893
}
.newdet-page .news-content .tag em {
    color:#000
}
.newdet-page .news-content .tag h6, .newdet-page .news-content .tag div {
    display:inline-block;
    vertical-align:middle
}
.newdet-page .news-content .tag div {
    margin-left:15px
}
.newdet-page .news-content .tag div i {
    color:#1381c5;
    margin-right:5px
}
.newdet-page .news-content .content {
    padding:15px 0;
    margin:10px 0;
    border-top:1px #eee dashed;
    border-bottom:1px #eee dashed;
    text-align:left
}
.newdet-page .news-content .content p, .newdet-page .news-content .content div {
    line-height:1.8 !important;
    font-size:18px !important;
    font-family:inherit !important
}
.newdet-page .news-content .share {
    text-align:left
}
.newdet-page .news-content .share h4 {
    display:inline-block;
    vertical-align:middle;
    color:#333;
    font-size:14px
}
.newdet-page .news-content .share ul {
    display:inline-block
}
.newdet-page .news-content .share ul li {
    width:auto;
    padding:5px
}
.newdet-page .news-content .share ul li a {
    display:block;
    padding:0 15px;
    line-height:32px;
    height:32px;
    border-radius:5px;
    background:#edeff2;
    font-size:12px;
    color:#666;
    -webkit-transition:.5s;
    -moz-transition:.5s;
    transition:.5s
}
.newdet-page .news-content .share ul li a:hover {
    color:#fff;
    background:#1381c5
}
.newdet-page .news-content .m-link {
    padding-top:15px;
    text-align:left;
    margin-top:15px;
    border-top:1px #eee dashed;
    line-height:2;
    padding-bottom:20px
}
.newdet-page .news-content .m-link a {
    font-size:16px;
    color:#666;
    -webkit-transition:.5s;
    -moz-transition:.5s;
    transition:.5s
}
.newdet-page .news-content .m-link a:hover {
    color:#1381c5;
    text-decoration:underline
}
#resources_nav:after {
    content:"";
    display:block;
    height:1px;
    background-color:#e0e0e0;
    margin-top:20px
}
#resources_nav li {
    display:inline-block;
    margin-right:5px
}
#resources_nav li a {
    display:block;
    width:185px;
    height:50px;
    text-align:center;
    line-height:50px;
    font-size:24px;
    font-weight:600;
    border-radius:25px 0;
    background-color:#123485;
    color:#fff
}
#resources_nav li:nth-child(2) a {
    background-color:#40b5b1
}
#resources_nav li:nth-child(3) a {
    background-color:#b0c957
}
#resources_nav li:nth-child(4) a {
    background-color:#b5b5b5
}
.resources_sidebar {
    margin:0 -30px
}
.resources_sidebar .resources_left {
    width:70%;
    padding:0 30px
}
.resources_sidebar .resources_right {
    width:30%;
    padding:0 30px
}
h2.resources {
    font-weight:600
}
h2.resources:after {
    content:"";
    display:block;
    width:70px;
    height:2px;
    background-color:#13237f;
    margin-top:10px
}
.resources_more {
    font-size:15px;
    line-height:26px;
    font-weight:500
}
.video_content h3 {
    font-weight:500
}
.resources-page .resources_2 {
    background-color:#fafafa
}
.product_catalogue .img {
    width:25%;
    vertical-align:middle
}
.product_catalogue .mml-text {
    width:75%;
    vertical-align:middle
}
.product_catalogue .mml-text p {
    min-height:75px
}
.product_catalogue .mml-text .line {
    height:1px;
    background:#e4e4e4
}
.product_catalogue .mml-text .date time {
    font-weight:500
}
.product_catalogue .mml-text .date .download {
    font-size:15px;
    font-weight:500;
    line-height:34px
}
.pdf_box ul {
    margin:-15px
}
.pdf_box ul li {
    padding:15px
}
.pdf_box .mml-text {
    padding:20px;
    background-color:#f8f8f8;
    border-radius:10px;
    border:1px solid #e5e5e5
}
.pdf_box .mml-text .title {
    padding-left:55px;
    background:url(../images/pdf-icon.png) no-repeat left top;
    min-height:110px
}
.pdf_box .mml-text .line {
    height:1px;
    background-color:#e5e5e5
}
.pdf_box .mml-text .date time {
    font-weight:500
}
.pdf_box .mml-text .date .download {
    font-size:15px;
    font-weight:500;
    line-height:34px
}
.catalogue-page .catalogue_list li {
    padding:50px 0
}
.catalogue-page .product_catalogue .img {
    width:40%
}
.catalogue-page .product_catalogue .mml-text {
    width:60%
}
#Product_Categories li {
    border-bottom:1px solid #eee;
    padding:15px 0;
    font-weight:500
}
#Product_Categories li a {
    display:block;
    padding-left:20px;
    position:relative
}
#Product_Categories li a:before {
    content:"";
    position:absolute;
    left:0;
    top:10px;
    width:5px;
    height:5px;
    background-color:#9a9a9a;
    border-radius:50%
}
#Latest_News h4 {
    font-weight:500
}
#Latest_News a.view_more {
    font-size:15px;
    line-height:26px;
    font-weight:500
}
.faq-page {
    padding:12rem 0
}
.faq-page ul li {
    margin-bottom:20px;
    padding:15px;
    border:1px solid #eee;
    background:#f8f8f8
}
.faq-page ul li h4 {
    font-size:20px;
    line-height:2;
    font-weight:700;
    margin-bottom:10px
}
.faq-page ul li .content {
    padding-top:10px;
    border-top:1px solid #eee;
    font-size:16px;
    line-height:1.6
}
.faq-page ul li:last-child {
    margin-bottom:0
}
.inner-sidebar {
    width:100%;
    margin-top:-56px
}
.inner-sidebar .container {
    width:1230px
}
.inner-sidebar .side-top li {
    float:left
}
.inner-sidebar .side-top li a {
    display:block;
    height:56px;
    width:100%;
    background-color:#838383;
    font-size:18px;
    text-align:center;
    padding:15px;
    color:#fff
}
.inner-sidebar .side-top li a:hover, .inner-sidebar .side-top li a.active {
    background:#1381c5
}
.technology-page .part1 {
    padding:70px 0 0;
    background:#f5f7f9
}
.technology-page .part1 .grid-box {
    padding-bottom:50px
}
.technology-page .part1 .grid-box .column:nth-child(1) {
    padding:5% 4% 0 0
}
.technology-page .part1 .grid-box .column h2 {
    font-size:40px;
    color:#000;
    font-weight:600;
    margin-bottom:10px
}
.technology-page .part1 .grid-box .column p {
    font-size:16px;
    color:#474747;
    line-height:1.6
}
.technology-page .part1 .part1-content {
    padding:85px 0 100px;
    background:#fff
}
.technology-page .part1 .part1-content .service-list ul li {
    color:#fff;
    padding:0 2px
}
.technology-page .part1 .part1-content .service-list ul li .img-bg {
    background:#1e508b;
    padding:40px 30px 50px;
    position:relative;
    height:275PX
}
.technology-page .part1 .part1-content .service-list ul li .img-bg .img {
    position:absolute;
    right:30px;
    top:50px
}
.technology-page .part1 .part1-content .service-list ul li .img-bg .i-num {
    position:absolute;
    left:25px;
    top:48px;
    z-index:2;
    font-size:30px;
    color:#fff;
    font-size:62px;
    line-height:55px;
    font-weight:700
}
.technology-page .part1 .part1-content .service-list ul li .img-bg h2 {
    font-size:30px;
    font-weight:600;
    margin-bottom:20px
}
.technology-page .part1 .part1-content .service-list ul li .img-bg p {
    line-height:1.6;
    margin-top:-7px;
    font-size:16PX
}
.technology-page .i-process {
    background:#f5f7f9;
    padding:90px 0
}
.technology-page .i-process h2.h2 {
    text-transform:uppercase
}
.technology-page .i-process ul li {
    margin-bottom:2px
}
.technology-page .i-process ul li .column {
    padding:12px;
    background:#fff;
    font-size:18px
}
.technology-page .i-process ul li .column:nth-child(1) {
    width:5%;
    background:#1381c5;
    color:#fff;
    text-align:center
}
.technology-page .i-process ul li .column:nth-child(2) {
    width:30%;
    border-right:2px solid #f5f7f9
}
.technology-page .i-process ul li .column:nth-child(3) {
    width:65%;
    font-size:16px;
    font-weight:lighter
}
.technology-page .i-video {
    padding:90px 0;
    text-align:center
}
.technology-page .i-video-list {
    margin-top:50px
}
.technology-page .i-video-list ul {
    margin:-20px
}
.technology-page .i-video-list ul li {
    padding:20px
}
.technology-page .i-video-list ul a {
    position:relative
}
.technology-page .i-video-list ul p {
    position:relative;
    text-align:center;
    left:0;
    width:100%;
    padding:10px 25px;
    font-size:18px;
    color:#000;
    z-index:2;
    -webkit-transition:.5s;
    -moz-transition:.5s;
    -ms-transition:.5s;
    -o-transition:.5s;
    transition:.5s
}
.technology-page .i-video-list ul a:after {
    content:'';
    width:100%;
    height:100%;
    position:absolute;
    top:-20px;
    left:0;
    background:url(../images/icon-play.png) center center no-repeat rgba(0, 0, 0, .6);
    -webkit-transition:.5s;
    -moz-transition:.5s;
    -ms-transition:.5s;
    -o-transition:.5s;
    transition:.5s;
    opacity:1
}
.technology-page .i-online {
    padding:118px 0 90px;
    text-align:center;
    background:#f5f7f9
}
.technology-page .i-online p.p {
    font-size:16px
}
.technology-page .i-online ul {
    margin-top:100px
}
.technology-page .i-online ul li {
    float:left;
    width:33.3%;
    padding-left:60px;
    text-align:left;
    background:url(../images/phone.png) no-repeat left center
}
.technology-page .i-online ul li h3 {
    font-size:20px;
    font-weight:700
}
.technology-page .i-online ul li p {
    font-size:12px
}
.technology-page .i-online ul li:nth-child(2) {
    background:url(../images/m-phone.png) no-repeat left center
}
.technology-page .i-online ul li:nth-child(3) {
    background:url(../images/mail.png) no-repeat left center
}
.technology-page .i-faq {
    padding:100px 0;
    background-color:#f5f7f9
}
.technology-page .i-faq h2.h2, .technology-page .i-faq p.p {
    text-align:center
}
.technology-page .i-faq .faq-list {
    padding:40px 150px 0
}
.technology-page .i-faq .faq-list dt {
    padding:9px 30px;
    background-color:#fff;
    font-size:16px;
    font-weight:500;
    cursor:pointer;
    color:#474747;
    margin-bottom:12px;
    transition:.5s ease;
    line-height:1.5
}
.technology-page .i-faq .faq-list dt:hover, .technology-page .i-faq .faq-list dt.active {
    background:#1381c5;
    color:#fff
}
.technology-page .i-faq .faq-list dd {
    font-size:14px;
    line-height:2;
    color:#757575;
    padding:15px 30px;
    margin-bottom:12px;
    display:none
}
.p05 h2 {
    font-size:42px;
    font-weight:700;
    line-height:1;
    color:#fff
}
.p05 div, .p05 p {
    font:inherit
}
.white {
    color:#fff
}
.slick-dots button {
    display:none
}
.slick-dots>li {
    margin:0 5px;
    width:8px;
    height:8px;
    background-color:#4ca3db;
    border-radius:50%;
    cursor:pointer;
    -webkit-transition:all .24s;
    -o-transition:all .24s;
    transition:all .24s
}
.slick-dots>li.slick-active {
    background-color:#1381c5
}
.p05 {
    font-size:16px
}
.p05 h2 {
    margin-bottom:40px
}
.p05 .samples, .p05 .consultation {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    margin:120px auto
}
.p05 .samples .mml-text, .p05 .consultation .mml-text {
    -webkit-box-flex:1;
    -webkit-flex:1;
    -ms-flex:1;
    flex:1;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    padding:0 56px;
    max-width:535px;
    color:#474747
}
.p05 .samples .mml-image, .p05 .consultation .mml-image {
    width:55%;
    margin:auto
}
.p05 .samples h2, .p05 .consultation h2 {
    color:#000;
    text-align:initial;
    line-height:1.2
}
.p05 .samples p, .p05 .samples ul, .p05 .consultation p, .p05 .consultation ul {
    margin-top:15px
}
.p05 .samples li, .p05 .consultation li {
    margin:5px 0;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    font-size:18px
}
.p05 .samples .green, .p05 .consultation .green {
    margin-right:5px;
    color:#1381c5
}
.p05 .consultation {
    -webkit-box-orient:horizontal;
    -webkit-box-direction:reverse;
    -webkit-flex-direction:row-reverse;
    -ms-flex-direction:row-reverse;
    flex-direction:row-reverse
}
.p05 .stable {
    padding:120px 0;
    background-color:#19181d;
    text-align:center
}
.p05 .stable p {
    margin:0 auto 15px;
    max-width:900px;
    color:#adadad
}
.p05 .slicker-stable {
    max-width:1200px;
    margin:60px auto 0
}
.p05 .slicker-stable .slick-slide {
    position:relative;
    margin:0 20px
}
.p05 .slicker-stable .slick-slide:before {
    content:'\20';
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    right:0;
    -webkit-transition:all .24s;
    -o-transition:all .24s;
    transition:all .24s
}
.p05 .slicker-stable .slick-slide.slick-current:before {
    opacity:0
}
.p05 .slick-dots {
    margin-top:40px;
    width:100%
}
.p05 .slick-dots>li {
    display:inline-block;
    background-color:#212026
}
.p05 .slick-dots>li.slick-active {
    background-color:#1381c5
}
.p05 .support {
    overflow:hidden;
    color:#fff
}
.p05 .support .mml-row {
    margin:50px auto;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:reverse;
    -webkit-flex-direction:row-reverse;
    -ms-flex-direction:row-reverse;
    flex-direction:row-reverse;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center
}
.p05 .support .mml-row:nth-child(even) {
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -webkit-flex-direction:row;
    -ms-flex-direction:row;
    flex-direction:row
}
.p05 .support .mml-image {
    width:44%
}
.p05 .support .mml-text {
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-box-flex:1;
    -webkit-flex:1;
    -ms-flex:1;
    flex:1;
    padding:20px 0;
    max-width:700px;
    color:#000;
    text-align:initial
}
.p05 .support a.more {
    display:inline-block;
    line-height:36px;
    height:36px;
    padding:0 25px;
    color:#fff;
    font-size:16px;
    background:#1166a7;
    margin-top:25px;
    transition:.5s
}
.p05 .support a.more:hover {
    background:#000
}
.p05 .support .sup-title {
    display:block;
    margin-top:70px;
    color:#111;
    line-height:1.1
}
.p05 .support h3 {
    margin-bottom:30px;
    font-size:30px;
    font-weight:600
}
.p05 .support p {
    margin-top:15px
}
@media (max-width:1200px) {
    .p05 .slicker-stable {
        -webkit-transform:none;
        -ms-transform:none;
        transform:none
    }
    .p05 .slick-dots {
        max-width:unset;
        width:unset
    }
}
@media (max-width:980px) {
    .p05 .consultation, .p05 .samples {
        display:block
    }
    .p05 .consultation .mml-image, .p05 .samples .mml-image {
        width:unset
    }
    .p05 .consultation .mml-text, .p05 .samples .mml-text {
        margin:auto
    }
}
@media (max-width:780px) {
    .p05 .support .mml-row {
        display:block;
        margin:40px auto
    }
    .p05 .support .mml-image {
        width:unset;
        max-width:unset
    }
    .p05 .support .mml-text {
        margin:auto
    }
    .p05 .support .sup-title {
        text-align:center
    }
}
@media (max-width:600px) {
    .p05 h2 {
        margin-bottom:20px
    }
    .p05 .consultation, .p05 .samples {
        margin:40px 0
    }
    .p05 .stable {
        padding:40px 0
    }
    .p05 .slicker-stable, .p05 .slick-dots {
        margin-top:20px
    }
}
.mml-row {
    max-width:1450px;
    width:100%;
    margin:0 auto;
    padding:0 15px;
    -webkit-box-sizing:border-box;
    box-sizing:border-box
}
.contact-page {
    padding:70px 0;
    position:relative
}
.contact-page:after, .contact-page:before {
    content:'';
    width:100%;
    height:100%;
    position:absolute;
    z-index:-1;
    top:0;
    left:0;
    background-repeat:no-repeat
}
.contact-page:after {
    background-image:url("../images/contact-pine-bg-1.jpg");
    background-position:left top 36%
}
.contact-page:before {
    background-image:url("../images/contact-pine-bg-2.jpg");
    background-position:right top
}
.contact-page .contact-1 {
    margin-bottom:70px
}
.contact-page .contact-1 h3 {
    font-size:30px;
    font-weight:700;
    line-height:1;
    color:#1e508b
}
.contact-page .contact-1 .left {
    padding-right:2%
}
.contact-page .contact-1 .right {
    padding-left:2%
}
.contact-page .contact-1 .text {
    margin-top:30px;
    font-size:16px;
    line-height:1.8;
    font-weight:500;
    color:#474747
}
.contact-page .contact-1 .text .info {
    margin-top:30px;
    font-size:30px;
    line-height:1.8;
    font-weight:300
}
.contact-page .contact-1 .text i.fa {
    width:20px;
    text-align:center
}
.contact-page .contact-1 .text strong {
    font-weight:700;
    color:#000;
    font-size:120%
}
.contact-page .contact-1 .text span {
    width:40%;
    display:inline-block
}
.contact-page .contact-1 .button-group .button {
    background-color:#1381c5 !important
}
.contact-page .contact-1 .amap-copyright, .contact-page .contact-1 .amap-logo {
    display:none !important
}
.contact-page .contact-1 #mapContainer {
    height:486px !important
}
.contact-page .contact-1 .box2.p50 {
    padding:26px;
    background-color:#f9f9f9
}
.contact-page .contact-1 .box2.p50 .form {
    margin-top:30px
}
.contact-page .contact-2 h3 {
    font-size:32px;
    font-weight:700
}
.contact-page .contact-2 .list {
    margin-top:30px
}
.contact-page .contact-2 .list ul {
    margin:-10px
}
.contact-page .contact-2 .list ul li {
    padding:10px
}
.gallery-page {
    padding:100px 0 35px
}
.gallery-page .list ul {
    margin:-20px -15px
}
.gallery-page .list ul li {
    padding:20px 15px
}
.gallery-page .list ul li video {
    width:100%
}
.gallery-page .list ul li a.img-box {
    display:block;
    max-height:280px;
    border:1px solid #eee
}
.gallery-page .list ul li a.img-box img {
    display:block;
    width:100%
}
.gallery-page .list ul li span {
    display:block;
    margin:30px 0 20px;
    font-size:16px;
    color:#999;
    font-weight:300
}
.gallery-page .list ul li h3 {
    font-size:16px;
    color:#474747;
    font-weight:500;
    line-height:1.2;
    -webkit-transition:.5s;
    -moz-transition:.5s;
    transition:.5s;
    min-height:35px
}
.gallery-page .list ul li h3:hover {
    color:#1381c5
}
.gallery-page .list ul li .text {
    font-weight:300;
    font-size:16px;
    line-height:1.8;
    margin:20px 0
}
.gallery-page .list ul li a.more {
    display:inline-block;
    line-height:40px;
    height:40px;
    padding:0 20px;
    background-color:#222;
    -webkit-transition:.5s;
    -moz-transition:.5s;
    transition:.5s;
    color:#f5f5f5;
    font-weight:300;
    font-size:16px
}
.gallery-page .list ul li a.more:hover {
    background-color:#1381c5
}
.inner-page .concept-text {
    padding:8.5rem 0;
    background:#f9f9f9;
    text-align:center
}
.inner-page .concept-text p {
    font-size:24px;
    line-height:1.6;
    color:#484848;
    max-width:665px;
    margin:0 auto
}
.prodet-page p {
    font-weight:300;
    color:#474747
}
.prodet-page .title {
    text-align:center
}
.prodetv-page .title img {
    margin-bottom:35px
}
.prodet-page .title h2 {
    font-size:36px;
    font-weight:600;
    line-height:1.2;
    color:#282828;
    text-transform:capitalize;
    margin:30px 0
}
.prodet-page .title tot {
    font-size:40px;
    line-height:1;
    color:#202020;
    text-transform:capitalize;
    text-align:center!important
}
.prodet-page .title tet {
    font-size:20px;
    line-height:1.5!important;
    color:#2e2e2e;
    font-weight:300
}
.prodet-page .title span {
    display:inline-block;
    width:10.5rem;
    height:3px;
    background:#1381c5;
    margin:3.8rem 0 3rem
}
.prodet-page .title p {
    font-size:18px;
    line-height:1.5;
    color:#3e3e3e;
    margin:0 auto;
    max-width:1220px
}
.prodet-page .concept-text {
    padding:8.5rem 0;
    background:#f9f9f9;
    text-align:center
}
.prodet-page .concept-text p {
    font-size:24px;
    line-height:1.6;
    color:#2d2d2d;
    max-width:665px;
    margin:0 auto
}
.i-page h2 {
    text-align:center
}
.technology-page h1.kongya {
    font-size:28px;
    font-weight:700;
    margin-bottom:20px;
    text-transform:capitalize
}
.technology-page h2 {
    font-size:18px;
    margin-bottom:10px
}
.technology-page p.p {
    font-size:16px;
    color:#545454;
    line-height:2
}
.inner-page .init-product .init-2 .grid-box .column .img-box .text {
    padding:15px;
    text-align:center;
    background:#f3f3f3;
    z-index:3;
    position:relative;
    line-height:2
}
.inner-page .init-public {
    background:#1381c5
}
.inner-page .init-public .column .content {
    padding:13% 15% 0 5%;
    color:#fff
}
.inner-page .init-public .column .content h3 {
    font-size:18px;
    line-height:2
}
.inner-page .init-public .column .content h2 {
    font-size:36px;
    font-weight:700;
    margin:10px 0 40px;
    line-height:2
}
.inner-page .init-public .column .content a.contact {
    display:block;
    width:228px;
    height:60px;
    line-height:60px;
    text-transform:uppercase;
    letter-spacing:3px;
    font-size:18px;
    background:#fff;
    transition:all .5s ease;
    transition:.3s ease;
    -webkit-transition:.3s ease;
    -moz-transition:.3s ease;
    -ms-transition:.3s ease;
    -o-transition:.3s ease;
    color:#1381c5;
    text-align:center
}
.inner-page .init-public .column .content a.contact:hover {
    box-shadow:0 0 10px 0 rgba(0, 0, 0, .4);
    background:rgba(0, 0, 0, 0);
    color:#fff;
    transition:all .5s ease;
    border:2px solid #fff;
    -webkit-box-shadow:0 0 10px 0 rgba(0, 0, 0, .4);
    -moz-box-shadow:0 0 10px 0 rgba(0, 0, 0, .4);
    -ms-box-shadow:0 0 10px 0 rgba(0, 0, 0, .4);
    -o-box-shadow:0 0 10px 0 rgba(0, 0, 0, .4)
}
.inner-page .init-certification-public {
    background:linear-gradient(to right, #19181d 50%, #1a191e 50%);
    padding:80px 0
}
.inner-page .init-certification-public h2, .inner-page .init-certification-public p {
    color:#fff;
    line-height:2
}
.inner-page .init-certification-public .column:nth-child(1) {
    padding-left:15%;
    padding-right:6%
}
.inner-page .init-certification-public .column:nth-child(2) {
    padding-left:3%;
    padding-right:3%
}
.inner-page .init-certification-public .column:nth-child(2) .honor-list {
    position:relative;
    max-width:670px
}
.inner-page .init-certification-public .column:nth-child(2) .honor-list .slick-arrow {
    position:absolute;
    cursor:pointer;
    width:57px;
    height:59px;
    background:url(../images/inner-l.png) no-repeat center;
    left:-80%;
    bottom:-12%;
    z-index:8;
    color:rgba(255, 255, 255, 0);
    border:none
}
.inner-page .init-certification-public .column:nth-child(2) .honor-list .slick-next {
    background:url(../images/inner-r.png) no-repeat center;
    left:calc(-80% + 70px)
}
.inner-page .init-certification-public .column:nth-child(2) .honor-list ul li {
    padding:0 10px
}
.inner-page .init-honor {
    padding:90px 0;
    text-align:center
}
.inner-page .init-honor .factory-list {
    margin-top:60px;
    padding:0 6%
}
.inner-page .init-honor .factory-list .slick-arrow {
    position:absolute;
    cursor:pointer;
    width:57px;
    height:59px;
    background:url(../images/h-l.jpg) no-repeat center;
    left:-100px;
    top:28%;
    z-index:8;
    color:rgba(255, 255, 255, 0);
    border:none
}
.inner-page .init-honor .factory-list .slick-next {
    background:url(../images/h-r.jpg) no-repeat center;
    left:auto;
    right:-100px
}
.inner-page .init-honor .factory-list ul li {
    padding:0 10px
}
.inner-page .init-honor .factory-list ul li .img-box .text {
    padding:30px 0
}
.inner-page .init-honor .factory-list ul li .img-box .text h2 {
    font-size:18px
}
.inner-page .m-page {
    margin-top:60px;
    text-align:center
}
.inner-page .m-page a, .inner-page .m-page span {
    display:inline-block;
    margin:0 6px;
    width:36px;
    height:36px;
    border:1px solid #1381c5;
    color:#333;
    font-size:16px;
    line-height:36px;
    -webkit-transition:.5s;
    -moz-transition:.5s;
    transition:.5s
}
.inner-page .m-page a:hover, .inner-page .m-page span {
    background:#1381c5;
    color:#f5f5f5
}
.inner-page .form ul {
    margin:-15px
}
.inner-page .form ul li {
    padding:15px
}
.inner-page .form ul li input, .inner-page .form ul li textarea {
    width:100%;
    line-height:24px;
    padding:10px 15px;
    font-size:16px;
    border:1px solid #f3f3f3;
    font-weight:300;
    -webkit-transition:.5s;
    -moz-transition:.5s;
    transition:.5s
}
.inner-page .form ul li input:focus, .inner-page .form ul li textarea:focus {
    border-color:#1381c5
}
.inner-page .form ul li textarea {
    height:140px
}
.inner-page .form ul li input[type=submit] {
    width:auto;
    display:inline-block;
    padding-left:50px;
    padding-right:50px;
    -webkit-transition:.5s;
    -moz-transition:.5s;
    transition:.5s;
    background-color:#1380c5;
    color:#fff
}
.inner-page .form ul li input[type=submit]:hover {
    background-color:#1381c5
}
.inner-page .form ul li.wid-100 {
    width:100%
}
.inner-page span.tag {
    font-size:28px;
    font-weight:600;
    color:#d1d1d1;
    display:block;
    margin-bottom:-6px
}
.inner-page h2.title, .inner-page h2.h2 {
    font-size:40px;
    font-weight:700;
    line-height:1.2;
    color:#000
}
.button-group .button {
    border-radius:0!important
}
h2.home-tit {
    font-size:3.6rem;
    line-height:1
}
h2.home-tit span {
    color:#1381c5
}
.culture-page h6 {
    font-size:18px;
    text-transform:uppercase
}
.culture-page h6:before, .culture-page h6:after {
    content:"";
    display:inline-block;
    vertical-align:middle;
    width:43px;
    height:1px;
    background-color:#1381c5
}
.culture-page h6:before {
    margin-right:7px
}
.culture-page h6:after {
    margin-left:7px
}
.culture-page .about-1 {
    padding:90px 0
}
.culture-page .about-1 .title {
    margin-left:auto
}
.culture-page .about-1 h6:after {
    display:none
}
.culture-page .about-1 h2 {
    font-size:48px;
    font-weight:600;
    line-height:.8;
    margin-top:20px
}
.culture-page .about-1 h2 span {
    color:#1381c5
}
.culture-page .about-1 .box {
    margin-top:25px
}
.culture-page .about-1 .img {
    position:relative
}
.culture-page .about-1 .text {
    color:#858585;
    margin-top:60px;
    line-height:30px
}
.culture-page .about-1 .text p:not(:last-child) {
    margin-bottom:8px;
    color:#474747
}
.culture-page .about-1 .list {
    margin-top:90px
}
.culture-page .about-1 .list ul {
    margin:0 -40px
}
.culture-page .about-1 .list ul li {
    padding:0 40px;
    width:25%;
    vertical-align:middle;
    position:relative
}
.culture-page .about-1 .list ul li:not(:last-child):after {
    content:"";
    position:absolute;
    width:1px;
    height:30px;
    background-color:#d2d2d2;
    right:0;
    top:50%;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%)
}
.culture-page .about-1 .list ul li .flex {
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -moz-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.culture-page .about-1 .list ul li .flex .content {
    margin-left:20px
}
.culture-page .about-1 .list ul li .flex .content h3 {
    font-size:40px;
    line-height:1;
    color:#1381c5
}
.culture-page .about-1 .list ul li .flex .content h3 em {
    vertical-align:middle
}
.culture-page .about-1 .list ul li .flex .content h3 small {
    font-size:16px;
    vertical-align:middle
}
.culture-page .about-1 .list ul li .flex .content p {
    font-size:16px;
    color:#545252
}
@media (max-width:1000px) {
    .inner-banner {
        height:240px;
        padding-top:80px
    }
    .product-page .product-box .pro-nav {
        display:none
    }
    .product-page .product-box .product-list ul li {
        width:100%
    }
    .product-page .product-box .product-list {
        margin-top:0
    }
    .product-page .product-box .product-list ul li a p {
        font-size:18px
    }
    .inner-page .concept-text p {
        font-size:16px
    }
    .prodet-page .prodet-1 .big-box .content h4 {
        font-size:26px;
        margin:20px 0
    }
    .prodet-page .prodet-1 .big-box .content .dow {
        display:none
    }
    .prodet-page .prodet-3 .content table {
        white-space:nowrap
    }
    .prodet-page .prodet-3 .content {
        font-size:14px
    }
    .prodet-page .title h2 {
        font-size:24px
    }
    .prodet-page .prodet-2 {
        margin-top:3rem
    }
    .inner-banner h3 {
        font-size:20px
    }
    .p05 .samples .mml-text, .p05 .consultation .mml-text {
        padding:15px 0
    }
    .p05 h2 {
        font-size:24px
    }
    .p05 .stable {
        padding:40px 15px
    }
    .prodet-page .prodet-1 .big-box {
        max-width:100%
    }
    .prodet-page .prodet-1 .big-box .content h3 {
        font-size:16px
    }
    .prodet-page .prodet-1 .big-box .content h4 {
        font-size:20px;
        margin:5px 0
    }
    .culture-page .about-1 {
        padding:50px 0
    }
    .culture-page .about-1 h2 {
        font-size:24px
    }
    .technology-page .part1 .part1-content .service-list ul li .img-bg {
        height:auto
    }
    .technology-page .part1 .part1-content .service-list ul li .img-bg h2, .inner-page h2.title, .inner-page h2.h2 {
        font-size:24px
    }
    .technology-page .i-faq .faq-list {
        padding:30px 0
    }
    .technology-page .i-faq .faq-list dt {
        padding:8px;
        font-size:14px
    }
    .technology-page .i-faq .faq-list dd {
        padding:10px
    }
    .technology-page .i-faq {
        padding:50px 0
    }
    .about-page .about-1 .box .left {
        width:100%;
        padding-right:0
    }
    .about-page .about-1 .box .right {
        width:100%
    }
    .about-page .about-1 .box {
        display:block
    }
    .about-page .top h2 {
        font-size:24px
    }
    .about-page .top h3 {
        font-size:18px
    }
    .about-page .about-2 .list ul {
        margin:-15px
    }
    .about-page .about-2 .list ul li {
        width:50%;
        padding:15px
    }
    .about-page .about-2 .list ul li .flex .content h3, .about-page .about-3 .container .left h2 {
        font-size:24px
    }
    .about-page .about-2 .list ul li .flex .content h3 em {
        font-size:24px
    }
    .about-page .about-2 .list ul li .flex .content p {
        font-size:16px
    }
    .about-page .about-3 .container .left {
        width:100%;
        padding-right:0
    }
    .about-page .about-3 .container .right {
        width:100%;
        padding-left:0
    }
    .about-page .about-3 .container .left p:last-child {
        margin-bottom:30px
    }
    .about-page .about-4 ul li .text {
        width:100%;
        padding-top:3rem
    }
    .about-page .about-4 ul li .img {
        width:100%;
        padding-left:0;
        margin-left:0;
        margin-top:30px
    }
    .about-page .about-4 ul li .text p {
        width:100%
    }
    .about-page .about-4 ul li .text h3 {
        font-size:5rem
    }
    .about-page .about-4 ul {
        margin-right:0
    }
    .about-page .about-4 ul li .text .mores {
        margin-top:3rem
    }
    .about-page .about-5 .left {
        width:100%;
        padding-right:0
    }
    .about-page .about-5 .right {
        width:100%;
        padding-left:0;
        margin-top:20px
    }
    .about-page .about-4 .img {
        margin-top:20px
    }
}