@font-face {
    font-family: 'Helveti';
    src: url(../fonts/Helveti.ttf) format('truetype'), url(../fonts/Helveti.eot) format('eot'), url(../fonts/Helveti.woff) format('woff'), url(../fonts/Helveti.woff2) format('woff2');
}

@font-face {
    font-family: 'Helvetica-Bold';
    src: url(../fonts/Helvetica-Bold.ttf) format('truetype'), url(../fonts/Helvetica-Bold.eot) format('eot'), url(../fonts/Helvetica-Bold.woff) format('woff'), url(../fonts/Helvetica-Bold.woff2) format('woff2');
}

body {
    font-family: "Helveti" !important;
}

.ui.container {
    padding: 0 15px;
    position: relative;
    width: 1200px;
}

#header {
    z-index: 1;
    position: relative;
}

#header .h-top {
    padding: 15px 0;
}

#header .h-top .menu {
    display: flex;
    align-items: center;
}

#header .h-top .menu .logo {
    margin-left: 0;
    margin-right: auto;
}

#header .h-top .menu .lx {
    margin-left: auto;
    margin-right: 0;
}

#header .h-top .menu .lx ul li {
    display: block;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.7);
    line-height: 30px;
    vertical-align: middle;
}

#header .h-top .menu .lx ul li img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    top: -2px;
}

#header .nav {
    display: inline-block;
    width: 100%;
    background: white;
    -webkit-box-shadow: 0 0 10px #CCCCCC;
    -moz-box-shadow: 0 0 10px #CCCCCC;
    box-shadow: 0 0 10px #CCCCCC;
    border-bottom: 5px solid #0089CB;
}

#header .nav .ui.menu {
    display: flex;
    align-items: center;
    margin: 0 auto;
}

#header .nav .ui.menu .menu-box {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0;
    margin-right: auto;
}

#header .nav .ui.menu .menu-box ul.menu>li {
    font-size: 16px;
    color: black;
    -webkit-perspective: 500px;
    perspective: 500px;
    transform-style: preserve-3d;
    z-index: 100;
    float: left;
    position: relative;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    text-transform: uppercase;
}

#header .nav .ui.menu .menu-box ul.menu>li>a {
    display: block;
    line-height: 66px;
    height: 66px;
    padding: 0 32px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

#header .nav .ui.menu .menu-box ul.menu>li:hover>a {
    background: #0089CB;
    color: white;
}

#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu {
    -webkit-perspective: 500px;
    perspective: 500px;
    transform-style: preserve-3d;
    text-align: left;
    position: absolute;
    font-size: 15px;
    background: #fff;
    top: 100%;
    left: -10px;
    width: 210px;
    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;
    transform-origin: 0 0 0;
    opacity: 0;
    transition: transform 0.5s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
    -moz-transition: -moz-transform 0.5s, opacity 0.3s;
    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
    border-bottom: 3px solid #0089CB;
    z-index: 100;
}

#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu li {
    display: block;
    float: none;
    padding: 10px 15px;
    line-height: 30px;
    color: black;
    font-size: 14px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    text-transform: capitalize;
    position: relative;
    border-bottom: 1px solid #eee;
}

#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: #0089CB;
    color: white;
}

#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu ul.sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
}

#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);
}

#header .nav .ui.menu .search-box {
    margin-right: 0;
    margin-left: auto;
    position: relative;
}

#header .nav .ui.menu .search-box input {
    border: 1px solid #868686;
    line-height: 30px;
    padding: 0 40px 0 10px;
    font-size: 14px;
    color: #222;
    width: 220px;
}

#header .nav .ui.menu .search-box input[type="submit"] {
    background-color: transparent;
    background-image: url("../images/tc-zoom.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 15px;
    position: absolute;
    right: 0;
    top: 0px;
    border: none;
    width: 30px;
    padding: 0;
}

#header .nav .ui.menu .search-box input::-webkit-input-placeholder {
    color: rgba(102, 102, 102, 0.47);
    font-size: 14px;
}

#header .nav .ui.menu .search-box input:-moz-placeholder {
    color: rgba(102, 102, 102, 0.47);
    font-size: 14px;
}

#header .nav .ui.menu .search-box input::-moz-placeholder {
    color: rgba(102, 102, 102, 0.47);
    font-size: 14px;
}

#header .nav .ui.menu .search-box input:-ms-input-placeholder {
    color: rgba(102, 102, 102, 0.47);
    font-size: 14px;
}

#banner .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-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;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
}

#banner .slick-arrow:hover {
    background-color: #0089CB;
}

#banner:hover .slick-arrow {
    opacity: 1;
}

#banner .slick-prev {
    background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
    left: 15px;
}

#banner .slick-next {
    background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
    right: 15px;
}

#banner .slick-prev:hover {
    background-image: url("../images/banner-btn-l-1.png");
}

#banner .slick-next:hover {
    background-image: url("../images/banner-btn-r-1.png");
}

#banner ul.slick-dots,
.nivo-controlNav {
    position: absolute;
    bottom: 5%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

#banner ul.slick-dots li,
.nivo-controlNav a {
    width: 30px !important;
    height: 30px !important;
    display: inline-block !important;
    margin: 0 10px !important;
    border-radius: 100% !important;
    border: 6px solid white !important;
    background-color: #707070 !important;
    background-image: none !important;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    cursor: pointer;
    cursor: hand;
}

#banner ul.slick-dots li button {
    display: none;
}

#banner ul.slick-dots li.slick-active,
.nivo-controlNav a.active {
    border-color: #0089CB !important;
    background-color: white !important;
}

#banner .slick-slide .content {
    display: none;
}

#banner .slick-active .content {
    display: block;
}

#banner li {
    position: relative;
}

#banner li .content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#banner li .content .left {
    width: 55%;
}

#banner li .content .left h2 {
    font-size: 40px;
    text-transform: uppercase;
    font-family: "Helvetica-Bold";
    font-weight: bold;
    color: #0089CB;
}

#banner li .content .left p {
    font-size: 20px;
    color: black;
    line-height: 32px;
    margin: 25px 0;
    font-family: "Myriad Pro";
}

#banner li .content .left a {
    display: inline-block;
    line-height: 50px;
    height: 50px;
    font-size: 16px;
    color: white;
    text-transform: uppercase;
    padding: 0 20px;
    background: #0089CB;
    vertical-align: middle;
}

#banner li .content .left a img {
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}

#index-body .init-1 {
    padding: 90px 0 80px;
    display: inline-block;
    width: 100%;
}

#index-body .init-1 .left {
    width: 50%;
    float: left;
}

#index-body .init-1 .left h2 {
    font-family: Helvetica-Bold;
    font-size: 38px;
    color: black;
    text-transform: uppercase;
    line-height: 54px;
}

#index-body .init-1 .left h2 small {
    display: block;
    font-size: 36px;
    color: #0089CB;
    text-transform: none;
}

#index-body .init-1 .left p,
#index-body .init-1 .left .indexh1intro {
    font-size: 16px;
    color: #666;
    line-height: 28px;
    padding: 15px 0;
}

