@charset "UTF-8";

/*!
 * main.css
 * Version - 1.0.0
 *
 * Copyright (c) 2019
 */

.mold-header{ margin: 0; border-color: #e5e5e5; background: #fff; }
.mold-header .navbar-brand{ height: 64px; padding: 15px; display: block; }
.mold-header .navbar-brand img{ height: 100%; }
.mold-header .navbar-toggle{ width: 34px; height: 34px; padding: 0; margin: 15px; border-color: #06a239; border-radius: 0; }
.mold-header .navbar-toggle .icon-bar{ height: 1px; border-radius: 0; background: #06a239; -webkit-transition: all 0.5s; transition: all 0.5s; }
.mold-header .navbar-toggle .icon-bar+.icon-bar{ margin-top: 5px; }
.mold-header .navbar-toggle.x.collapsed .icon-bar{ margin-left: 5px; }
.mold-header .navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) { -webkit-transform: rotate(0); -ms-transform: rotate(0); transform: rotate(0); }
.mold-header .navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) { opacity: 1; filter: alpha(opacity=100); }
.mold-header .navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) { width: 15px; -webkit-transform: rotate(0); -ms-transform: rotate(0); transform: rotate(0); }
.mold-header .navbar-toggle.x .icon-bar{ margin-left: 8px; }
.mold-header .navbar-toggle.x .icon-bar:nth-of-type(1) { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); -webkit-transform-origin: 10% 10%; -ms-transform-origin: 10% 10%; transform-origin: 10% 10%; }
.mold-header .navbar-toggle.x .icon-bar:nth-of-type(2) { opacity: 0; filter: alpha(opacity=0);  }
.mold-header .navbar-toggle.x .icon-bar:nth-of-type(3) { width: 22px; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-transform-origin: 10% 90%; -ms-transform-origin: 10% 90%; transform-origin: 10% 90%; }
.mold-header .navbar-collapse{ border-color: #e5e5e5; }
.mold-header .navbar-nav{ margin: 10px 0; }
.mold-header .navbar-nav li{ border-bottom: 1px solid #e5e5e5; }
.mold-header .navbar-nav li a{ padding: 10px 15px; color: #383838; }
.mold-header .navbar-nav li p{ position: relative; margin: 0; }
.mold-header .navbar-nav li p::before,
.mold-header .navbar-nav li p::after{ position: absolute; z-index: 1; background: #606060; content: ''; }
.mold-header .navbar-nav li p::before{ top: 10px; right: 0; width: 13px; height: 1px; }
.mold-header .navbar-nav li p::after{ top: 3.5px; right: 6.5px; width: 1px; height: 13px; }
.mold-header .navbar-nav li:nth-of-type(1) p::before,
.mold-header .navbar-nav li:nth-of-type(1) p::after{ opacity: 0; filter: alpha(opacity=0); }
.mold-header .navbar-nav li a:focus,
.mold-header .navbar-nav li a:hover,
.mold-header .navbar-nav li.open a,
.mold-header .navbar-nav li.open a:focus,
.mold-header .navbar-nav li.open a:hover { background-color: transparent; }
.mold-header .navbar-nav li.open a p::after,
.mold-header .navbar-nav li.open a:focus p::after,
.mold-header .navbar-nav li.open a:hover p::after{ opacity: 0; filter: alpha(opacity=0); }
.mold-header .navbar-nav li.open .dropdown-menu{ margin: -0.25% 0; border-top: 1px solid #e5e5e5; overflow: hidden; }
.mold-header .navbar-nav li.open .dropdown-menu li{ width: 49.5%; margin: 0.25%; float: left; border-bottom: 0;  }
.mold-header .navbar-nav li.open .dropdown-menu li a{ padding: 6px 20px; font-size: 12px; background: #e5e5e5; }
.mold-header .navbar-nav li.open .dropdown-menu li a:focus,
.mold-header .navbar-nav li.open .dropdown-menu li a:hover{ background: #06a239; color: #fff; }
.mold-header .navbar-form{ margin: 0 0 15px 0; padding: 0; overflow: hidden; }
.mold-header .form-control{ width: 90%; height: 36px; padding: 7px 10px; float: left; border-right: 0; border-color: #ddd; border-radius: 0; box-shadow: none; -webkit-box-shadow: none; }
.mold-header .btn-default{ width: 10%; height: 36px; border-left: 0; border-color: #ddd; border-radius: 0; background: transparent url(../images/searchs.png) no-repeat center; background-size: auto 20px;  }

.code-header{ display: none; }

.banner{ margin-top: 64px; }
.banner img{ width: 100%; display: block; }
.banner .carousel-indicators{ bottom: 0; }
.banner .carousel-indicators li{ width: 22px; height: 1px; margin: 0 3px; border: 0; border-radius: 0; background: #fff; opacity: 1; }
.banner .carousel-indicators .active{ background: #06a239; opacity: 1; }
.banner .carousel-control{ width: 7%; opacity: 0; }
.banner:hover .carousel-control{ opacity: 0.5; }

.catalog{ padding: 15px 0; background: #313131; }
.catalog-group{ width: 25%; float: left; }
.catalog-group .catalog-heading{ line-height: 24px; text-align: center; font-size: 13px; margin-top: 0; margin-bottom: 5px; }
.catalog-group .catalog-heading a{ color: #fff; }
.catalog-group .catalog-heading a:hover{ color: #06a239; }
.catalog-group .catalog-list{ display: none; }
.catalog-group:last-child{ width: 100%; }
.catalog-group:last-child .catalog-heading{ display: none; }
.catalog-group address{ line-height: 20px; text-align: center; font-size: 12px; color: #cacaca; margin-bottom: 0; }
.copyright{ padding: 10px 0; text-align: center; line-height: 20px; font-size: 12px; color: #b3b3b3; background: #1b1b1b; }
.copyright a{ color: #cdcdcd; }
.copyright a:hover{ color: #06a239; }
.copyright p{ margin: 0; text-align: center; }

@media (min-width: 750px) {
	.mold-header .navbar-brand{ height: 76px; padding: 18px 15px; }
	.mold-header .navbar-toggle{ width: 40px; height: 40px; margin: 18px 15px; }
    .mold-header .navbar-toggle.x.collapsed .icon-bar{ margin-left: 8px; }
    .mold-header .navbar-toggle.x .icon-bar{ margin-left: 11px; }
    .mold-header .navbar-collapse{ max-height: 400px; }
    .mold-header .navbar-nav li a{ padding: 12px 15px; }
    .mold-header .navbar-nav li.open .dropdown-menu li a{ padding: 7px 20px; }
	.banner{ margin-top: 76px; }
	.banner .carousel-indicators{ bottom: 10px; }
	.banner .carousel-indicators li{ width: 34px; height: 2px; margin: 0 5px; }

    .catalog{ padding: 20px 0; }
    .catalog-group{ width: 15%; }
    .catalog-group:last-child{ width: 40%; }
    .catalog-group:last-child .catalog-heading{ display: block; }
    .catalog-group .catalog-heading{ padding-left: 10px; text-align: left; font-size: 14px; margin-top: 5px; margin-bottom: 10px; border-left: 2px solid #06a239; }
    .catalog-group .catalog-list{ padding-left: 12px; margin-bottom: 0; display: block; }
    .catalog-group .catalog-list li{ height: 26px; }
    .catalog-group .catalog-list li a{ line-height: 26px; font-size: 12px; color: #ccc; }
    .catalog-group .catalog-list li a:hover{ color: #06a239; }
    .catalog-group address{ padding-left: 12px; text-align: left; line-height: 26px; }
    .copyright{ line-height: 24px;}
}

@media (min-width: 1000px) {
	.mold-header{ display: none; }

	.code-header{ margin: 0; background: #fff; display: block; }
	.code-header:after{ position: absolute; top: 84px; right: 0; left: 0; z-index: 0; width: 100%; height: 1px; background: #e5e5e5; content: ''; }
	.code-header .navbar-brand{ height: 84px; padding: 17px 15px; display: block; }
	.code-header .navbar-brand img{ height: 100%; }
	.code-header .search{ height: 40px; margin-top: 22px; margin-left: 50px; float: right; }
	.code-header .search-open{ width: 40px; height: 40px; background: #06a239 url(../images/search.png) no-repeat center; background-size: auto 22px; display: block; }
	.code-header .search-form{ position: absolute; top: 75px; right: 15px; z-index: 2000; width: 220px; height: 36px; float: right; border: 1px solid #ddd; background: #fff; display: none; }
	.code-header .search-go,
	.code-header .search-txt,
	.code-header .search-close{ width: 34px; height: 34px; padding: 0; border: 0; outline: none; background-color: transparent; background-repeat: no-repeat; background-position: center; float: left; }
	.code-header .search-txt{ width: 150px; padding: 6px 0; line-height: 20px; font-size: 12px; color: #383838; }
	.code-header .search-close{ background-image: url(../images/close.png); background-size: auto 20px; }
	.code-header .search-go{ background-image: url(../images/searchs.png); background-size: auto 16px; }

	.code-header .menu{ height: 40px; margin-top: 22px; float: right; transition: height ease 0.5s; overflow: hidden; }
	.code-header .menu li{ height: 280px; float: left; margin-left: 50px; }
	.code-header .menu li a{ padding: 0; height: 40px; line-height: 40px; color: #232323; display: block; }
	.code-header .menu li a::after{ position: absolute; bottom: 0; left: 0; z-index: 10; width: 0; height: 2px; background: #06a239; content: ''; -webkit-transition: all 1s ease-out 0s; -moz-transition: all 1s ease-out 0s; -ms-transition: all 1s ease-out 0s; -o-transition: all 1s ease-out 0s; transition: all 1s ease-out 0s; }
	.code-header .menu li p{ margin: 0; }
	.code-header .menu li:hover{ height: 280px; }
	.code-header .menu li:hover,
	.code-header .menu li:hover a{ color: #06a239;  }
	.code-header .menu li:hover a::after{ width: 100%;  }
	.code-header .menu li a:focus,
	.code-header .menu li a:hover{ background: transparent; }
	.code-header .menu li .less-menu{ padding: 20px 0; margin: 20px 0 0 0; list-style: none; }
	.code-header .menu li .less-menu li{ height: auto; float: none; margin-left: 0; }
	.code-header .menu li .less-menu li a{ height: 30px; line-height: 30px; }
	.code-header .menu li .less-menu li span{ font-size: 12px; color: #444; }
	.code-header .menu li .less-menu li a::after{ height: 0; }
	.code-header .menu li .less-menu li:hover{ height: 30px; }
	.code-header .menu li .less-menu li:hover,
	.code-header .menu li .less-menu li:hover span{ color: #06a239; text-decoration: underline; }
	.code-header .menu li:hover .less-menu li a{ color: #444; }
	.code-header .menu:hover{ height: 280px; }

	.banner{ margin-top: 84px; }
	.banner .carousel-indicators{ bottom: 15px; }
	.banner .carousel-indicators li{ width: 40px; height: 3px; margin: 0 7px; }

    .catalog{ padding: 30px 0; }
    .catalog-group{ width: 17%; }
    .catalog-group:last-child{ width: 32%; }
    .catalog-group .catalog-heading{ padding-left: 12px; margin-top: 10px; margin-bottom: 15px; border-left-width: 3px; }
    .catalog-group .catalog-list{ padding-left: 15px; margin-bottom: 10px; }
    .catalog-group .catalog-list li{ height: 28px; }
    .catalog-group .catalog-list li a{ line-height: 28px; font-size: 13px; }
    .catalog-group address{ padding-left: 15px; line-height: 28px; font-size: 13px; }
    .copyright{ padding: 13px 0; line-height: 20px; text-align: left; font-size: 13px; }
    .copyright p{ text-align: right; }
}

@media (min-width: 1200px) {
	.code-header:after{ top: 90px; }
	.code-header .navbar-brand{ height: 90px; padding: 19px 15px; }
	.code-header .search{ margin-top: 25px; margin-left: 60px; }
	.code-header .search-form{ top: 80px; width: 240px; height: 40px; }
	.code-header .search-go,
	.code-header .search-txt,
	.code-header .search-close{ width: 38px; height: 38px; }
	.code-header .search-txt{ width: 162px; padding: 8px 0; font-size: 14px; }
	.code-header .search-close{ background-size: auto 22px; }
	.code-header .search-go{ background-size: auto 20px; }

	.code-header .menu{ margin-top: 25px; }
	.code-header .menu li{ height: 340px; margin-left: 60px; }
	.code-header .menu li a{ font-size: 15px; }
	.code-header .menu li:hover{ height: 340px; }
	.code-header .menu li .less-menu{ padding: 25px 0; margin: 25px 0 0 0; }
	.code-header .menu li .less-menu li{ height: auto; margin-left: 0; }
	.code-header .menu li .less-menu li a{ height: 35px; line-height: 35px; }
	.code-header .menu li .less-menu li span{ font-size: 14px; }
	.code-header .menu li .less-menu li:hover{ height: 35px; }
	.code-header .menu:hover{ height: 340px; }

	.banner{ margin-top: 90px; }
	.banner .carousel-indicators{ bottom: 20px; }
	.banner .carousel-indicators li{ width: 42px; height: 4px; margin: 0 10px; }

    .catalog{ padding: 45px 0; }
    .catalog-group{ width: 18%; }
    .catalog-group:last-child{ width: 28%; }
    .catalog-group .catalog-heading{ padding-left: 11px; margin-bottom: 20px; border-left-width: 4px; }
    .catalog-group .catalog-list li a{ font-size: 14px; }
    .catalog-group address{ font-size: 14px; }
    .copyright{ padding: 14px 0; font-size: 14px; }
}

@media (min-width: 1280px) {
	.container{ width: 1230px; }

	.code-header:after{ top: 96px; }
	.code-header .navbar-brand{ height: 96px; padding: 20px 15px; }
	.code-header .search{ margin-top: 28px; margin-left: 65px; }
	.code-header .search-form{ top: 85px; width: 244px; height: 42px; }
	.code-header .search-go,
	.code-header .search-txt,
	.code-header .search-close{ width: 40px; height: 40px; }
	.code-header .search-txt{ width: 162px; line-height: 22px; }

	.code-header .menu{ margin-top: 28px; }
	.code-header .menu li{ height: 360px; margin-left: 65px; }
	.code-header .menu li a{ font-size: 16px; }
	.code-header .menu li:hover{ height: 360px; }
	.code-header .menu li .less-menu{ padding: 30px 0; margin: 28px 0 0 0; }
	.code-header .menu li .less-menu li{ height: auto; margin-left: 0; }
	.code-header .menu li .less-menu li a{ height: 36px; line-height: 36px; }
	.code-header .menu li .less-menu li:hover{ height: 36px; }
	.code-header .menu:hover{ height: 360px; }

	.banner{ margin-top: 96px; }

    .catalog{ padding: 60px 0; }
    .catalog-group,
    .catalog-group:last-child{ width: 20%; }
    .catalog-group .catalog-heading{ line-height: 26px; font-size: 16px; }
    .catalog-group .catalog-list{ margin-bottom: 0; }
    .catalog-group .catalog-list li{ height: 30px; }
    .catalog-group .catalog-list li a{ line-height: 30px; }
    .catalog-group address{ line-height: 30px; }
    .copyright{ padding: 15px 0; }
}

.title h1{ line-height: 26px; font-size: 20px; color: #cdcdcd; margin: 0; }
.title h2{ position: relative; width: 180px; line-height: 24px; font-size: 14px; color: #323232; margin: 0 auto; }
.title h2::before,
.title h2::after{ position: absolute; top: 50%; z-index: 1; width: 40px; height: 1px; margin-top: -0.5px; background: #cdcdcd; content: ''; }
.title h2::before{ left: 0; }
.title h2::after{ right: 0; }

.service{ padding: 20px 0; background: url(../../images/bg1.jpg) no-repeat center; }
.service-group{ padding: 0; margin: 10px 0 0 0; list-style: none; overflow: hidden; }
.service-group li{ width: 33.3333%; float: left; margin-bottom: 0; }
.service-group li span{ margin: 0 auto; border-radius: 100%; background-color: #06a239; background-repeat: no-repeat; background-position: center; background-size: auto 30px; display: block; }
.service-group li span.s-ico1{ background-color: #06a239;  background-image: url(../../images/s-ico1.png) }
.service-group li span.s-ico2{ background-color: #06a239;  background-image: url(../../images/s-ico2.png) }
.service-group li span.s-ico3{ background-color: #06a239;  background-image: url(../../images/s-ico3.png) }
.service-group li span.s-ico4{ background-color: #06a239;  background-image: url(../../images/s-ico4.png) }
.service-group li span.s-ico5{ background-color: #06a239;  background-image: url(../../images/s-ico5.png) }
.service-group li span.s-ico6{ background-color: #06a239;  background-image: url(../../images/s-ico6.png) }
.service-group li h3{ font-weight: bold; color: #303030; margin-bottom: 0; }
.service-group li p{ display: none; }
.service-group li.service-has{ height: 110px; padding: 12px 10px; border-radius: 0;  }
.service-group li.service-has:first-child{ border-right: 0; }
.service-group li.service-has span{ width: 64px; height: 64px; }
.service-group li.service-has h3{ line-height: 20px; font-size: 12px; margin-top: 5px; }
.service-group li.service-lass{ height: 110px; padding: 12px 10px; border-radius: 0; margin-bottom: 0; }
.service-group li:nth-of-type(2),
.service-group li:nth-of-type(4),
.service-group li:nth-of-type(5){ border-right: 0; }
.service-group li:nth-of-type(4),
.service-group li:nth-of-type(5),
.service-group li:nth-of-type(6){ border-top: 0; }
.service-group li.service-lass span{ width: 64px; height: 64px; }
.service-group li.service-lass h3{ line-height: 20px; font-size: 12px; margin-top: 5px; }
.service-group li:hover{ border-color: #06a239; background: #06a239; }
.service-group li:hover span{ background-color: #fff; }
.service-group li:hover span.s-ico1{ background-color: #fff; background-image: url(../../images/s-ico1s.png) }
.service-group li:hover span.s-ico2{ background-color: #fff; background-image: url(../../images/s-ico2s.png) }
.service-group li:hover span.s-ico3{ background-color: #fff; background-image: url(../../images/s-ico3s.png) }
.service-group li:hover span.s-ico4{ background-color: #fff; background-image: url(../../images/s-ico4s.png) }
.service-group li:hover span.s-ico5{ background-color: #fff; background-image: url(../../images/s-ico5s.png) }
.service-group li:hover span.s-ico6{ background-color: #fff; background-image: url(../../images/s-ico6s.png) }
.service-group li:hover h3,
.service-group li:hover p{ color: #fff; }
.service-group li a:hover{ text-decoration: none; }

.fair{ padding: 20px 0; background: url(../../images/bg2.jpg) no-repeat center; background-attachment: fixed; background-size: 250% auto; }
.fair h1{ font-size: 20px; color: #fff; opacity: 0.3; margin-top: 0; margin-bottom: 10px; -webkit-text-shadow: #06a239 3px 0 0,#06a239 0 3px 0,#06a239 -3px 0 0,#06a239 0 -3px 0; -moz-text-shadow: #06a239 3px 0 0,#06a239 0 3px 0,#06a239 -3px 0 0,#06a239 0 -3px 0;   text-shadow: #06a239 3px 0 0,#06a239 0 3px 0,#06a239 -3px 0 0,#06a239 0 -3px 0; }
.fair p{ line-height: 24px; font-size: 12px; color: #fff; margin-bottom: 0; }
.fair a{ width: 120px; line-height: 30px; font-size: 12px; color: #fff; margin: 10px auto 0 auto; background: #06a239; display: block; }

.trait{ padding: 20px 0; background: #f5f5f5; }
.slick-trait{ margin: 10px -3px 0 -3px; }
.slick-trait a{ position: relative; margin: 0 3px; display: block; }
.slick-trait a .trait-img{ width: 100%; height: auto; padding-bottom: 100%; margin: 0 auto; background-repeat: no-repeat; background-position: center; background-size: cover; overflow: hidden; }
.slick-trait a .trait-desc{ position: absolute; right: 0; bottom: 0; left: 0; z-index: 10; width: 100%; height: 26px; padding: 0 5px; margin: 0 auto; background-color: rgba(255,255,255,0.7); display: flex; justify-content: center; align-items: center; }
.slick-trait a .trait-desc h5{ height: 16px; line-height: 16px; font-size: 12px; color: #2a2a2a; margin: 0; overflow: hidden; }
.slick-trait a:hover .trait-desc{ background-color: rgba(6,162,57,0.7); }
.slick-trait a:hover .trait-desc h5{ color: #fff; }
.slick-trait .slick-prev,
.slick-trait .slick-next{ opacity: 0; top: 50%; left: 0; width: 40px; height: 40px; margin-top: -20px; margin-left: -50px; background-image: url(../images/left.png); background-repeat: no-repeat; background-position: center; }
.slick-trait .slick-next{ left: auto; right: 0; margin-right: -50px; background-image: url(../images/right.png); }
.slick-trait .slick-prev:before,
.slick-trait .slick-next:before{ font-size: 0; }

.us{ padding: 20px 0; }
.us-video{ width: 100%; float: left; margin-bottom: 5px; }
.us-video a{ position: relative; width: 100%; height: 128px; overflow: hidden; display: block; }
.us-video a::after{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; width: 100%; height: 100%; background: url(../images/play.png) no-repeat center center; content: ''; }
.us-video a img{ width: 100%; display: block; }
.us-desc{ position: relative; width: 100%; float: right; }
.us-desc h1{ line-height: 30px; font-size: 30px; color: #707070; opacity: 0.1; margin-top: 0; margin-bottom: 0; }
.us-desc h2{ position: absolute; top: 0; z-index: 1; line-height: 30px; font-size: 16px; color: #1b1b1b; margin-top: 0; margin-bottom: 0; display: block; }
.us-desc span{ position: relative; padding-left: 18px; line-height: 20px; font-size: 12px; color: #06a239; margin-top: 2px; display: block; }
.us-desc span::before,
.us-desc span::after{ position: absolute; top: 5px; left: 0; z-index: 1; width: 5px; height: 10px; background: #000000; content: ''; }
.us-desc span::after{ left: 5px; background: #06a239; }
.us-desc p{ line-height: 22px; font-size: 12px; color: #707070; margin-top: 5px; margin-bottom: 0; }
.us-desc .more{ line-height: 24px; font-size: 12px; color: #06a239; margin-top: 0; margin-bottom: 5px; display: block; }
.us-group{ padding: 0; margin: 0 -0.5%; list-style: none; }
.us-group li{ width: 32.3333%; height: 120px; background-repeat: no-repeat; background-position: center; background-size: cover; float: left; margin: 0 0.5%; }
.us-group li a{ position: relative; width: 100%; height: 100%; display: block; }
.us-group li em{ position: absolute; top: 50%; left: 50%; z-index: 10; width: 30px; height: 30px; margin: -20px 0 0 -15px; border: 1px solid #fff; border-radius: 100%; opacity: 0; content: '';  }
.us-group li em::after,
.us-group li em::before{ position: absolute; top: 50%; left: 50%; z-index: 10; background: #fff; content: ''; }
.us-group li em::after{ width: 1px; height: 14px; margin: -7px 0 0 -0.5px; }
.us-group li em::before{ width: 14px; height: 1px; margin: -0.5px 0 0 -7px; }
.us-group li h6{ position: absolute; right: 0; bottom: 5px; left: 0; z-index: 11; line-height: 24px; font-size: 12px; font-weight: bold; color: #fff; margin: 0; display: block; }
.us-group li:hover a{ background: rgba(0,0,0,0.5); }
.us-group li:hover em{ opacity: 1; }
.us-group li:hover h6{ bottom: 20px; }
.us-group li a:hover{ text-decoration: none; }

.company{ padding: 20px 0; }
.company-desc{ width: auto; line-height: 24px; font-size: 12px; color: #858585; margin: 5px auto 0 auto; }
.company-desc p{ margin: 0; text-indent: 2em; text-align: justify; }
.company-desc img{ width: 100%; margin: -24px auto 0 auto; display: block; }

.culture{ padding: 20px 0; background: #f3f3f3; }
.slick-culture{ margin: 10px -3px 0 -3px; }
.slick-culture a{ margin: 0 3px; display: block; }
.slick-culture a .culture-img{ height: auto; padding-bottom: 75%; background-repeat: no-repeat; background-position: center; background-size: cover; overflow: hidden }
.slick-culture a .culture-desc{ height: 81px; padding: 5px 10px; background-color: #fff }
.slick-culture a .culture-desc h3{ height: 26px; line-height: 26px; font-size: 14px; color: #373737; margin-top: 0; margin-bottom: 3px; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap }
.slick-culture a .culture-desc p{ height: 40px; line-height: 20px; font-size: 12px; color: #555; margin-bottom: 0; display: block; overflow: hidden }
.slick-culture a:hover .culture-desc{ background: #06a239 }
.slick-culture a:hover .culture-desc h3,
.slick-culture a:hover .culture-desc p{ color: #fff }
.slick-culture a:hover{ text-decoration: none; }
.slick-culture .slick-prev,
.slick-culture .slick-next{ opacity: 0; left: -50px; width: 42px; height: 84px; margin-top: -42px; background-color: #79797a; background-image: url(../images/arrow-left.png); background-repeat: no-repeat; background-position: center; background-size: auto 32px }
.slick-culture .slick-next{ left: auto; right: -50px; background-image: url(../images/arrow-right.png) }
.slick-culture .slick-prev:before,
.slick-culture .slick-next:before{ font-size: 0 }
.slick-culture .slick-prev:hover,
.slick-culture .slick-next:hover{ background-color: #06a239; }

.honor{ padding: 20px 0; }
.honor-group{ padding: 0; margin: 5px -2px 0 -2px; list-style: none; overflow: hidden; }
.honor-group li{ float: left; }
.honor-group li.honor-has,
.honor-group li.honor-lass{ width: 25%; }
.honor-group li a{ padding: 1px; margin: 2px; border-radius: 2px; }
.honor-group li a:hover{ border-color: #06a239; }

.partner{ padding: 20px 0; background: #f3f3f3; }
.partner-group{ padding: 0; margin: 5px -2px 0 -2px; list-style: none; overflow: hidden; }
.partner-group li{ width: 25%; float: left; }
.partner-group li a{ padding: 1px; margin: 2px; border-radius: 2px; }
.partner-group li a:hover{ border-color: #06a239; }

.main{ padding: 20px 0; }
.mLeft{ padding: 10px; margin-bottom: 12px; border: 1px solid #e5e5e5; background: #f7f7f7; overflow: hidden; }
.mLeft-search{ margin-bottom: 10px; }
.mLeft-search .mform{ width: 100%; height: 32px; border: 1px solid #dcdcdc; border-radius: 2px; }
.mLeft-search .mtxt{ width: 90%; height: 30px; padding: 4px 10px; line-height: 20px; color: #898989; border: 0; outline: none; background: transparent; float: left; }
.mLeft-search .mgo{ width: 10%; height: 30px; padding: 0; border: 0; outline: none; background: transparent url(../images/searchs.png) no-repeat center; background-size: auto 18px; float: left; cursor: pointer; }
.mLeft-list{ border-top: 1px solid #e5e5e5; padding-top: 7px; }
ul.mLeft-nav-1{ padding: 0; margin: -0.5%; list-style: none; }
ul.mLeft-nav-1 li{ width: 32.3333%; height: auto; margin: 0.5%; float: left; }
ul.mLeft-nav-1 li a{ text-align: center; line-height: 32px; font-size: 12px; color: #6a6a6a; background: #f7f7f7; display: block; }
ul.mLeft-nav-1 li:hover a,
ul.mLeft-nav-1 li.on a{ background: #06a239; color: #fff; }
ul.mLeft-nav-1 li a:hover{ text-decoration: none; }

.position{ height: 30px; margin-bottom: 10px; border-bottom: 1px solid #e5e5e5; }
.position h2{ position: relative; height: 30px; line-height: 24px; font-size: 14px; color: #212121; margin: 0; float: left; display: block; }
.position h2::after{ position: absolute; bottom: 0; left: 0; z-index: 1; width: 42px; height: 2px; background: #06a239; content:''; }
.position .breadcrumb{ line-height: 24px; font-size: 12px; color: #8d8d8d; padding: 0; margin-bottom: 0; background: transparent; border-radius: 0; float: right; }
.position .breadcrumb a{ color: #8d8d8d; }
.position .breadcrumb a:hover{ color: #06a239; }
.position .breadcrumb > li + li:before{ padding: 0 2px; }

.project{ overflow: hidden }
.project ul{ padding: 0; margin: -1%; list-style: none; }
.project ul li{ width: 48%; margin: 1%; float: left; }
.project ul li a{ padding: 0; margin-bottom: 0; border: 0; border-radius: 0; display: block; }
.project ul li a h5{ line-height: 20px; font-size: 12px; color: #484848; margin-top: 5px; margin-bottom: 0; display: block; }
.project ul li a:hover{ text-decoration: none; }
.project ul li a:hover h5{ color: #06a239; }

.npager{ padding-top: 10px; text-align: center; }
.npager a, .npager span{ padding: 0 2px; margin: 0 2px; font-size: 12px; color: #555; }
.pagination{ margin: 10px 0 0 0; }
.pagination > li > a, .pagination > li > span{ padding: 5px 10px; font-size: 13px; color: #484848; }

.contact{ position: relative; margin-top: 15px; }
.contact-group{ padding: 0; margin: 0; list-style: none; }
.contact-group li{ padding-left: 40px; margin-bottom: 5px; background-repeat: no-repeat; background-position: 10px center; background-size: 20px auto; }
.contact-group li.c-ico1{ background-image: url(../../images/c-ico1.png); }
.contact-group li.c-ico2{ background-image: url(../../images/c-ico2.png); }
.contact-group li.c-ico3{ background-image: url(../../images/c-ico3.png); }
.contact-group li.c-ico4{ background-image: url(../../images/c-ico4.png); }
.contact-group li h2{ line-height: 24px; font-size: 14px; color: #333; margin: 0; display: block; }
.contact-group li h6{ line-height: 20px; font-size: 12px; color: #333; margin-top: 0; margin-bottom: 0; display: block; }
.contact-ewm{ position: relative; top: 0; right: 0; left: 10px; z-index: 2; width: 150px; }
.contact-ewm img{ width: 100%; border: 1px solid #e5e5e5; margin-bottom: 3px; display: block; }
.contact-ewm h5{ line-height: 20px; font-size: 12px; color: #333; margin: 0; }

.mapDiv{ height: 240px; margin-top: 10px; border: 1px solid #e5e5e5; }

.c-service{ padding-top: 0; overflow: hidden; }
.c-service ul.media-list{ padding: 0; margin: 0; }
.c-service ul.media-list .media{ height: 100px; margin-bottom: 10px; margin-top: 0; }
.c-service ul.media-list .media:last-child{ margin-bottom: 5px; }
.c-service ul.media-list .media-left{ padding-right: 0; }
.c-service ul.media-list .media-object{ width: auto; height: 100px; }
.c-service ul.media-list .media-body{ height: 100px; padding: 5px 10px; border: 1px solid #e5e5e5; border-left: 0; }
.c-service ul.media-list .media-body a{ line-height: 20px; font-size: 12px; color: #7f7f7f; display: block; }
.c-service ul.media-list .media-body a:hover{ color: #06a239; text-decoration: none; }
.c-service ul.media-list .media-body a:hover h3{ color: #06a239; }
.c-service ul.media-list .media-body h3{ height: 20px; line-height: 20px; font-size: 14px; color: #3f3f3f; margin-bottom: 5px; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.c-service ul.media-list .media-body .media-desc{ height: 40px; line-height: 20px; font-size: 12px; color: #7f7f7f; overflow: hidden; }
.c-service ul.media-list .media-body .media-desc p{ margin: 0; }

.content{ padding-top: 0; line-height: 24px; font-size: 12px; color: #3f3f3f; }
.content img{ margin-bottom: 8px; display: block; }
.content p{ margin-bottom: 5px; }
.content .page-header{ margin-top: 0; padding-top: 3px; padding-bottom: 2px; margin-bottom: 10px; }
.content .page-header h3{ margin-top: 0; margin-bottom: 1px; font-size: 16px; line-height: 22px; }

.pager{ padding-top: 0; margin: 10px 0 0 0; }
.pager li > a, .pager li > span{ border-radius: 2px; padding: 4px 10px; font-size: 12px; }

.c-news{ overflow: hidden; }
.c-news ul.media-list{ padding: 0; margin: 0; }
.c-news ul.media-list .media{ height: 110px; padding: 10px; background: #f8f8f8; margin-bottom: 10px; margin-top: 0; }
.c-news ul.media-list .media:last-child{ margin-bottom: 5px; }
.c-news ul.media-list .media-left{ padding-right: 0; }
.c-news ul.media-list .media-object{ width: 100px; height: 90px; }
.c-news ul.media-list .media-body{ height: 90px; padding-left: 10px; }
.c-news ul.media-list .media-body h3{ height: 26px; margin-bottom: 0; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.c-news ul.media-list .media-body h3 a{ line-height: 26px; font-size: 14px; font-weight: bold; color: #212121; }
.c-news ul.media-list .media-body h3 a:hover{ text-decoration: none; }
.c-news ul.media-list .media-body h3 a:hover { color: #06a239; }
.c-news ul.media-list .media-body span{ line-height: 20px; font-size: 12px; color: #a3a3a3; }
.c-news ul.media-list .media-body .media-desc{ height: 40px; line-height: 20px; color: #a3a3a3; margin-top: 0; font-size: 12px; overflow: hidden; }
.c-news ul.media-list .media-body .media-desc p{ margin: 0; }

.c-join{ overflow: visible; }
.join-group{ padding: 0; margin: 0; list-style: none; }
.join-group li{ margin-bottom: 10px; }
.join-group li:last-child{ margin-bottom: 5px; }
.join-group li .caption{ padding: 0; line-height: 20px; font-size: 12px; color: #a3a3a3; }
.join-group li a{ padding: 12px; margin-bottom: 0; background: #f8f8f8; border-color: #f8f8f8; border-radius: 3px; }
.join-group li h3{ margin-top: 0; font-size: 14px; margin-bottom: 7px; font-weight: bold; color: #484848; }
.join-group li p{ margin: 0; }
.join-group li a:hover{ border-color: #06a239; text-decoration: none; margin: 0; box-shadow: 3px 0 6px rgba(132,132,132,0.75); }
.join-group li a:hover h3{ color: #06a239; }

#certify{ position: relative; padding: 10px 0; overflow: hidden; }
#certify .swiper-slide{ width: 100%; height: auto; }
#certify .swiper-slide img{ width: 100%; display: block; }

.goback{ width: 100%; height: 30px;  }
.goback a{ width: 84px; height: 30px; line-height: 30px; text-align: center; font-size: 12px; color: #06a239; border: 1px solid #06a239; border-radius: 5px; float: right; display: block; }
.goback a:hover{ background: #06a239; color: #fff; }  

@media (min-width: 750px) {
	.title h1{ line-height: 32px; font-size: 28px; }
	.title h2{ width: 220px; line-height: 30px; font-size: 16px; }
	.title h2::before,
	.title h2::after{ width: 50px; }
	.service{ padding: 30px 0; }
	.service-group{ margin: 20px 0 5px 0; }
	.service-group li{ width: 25%; }
	.service-group li span{ background-size: auto 36px; }
	.service-group li p{ height: 80px; overflow: hidden; line-height: 20px; font-size: 12px; color: #868686; text-align: justify; margin-top: 5px; display: block; }
	.service-group li.service-has{ height: 256px; padding: 15px; }
	.service-group li.service-has span{ width: 100px; height: 100px; }
	.service-group li.service-has h3{ line-height: 26px; font-size: 15px; margin-top: 10px; }
	.service-group li.service-lass{ height: 128px; border-left: 0; }
	.service-group li.service-lass span{ width: 72px; height: 72px; }
	.service-group li.service-lass h3{ line-height: 20px; font-size: 14px; margin-top: 10px; }
    .service-group li:nth-of-type(3),
    .service-group li:nth-of-type(5){ border-left: 1px solid #ddd; border-right: 1px solid #ddd; }
    .service-group li:nth-of-type(4){ border-top: 1px solid #ddd; border-right: 1px solid #ddd; }
	.fair{ padding: 30px 0; background-size: 200% auto; }
	.fair h1{ font-size: 30px; margin-top: 5px; margin-bottom: 15px; }
	.fair p{ line-height: 30px; font-size: 14px; }
	.fair a{ width: 140px; line-height: 34px; font-size: 14px; margin-top: 15px; }
	.trait{ padding: 30px 0; }
	.slick-trait{ margin: 15px -6px 5px -6px; }
	.slick-trait a{ margin: 0 6px; }
	.slick-trait a .trait-desc{ height: 46px; padding: 0 10px; }
	.slick-trait a .trait-desc h5{ height: auto; line-height: 18px; font-size: 13px; overflow: visible; }
	.us{ padding: 30px 0; }
	.us-video{ width: 270px; margin-bottom: 0; }
	.us-video a{ height: auto; }
    .us-desc{ width: 450px; }
	.us-desc h1{ line-height: 1; font-size: 60px; margin-top: -25px; }
	.us-desc h2{ line-height: 1; font-size: 18px; }
    .us-desc span{ margin-top: 0; }
	.us-desc p{ line-height: 24px; }
	.us-desc .more{ margin-top: 5px; margin-bottom: 10px; }
	.us-group{ margin: 0; }
	.us-group li{ width: 143px; height: 139px; margin-right: 10px; margin-left: 0; }
	.us-group li:last-child{ margin-right: 0; }
	.us-group li em{ width: 48px; height: 48px; margin: -36px 0 0 -24px; }
	.us-group li em::after{ height: 20px; margin: -10px 0 0 -0.5px; }
	.us-group li em::before{ width: 20px; margin: -0.5px 0 0 -10px; }
	.us-group li h6{ bottom: 10px; line-height: 30px; font-size: 14px; }
	.us-group li:hover h6{ bottom: 25px; }
	.company{ padding: 30px 0; }
	.company-desc{ line-height: 26px; margin: 10px auto 5px auto; }
	.company-desc img{ margin-top: 0; }
	.culture{ padding: 30px 0; }
	.slick-culture{ margin: 20px -7px 10px -7px; }
	.slick-culture a{ margin: 0 7px; }
	.slick-culture a .culture-img{ height: 140px; padding-bottom: inherit; }
	.slick-culture a .culture-desc{ height: 115px; padding: 10px 15px;  }
	.slick-culture a .culture-desc h3{ height: 30px; line-height: 30px; font-size: 16px; margin-bottom: 0; }
	.slick-culture a .culture-desc p{ height: 60px; margin-bottom: 5px; }
	.honor{ padding: 30px 0; }
	.honor-group{ margin: 15px -3px 5px -3px; }
	.honor-group li.honor-has{ width: 20%; }
	.honor-group li.honor-lass{ width: 25%; }
	.honor-group li a{ padding: 2px; margin: 3px; }
	.partner{ padding: 30px 0; }
	.partner-group{ margin: 15px -3px 5px -3px; }
	.partner-group li{ width: 16.6666%; }
	.partner-group li a{ margin: 3px; }
	.main{ padding: 30px 0; }
    .mLeft{ margin-bottom: 17px; }
	.mLeft-search .mform{ height: 32px; border-radius: 3px; }
	.mLeft-search .mtxt{ width: 93%; height: 30px; padding: 5px 10px; }
	.mLeft-search .mgo{ width: 7%; height: 30px; }
	.position{ height: 35px; margin-bottom: 15px; }
	.position h2{ height: 35px; line-height: 26px; font-size: 17px; }
	.position h2::after{ width: 52px; }
	.project ul{ margin: 0; }
	.project ul li{ width: 236px; margin: 0 15px 10px 0; }
	.project ul li:nth-child(3n){ margin-right: 0; }
	.project ul li a h5{ line-height: 24px; font-size: 14px; }
	.pagination{ margin: 10px 0; }
	.pagination > li > a, .pagination > li > span{ padding: 6px 12px; font-size: 14px; }
	.contact{ margin-top: 20px; }
	.contact-group li{ padding-left: 60px; margin-bottom: 15px; background-position: 20px 5px; }
	.contact-group li h2{ line-height: 26px; font-size: 17px; }
	.contact-group li h6{ line-height: 24px; font-size: 14px; margin-top: 5px; }
	.contact-ewm{ position: absolute; right: 20px; left: auto; width: 181px; }
	.contact-ewm h5{ line-height: 22px; font-size: 13px; margin: 5px 0; }
	.mapDiv{ height: 280px; margin-top: 30px; }
	.c-service{ padding-top: 5px; }
	.c-service ul.media-list .media{ height: 160px; margin-bottom: 15px; }
    .c-service ul.media-list .media:last-child{ margin-bottom: 15px; }
	.c-service ul.media-list .media-object{ height: 160px; }
	.c-service ul.media-list .media-body{ height: 160px; padding: 15px 20px;}
	.c-service ul.media-list .media-body a{ line-height: 26px; font-size: 13px; }
	.c-service ul.media-list .media-body h3{ height: 26px; line-height: 26px; font-size: 18px; margin-bottom: 10px; }
	.c-service ul.media-list .media-body .media-desc{ height: 60px; line-height: 30px; font-size: 13px; margin-bottom: 5px; }
	.content{ padding-top: 5px; line-height: 26px; font-size: 13px; }
	.content img{ margin-bottom: 12px;}
	.content .page-header{ padding-top: 0; padding-bottom: 5px; margin-bottom: 15px; }
	.content .page-header h3{ line-height: 1.1; font-size: 18px; margin-bottom: 5px; }
	.pager{ padding-top: 10px; margin-bottom: 10px; }
	.pager li > a, .pager li > span{ padding: 5px 14px; }
	.c-news ul.media-list .media{ height: 140px; padding: 15px; margin-bottom: 15px; }
    .c-news ul.media-list .media:last-child{ margin-bottom: 15px; }
	.c-news ul.media-list .media-object{ width: auto; height: 110px; }
	.c-news ul.media-list .media-body{ height: 110px; padding-left: 20px; }
	.c-news ul.media-list .media-body h3{ height: 34px; }
	.c-news ul.media-list .media-body h3 a{ line-height: 34px; font-size: 16px; }
	.c-news ul.media-list .media-body span{ line-height: 24px; font-size: 13px; display: block; }
	.c-news ul.media-list .media-body .media-desc{ height: 48px; line-height: 24px; font-size: 13px; margin-top: 0; }
	.join-group li{ margin-bottom: 15px; }
    .join-group li:last-child{ margin-bottom: 15px; }
	.join-group li .caption{ font-size: 13px; }
	.join-group li a{ padding: 15px; }
	.join-group li h3{ font-size: 16px; margin-bottom: 10px; }
	#certify{ padding: 20px 0; }
	#certify .swiper-slide{ width: 420px; height: 286px; }
	.npager a, .npager span{ padding: 0 4px; margin: 0 4px; font-size: 14px;  }

}

@media (min-width: 1000px) {
	.title h1{ line-height: 38px; font-size: 30px; }
	.title h2{ width: 230px; line-height: 34px; font-size: 18px; }
	.title h2::before,
	.title h2::after{ width: 54px; }
	.service{ padding: 45px 0; }
	.service-group{ margin: 30px 0 10px 0; }
	.service-group li span{ background-size: auto 48px; }
	.service-group li p{ height: 120px; line-height: 24px; margin-top: 10px; margin-bottom: 0; }
	.service-group li.service-has{ height: 344px; padding: 20px;  }
	.service-group li.service-has span{ width: 128px; height: 128px; }
	.service-group li.service-has h3{ line-height: 30px; font-size: 18px; margin-top: 15px; }
	.service-group li.service-lass{ height: 172px; padding: 15px;  }
	.service-group li.service-lass span{ width: 108px; height: 108px; }
	.service-group li.service-lass h3{ line-height: 24px; font-size: 16px; }
	.fair{ padding: 40px 0; background-size: 150% auto; }
	.fair h1{ font-size: 40px; margin-top: 10px; margin-bottom: 20px; }
	.fair p{ line-height: 34px; font-size: 16px; }
	.fair a{ width: 160px; line-height: 36px; margin-top: 20px; }
	.trait{ padding: 40px 0; }
	.slick-trait{ margin: 25px -7px 10px -7px; }
	.slick-trait a{ margin: 0 8px; }
	.slick-trait a .trait-desc{ height: 52px; padding: 0 15px; }
	.slick-trait a .trait-desc h5{ font-size: 14px; }
	.slick-trait .slick-prev,
	.slick-trait .slick-next{ opacity: 1; width: 32px; height: 32px; margin-top: -16px; margin-left: -10px; }
	.slick-trait .slick-next{ left: auto; right: 0; margin-right: -10px; }
	.us{ padding: 50px 0; }
	.us-video{ width: 360px; }
	.us-desc{ width: 585px; }
	.us-desc h1{ font-size: 80px; margin-top: -35px; }
	.us-desc h2{ font-size: 20px; }
	.us-desc p{ line-height: 26px; font-size: 13px; margin-top: 10px; }
	.us-desc .more{ margin-top: 10px; margin-bottom: 15px; }
	.us-group li{ width: 185px; height: 180px; margin-right: 15px; }
	.us-group li h6{ line-height: 32px; font-size: 15px; }
	.us-group li:hover h6{ bottom: 40px; }
	.company{ padding: 40px 0; }
	.company-desc{ line-height: 30px; font-size: 14px; margin: 20px auto 10px auto; }
	.culture{ padding: 40px 0; }
	.slick-culture{ margin: 35px -10px 20px -10px; }
	.slick-culture a{ margin: 0 10px; }
	.slick-culture a .culture-img{ height: 184px; }
	.slick-culture a .culture-desc{ height: 115px; padding: 15px 20px; }
	.slick-culture a .culture-desc h3{ height: 32px; line-height: 32px; font-size: 18px; }
	.slick-culture a .culture-desc p{ height: 48px; line-height: 24px; font-size: 14px; }
	.slick-culture .slick-prev,
	.slick-culture .slick-next{ opacity: 1; left: -10px; width: 36px; height: 72px; margin-top: -36px; }
	.slick-culture .slick-next{ left: auto; right: -10px;  }
	.honor{ padding: 40px 0; }
	.honor-group{ margin: 25px -4px 10px -4px; }
	.honor-group li a{ margin: 4px; }
	.partner{ padding: 40px 0; }
	.partner-group{ margin: 20px -5px 10px -5px; }
	.partner-group li a{ margin: 4px; }
	.main{ padding: 40px 0; }
	.mLeft{ padding: 15px; margin-bottom: 0; }
	.mLeft-search{ margin-bottom: 15px; }
	.mLeft-search .mform{ height: 34px; }
	.mLeft-search .mtxt{ width: 80%; height: 32px; padding: 6px 10px; }
	.mLeft-search .mgo{ width: 20%; height: 32px; }
	.mLeft-list{ padding-top: 15px; }
    ul.mLeft-nav-1{ margin: 0; }
    ul.mLeft-nav-1 li{ width: 100%; margin: 0 0 3px 0; float: none; }
	ul.mLeft-nav-1 li:last-child{ margin-bottom: 0; }
	ul.mLeft-nav-1 li a{ padding-left: 20px; text-align: left; line-height: 36px; font-size: 14px; }
	.position{ height: 39px; margin-bottom: 20px; }
	.position h2{ height: 39px; font-size: 20px; }
	.position h2::after{ width: 64px; }
	.position .breadcrumb{ font-size: 14px; }
	.project ul li{ width: 226px; margin-right: 20px; }
    .project ul li a h5{ line-height: 30px; font-size: 15px; }
	.contact{ margin-top: 30px; }
	.contact-group li{ padding-left: 80px; margin-bottom: 20px; background-position: 30px 5px; background-size: 28px auto; }
	.contact-group li h2{ line-height: 28px; font-size: 20px; }
	.contact-group li h6{ line-height: 28px; font-size: 15px; margin-top: 10px; }
	.contact-ewm{ right: 30px; width: 212px; }
	.contact-ewm h5{ line-height: 24px; font-size: 14px; margin: 10px 0; }
	.mapDiv{ height: 300px; margin-top: 40px; }
	.c-service ul.media-list .media{ height: 185px; margin-bottom: 25px; }
	.c-service ul.media-list .media-object{ width: auto; height: 185px; }
	.c-service ul.media-list .media-body{ height: 185px; padding: 20px 25px 15px 25px; }
	.c-service ul.media-list .media-body a{ line-height: 30px; font-size: 14px; }
	.c-service ul.media-list .media-body h3{ height: 30px; line-height: 30px; font-size: 20px; }
	.c-service ul.media-list .media-body .media-desc{ font-size: 14px; margin-bottom: 10px; }
	.content{ font-size: 14px; }
	.content img{ margin-bottom: 15px; }
	.content .page-header{ margin-top: 0; }
	.content .page-header h3{ margin-top: 0; }
	.pager{ margin-top: 20px; }
	.pager li > a, .pager li > span{ font-size: 14px; }
	.c-news ul.media-list .media{ height: 180px; padding: 20px; margin-bottom: 20px; }
    .c-news ul.media-list .media:last-child{ margin-bottom: 20px; }
	.c-news ul.media-list .media-object{ width: 220px; height: 140px; }
	.c-news ul.media-list .media-body{ height: 140px; padding-left: 25px; }
	.c-news ul.media-list .media-body h3{ height: 40px; }
	.c-news ul.media-list .media-body h3 a{ font-size: 18px; }
	.c-news ul.media-list .media-body span{ font-size: 14px; }
	.c-news ul.media-list .media-body .media-desc{ height: 72px; font-size: 14px; margin-top: 4px; }
	.join-group li{ margin-bottom: 20px; }
	.join-group li .caption{ font-size: 14px; line-height: 24px; }
	.join-group li a{ padding: 20px; }
	.join-group li h3{ font-size: 18px; }
	.join-group li a:hover{ margin: 0 -5px; }
	#certify{ padding: 30px 0; }
	#certify .swiper-slide{ width: 500px; height: 340px; }
	.npager a, .npager span{ padding: 0 5px; margin: 0 5px;  }
	.goback a{ font-size: 14px; }

}

@media (min-width: 1200px) {
	.title h1{ line-height: 42px; font-size: 32px; }
	.title h2{ width: 240px; line-height: 36px; font-size: 20px;}
	.service{ padding: 64px 0; }
	.service-group{ margin: 40px 0 12px 0; }
	.service-group li span{ background-size: auto 56px; }
    .service-group li p{ height: auto; font-size: 14px; margin-top: 15px; }
	.service-group li.service-has{ height: 440px; padding: 30px; }
	.service-group li.service-has span{ width: 168px; height: 168px; }
	.service-group li.service-has h3{ line-height: 34px; font-size: 20px; margin-top: 20px; }
	.service-group li.service-lass{ height: 220px; padding: 20px; }
	.service-group li.service-lass span{ width: 128px; height: 128px; }
	.service-group li.service-lass h3{ font-size: 18px; margin-top: 15px; }
	.fair{ padding: 50px 0; background-size: 100% auto; }
	.fair h1{ font-size: 50px; margin-top: 15px; margin-bottom: 30px; }
	.fair p{ line-height: 36px; font-size: 18px; }
	.fair a{ width: 180px; line-height: 40px; margin-top: 40px; }
	.trait{ padding: 55px 0; }
	.slick-trait{ margin: 30px -10px 10px -10px; }
	.slick-trait a{ margin: 0 10px; }
	.slick-trait a .trait-desc{ height: 56px; padding: 0 20px; }
	.slick-trait .slick-prev,
	.slick-trait .slick-next{ width: 40px; height: 40px; margin-top: -20px; margin-left: -20px; }
	.slick-trait .slick-next{ margin-right: -20px; }
	.us{ padding: 70px 0; }
	.us-video{ width: 457px; }
	.us-desc{ width: 660px; }
	.us-desc h1{ font-size: 100px; margin-top: -50px; }
	.us-desc h2{ font-size: 24px; }
	.us-desc p{ font-size: 14px; }
	.us-desc .more{ margin-bottom: 20px; margin-top: 15px; }
	.us-group li{ width: 210px; height: 205px; }
	.us-group li:last-child{ margin-right: 0; }
	.us-group li h6{ line-height: 34px; font-size: 16px; }
	.us-group li:hover h6{ bottom: 50px; }
	.company{ padding: 50px 0; }
	.company-desc{ width: 1070px; margin: 25px auto 15px auto; }
	.company-desc img{ width: auto; }
	.culture{ padding: 50px 0; }
	.slick-culture{ margin: 50px -13px 25px -13px; }
	.slick-culture a{ margin: 0 14px; }
	.slick-culture a .culture-img{ height: 222px; }
	.slick-culture a .culture-desc{ height: 137px; padding: 20px; }
	.slick-culture a .culture-desc h3{ height: 34px; line-height: 34px; font-size: 20px; margin-bottom: 5px; }
	.slick-culture a .culture-desc p{ margin-bottom: 10px; }
	.slick-culture .slick-prev,
	.slick-culture .slick-next{ left: -20px; width: 42px; height: 84px; margin-top: -42px; }
	.slick-culture .slick-next{ left: auto; right: -20px; }
	.honor{ padding: 50px 0; }
	.honor-group{ margin: 30px -5px 15px -5px; }
	.honor-group li a{ margin: 5px; }
	.partner{ padding: 50px 0; }
	.partner-group{ margin: 25px -6px 10px -6px; }
	.partner-group li a{ margin: 5px; }
	.main{ padding: 50px 0; }
	.mLeft{ padding: 20px; }
	.mLeft-search{ margin-bottom: 20px; }
	.mLeft-search .mform{ height: 36px;  }
	.mLeft-search .mtxt{ width: 85%; height: 34px; padding: 7px 10px; }
	.mLeft-search .mgo{ width: 15%; height: 34px; }
	.mLeft-list{ padding-top: 20px; }
	ul.mLeft-nav-1 li{ margin-bottom: 4px; }
	ul.mLeft-nav-1 li a{ line-height: 42px; }
	.position{ height: 42px; }
	.position h2{ height: 42px; line-height: 28px; font-size: 24px; }
	.position h2::after{ width: 72px; }
    .position .breadcrumb > li + li:before{ padding: 0 4px; }
	.project ul li{ width: 265px; margin-right: 26px; }
	.project ul li a h5{ line-height: 32px; font-size: 16px; margin-top: 10px; }
	.contact{ margin-top: 50px; }
	.contact-group li{ padding-left: 110px; margin-bottom: 30px; background-position: 40px 5px; }
	.contact-group li h2{ line-height: 30px; font-size: 24px; }
	.contact-group li h6{ line-height: 30px; font-size: 16px; margin-top: 10px; }
	.contact-ewm{ right: 40px;  width: 262px; }
	.contact-ewm h5{ font-size: 16px; }
	.mapDiv{ height: 340px; margin-top: 50px; }
	.c-service{ padding-top: 10px; }
	.c-service ul.media-list .media{ height: 215px; margin-bottom: 30px; }
	.c-service ul.media-list .media:last-child{ margin-bottom: 30px; }
	.c-service ul.media-list .media-object{ width: 280px; height: 215px; }
	.c-service ul.media-list .media-body{ height: 215px; padding: 25px 30px 15px 30px; }
	.c-service ul.media-list .media-body h3{ font-size: 24px; margin-bottom: 15px; }
	.c-service ul.media-list .media-body .media-desc{ height: 90px; margin-bottom: 0; }
	.content{ padding-top: 10px; }
	.content img{ margin-bottom: 20px; }
	.content .page-header{ padding-bottom: 10px; margin-bottom: 20px; }
	.content .page-header h3{ font-size: 20px; margin-bottom: 10px; }
    .c-news ul.media-list .media-body h3 a{ font-size: 20px; }
	.join-group li a{ padding: 20px 25px; }
	.join-group li h3{ font-size: 20px; }
	.join-group li a:hover{ margin: 0 -10px; }
}

@media (min-width: 1280px) {
	.title h1{ line-height: 46px; font-size: 34px; }
	.title h2{ line-height: 40px; }
	.service{ padding: 84px 0; }
	.service-group{ margin: 50px 0 12px 0; }
	.service-group li span{ background-size: auto; }
	.service-group li p{ margin-top: 25px; }
	.service-group li.service-has span{ width: 175px; height: 175px; }
	.service-group li.service-lass span{ width: 138px; height: 138px; }
	.fair{ padding: 60px 0; background-size: auto; }
	.trait{ padding: 70px 0; }
	.slick-trait{ margin: 40px -12px 15px -12px; }
	.slick-trait a{ margin: 0; }
	.slick-trait a .trait-img{ width: 280px; height: 280px; padding-bottom: inherit; }
	.slick-trait a .trait-desc{ width: 280px; }
	.slick-trait .slick-prev,
	.slick-trait .slick-next{ margin-left: -50px; }
	.slick-trait .slick-next{ margin-right: -50px; }
	.us{ padding: 90px 0; }
	.us-video{ width: 487px; }
    .us-desc p{ margin-top: 20px; }
	.us-desc .more{ margin-top: 30px; margin-bottom: 20px; }
	.company{ padding: 60px 0; }
	.company-desc{ margin: 30px auto 20px auto; }
	.culture{ padding: 60px 0; }
	.slick-culture{ margin: 65px -18px 30px -18px; }
	.slick-culture a{ margin: 0 18px;  }
	.slick-culture a .culture-desc{ height: 144px; padding: 20px 25px; }
	.slick-culture a .culture-desc h3{ height: 36px; line-height: 36px; font-size: 22px; }
	.slick-culture .slick-prev,
	.slick-culture .slick-next{ left: -50px; }
	.slick-culture .slick-next{ left: auto; right: -50px; }
	.honor{ padding: 60px 0; }
	.honor-group{ margin: 40px -5px 20px -5px; }
	.partner{ padding: 60px 0; }
	.partner-group{ margin: 30px -6px 10px -6px; }
	.main{ padding: 60px 0; }
	.project ul li{ width: 280px; }
	.contact{ margin-top: 60px; }
	.mapDiv{ margin-top: 60px; }
	.join-group li a:hover{ margin: 0 -15px; }
}

.nPartners{
    overflow: hidden;
    margin-top: 40px;
    background-color: #ffff;
    padding: 30px;
    border: 1px solid #eee;

}
.nPartners-img{
    height: 354px;
    float: left;
}
.nPartners-img img{
    display: block;
    width: 540px;
}
.nPartners-text{
    width: 580px;
	height: 354px;
	float: right;
    overflow-x: auto;
}
.nPartnersd{
	height: 354px;
	padding-right: 10px;
}
.nPartnersd h3{
    font-size: 20px;
    font-weight: bold;
    line-height: 36px;
    color: #444;
    display: block;
    margin: 0 0 10px 0;
    padding: 10px 0;
    border-bottom: 1px dashed #dddd;
}

.nPartnersd p{
    line-height: 26px;
    font-size: 14px;
	color: #666;
	text-align: justify;
	text-indent: 2em;
	display: block;
}

.nculture{
    margin-top: 40px;
    background-color: #fff;
    border: 1px solid #eee;
    padding: 40px 35px;
    overflow: hidden;
}

.nculture-img{
    float: right;
    width: 530px;
}

.nculture-img img{
    height: 350px;
    display: block;
}

.nculture-text{
	float: left;
    width: 570px;
}

.nculture-text h4{
    margin: 0;
    line-height: 26px;
    font-size: 16px;
    font-weight: bold;
    color: #444;
    display: block;
}

.nculture-text span{
    line-height: 30px;
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
    display: block;
    font-size: 14px;
    color: #666;
    display: block;
    border-bottom: 1px solid #eee;
}

.nculture-text span:last-child{
	margin-bottom: 0;
}

@media (max-width: 1279px) {
	.nPartners{
		margin-top: 30px;
		padding: 25px;
	}
	.nPartners-img{
		height: 328px;
	}
	.nPartners-img img{
		width: 500px;
	}
	.nPartners-text{
		width: 570px;
		height: 328px;
	}
	.nPartnersd{
		height: 354px;
	}
	.nPartnersd h3{
		font-size: 18px;
		line-height: 30px;
		margin: 0 0 10px 0;
		padding: 10px 0;
	}
	
	.nPartnersd p{
		line-height: 26px;
		font-size: 14px;
	}
	
	.nculture{
		margin-top: 40px;
		padding: 40px 35px;

	}
	
	.nculture-img{
		width: 530px;
	}
	
	.nculture-img img{
		height: 350px;
	}
	
	.nculture-text{
		width: 510px;
	}
	
	.nculture-text h4{
		line-height: 26px;
		font-size: 16px;
	}
	
	.nculture-text span{
		line-height: 30px;
		margin: 0 0 10px 0;
		padding: 0 0 5px 0;
		font-size: 14px;
	}
}

@media (max-width: 1199px) {
	.nPartners{
		margin-top: 15px;
		padding: 20px;
	}
	.nPartners-img{
		height: 295px;
	}
	.nPartners-img img{
		width: 450px;
	}
	.nPartners-text{
		width: 460px;
		height: 295px;
	}
	.nPartnersd{
		height: 354px;
	}
	.nPartnersd h3{
		font-size: 16px;
		line-height: 30px;
		margin: 0 0 10px 0;
		padding: 5px 0;
	}
	
	.nPartnersd p{
		line-height: 24px;
		font-size: 12px;
	}
	
	.nculture{
		margin-top: 20px;
		padding: 30px 25px;

	}
	
	.nculture-img{
		width: 480px;
	}
	
	.nculture-img img{
		height: auto;
		width: 480px;
	}
	
	.nculture-text{
		width: 410px;
	}
	
	.nculture-text h4{
		line-height: 24px;
		font-size: 14px;
	}
	
	.nculture-text span{
		line-height: 25px;
		margin: 0 0 10px 0;
		padding: 0 0 5px 0;
		font-size: 12px;
	}
}

@media (max-width: 1000px) {
	.nPartners-img{
		height: auto;
		width: 100%;
		float: none;
		margin-bottom: 5px;
	}
	.nPartners-img img{
		width: 100%;
	}
	.nPartners-text{
		width: 100%;
		height: auto;
		float: none;
		overflow: visible;
	}
	.nPartnersd{
		height: auto;
		padding-right: 0;
	}
	.nPartnersd h3{
		font-size: 14px;
		line-height: 26px;
		margin: 0 0 5px 0;
	}
	
	.nculture{
		margin-top: 10px;
		padding: 20px;

	}
	
	.nculture-img{
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}
	
	.nculture-img img{
		height: auto;
		width: 100%;
	}
	
	.nculture-text{
		width: 100%;
		float: none;
	}
	
	.nculture-text h4{
		line-height: 24px;
		font-size: 14px;
	}
	
	.nculture-text span{
		line-height: 25px;
		margin: 0 0 10px 0;
		padding: 0 0 5px 0;
		font-size: 12px;
	}
}

@media (max-width: 700px) {
	.nPartners{
		margin-top: 10px;
		padding: 10px;
	}
	
	.nculture{
		margin-top: 5px;
		padding: 15px;
	}
	
	.nculture-text span{
		line-height: 24px;
	}
}