#index-body .init-1 .left .indexh1intro h1 {
    display: inline;
    font-size: 16px;
    color: #666;
}

#index-body .init-1 .left a {
    display: inline-block;
    line-height: 42px;
    height: 42px;
    font-size: 14px;
    color: white;
    padding: 0 20px;
    background: #0089CB;
    vertical-align: middle;
    margin-top: 15px;
}

#index-body .init-1 .left a img {
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}

#index-body .init-1 .right {
    width: 50%;
    float: right;
    position: relative;
}

#index-body .init-1 .right img {
    position: relative;
    right: -20px;
    cursor: pointer;
    cursor: hand;
}

#index-body .init-1 .right #play {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid white;
    color: white;
    font-size: 18px;
    position: absolute;
    top: 15%;
    left: 20%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 100%;
    cursor: pointer;
    cursor: hand;
}

#index-body .init-1 .right:before {
    content: '';
    width: 65%;
    height: 83%;
    position: absolute;
    top: -10%;
    right: -10%;
    background: url("../images/init-1-1-bg.jpg");
    z-index: -1;
}

#index-body .init-1 .right .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

#index-body .init-1 .right .btn a {
    display: inline-block;
    line-height: 42px;
    height: 42px;
    font-size: 14px;
    color: white;
    padding: 0 10px;
    background: #0089CB;
    vertical-align: middle;
    margin: 2px;
}

#index-body .init-2 {
    background: url("../images/init-2-bg.jpg") center;
    display: inline-block;
    width: 100%;
    padding: 60px 0;
}

#index-body .init-2 ul li {
    width: 25%;
    float: left;
    text-align: center;
}

#index-body .init-2 ul li span {
    width: 100px;
    height: 100px;
    display: block;
    background-color: white;
    border-radius: 100%;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

#index-body .init-2 ul li span.img1 {
    background-image: url("../images/icon-t1.png");
}

#index-body .init-2 ul li span.img2 {
    background-image: url("../images/icon-t2.png");
}

#index-body .init-2 ul li span.img3 {
    background-image: url("../images/icon-t3.png");
}

#index-body .init-2 ul li span.img4 {
    background-image: url("../images/icon-t4.png");
}

#index-body .init-2 ul li h2 {
    font-size: 16px;
    color: black;
    line-height: 25px;
    margin-top: 10px;
}

#index-body .init-2 ul li h2 small {
    display: block;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.7);
    line-height: 24px;
    margin-top: 10px;
}

#index-body .init-2 ul li:hover span {
    background-color: #0089CB;
}

#index-body .init-2 ul li:hover span.img1 {
    background-image: url("../images/icon-t1-1.png");
}

#index-body .init-2 ul li:hover span.img2 {
    background-image: url("../images/icon-t2-1.png");
}

#index-body .init-2 ul li:hover span.img3 {
    background-image: url("../images/icon-t3-1.png");
}

#index-body .init-2 ul li:hover span.img4 {
    background-image: url("../images/icon-t4-1.png");
}

#index-body .init-3 {
    padding: 65px 0 55px;
}

#index-body .init-3 .init-3-top h2 {
    font-size: 38px;
    color: black;
    font-family: Helvetica-Bold;
    text-align: center;
    text-transform: uppercase;
}

#index-body .init-3 .init-3-top h2 em {
    color: #0089CB;
}

#index-body .init-3 .init-3-top h2:after {
    content: '';
    width: 70px;
    border-bottom: 3px solid #0089CB;
    margin: 8px auto 0;
    display: block;
}

#index-body .init-3 .init-3-top ul {
    text-align: center;
    padding: 15px 0 30px;
}

#index-body .init-3 .init-3-top ul li {
    font-size: 16px;
    color: #666666;
    display: inline-block;
    padding: 0 15px;
    position: relative;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

#index-body .init-3 .init-3-top ul li:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -2px;
    height: 60%;
    border-left: 1px solid #666;
    -webkit-transform: rotateZ(10deg) translateY(-50%);
    -moz-transform: rotateZ(10deg) translateY(-50%);
    -ms-transform: rotateZ(10deg) translateY(-50%);
    -o-transform: rotateZ(10deg) translateY(-50%);
    transform: rotateZ(10deg) translateY(-50%);
    display: block;
}

#index-body .init-3 .init-3-top ul li:hover,
#index-body .init-3 .init-3-top ul li.active {
    color: #0089CB;
}

#index-body .init-3 .init-3-top ul li:last-child:after {
    display: none;
}

#index-body .init-3 .init-3-bottom {
    display: inline-block;
    width: 100%;
    text-align: center;
}

#index-body .init-3 .init-3-bottom ul {
    margin: -10px;
    display: inline-block;
    width: 100%;
}

#index-body .init-3 .init-3-bottom ul li {
    padding: 10px;
    width: 25%;
    float: left;
}

#index-body .init-3 .init-3-bottom ul li a {
    position: relative;
    display: flex;
    height: 238px;
    overflow: hidden;
    border: 1px solid #eee;
    align-items: center;
}

#index-body .init-3 .init-3-bottom ul li a:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

#index-body .init-3 .init-3-bottom ul li a img {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    -ms-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s;
}

#index-body .init-3 .init-3-bottom ul li a h3 {
    position: absolute;
	display:block !important;
    bottom:-7%;
    left:50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 20px;
    color: #fff;
    text-align: center;
    width:100% !important;
    z-index: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity:.5;
	 background: #0089CB;
}

#index-body .init-3 .init-3-bottom ul li a h3 small {
    display: block;
    font-size: 14px;
    margin: 10px 0;
    line-height: 20px;
}

#index-body .init-3 .init-3-bottom ul li a h3 em {
    width:100%;
    line-height: 38px;
    text-align: center;
    font-size: 28px;
    border: 1px solid #fff;
    display: block;
    margin: 15px auto 0;
    font-weight: bold;
}

#index-body .init-3 .init-3-bottom ul li a:hover img {
    -webkit-transition: 3s;
    -moz-transition: 3s;
    -ms-transition: 3s;
    -o-transition: 3s;
    transition: 3s;
}

/*#index-body .init-3 .init-3-bottom ul li a:hover:after {
    opacity: 1;
}
*/
#index-body .init-3 .init-3-bottom ul li a:hover h3 {
    opacity: 1;
   /* top: 50%;*/
    -webkit-transition: .5s .2s;
    -moz-transition: .5s .2s;
    -ms-transition: .5s .2s;
    -o-transition: .5s .2s;
    transition: .5s .2s;
}

#index-body .init-3 .init-3-bottom a.more {
    display: inline-block;
    line-height: 50px;
    height: 50px;
    font-size: 14px;
    color: white;
    padding: 0 20px;
    background: #0089CB;
    vertical-align: middle;
    margin: 15px auto 0;
}

#index-body .init-3 .init-3-bottom a.more img {
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}

#index-body .init-4 {
    background: url("../images/init-4-bg.png") no-repeat center bottom #fff;
    padding: 100px 0 80px;
    text-align: center;
}

#index-body .init-4 h2 {
    font-size: 28px;
    color: white;
    font-family: Helvetica-Bold;
    line-height: 44px;
    padding: 0 10%;
    text-transform: uppercase;
}

#index-body .init-4 a.more {
    display: inline-block;
    line-height: 40px;
    height: 40px;
    font-size: 14px;
    color: white;
    padding: 0 20px;
    border: 1px solid #0089CB;
    vertical-align: middle;
    margin: 30px auto 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

#index-body .init-4 a.more img {
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}

#index-body .init-4 a.more:hover {
    background: #0089CB;
}

#index-body .init-5 {
    background: url("../images/init-5-bg.jpg") no-repeat center center;
    padding: 40px 0;
}

#index-body .init-5 h2 {
    font-size: 38px;
    color: black;
    font-family: Helvetica-Bold;
    text-align: center;
    text-transform: uppercase;
}

#index-body .init-5 h2 em {
    color: #0089CB;
}

#index-body .init-5 h2:after {
    content: '';
    width: 70px;
    border-bottom: 3px solid #0089CB;
    margin: 8px auto 0;
    display: block;
}

#index-body .init-5 .box {
    display: inline-block;
    width: 100%;
    padding-top: 20px;
}

#index-body .init-5 .box .left {
    width: 55%;
    float: left;
}

#index-body .init-5 .box .left dl dd {
    font-size: 16px;
    color: black;
    background: url("../images/gh.png") no-repeat left center;
    padding: 10px 0 10px 50px;
}

#index-body .init-5 .box .left dl dd em {
    font-family: Helvetica-Bold;
}

#index-body .init-5 .box .left ul {
    margin: -10px;
    padding-top: 15px;
}

#index-body .init-5 .box .left ul li {
    padding: 10px;
    width: 50%;
}

#index-body .init-5 .box .left ul li a {
    display: block;
}

#index-body .init-5 .box .right {
    width: 45%;
    float: right;
    padding-left: 14%;
}

#index-body .init-5 .box .right ul ul.slick-dots {
    text-align: center;
    padding-top: 15px;
}

#index-body .init-5 .box .right ul ul.slick-dots li {
    width: 20px;
    height: 20px;
    background: #bfbfbf;
    margin: 0 6px;
    display: inline-block;
    border-radius: 100%;
}

#index-body .init-5 .box .right ul ul.slick-dots li.slick-active {
    background: #0089CB;
}

#index-body .init-5 .box .right ul ul.slick-dots li button {
    display: none;
}

#index-body .init-6 {
    display: inline-block;
    width: 100%;
    padding: 55px 0 65px;
}

#index-body .init-6 h2 {
    font-size: 38px;
    color: black;
    font-family: Helvetica-Bold;
    text-align: center;
    text-transform: uppercase;
}

#index-body .init-6 h2 em {
    color: #0089CB;
}

#index-body .init-6 h2:after {
    content: '';
    width: 70px;
    border-bottom: 3px solid #0089CB;
    margin: 8px auto 0;
    display: block;
}

#index-body .init-6 .box {
    padding-top: 40px;
}

#index-body .init-6 .box ul li {
    width: 33.33%;
    float: left;
    padding: 15px 15px;
}

#index-body .init-6 .box ul li .newsImg {
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 75%;
}

#index-body .init-6 .box ul li .newsImg a {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.5s;
}

#index-body .init-6 .box ul li .newsImg a:hover {
    transform: scale(1.1);
}

#index-body .init-6 .box ul li .newsText h3 a {
    font-size: 20px;
    color: #000000;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: 10px 0;
}

#index-body .init-6 .box ul li .newsText h3 a:hover {
    color: #0089CB;
}

#index-body .init-6 .box ul li .newsText p {
    font-size: 14px;
    color: #6e7073;
}

#index-body .init-6 .box ul li .content {
    display: block;
}

#index-body .init-6 .box ul li .content .left {
    width: 38%;
    display: inline-block;
    vertical-align: middle;
}

#index-body .init-6 .box ul li .content .left a {
    display: block;
}

#index-body .init-6 .box ul li .content .right {
    width: 62%;
    display: inline-block;
    vertical-align: middle;
    margin-left: -5px;
    padding-left: 25px;
    padding-right: 10px;
}

#index-body .init-6 .box ul li .content .right h3 {
    font-size: 16px;
    color: black;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

#index-body .init-6 .box ul li .content .right h3:hover {
    color: #0089CB;
}

#index-body .init-6 .box ul li .content .right time {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.51);
    margin: 5px 0 10px;
    display: block;
}

#index-body .init-6 .box ul li .content .right time i {
    font-size: 16px;
}

#index-body .init-6 .box ul li .content .right p {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.7);
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 60px;
}

#footer {
    background: #17191e;
}

#footer .footer-top {
    width: 100%;
    padding: 80px 0;
    position: relative;
}

#footer .footer-top ul {
    margin: 0 -5px;
}

#footer .footer-top ul::after {
    content: '';
    display: block;
    clear: both;
}

#footer .footer-top ul li {
    float: left;
    padding: 0 5px;
}

#footer .footer-top ul li dd:nth-child(7)~dd {
    display: none;
}

#footer .footer-top ul li dl {
    padding: 0 5%;
}

#footer .footer-top ul li dl dt {
    font-family: 'Impact';
    color: white;
    text-transform: uppercase;
    font-size: 24px;
    padding-bottom: 10px;
}


/* #footer .footer-top ul li dl dt:after {
    content: '';
    width: 55px;
    border-bottom: 2px solid #0089CB;
    display: block;
    margin-top: 5px;
} */

#footer .footer-top ul li dl dd {
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    padding: 5px 0 5px 20px;
    position: relative;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

#footer .footer-top ul li:nth-child(2) dl dd,
#footer .footer-top ul li:nth-child(3) dl dd {
    border-bottom: 1px solid #2f3035;
    line-height: 2.2;
}

#footer .footer-top ul li:nth-child(2) dl dd i,
#footer .footer-top ul li:nth-child(3) dl dd i {
    background-image: url(../images/foot-icon.png);
    display: block;
    width: 13px;
    height: 13px;
}

#footer .footer-top ul li dl dd i {
    position: absolute;
    top: 13px;
    left: 0;
}

#footer .footer-top ul li dl dd:hover {
    color: #0089CB;
}

#footer .footer-top ul li:nth-child(1) {
    width: 40%;
}

#footer .footer-top ul li:nth-child(1) dl {
    padding: 0;
}

#footer .footer-top ul li:nth-child(1) dl dt {
    margin-top: -5px;
    padding-bottom: 20px;
}

#footer .footer-top ul li:nth-child(1) dl dt:after {
    display: none;
}

#footer .footer-top ul li:nth-child(1) dl dd {
    margin: 5px 0;
    padding-left: 25px;
}

#footer .footer-top ul li:nth-child(1) dl dd i {
    color: #0089CB;
}

#footer .footer-top ul li:nth-child(2) {
    width: 30%;
    padding-left: 30px;
}

#footer .footer-top ul li:nth-child(3) {
    width: 30%;
    padding-left: 30px;
}

#footer .footer-top ul li:nth-child(4) {
    width: 22%;
}

#footer .footer-top ul li:nth-child(4) dl {
    padding: 8px 12%;
}

#footer .footer-top ul li:nth-child(4) dl dd {
    padding-left: 0;
    text-align: center;
}

#footer .footer-top ul li:nth-child(4) dl dd img {
    margin: 0 auto;
}

#footer .footer-top #gotop {
    width: 80px;
    height: 80px;
    text-align: center;
    padding-top: 35px;
    background-color: #0089CB;
    position: absolute;
    bottom: 0px;
    right: 75px;
    cursor: pointer;
}

#footer .footer-bottom {
    line-height: 60px;
    height: 60px;
    background: #0089CB;
}

#footer .footer-bottom .box {
    display: flex;
    align-items: center;
}

#footer .footer-bottom .box p {
    margin-left: 0;
    margin-right: auto;
    font-size: 14px;
    color: #000;
    text-align: center;
    width: 100%;
}

#footer .footer-bottom .box p em {
    color: #0089CB;
}

#footer .footer-bottom .box p a:hover {
    color: #0089CB;
}

#footer .footer-bottom .box ul {
    margin-left: auto;
    margin-right: 0;
}

#footer .footer-bottom .box ul li {
    display: inline-block;
    color: #747474;
    font-size: 16px;
    margin: 0 12px;
}

#footer .lj-box {
    margin-top: 25px;
    padding-left: 5%;
}

#footer .lj-box a {
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    background: none;
    margin-right: 5px;
    font-size: 16px;
}

#footer .lj-box a:nth-of-type(1) {
    background-color: #3c5a9a;
}

#footer .lj-box a:nth-of-type(2) {
    background-color: #009944;
}

#footer .lj-box a:nth-of-type(3) {
    background-color: #0173b2;
}

@media screen and (max-width: 1200px) {
    .ui.container {
        width: 970px;
    }
    #header .nav .ui.menu .menu-box ul.menu>li>a {
        padding: 0 15px;
    }
    #banner .slick-arrow {
        width: 40px;
        height: 60px;
    }
    #index-body .init-1 {
        overflow: hidden;
    }
    #index-body .init-1 .left h2 small {
        font-size: 34px;
    }
    #index-body .init-1 .left p.w1200 {
        display: none;
    }
    #index-body .init-2 {
        padding: 40px 0;
    }
    #index-body .init-3 .init-3-bottom ul li a {
        height: 194px;
    }
    #index-body .init-5 .box .right {
        padding-left: 10%;
    }
    #footer .footer-top ul li:nth-child(2) dl,
    #footer .footer-top ul li:nth-child(3) dl {
        padding: 8px 10%;
    }
    #footer .footer-top ul li:nth-child(4) dl {
        padding: 8px 8%;
    }
    #index-body .init-1 .left h2,
    #index-body .init-3 .init-3-top h2,
    #index-body .init-5 h2,
    #index-body .init-6 h2 {
        font-size: 30px;
    }
    #index-body .init-1 .left h2 small {
        font-size: 26px;
        line-height: normal;
    }
    #index-body .init-3 .init-3-bottom ul li a h3 {
        font-size: 16px;
    }
    #index-body .init-3 .init-3-bottom ul li a h3 em {
        line-height: 30px;
        height: 30px;
    }
    #index-body .init-4 h2 {
        font-size: 24px;
        line-height: 34px;
    }
    #footer .footer-top #gotop {
        top: 10%;
        right: 10px;
    }
    .theme-default .nivo-controlNav {
        display: none !important;
    }
}

.inner-banner {
    position: relative;
    width: 100%;
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 120px;
}

.inner-banner .inner-tit {
    display: none;
}

.inner-page {
    background: #eff3f6;
    padding-bottom: 60px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

.inner-page .page-right-bar h1 {
    color: #e0a00b;
    font-size: 28px;
}

.inner-page .page-right-bar .productdivs {
    line-height: 28px;
    font-size: 14px;
    margin-bottom: 10px;
}

.inner-page .page-right-bar .productdivs a:hover {
    color: #e0a00b;
}

.inner-banner .bread-crumbs {
    padding: 15px 0 10px;
    width: 100%;
    text-align: left;
    background: #0089CB;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
}

.inner-banner .bread-crumbs,
.inner-banner .bread-crumbs a,
.inner-banner .bread-crumbs span {
    font-size: 16px;
    color: white;
}

.inner-banner .bread-crumbs a:first-child {
    font-size: 18px;
}

.inner-banner .bread-crumbs a:hover {
    text-decoration: underline;
}

.inner-page {
    padding-top: 40px;
}

.inner-page .inner-btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    background: #0089CB;
    border: 1px solid #dbe4eb;
    position: absolute;
    right: 100%;
    margin-right: -15px;
    cursor: pointer;
    cursor: hand;
    color: aliceblue;
}

.inner-page .inner-btn em {
    position: absolute;
    top: 100%;
    left: 0;
    white-space: nowrap;
    font-size: 14px;
    color: white;
    background: rgba(0, 0, 0, .3);
    padding: 10px 0;
    margin-top: 10px;
    z-index: 1;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    width: 40px;
    padding: 10px 13px\0;
    #padding: 10px 13px;
    white-space: normal\0;
    #white-space: normal;
    word-break: break-all\0;
    #word-break: break-all;
    line-height: 15px\0;
    #line-height: 15px;
}

.inner-page.active .inner-btn em {
    opacity: 1;
}

.inner-page .inner-btn em:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgba(0, 0, 0, .3);
}

.inner-page .sidebar {
    width: 23.3%;
    overflow: hidden;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.inner-page.active .sidebar {
    width: 0;
}

.inner-page .sidebar .side-top,
.inner-page .sidebar .side-contact {
    padding: 26px 26px 32px 20px;
    background: #fff;
    border: 1px solid #dbe4eb;
}

.inner-page .sidebar .side-tit {
    color: #000000;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.inner-page .sidebar .side-top .side-menu {
    padding: 8px 0;
}

.inner-page .sidebar .side-top .side-menu li {
    margin-bottom: 3px;
    position: relative;
}

.inner-page .sidebar .side-top>.side-menu>li>a {
    font-weight: bold;
}

.inner-page .sidebar .side-top .side-menu li a {
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    background: #fafafa;
    color: #000000;
    font-size: 14px;
    padding: 0 15px 0 20px;
    display: block;
}

.inner-page .sidebar .side-top .side-menu li i:after {
    content: "\f067";
    position: absolute;
    right: 3px;
    top: 0;
    font-size: 14px;
    font-family: "FontAwesome";
}

.inner-page .sidebar .side-top .side-menu li a.active1.active i:after {
    content: "\f068";
    color: white;
}

.inner-page .sidebar .side-top .side-menu li a.active1 i:after {
    content: "\f068";
    color: black;
}

.inner-page .sidebar .side-top .side-menu li .children {
    display: none;
}

.inner-page .sidebar .side-top .side-menu li .children li a {
    padding-left: 30px;
    position: relative;
}

.inner-page .sidebar .side-top .side-menu li .children li a:after {
    content: '-';
    position: absolute;
    left: 20px;
    top: 0;
    color: inherit;
}

.inner-page .sidebar .side-top .side-menu li a:hover,
.inner-page .sidebar .side-top .side-menu li a.active,
.inner-page .sidebar .side-top .side-menu li.current-cat>a,
.inner-page .sidebar .side-top .side-menu li a:hover+.children:after {
    background: #0089CB;
    color: #fff;
}

.inner-page .sidebar .side-top .side-menu li li a:hover,
.inner-page .sidebar .side-top .side-menu li li a.active,
.inner-page .sidebar .side-top .side-menu li li.current-cat a,
.inner-page .sidebar .side-top .side-menu li li a:hover+.children:after {
    background: #868585;
    color: #fff;
}

.procat-tit {
    color: #e0a00b;
    font-size: 1.2rem !important;
}

.inner-page .sidebar .side-contact {
    margin-top: 19px;
    padding-right: 35px;
    padding-left: 19px;
}

.inner-page .sidebar .side-contact .side-tit {
    margin-bottom: 13px;
}

.inner-page .sidebar .side-contact li:first-child {
    border-top: 1px dashed #d1d1d1;
}

.inner-page .sidebar .side-contact li {
    padding: 20px 0 18px;
    border-bottom: 1px dashed #d1d1d1;
}

.inner-page .sidebar .side-contact li i.icon {
    float: left;
    width: 8%;
    font-size: 16px;
}

.inner-page .sidebar .side-contact li span {
    float: right;
    width: 88%;
    font-size: 14px;
    color: #000000;
}

.inner-page .page-right-bar {
    width: 74%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.inner-page.active .page-right-bar {
    width: 100%;
    padding-left: 15px;
}

.inner-page .page-right-bar .bucuodes a {
    color: rgba(0, 0, 0, 0.87);
}

.inner-page .piclist li {
    float: left;
}

.inner-page .piclist li .litit {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    text-align: center;
    margin-top: 10px;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    text-transform: uppercase;
}

.inner-page .piclist li .liintro {
    font-size: 14px;
    color: #333;
    margin-top: 6px;
}

.inner-page .piclist li:hover .litit {
    color: #0089CB;
}

.about-page .about-artical img {
    width: auto;
    max-width: 100%;
}

.about-page .about-artical p {
    font-size: 16px;
    line-height: 1.8em;
    margin-top: 15px;
}

.product-page .piclist .product-list {
    display: inline-block;
    width: 100%;
}

.product-page .piclist li {
    margin-right: 3%;
    margin-bottom: 30px;
    width: 31.32%;
}

.product-page .piclist li .img-box {
    max-height: 232px;
}

.product-page .piclist li .img-box img {
    position: relative;
    top: 0;
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    -ms-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s;
}

.product-page .piclist li:hover .img-box img {
    -webkit-transition: 3s;
    -moz-transition: 3s;
    -ms-transition: 3s;
    -o-transition: 3s;
    transition: 3s;
}

.product-page .piclist li:nth-child(3n) {
    margin-right: 0;
}

.product-page.active .piclist li,
.lg-page.active .piclist li {
    width: 23.5%;
    margin-right: 2%;
}

.product-page.active .piclist li:nth-child(3n),
.lg-page.active .piclist li:nth-child(3n) {
    margin-right: 2%;
}

.product-page.active .piclist li:nth-child(4n),
.lg-page.active .piclist li:nth-child(4n) {
    margin-right: 0;
}

.product-page .piclist li h3 {
    color: #000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.product-page .piclist li.yd {
    border: 1px solid #0089CB;
}

.product-page .piclist li.yd h3 {
    margin-top: 0;
    border-top: none;
    background: #0089CB;
    color: white;
    padding: 10px;
}

.product-page .piclist li.yd h3 a {
    color: inherit;
}

.product-page .piclist li .layer-box {
    display: none !important;
}

.i-pro-load-img {
    position: absolute;
    top: 100px;
    left: 50%;
    width: auto;
    height: auto;
    margin: 0 0 0 -15px;
    width: 30px;
}

.product-page .piclist li h3 {
    display: block;
    text-align: left;
    padding-top: 15px;
    border-top: 1px solid #000;
    font-size: 15px;
    margin-top: 16px;
}

.product-page .piclist li h3 a {
    color: #333;
    font-family: roboto;
    font-size: 16px;
}

.prodet-page {
    background: white;
}

.prodet-page .product-details .prodet-top-l {
    width: 45%;
}

.prodet-page .product-details .prodet-top-l img {
    width: 100%;
}

.prodet-page .product-details .prodet-top-l ul.image-gallery {
    margin-top: 20px;
}

.prodet-page .product-details .prodet-top-l ul.image-gallery li {
    float: left;
    width: 15%;
    margin-right: 10px;
    cursor: pointer;
    border: 1px solid #ddd;
    padding: 0;
}

.prodet-page .product-details .prodet-top-r {
    position: relative;
    width: 50%;
}

.prodet-page .product-details .prodet-top-r h1.protit {
    color: #333;
    font-size: 16px;
    text-transform: uppercase;
}

.prodet-page .product-details .prodet-top-r .prodetail {
    margin: 20px 0 60px;
    font-size: 14px;
}

.prodet-page .product-details .prodet-top-r .prodetail p {
    line-height: 2em;
}

.prodet-page .product-details .prodet-top-r a.pro-mes {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
    width: 195px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #0089CB;
    display: inline-block;
}

.prodet-page .product-details .prodet-top-r a.pro-mes:hover {
    background: #000;
}

.prodet-page .product-details .prodet-top-r a#pdf-down {
    background: #999;
}

.prodet-page .product-details .prodet-top-r a#pdf-down:hover {
    background: #0089CB;
}

.prodet-page .pro-title {
    width: 150px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    background: #0089CB;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 15px;
}

.prodet-page .prodet-details {
    margin-top: 50px;
    margin-bottom: 20px;
}

.prodet-page .prodet-details,
.prodet-page .prodet-top,
.prodet-page .recommend-product,
.prodet-page .cn-form {
    display: inline-block;
    width: 100%;
}

.prodet-page .prodet-details p {
    line-height: 2em;
    font-size: 14px;
}

.prodet-page .prodet-details table {
    width: 100% !important;
}

.prodet-page .prodet-details table td,
.prodet-page .prodet-details table th {
    padding: 5px 10px;
}

.prodet-page .prodet-details .optison li {
    padding: 0 5px;
}

.prodet-page .prodet-details .optison ul {
    margin: 0 -5px;
}

.prodet-page .prodet-details .optison li a {
    line-height: 40px;
    height: 40px;
    background: #eee;
    color: block;
    text-align: center;
    font-size: 16px;
    display: block;
    transition: 0.2s ease;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
}

.prodet-page .prodet-details .optison li.active a,
.prodet-page .prodet-details .optison li:hover a {
    background: #0089CB;
    color: white;
}

.prodet-page .prodet-details .rel {
    padding-top: 40px;
}

.prodet-page .prodet-details .rel>div {
    display: none;
}

.prodet-page .prodet-details .rel>.rel1 {
    display: block;
}

.news-page .newslist li {
    padding: 0 10px 8px 20px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}

.news-page .newslist li .new-l {
    width: 25%;
    float: none;
    display: inline-block;
    vertical-align: middle;
}

.news-page .newslist li .new-l img {
    width: 100%;
}

.news-page .newslist li .new-r {
    width: 75%;
    padding-left: 3%;
    float: none;
    display: inline-block;
    margin-left: -4px;
    vertical-align: middle;
}

.news-page .newslist li .new-r h3 {
    font-size: 16px;
    font-weight: 600;
    color: #555;
    transition: 0.2s ease;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
}

.news-page .newslist li .new-r i.new-update,
.news-page .newslist li .new-r p.new-abst {
    color: #777;
    font-size: 13px;
}

.news-page .newslist li .new-r i.new-update {
    display: block;
    margin: 10px 0;
}

.news-page .newslist li .new-r p.new-abst {
    line-height: 1.8em;
    font-size: 14px;
}

.news-page .newslist li .new-r:hover h3 {
    color: #0089CB;
}

.news .news_title h1 {
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #333;
}

.news .news_date {
    font-size: 13px;
    line-height: 22px;
    text-align: center;
    border-bottom: 1px solid #CCC;
    padding-bottom: 5px;
}

.news .news_abst {
    border-bottom: 1px dashed #CCC;
    padding: 10px 0;
    font-size: 14px;
}

.news .news_abst p {
    display: inline-block;
}

.news .news_contents {
    color: #000;
    font-size: 14px;
    line-height: 24px;
    clear: both;
    margin-top: 10px;
    border-bottom: 1px dashed #CCC;
    padding: 20px 0;
}

.news .news_contents a {
    color: #000;
    font-size: 16px;
    line-height: 24px;
}

.news .news_contents p,
.news .news_contents div,
.news .news_contents span,
.news .news_contents table {
    color: #000;
    font-size: 14px;
    line-height: 24px;
    clear: both;
}

.news .news_next {
    width: 99%;
    margin-top: 0px;
    padding-left: 5px;
    border-top: 0px solid #CCC;
    text-align: left;
    padding-top: 10px;
}

.news .news_next a {
    width: 100%;
    height: 25px;
    line-height: 25px;
    color: #999;
    font-size: 15px;
    margin-left: 5px;
}

.news .news_next a:hover {
    width: 100%;
    height: 25px;
    line-height: 25px;
    color: #000000;
}

.news .newsnav {
    margin-bottom: 150px;
}

.contact-page {
    padding-top: 0;
    padding-bottom: 0;
}

.contact-page img {
    width: auto;
}

.side-contact-btn {
    background: #0089CB;
    color: #fff;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    text-align: center;
    margin-top: 30px;
    display: block;
}

.side-contact-btn:hover {
    background: #222;
    color: #fff;
}

.contact-page .cn-form {
    width: 67%;
    float: left;
    padding: 25px 35px 15px;
}

.contact-page .contact-details {
    background: #fff;
    width: 30%;
    padding: 30px;
    border: 6px solid #f2f2f2;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
}

.contact-page .contact-details h3.contact-title {
    font-weight: 600;
    font-size: 22px;
    border-bottom: 1px dashed #dcdcdc;
    margin-bottom: 20px;
    color: #444;
    padding-bottom: 15px;
}

.contact-page .contact-details .contact-list h5 {
    margin-bottom: 10px;
    color: #222;
    font-size: 16px;
    font-weight: 600;
}

.contact-page .contact-details .contact-list p {
    font-size: 14px;
    line-height: 2em;
}

.contact-page .contact-details .contact-list a {
    color: #333;
}

.contact-page .contact-details .contact-list a:hover {
    color: #0250a9;
}

.lg-page .piclist li {
    cursor: pointer;
    margin-right: 3%;
    margin-bottom: 30px;
    width: 31.32%;
}

.lg-page .piclist li:nth-child(3n) {
    margin-right: 0;
}

.lg-page .piclist li img {
    width: 100%;
}

.lg-page .piclist li h3 {
    text-align: center;
    font-size: 14px;
    color: #333;
    margin-top: 10px;
}

.case-page .case-list li {
    margin-bottom: 18px;
    padding: 10px;
    background: #F5F5F5;
}

.case-page .case-list li img {
    float: left;
    width: 30%;
}

.case-page .case-list li .fr {
    width: 65%;
}

.case-page .case-list li .fr h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    color: #0089CB;
    text-transform: uppercase;
    margin: 15px 0 30px;
}

.case-page .case-list li .fr p {
    font-size: 13px;
    color: #222;
    line-height: 1.8em;
}

.cn-form {
    width: 100%;
    height: auto;
    padding: 35px 45px 25px;
    border: 1px solid #dddddd;
    background: #fff;
}

.cn-form p {
    font-size: 18px;
    padding: 10px 0;
    color: #666;
}

.cn-form .formtit {
    margin-bottom: 26px;
    font-size: 22px;
    line-height: 23px;
    color: #444;
    text-align: center;
    padding-bottom: 18px;
    background: url(../images/form-tit-bg.jpg) no-repeat center bottom;
}

.cn-form li {
    margin-bottom: 13px;
    color: #444;
}

.cn-form li label {
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
}

.cn-form .btnTjly {
    font-size: 15px;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    width: 100%;
    height: 38px;
    background: #0089CB;
    border: none;
    cursor: pointer;
    color: #fff;
}

.cn-form .btnTjly:hover {
    background: #000;
}

.cn-form .m-form-l {
    width: 49%;
}

.cn-form .m-form-l li .iptTxt {
    font-size: 13px;
    padding: 0 15px;
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    width: 100%;
    border: 1px solid #dedede;
    height: 40px;
    outline: none;
    background: #fff;
    color: #777;
}

.cn-form .m-form-l li .iptTxt:focus {
    border-color: #e9322d;
    box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
    -webkit-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
    -moz-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
    -ms-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
    -o-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
    outline: 0;
    background: rgba(255, 43, 66, 0.04);
}

.cn-form .m-form-l li .txtAre {
    width: 95%;
    height: 383px;
    border: 1px solid #dedede;
    outline: none;
    resize: none;
    padding: 14px;
    color: #ccc;
    line-height: 18px;
}

.cn-form .m-form-r {
    width: 49%;
}

.cn-form .m-form-r textarea {
    height: 315px;
    width: 100%;
    border: 1px solid #dedede;
    font-size: 13px;
    padding: 10px 15px;
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
}

.cn-form .m-form-r textarea:focus {
    border-color: #e9322d;
    box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
    -webkit-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
    -moz-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
    -ms-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
    -o-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
    outline: 0;
    background: rgba(255, 43, 66, 0.04);
}

.cn-form div.wpcf7 .ajax-loader {
    display: block;
    margin: 0 auto;
    width: auto;
    background-repeat: no-repeat;
    background-position: center;
}

.cn-form .yzm img {
    width: 19.4%;
    display: inline-block;
}

.cn-form .yzm input {
    font-size: 13px;
    padding: 0 15px;
    width: 75.6%;
    border: 1px solid #dedede;
    height: 30px;
    outline: none;
    background: #fff;
    color: #777;
}

::-webkit-input-placeholder {
    color: #777;
}

:-moz-placeholder {
    color: #777;
}

::-moz-placeholder {
    color: #777;
}

:-ms-input-placeholder {
    color: #777;
}

.recommend-product {
    margin: 50px 0;
}

.recommend-product ul li {
    float: left;
    width: 23%;
    margin-left: 2.6%;
}

.recommend-product ul li p {
    color: #222;
    margin-top: 8px;
    text-align: center;
}

.recommend-product ul li:first-child {
    margin-left: 0;
}

.recommend-product ul li .zoom-pic {
   height: 197.13px; 
    display: block;
	position:relative
}
.recommend-product ul li .zoom-pic  img{
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

}

.recommend-product ul li a img {
    position: relative;
    top: 0;
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    -ms-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s;
}

.recommend-product ul li:hover a img {
    -webkit-transition: 3s;
    -moz-transition: 3s;
    -ms-transition: 3s;
    -o-transition: 3s;
    transition: 3s;
}

.zoom-box {
    position: relative;
}

.zoom-box .pic-zoom {
    opacity: 0;
    filter: alpha(opacity=0);
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6) url(../images/zoom.png) no-repeat center center;
}

.zoom-box:hover .pic-zoom {
    opacity: 1;
    filter: alpha(opacity=1);
}

.zoom-pic {
    overflow: hidden;
}

.zoom-pic img {
    transition: 0.6s ease;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -ms-transition: 0.6s ease;
    -o-transition: 0.6s ease;
}

.zoom-pic img:hover {
    transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
    -webkit-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
    -moz-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
    -ms-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
    -o-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
}

.white-zoom {
    position: relative;
}

.white-zoom:after {
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    content: '';
    position: absolute;
    z-index: 2;
    width: 1px;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    left: 50%;
    top: 50%;
}

@media screen and (min-width: 768px) {
    .around-line>li {
        float: left;
        position: relative;
        cursor: pointer;
    }
    .around-line>li>a {
        color: #fff;
        display: block;
        text-decoration: none;
    }
    .around-line>li:before,
    .around-line>li:after {
        content: '';
        opacity: 0;
        filter: alpha(opacity=0);
        transition: 0.5s ease;
        -webkit-transition: 0.5s ease;
        -moz-transition: 0.5s ease;
        -ms-transition: 0.5s ease;
        -o-transition: 0.5s ease;
        position: absolute;
    }
    .around-line>li:before {
        top: 0;
        left: 0;
        right: 100%;
        bottom: 100%;
        border-top: 1px solid rgba(0, 148, 217, 0.8);
        border-left: 1px solid rgba(0, 148, 217, 0.8);
    }
    .around-line>li:after {
        right: 0;
        bottom: 0;
        top: 100%;
        left: 100%;
        border-bottom: 1px solid rgba(0, 148, 217, 0.8);
        border-right: 1px solid rgba(0, 148, 217, 0.8);
    }
    .around-line>li:hover:before {
        bottom: 0;
        right: 0;
        opacity: 1;
        filter: alpha(opacity=100);
    }
    .around-line>li:hover:after {
        top: 0;
        left: 0;
        opacity: 1;
        filter: alpha(opacity=100);
    }
    .around-line>li.active:before {
        bottom: 0;
        right: 0;
        opacity: 1;
        filter: alpha(opacity=100);
    }
    .around-line>li.active:after {
        top: 0;
        left: 0;
        opacity: 1;
        filter: alpha(opacity=100);
    }
}

.m-page {
    text-align: center;
    line-height: 22px;
    font-size: 0;
    letter-spacing: -0.307em;
    word-wrap: normal;
    white-space: nowrap;
    color: #138bdf;
}

.m-page a,
.m-page span {
    display: inline-block;
    vertical-align: top;
    padding: 2px 10px;
    margin-left: -1px;
    border: 1px solid #ddd;
    font-size: 14px;
    letter-spacing: normal;
    text-shadow: 0 1px #fff;
    background: #fff;
    -webkit-transition: background-color 0.1s;
    -moz-transition: background-color 0.1s;
    -ms-transition: background-color 0.1s;
    -o-transition: background-color 0.1s;
    transition: background-color 0.1s;
}

.m-page a {
    text-decoration: none;
    color: #000;
}

.m-page a:first-child {
    margin-left: 0;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.m-page a:last-child {
    margin-right: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.m-page a:hover {
    color: #fff;
    background: #0089CB;
}

.m-page a:active {
    background: #0089CB;
}

.m-page span.current,
.m-page span.current:hover,
.m-page span.current:active {
    cursor: default;
    color: #fff;
    background: #0089CB;
}

#pic-zoom,
.zoom-pic {
    border: 1px solid #ddd;
}

div.wpcf7 img.ajax-loader {
    width: auto;
    display: block;
    margin: 5px auto 0;
}

.inner-tit {
    text-transform: uppercase;
    font-size: 48px;
    color: #fff;
}

.faq-page .faq-list dt {
    font-size: 16px;
    color: #0089CB;
    margin-bottom: 10px;
}

.faq-page .faq-list dd {
    font-size: 14px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ddd;
}

.visit-head {
    text-align: center;
    margin: 34px 0 45px;
}

.visit-head h3 {
    font-size: 24px;
    color: #000000;
}

.visit-head p {
    color: #666666;
    margin-top: 4px;
}

.c-jtgj {
    margin-bottom: 50px !important;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.c-jtgj>.column {
    width: 33.3333%;
    float: left;
}

.c-jtgj>.column .img {
    width: 89px;
    height: 89px;
    line-height: 109px;
    overflow: hidden;
    border: 2px solid #aec0cd;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    text-align: center;
}

.c-jtgj>.column .img img {
    display: inline-block;
    margin: 0 auto;
}

.c-jtgj>.column h3 {
    color: #666666;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 18px 0 13px;
}

.c-jtgj>.column p {
    color: #666666;
    font-size: 16px;
    line-height: 24px;
}

.product-yd-box {
    padding-bottom: 40px;
    margin-top: -40px;
    padding-top: 40px;
    background: white;
    margin-bottom: 40px;
}

.product-yd-box ul {
    margin: -10px;
}

.product-yd-box ul li {
    padding: 10px;
}

.product-yd-box ul li a {
    display: block;
    border: 1px solid #eee;
}

.product-yd-box ul li a h4 {
    line-height: 40px;
    height: 40px;
    padding: 0 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background: #eee;
    transition: .5s;
    color: #666;
    position: relative;
    z-index: 1;
    font-size: 14px;
    text-align: center;
}

.product-yd-box ul li a:hover h4 {
    background: #0089CB;
    color: white;
}

.loading {
    width: 250px;
    height: 4px;
    border-radius: 2px;
    margin: 0 auto;
    margin-top: 100px;
    position: relative;
    background: #0089CB;
    -webkit-animation: changeBgColor 1.04s ease-in infinite alternate;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.loading span {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #0089CB;
    position: absolute;
    margin-top: -7px;
    margin-left: -60px;
    -webkit-animation: changePosition 1.04s ease-in infinite alternate;
}

@-webkit-keyframes changeBgColor {
    0% {
        background: #0089CB;
    }
    100% {
        background: #0089CB;
    }
}

@-webkit-keyframes changePosition {
    0% {
        background: #0089CB;
    }
    100% {
        margin-left: 60px;
        background: #0089CB;
    }
}

#mobile {
    position: fixed;
    top: 0;
    left: -280px;
    width: 280px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    display: none;
    z-index: 20;
}

#mobile:before {
    content: '';
    width: 200vh;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.13);
    z-index: -1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

#mobile #menu-on {
    width: 40px;
    height: 40px;
    background: #e2e2e2;
    position: absolute;
    left: 100%;
    top: 0;
    cursor: pointer;
    cursor: hand;
}

#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%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-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: 100vh;
    display: block;
    background: #222;
    padding: 40px 10%;
    overflow-y: auto;
    color: white;
}

#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: #0089CB;
    text-decoration: underline;
}

#mobile .menu-content .menu-list ul li li a {
    position: relative;
    padding-left: 15px;
    font-size: 13px;
    line-height: 18px;
    text-transform: capitalize;
}

#mobile .menu-content .menu-list ul li li a:after {
    content: '';
    width: 6px;
    height: 1px;
    background: white;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#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: black;
}

#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: white;
    font-size: 14px;
    margin-right: 3px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

#mobile .menu-content .mob-share ul li:hover {
    background: #0089CB;
}

#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);
    -o-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);
    -o-transform: translateX(-50%) rotateZ(-45deg);
    transform: translateX(-50%) rotateZ(-45deg);
    top: 28px;
    margin-left: 3px;
}

#mobile.white .menu-content {
    background: white;
    color: black;
}

#mobile.white .menu-content .menu-list ul li li a:after {
    background: black;
}

#mobile.white .menu-content .mob-search form input {
    border: 1px solid black;
}

#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) {
    .ui.container {
        width: 700px;
    }
    #header {
        display: none;
    }
    #mobile {
        display: block;
    }
    #index-body .init-1 {
        padding: 60px 0;
    }
    #index-body .init-1 .left h2,
    #index-body .init-3 .init-3-top h2,
    #index-body .init-5 h2,
    #index-body .init-6 h2 {
        font-size: 24px;
        line-height: 30px;
    }
    #index-body .init-1 .left h2 small {
        font-size: 18px;
    }
    #index-body .init-2 ul li {
        width: 50%;
        padding: 10px;
    }
    #index-body .init-2 ul {
        margin: -10px;
    }
    #footer .footer-top ul li:nth-child(1) {
        width: 100%;
        padding-bottom: 30px;
    }
    #footer .footer-top ul li:nth-child(2),
    #footer .footer-top ul li:nth-child(3) {
        width: 50%;
        padding: 0;
    }
    #footer .footer-top ul li:nth-child(2) dl,
    #footer .footer-top ul li:nth-child(3) dl {
        padding: 0;
        border: none;
    }
    #footer .footer-top ul li:nth-child(4) {
        display: none;
    }
    #footer .footer-bottom .box ul {
        display: none;
    }
    .inner-page .sidebar,
    .inner-page .inner-btn {
        display: none;
    }
    .inner-page .page-right-bar {
        width: 100%;
    }
    .product-yd-box ul li {
        width: 33.33% !important;
    }
}

@media screen and (max-width: 700px) {
    .ui.container {
        width: 100%;
    }
    #index-body .init-1 .left {
        width: 100%;
        float: none;
    }
    #index-body .init-1 .right {
        float: none;
        width: 100%;
        padding-top: 40px;
    }
    #index-body .init-1 .right img {
        right: 0;
    }
    #index-body .init-1 {
        padding: 40px 0;
    }
    #index-body .init-2 ul li {
        width: 100%;
    }
    #index-body .init-4 h2 {
        font-size: 20px;
        line-height: 28px;
    }
    #index-body .init-5 .box .right {
        padding-left: 0;
        width: 100%;
        float: none;
        padding-top: 20px;
    }
    #index-body .init-5 .box .left {
        width: 100%;
        float: none;
    }
    #index-body .init-5 .box .right ul {
        margin: -5px;
    }
    #index-body .init-5 .box .right ul li {
        padding: 5px;
    }
    #index-body .init-6 .box ul li {
        width: 100%;
        float: none;
    }
    #index-body .init-6 .box ul li .content .right p {
        -webkit-line-clamp: 2;
        height: 40px;
    }
    .lg-page .piclist li,
    .product-page .piclist li {
        width: 50%;
        margin-right: 0 !important;
        padding: 10px;
    }
    .lg-page .piclist ul,
    .product-page .piclist ul {
        margin: -10px;
    }
    .product-yd-box ul li {
        width: 50% !important;
    }
    .prodet-page .prodet-details .optison li a {
        font-size: 14px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .cn-form .m-form-l,
    .cn-form .m-form-r {
        width: 100%;
        float: none;
    }
    .cn-form li.pcsb {
        display: none;
    }
    .cn-form li.wpsb {
        display: block;
    }
    .cn-form .m-form-r textarea {
        height: 200px !important;
    }
    .cn-form,
    .contact-page .cn-form {
        padding: 15px;
    }
    .cn-form .formtit {
        margin-bottom: 0;
    }
    .recommend-product ul li {
        width: 50% !important;
        margin: 0 !important;
        padding: 5px;
        letter-spacing: 0;
        display: inline-block;
        float: none;
    }
    .recommend-product ul {
        margin: -5px;
        letter-spacing: -4px;
    }
    .news-page .newslist li .new-r {
        padding-left: 0;
        width: 100%;
        padding-top: 15px;
        margin: 0;
    }
    .news-page .newslist li .new-l {
        width: 100%;
    }
    .c-jtgj>.column {
        width: 100% !important;
        margin-bottom: 10px;
    }
    .c-jtgj>.column .img {
        width: 60px;
        height: 60px;
    }
    .c-jtgj {
        margin-bottom: 20px !important;
    }
    #footer .footer-bottom {
        line-height: 20px;
        height: auto;
        text-align: center;
        padding: 8px 0;
    }
}
.pro_next{
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 50px;
}
.pro_next a:hover{
    color: #0089CB;
}