/*=======RESET=========*/

.container {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

img {
    border: 0;
}

* {
    margin: 0 0;
    padding: 0 0;
    font-family: "微软雅黑", "黑体", 'MICROSOFT YAHEI', '宋体', 'SIMSUN', 'THOMAS', 'ARIAL';
    list-style: none;
    transition: all 0.3s linear;
}

*:hover {
    transition: all 0.3s linear;
}

body {
    width: 100%;
    overflow: scroll;
    position: relative;
}

a {
    text-decoration: none;
}

i, em, b {
    font-style: normal;
    font-weight: normal;
}

/*=======SHARE=========*/
.clearfix {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}
.icon { line-height: 1.5;
    display: inline-block;
    width:20px; height:20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    white-space:nowrap;
    letter-spacing: -1em;
    text-indent: -99em;
    color: transparent;
    /* IE7 */
    *text-indent: 0;
    *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '\3000');
}
.icon:before {
    content: '\3000';
}
.icon-kf{background-image: url("../images/kf.png"); margin-right: 10px;}
/*==========sousuo===============*/
.listbox {
    width: 100%;
    height: auto;
}

.listbox .ss {
    width: 80%;
    height: 50px;
}

/*=======HEADER=========*/

.fixed {
    position: fixed;
    background: #16b5a5;
    top: 0;
}

.header .nav_box {
    width: 100%;
}

.header .nav_box .container {
    width: 1300px;
    margin: 0px auto;
}

.header .nav_box i {
    display: none;
}

.header .nav_box .logo {
    width: 15%;
    height: 50px;
    padding: 5px 0;
    overflow: hidden;
}

.header .nav_box .logo a {
    width: 100%;
    height: 50px;
    display: block;
}

.header .nav_box .logo img {
    max-width: 100%;
    max-height: 100%;
}

.header .nav_box .nav {
    width: 65%;
    height: 60px;
}

.header .nav_box .nav li {
    width: 13%;
    height: 60px;
    line-height: 60px;
    font-size: 1.1em;
    text-align: center;
    display: block;
    float: left;
}

.header .nav_box .nav li:nth-child(1) {
    margin-left: 4%;
}

.header .nav_box .nav li a {
    font-size: 1.1em;
    color: #fff;
    width: 100%;
    height: 100%;
    display: inline-block;
    overflow: hidden;
}

.header .nav_box .phonebox {
    width: 20%;
    height: 60px;
    overflow: hidden;
}

.header .nav_box .phonebox li {
    width: auto;
    display: block;
    font-size: 1.2em;
    color: #fff;
    line-height: 60px;
    font-weight: 600;
    float: left;
}

.header .nav_box .phonebox li a {
    color: #fff;
    font-size: 1em;
    font-weight: 300;
}

.header .nav_box .phonebox li em {
    font-style: normal;
    margin: 0px 0.5em;
    font-size: 10px;
    font-weight: 300;
}

.header .nav_box .phonebox li:nth-child(1) {
    background: url(../images/icon15.png) left center no-repeat;
    text-indent: 2em;
}

.header .nav_small {
    display: none;
    width: 100%;
    height: 60px;
    position: absolute;
    top: 60px;
    left: 0;
    background: rgba(88, 120, 205, 0.6);
}

.header .fixed {
    background: rgba(88, 120, 205, 0.95);
}

.header .nav_small ul {
    width: 60%;
    height: 60px;
    text-align: left;
    margin: 0px auto;
    overflow: hidden;
}

.header .nav_small ul li {
    font-size: 1.1em;
    color: #fff;
    line-height: 60px;
    display: inline;
    text-align: center;
}

.header .nav_small ul li a {
    font-size: 1.1em;
    color: #fff;
    line-height: 60px;
}

.header .nav_small ul li a i {
    font-size: 1em;
    font-style: normal;
    margin: 0 10px;
    font-weight: 300;
}

.header .nav_small ul li:last-child a i {
    display: none;
}

.header-sp {
    display: none;
}

.nav-sp {
    display: none;
}

.nav-sp-index {
    display: none;
}

.logo-sp-index {
    display: none;
}

/*=======轮播=========*/

.pc {
    display: block;
    width: 100%;
    height: auto;
}

.pc img {
    width: 100%;
}

.sp {
    display: none;
}

.swipslider {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 0%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #f2f2f2;
}

.swipslider .sw-slides {
    display: block;
    padding: 0;
    list-style: none;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    font-size: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    position: absolute;
    bottom: 0;
}

.swipslider .sw-slide {
    width: 100%;
    height: 100%;
    margin: auto;
    display: inline-block;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}

.swipslider .sw-slide > img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.swipslider .sw-slide .sw-content {
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
}

.sw-next-prev {
    display: none;
}

.sw-bullet {
    position: absolute;
    bottom: 2%;
    list-style: none;
    display: block;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
}

.sw-bullet li {
    width: 40px;
    height: 3px;
    background-color: rgba(62, 153, 247, 0.53);
    display: inline-block;
    cursor: pointer;
    transition: all .2s ease-out;
}

.sw-bullet li:hover {
    background-color: rgba(255, 255, 255, 0.74);
}

.sw-bullet li.active {
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 2px rgba(62, 153, 247, 0.53);
}

.sw-bullet li:not(:last-child) {
    margin-right: 5px;
}

/*=======BRAND=========*/

.title1 {
    font-size: 2.2em;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.title1 b {
    font-size: 3.2em;
    font-family: Felix Titling;
    margin-right: 10px;
    position: relative;
    top: 3px;
}

.brandbox {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
    background: #f8f8f8;
    font-size: 12px;
}

.brandbox .brand {
    width: 100%;
}

.brandbox .brand ul {
    width: 50%;
    float: left;
}

.brandbox .brand ul li {
    width: 100%;
    height: auto;
}

.brandbox .brand ul li h2{
    width: 100%;
    height: 36px;
    line-height: 36px;
    color: #444;
    text-align: left;
    font-size: 1.5em;
    font-weight: 700;
}
.text-indent{text-indent: 2em;}
.right .row p{ margin-bottom: 5px;}
.right .row p.title2{ font-size:20px;  font-weight: bold;}
.brandbox .brand ul li:nth-child(2) h2 {
    display: inline-block;
}

.brandbox .brand ul li h2 span {
    font-size: 1em;
}

.brandbox .brand ul li dt {
    width: 100%;
    height: auto;
    padding: 10px 0;
    font-size: 1.2em;
    line-height: 200%;
    color: #666;
}

.brandbox .brand ul li img {
    width: 590px;
    margin: 0px auto;
}

.brandbox .videobox {
    width: 45%;
    height: auto;
    float: right;
}
.brandbox .videobox img{width: 100%;}
/*=======PRODUCT=========*/

.productbox {
    width: 100%;
    margin: 0 auto;
    height: auto;
    position: relative;
    padding: 30px 0;
    font-size: 12px;
}

.productbox .product {
    margin: 0 auto;
}

.productbox img {
    width: 100%;
}

.productbox .product ul {
    height: auto;
}

.productbox .product ul li {
    width: 100%;
    height: 395px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    color: #fff;
    margin: 10px 0.5%;
    float: left;
}

.productbox .product ul li:nth-child(2) {
    background-image: url("../images/photo1.jpg");
}

.productbox .product ul li:nth-child(3) {
    background-image: url("../images/photo2.jpg");
}

.productbox .product ul li:nth-child(4) {
    width: 100%;
    margin: 10px 0;
}

.productbox .product ul li:nth-child(3) .text a {
    left: 4em;
}

.productbox .product ul li:nth-child(4) .text a {
    width: 30%;
    right: 0;
}

.productbox .product ul li:nth-child(2) .text a i {
    background-image: url(../images/pro_ico1.png);
}

.productbox .product ul li:nth-child(3) .text a i {
    background-image: url(../images/pro_ico2.png);
}

.productbox .product ul li:nth-child(4) .text a i {
    background-image: url(../images/pro_ico3.png);
}

.productbox .product ul li .text {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    position: relative;
}

.productbox .product ul li .text a {
    width: 50%;
    height: 100%;
    display: block;
    text-align: left;
    padding: 5em 0;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
}

.productbox .product ul li .text a i {
    width: 70px;
    height: 70px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    margin: 0px auto;
    margin-top: 30px;
}

.productbox .product ul li:hover .text a i {
    margin-top: 0px;
}

.productbox .product ul li .text a hr {
    border: 0;
    width: 20px;
    height: 2px;
    background-color: #fff;
    margin: 0px auto;
    margin-top: 0;
    margin-bottom: 0.5em;
}

.productbox .product ul li .text a h2 {
    width: 100%;
    height: 2.2em;
    line-height: 2.2em;
    color: #fff;
    font-size: 1.6em;
    font-weight: 300;
}

.productbox .product ul li .text a p {
    font-size: 1.2em;
    line-height: 200%;
    font-weight: 300;
    color: #cacaca;
    display: none;
}

.productbox .product ul li .text a button {
    width: 80px;
    height: 26px;
    line-height: 26px;
    border-radius: 13px;
    background: none;
    border: 1px solid #f2f2f2;
    color: #f2f2f2;
    font-size: 1em;
    cursor: pointer;
    margin: 0px auto;
    display: none;
    margin-top: 1em;
    margin-bottom: 1em;
}

.productbox .product ul li .text a button:hover {
    background: #f2f2f2;
    color: #333;
}

.productbox .product ul li:hover .text {
    background: rgba(0, 0, 0, 0.6);
}

.productbox .product ul li:hover .text a hr {
    display: none;
}

.productbox .product ul li:hover .text a p {
    display: block;
}

.productbox .product ul li:hover .text a button {
    display: block;
}

/*=======CASE=========*/

.casebox {
    width: 100%;
    height: auto;
    padding: 30px 0;
    background: #f8f8f8;
    font-size: 12px;
}

.casebox .case {
    margin: 0 auto;
}

.casebox .case .case_title {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    position: relative;
}

.casebox .case .case_title .case_title_left {
    width: 60%;
    float: left;
}

.casebox .case .case_title .case_title_left p {
    width: 100%;
    height: auto;
    font-size: 1.4em;
    line-height: 200%;
}

.casebox .case .case_title .case_title_right {
    width: 40%;
    float: right;
    text-align: right;
    height: 40px;
    position: absolute;
    bottom: 1em;
    right: 0;
}

.casebox .case .case_title .case_title_right a {
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 30px;
    font-size: 1.5em;
    color: #333;
    text-align: left;
}

.casebox .case .case_title .case_title_right a:hover {
    color: #16b5a5;
}

.casebox .case .case_title .case_title_right a i {
    width: 30px;
    height: 30px;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 90% auto;
    position: relative;
    float: left;
    margin-right: 5px;
    vertical-align: middle;
}

.casebox .case .case_title .case_title_right a:nth-child(1) i {
    background-image: url(../images/icon1.png);
}

.casebox .case .case_title .case_title_right a:nth-child(1):hover i {
    background-image: url(../images/icon01.png);
}

.casebox .case .case_title .case_title_right a:nth-child(2) i {
    background-image: url(../images/icon2.png);
}

.casebox .case .case_title .case_title_right a:nth-child(2):hover i {
    background-image: url(../images/icon02.png);
}

.casebox .case ul {
    width: 100%;
}

.casebox .case ul a {
    width: 24%;
    height: 205px;
    float: left;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    margin: 0.5% 0.6666666%;
}

.casebox .case ul a:nth-child(1) {
    margin-left: 0;
}

.casebox .case ul a:nth-child(4n) {
    margin-right: 0;
}

.casebox .case ul a:nth-child(4n+1) {
    margin-left: 0;
}

.casebox .case ul a li {
    width: 100%;
    height: 100%;
}

.casebox .case ul a li div {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    opacity: 0;
}

.casebox .case ul a li:hover div {
    opacity: 1;
}

.casebox .case ul a li:hover div b {
    opacity: 1;
}

.casebox .case ul a li img {
    min-height: 100%;
    width: 100%;
    transform: scale(1.0, 1.0);
}

.casebox .case ul a li:hover img {
    transform: scale(1.08, 1.08);
}

.casebox .case ul a li div b {
    width: 80%;
    margin-left: 10%;
    color: #fff;
    z-index: 2;
    position: absolute;
    bottom: 20px;
    height: 2em;
    line-height: 2em;
    text-indent: 0.5em;
    font-size: 1.2em;
    overflow: hidden;
    opacity: 0;
}

.casebox .case ul a li div b hr {
    width: 100%;
    height: 1px;
    background-color: #fff;
    border: 0;
    position: absolute;
    bottom: 0px;
    right: 0;
}

.casebox .case ul a li div b .cover {
    width: 100%;
    height: 1px;
    background-color: #16b5a5;
    border: 0;
    position: absolute;
    bottom: 0px;
    right: 70%;
}

.casebox .case ul a li:hover div b .cover {
    right: 0%;
}

/*=======NEWS=========*/

.newsbox {
    width: 100%;
    height: auto;
    padding: 30px 0;
    font-size: 12px;
}

.newsbox .news {
    width: 100%;
    height: auto;
    border: 0;
}

.newsbox .news .news_left {
    width: 65%;
    position: relative;
    float: right;
}

.newsbox .news .news_left ul {
    width: 100%;
    padding-top: 20px;
}

.newsbox .news .news_left ul li {
    width: 100%;
    margin-bottom: 10px;
    background: #fff;
    padding: 0.6em 0;
}

.newsbox .news .news_left ul li:hover {
    background: #ececec;
}

.newsbox .news .news_left ul li .time {
    width: 15%;
    float: left;
    text-align: center;
    font-size: 1.2em;
    border-right: 1px solid #999;
    box-sizing: border-box;
    font-family: "Arial";
}

.newsbox .news .news_left ul li .time b {
    font-size: 3em;
    font-family: "Arial";
}

.newsbox .news .news_left ul li .time p {
    font-size: 1.5em;
    font-family: "Arial";
}

.newsbox .news .news_left ul li .text {
    width: 80%;
    float: right;
    padding-right: 1em;
}

.newsbox .news .news_left ul li .text h2 {
    width: 100%;
    font-size: 1.2em;
    height: 1.5em;
    line-height: 1.5em;
    margin-bottom: 0.5em;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newsbox .news .news_left ul li .text h2 a {
    font-size: 1.05em;
    color: #333;
    font-weight: 600;
}

.newsbox .news .news_left ul li:hover .text h2 a {
    color: #168f83;
    font-weight: 600;
}

.newsbox .news .news_left ul li .text p {
    font-size: 1.2em;
    line-height: 200%;
    color: #666;
}

.newsbox .news .news_right {
    width: 365px;
    position: relative;
    float: left;
    text-align: left;
}

.newsbox .news .news_right h1 {
    width: 100%;
    letter-spacing: 2px;
    margin-bottom: 1px;
}

.newsbox .news .news_right p {
    width: 100%;
    font-size: 1.3em;
    text-align: right;
    margin-bottom: 1em;
}

.newsbox .news .news_right img {
    width: 100%;
}

/*=======ENVIRONMENTAL=========*/
.sd-address{ float: left; border-left: 1px solid #434343; padding-left: 90px; color: #b9b9b9; font-size: 12px; line-height: 2.4}
.sd-address .bt{margin-bottom: 10px; font-size: 14px; color: #fff}
.newsbt{text-align: center; font-size: 18px; color: #16b5a5; font-weight: bold; margin: 20px 0 5px;}
.newsdate{text-align: center; margin-bottom: 20px;}
.environbox {
    width: 100%;
    background: #f7f8f8;
    padding: 30px 0;
    height: auto;
    font-size: 12px;
}

.environbox .environ {
    width: 100%;
    height: auto;
}

.environbox .environ h1 {
    width: 100%;
}

.environbox .environ p {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 36px;
}

.environbox .environ ul {
    width: 100%;
    height: auto;
}

.environbox .environ ul li {
    width: 28%;
    padding: 2%;
    margin: 0 1%;
    float: left;
    background: #fff;
}

.environbox .environ ul li:nth-child(1) {
    margin-left: 0;
}

.environbox .environ ul li:nth-child(3) {
    margin-right: 0;
}

.environbox .environ ul li img {
    width: 100%; height: 135px;
}

.environbox .environ ul li h3 {
    font-weight: normal;
    width: 100%;
    font-size: 1.2em;
    height: 30px;
    line-height: 30px;
    text-indent: 1em;
    background: #fff url(../images/icon3.png) no-repeat left center;
    box-sizing: border-box;
    padding: 0 0;
    text-align: center;
    margin-bottom: 1em;
}

.environbox .environ ul li h3 a {
    font-size: 1.4em;
    color: #272727;
    margin-right: 1.5em;
}

.environbox .environ ul li h3 span {
    width: 80px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background: #ececec;
    border-radius: 13px;
    text-indent: 0em;
    font-size: 0.7em;
    float: right;
    color: #16b5a5;
}

.environbox .environ ul li:hover h3 span {
    background: #16b5a5;
    color: #fff;
}

.environbox .environ .fontbox {
    width: 100%;
    height: auto;
    padding: 0.5em 0;
}

.environbox .environ .fontbox dl {
    width: 100%;
    background: url(../images/icon4.png) no-repeat 1% center;
    text-indent: 2em;
    overflow: hidden;
    height: 3em;
    line-height: 3em;
}

.environbox .environ .fontbox dl:hover {
    background-color: #f2f2f2;
}

.environbox .environ .fontbox dl a {
    font-size: 1.2em;
    color: #272727;
}

.environbox .environ .fontbox dl:hover a {
    color: #168f83;
}

/*=======PARTNER=========*/

.partnerbox {
    width: 100%;
    height: auto;
    padding: 30px 0;
    font-size: 12px;
}

.partner {
    width: 100%;
    height: auto;
}

.partner .partner_title {
    width: 100%;
    height: auto;
}

.partner .partner_title h1 {
    width: 36%;
    height: 3em;
    line-height: 3em;
    background: #168f83;
    color: #fff;
    text-indent: 2em;
    font-size: 1.5em;
}

.partner ul {
    width: 100%;
    height: auto;
    padding: 3em 0;
}

.partner ul li {
    float: left;
    height: 12em;
    overflow: hidden;
    margin: 1em 1%;
}

.partner ul li a {
    width: 100%;
    display: block;
}

.partner ul li img {
    width: auto;
    max-width: 100%;
    height: 100%;
}

.partner ul li:hover {
    border: 1px solid black;
}



.floatbox {
    width: 50px;
    height: 305px;
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -150px;
    background: #168f83;
}

.floatbox ul {
    width: 95%;
    height: 100%;
}

.floatbox ul li {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #959bf0;
    overflow: hidden;
}

.floatbox ul li:last-child {
    border: 0;
}

.floatbox ul li span {
    display: none;
    font-size: 1em;
}

.floatbox ul li span a {
    font-size: 0.8em;
}

.floatbox ul li span em {
    font-size: 0.8em;
    padding-left: 0.3em;
}

.floatbox ul li i {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    text-align: Center;
    float: right;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.floatbox ul li:nth-child(1) i {
    background-image: url(../images/float_icon1.png);
}

.floatbox ul li:nth-child(2) i {
    background-image: url(../images/float_icon2.png);
}

.floatbox ul li:nth-child(3) i {
    background-image: url(../images/float_icon3.png);
}

.floatbox ul li:nth-child(4) i {
    background-image: url(../images/float_icon3.png);
}

.floatbox ul li:nth-child(5) i {
    background-image: url(../images/float_icon5.png);
}

.floatbox ul li:nth-child(6) i {
    background-image: url(../images/float_icon6.png);
}

.floatbox:hover {
    width: 250px;
}

.floatbox:hover ul li span {
    height: 50px;
    display: block;
    float: left;
    color: #fff;
    text-indent: 1em;
}

.floatbox:hover ul li span a {
    color: #fff;
}

.floatbox:hover ul li:hover {
    background: #f2f2f2;
}

.floatbox:hover ul li:nth-child(6):hover {
    background: #168f83;
}

.floatbox:hover ul li:hover span {
    color: #168f83;
}

.floatbox:hover ul li:hover span a {
    color: #168f83;
}

.floatbox:hover ul li:hover i {
    color: #168f83;
    background-position: 0 -53px;
}

.floatbox:hover ul li:nth-child(6):hover i {
    background-position: 0 0px;
}

.floatbox:hover ul li span dl {
    height: 100%;
    float: left;
}

.floatbox:hover ul li span dl a {
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 0;
    float: left;
    padding: 0 0;
}

.floatbox:hover ul li span dl a:hover {
    background-color: #131c7c;
}

.floatbox:hover ul li span dl .bds_weixin {
    background: url(../images/icon17.png) 4px center no-repeat;
}

.floatbox:hover ul li span dl .bds_sqq {
    background: url(../images/icon17.png) -48px center no-repeat;
}

.floatbox:hover ul li span dl .bds_tsina {
    background: url(../images/icon17.png) -106px center no-repeat;
}

/*=======关于我们=========*/

.left {
    width: 22%;
    padding-top: 20px;
    padding-bottom: 40px;
    text-align: left;
    color: #fff;
    font-size: 12px;
}

.left h1 {
    padding-left: 20px;
    height: 50px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 48px;
    border-bottom: 1px solid #e2e2e2;
    position: relative;
    background: #f2f2f2;
}

.left h1 img {
    float: left; margin-top: 11px; margin-right: 10px;
}

.left h1 em {
    font-size: 16px;
    color: #16b5a5;
    font-weight: 600;
    line-height: 50px;
    float: left;
}

.left_bott {
    width: 100%;
    height: auto;
    border-bottom: none;
    background-color: #fdfdfd;
    margin-top: 20px;
    border: 1px solid #e2e2e2;
    border-bottom: 0px;
    text-align: left;
}

.left_bott li {
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
    line-height: 50px;
    height: 50px;
    position: relative;
    color: #333;
    overflow: hidden;
    box-sizing: border-box;
}

.left_bott li:hover a {
    color: #16b5a5;
}

.left_bott li i {
    float: left;
    margin-right: 5px;
    margin-left: 10%;
}

.left_bott li i img {
    width: 20px;
    height: 20px;
    position: relative;
    top: 4px;
}

.left_bott li a {
    text-align: left;
    width: 90%;
    height: 100%;
    display: block;
    color: #333;
    font-size: 14px;
    padding-left: 33px;
}

.left_bott li a i {
    float: right;
    margin-right: 2em;
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-family: "宋体";
}

.left_bott span li {
    background: #ececec;
}

.left_bott .hover {
    border-left: 2px solid #168f83;
}

.left_bott .hover a {
    color: #168f83;
}

.left_bott .hover a i {
    color: #168f83;
}

.left_bott .li_class3 a:hover {
    color: #16b5a5;
}

.left_bott select {
    width: 100%;
    border-bottom: 1px solid #c1c1c1;
    line-height: 45px;
    height: 45px;
    cursor: pointer;
}

.left_bott select option {
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
    line-height: 60px;
    height: 60px;
    cursor: pointer;
}

.li_class2:hover {
    color:  #16b5a5;
}

.right {
    width: 73%;
    padding: 20px 2%;
    font-size: 12px;
}

.right .right_top_left {
    color: #454545;
    font-size: 18px;
    line-height: 68px;
}

.right .right_top_left b {
    font-size: 20px;
}

.right .right_top_left span {
    color: #454545;
    padding-left: 10px;
    font-size: 18px;
}

.right_top_right {
    color: #666;
    line-height: 60px;
}

.right_top_right a {
    font-size: 1em;
    color: #666;
    line-height: 60px;
}

.right .right_top {
    border-bottom: 1px solid #ececec;
    margin-bottom: 20px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.right .row {
    padding: 0 20px;
    font-size: 1em;
    line-height: 200%;
}

.right .row p {
    font-size: 1.2em;
    line-height: 200%;
    color: #333;
}



#contact {
    width: 100%;
    height: auto;
    background-color: #fff;
    margin: 0 0;
    padding: 0 0;
}

#contact li {
    width: 50%;
    color: #333;
    height: 90px;
    line-height: 40px;
    text-align: center;
    float: left;
    padding: 0 0;
    text-indent: 0em;
    box-sizing: border-box;
    border: 1px solid #168f83;
    overflow: hidden;
}

#contact li em {
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-indent: 0em;
    background: #168f83;
    color: #fff;
}

#contact li span {
    width: 100%;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    font-family: "Arial", "Microsoft Yahei", "Thomas";
    font-size: 1.2em;
}

#contact li span i {
    width: 18px;
    height: 18px;
    display: inline-block;
    background-image: url(../images/ico.png);
    background-repeat: no-repeat;
    float: left;
    margin-left: 10%;
    margin-top: 16px;
}

#contact li span .addr {
    background-position: left center;
}

#contact li span .tel {
    background-position: -24px center;
}

#contact li span .qq {
    background-position: -45px center;
}

/*=======zl=========*/
.left .left_boott li .xialan {
    display: none;
    color: black
}

.left .left_boott li:hover {
    display: block;
    color: black
}

/*=======客户案例=========*/

.case_big ul {
    width: 100%;
    margin: 0 auto;
}

.case_big ul li img {
    width: 100%;
}

.case_big .case_c img {
    width: 5%;
}

.case_big ul li {
    background: #fff;
    box-shadow: 1px 2px 3px #cdcdcd;
    border: 1px solid #f6f6f6;
    padding: 10px 10px 0 10px;
    width: 29%;
    float: left;
    margin: 0 1%;
    overflow: hidden;
}

.case_big ul li:nth-child(1) {
    margin-left: 0;
}

.case_big ul li:nth-child(4) {
    margin-left: 0;
}

.case_big ul li:nth-child(3) {
    margin-right: 0;
}

.case_big ul li:nth-child(6) {
    margin-right: 0;
}

.case_c {
    background: #dadada;
}

.case_c b {
    float: left;
}

.case_c img {
    float: left;
}

.case_big ul a {
    color: #333;
}
.case_big ul li:hover {
    border: 1px solid #333;
}

/*=======客户案例_家庭=========*/
.right p {
    font-size: 14px;
    line-height: 28px;
}


.right .casecon {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 0 0;
    border: 0 solid #dadada;
}

.right .casecon ul {
    width: 100%;
    height: auto;
}

.right .casecon ul li {
    width: 100%;
    height: auto;
    margin: 1em 0;
}

.right .casecon ul li h3 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 0 0;
    color: #fff;
    text-indent: 2.5em;
    background: #1f166d url(../images/logomin.png) 10px center no-repeat;
    font-size: 1.2em;
    font-weight: 600;
    padding: 0 0;
}

.right .casecon ul li dl {
    width: 100%;
    border: 1px solid #1f166d;
    padding: 1em 1em;
    overflow: hidden;
    color: #333;
    font-size: 1.1em;
    line-height: 200%;
    box-sizing: border-box;
}

.right .casecon ul li dl img {
    border: 0;
    max-width: 100%;
}

.right .row .message {
    width: 100%;
    height: auto;
}

.right .row .message h5 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dotted #cdcdcd;
}

.right .row .message form {
    width: 100%;
    padding: 1em 0;
    line-height: 20px;
}

.right .row .message form label {
    width: 100%;
    line-height: 2em;
    padding-top: 0.5em;
    font-size: 1.1em;
    display: block;
    color: #111;
    font-weight: 600;
}

.right .row .message form label em {
    color: #ff0000;
    height: 1em;
    line-height: 1em;
    font-size: 1.2em;
    display: inline-block;
    position: relative;
    top: 4px;
}

.right .row .message form p {
    width: auto;
    line-height: 30px;
    height: auto;
    margin: 0 0;
}

.right .row .message form p input[type="text"] {
    width: 100%;
    max-width: 200px;
    line-height: 30px;
    height: 30px;
    border: 1px solid #ccc;
}

.right .row .message form p input[type="submit"] {
    width: 100%;
    max-width: 120px;
    line-height: 30px;
    height: 30px;
    background: #168f83;
    color: #fff;
    border: 0px;
    cursor: pointer;
    margin-top: 1em;
}

.right .row .message form p input[type="submit"]:hover {
    background: #1723ae;
}

.right .row .message form textarea {
    width: 100%;
    max-width: 400px;
    line-height: 30px;
    min-height: 80px;
    border: 1px solid #ccc;
}

.right .row .message form p span {
    width: 100%;
    display: block;
}

.right .row .message form p label {
    height: 2em;
    line-height: 2em;
    padding: 0 0;
    font-weight: 300;
}

.right .case_big {
    height: auto;
    margin-top: 30px;
    width: 100%;
}

.case_big .case_b {
    background-color: #fff;
    width: 31%;
    border: 1px solid #f6f6f6;
    box-shadow: 1px 2px 3px #cdcdcd;
}

.case_big ul {
    padding: 15px 15px 0 15px;
}

.case_big ul:nth-child(1) {
    margin: 0;
}

.case_big ul:nth-child(3) {
    margin: 0;
}

.case_b ul li h4 {
    font-size: 14px;
    text-align: center;
    line-height: 42px;
    color: #272727;
}

.case_b .li1 {
    width: 32%;
    background: #ececec;
    padding-left: 205px;
}

.case_b .li1 img {
    width: 22%;
    float: left;
    margin-top: 14px;
}

.case_b .li1 span {
    float: left;
    margin-left: 10px;
    line-height: 42px;
    font-size: 13px;
    color: #aeaeae;
}

.case_big a:hover {
    border: 1px solid #515151;
}

.case_bott {
    margin: 0 auto;
    text-align: center;
    margin-top: 5%;
    width: 100%;
}

.case_bott ul li {
    float: left;
    display: inline-block;
    border: 1px solid #dbdbdb;
    padding: 6px 14px;
    margin: 0 10px;
    color: #828282;
}

.case_bott ul li:hover {
    background: #168f83;
    color: #fff;
}

.case_bott ul a {
    color: #828282;
}

/
/
.case_bott ul a:hover {
    color: #fff;
}

.case_bott ul {
    margin: 0 auto;
    padding-left: 25%;
}

/*=======树派资质=========*/

.newsbox {
    width: 100%;
    color: #333;
}

.news_n {
    padding-bottom: 25px;
    border-bottom: 1px solid #dadada;
    background-color: #fcfdfe;
}

.newsbox dl dt {
    width: 15%;
    float: left;
    margin-left: 20px;
    margin-left: 8%;
}

.newsbox dl dd {
    width: 62%;
    float: left;
    margin-left: 4%;
    margin-top: 30px;
}

.newsbox dl dd h1 a {
    font-size: 16px;
    color: #272727;
    line-height: 32px;
}

.newsbox dl dd p a {
    font-size: 14px;
    color: #999999;
}

.newsbox dl dd span {
    margin-top: 20px;
}

.newsbox dl dd span a {
    color: #333;
}

.case_bott {
    margin: 0 auto;
    text-align: center;
    margin-top: 5%;
    width: 100%;
}

.case_bott ul li {
    float: left;
    display: inline-block;
    border: 1px solid #dbdbdb;
    padding: 6px 14px;
    margin: 0 10px;
    color: #828282;
}

.case_bott ul li:hover {
    background: #168f83;
    color: #fff;
}

.case_bott ul a {
    color: #828282;
}

.case_bott ul {
    margin: 0 auto;
    padding-left: 25%;
}

/*=======新闻资讯=========*/
.newsbox img {
    width: 100%;
}

.newsbox dl dd p {
    font-size: 14px;
    color: #999999;
}

/*=======新闻资讯_光触媒资讯=========*/
.newsbox {
    width: 100%;
}

.news_n {
    padding-bottom: 25px;
    margin-top: 30px;
    border-bottom: 1px solid #dadada;
}

.newsbox dl dt {
    width: 30%;
    float: left;
    margin-left: 20px;
}

.newsbox dl dd p {
    font-size: 14px;
    color: #999999;
}

/*=======新闻资讯_室内环保动向=========*/
.newsbox dl dd {
    width: 86%;
    float: left;
    margin-left: 4%;
}

.newsbox dl dd h1 {
    float: left;
}

.newsbox dl dd h1 a {
    font-size: 16px;
    color: #272727;
    line-height: 28px;
}

.newsbox dl dd h1 a:hover {
    border-bottom: 1px solid #272727;
}

.newsbox dl dd span {
    margin-top: 6px;
    color: #bfbfbf;
}

/*=======产品中心=========*/
.productbox {
    width: 100%;
}

.product_b {
    border: 1px solid #e5e5e5;
    width: 42%;
    margin: 35px 15px 20px 15px;
    padding: 15px 25px 15px 25px;
    outline: 1px solid #e5e5e5;
}

.product_b:hover {
    box-shadow: 1px 2px 3px #cdcdcd;
}

.product_s a img {
    width: 100%;
}

.product_s .product_sm {
    width: 40%;
}

.product_bot {
    margin-left: 16%;
    margin-top: 15px;
}

.product_bot p {
    background: #f4f4f4;
    color: #333;
    padding: 0 10px;
    font-size: 14px;
    line-height: 32px;
    margin-bottom: 18px;
}

.product_bo {
    background: #168f83;
    border-radius: 8px;
}

.product_bo img {
    float: left;
    padding-left: 18px;
    padding-top: 15px;
}

.product_bo h1 {
    float: left;
    color: #fff;
    line-height: 32px;
    padding: 10px 0;
    margin-left: 28px;
    font-size: 15px;
}

/*=======检测=========*/
.newsbox {
    width: 100%;
}

.newsbox dl dd p {
    font-size: 14px;
    color: #999999;
}

.newsbox img {
    width: 1px;
}

/*=======治理=========*/
.news {
    border-bottom: 1px solid #dadada;
}

.newsbox dl dt {
    width: 30%;
    float: left;
    margin-left: 20px;
}

.newsbox dl dt img {
    width: 100%;
    height: auto;
}

.newsbox dl dd {
    width: 62%;
    float: left;
    margin-left: 4%;
    margin-top: 15px;
}

.newsbox dl dd h1 a {
    font-size: 16px;
    color: #272727;
    line-height: 32px;
    font-size: bold;
}

.newsbox dl dd p {
    font-size: 14px;
    color: #999999;
}

.newsbox dl dd span {
    margin-top: 20px;
}

.case_bott {
    clear: both;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    height: auto;
    line-height: 3em;
}

.case_bott span:nth-child(1) {
    display: none;
}

.case_bott a {
    padding: 0.5em 0.5em;
    color: #666;
    border: 1px solid #d5d5d5;
    margin: 0 0.5em;
    cursor: pointer;
}

.case_bott span {
    padding: 0.5em 0.5em;
    color: #666;
    border: 1px solid #d5d5d5;
    margin: 0 0.5em;
}

.case_bott .hover {
    border: 1px solid #168f83;
    background: #168f83;
    color: #fff;
}

/*=======zuolan=========*/

/*=======列表模版=========*/
.listbox {
    width: 100%;
    height: auto;
}

.listbox ul {
    width: 100%;
    height: auto;
}

.listbox ul li {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #ececec;
    padding-bottom: 18px;
    margin-bottom: 18px;
}

.listbox ul li dt {
    width: 25%;
    height: 145px;
    overflow: hidden;
    float: left;
}

.listbox ul li dt img {
    width: 100%;
    transform: scale(1.0, 1.0);
}

.listbox ul li:hover dt img {
    transform: scale(1.05, 1.05);
}

.listbox ul li dd {
    width: 73%;
    float: right;
}

.listbox ul li dd h1 {
    width: 100%;
    line-height: 1.5em;
    margin-bottom: 1em;
    font-size: 12px;
}

.listbox ul li dd h1 a {
    font-size: 1.3em;
    color: #16b5a5;
    font-weight: bold;
}

.listbox ul li dd h1 a:hover {
    text-decoration: underline;
}

.listbox ul li dd h1 span {
    width: 70px;
    height: 1.5em;
    line-height: 1.5em;
    display: inline-block;
    color: #16b5a5;
    float: right;
    text-align: center;
}

.listbox ul li dd p {
    width: 100%;
    font-size: 1.2em;
    color: #555;
}

.listbox ul li dd .link {
    height: 2em;
    line-height: 2em;
    display: inline-block;
    color: #16b5a5;
    margin-top: 1em;
    float: right;
}

.listbox ul li dd .link:hover {
    text-decoration: underline;
    color: #16b5a5;
}

.listbox ul li dd .link i {
    width: 2em;
    height: 2em;
    display: inline-block;
    text-align: center;
    font-size: 1em;
    line-height: 2em;
    background: #168f83;
    float: right;
    font-style: normal;
    font-family: "宋体";
    text-indent: 0;
}

.listbox .city_x {
    width: 100%;
    background: #f2f2f2;
    padding: 1em 1em;
    margin: 1em 0;
}

.listbox .city_x li {
    width: 100%;
    height: 40px;
    line-height: 40px;
}

.listbox .city_x li i {
    font-size: 1.3em;
    font-weight: 600;
    line-height: 40px;
    text-indent: 1em;
    position: relative;
    display: inline-block;
    width: auto;
    height: 40px;
}

.listbox .city_x li i:before {
    content: " ";
    margin-right: 1em;
    background-color: #16b5a5;
    width: 2px;
    height: 14px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
}

.listbox .city_x li a {
    margin-left: 3em;
    font-size: 1.2em;
}

.city_00 {
    width: 100%;
    height: auto;
    background: #f2f2f2;
    padding: 1em 1em;
    margin: 1em 0;
}

.city_00 dd b {
    font-size: 16px;
    font-weight: 600;
    margin-left: 20px;
}

.listbox .list-box-search {
    width: 100%;
}

.listbox .list-box-search input[type="text"] {
    width: 300px;
    height: 40px;
    line-height: 40px;
    text-indent: 0.8em;
    margin: 0 0;;
}

.listbox .list-box-search input[type="submit"] {
    width: 50px;
    height: 42px;
    line-height: 42px;
    background: #333;
    color: #fff;
    border: 1px solid #333;
    cursor: pointer;
    margin: 0 0;
    margin-left: -4px;
}

.listbox .list-box-search input[type="submit"]:hover {
    background: #168f83;
    border: 1px solid #168f83;
}

/*=======图片列表模版=========*/
.piclistbox {
    width: 100%;
    height: auto;
}

.piclistbox ul {
    width: 100%;
    height: auto;
}

.piclistbox ul li {
    width: 32%;
    height: auto;
    margin: 0 1% 2em;
    float: left;
    box-sizing: border-box;
    padding: 10px 10px;
    border: 1px solid #ececec;
    box-shadow: 0 0 3px #ececec; text-align: center;
}
.piclistbox.join ul li{width: 23%;}
.piclistbox ul li:hover {
    border: 1px solid #16b5a5;
}

.piclistbox ul li:nth-child(1) {
    margin-left: 0;
}

.piclistbox ul li:nth-child(3n+1) {
    margin-left: 0;
}
.piclistbox.join ul li:nth-child(3n+1){margin-left: 1%;}
.piclistbox.join ul li:nth-child(4n){margin-left:1%;}
.piclistbox.join ul li:nth-child(4n+1){margin-left:1%;}
.piclistbox.join ul li:nth-child(3n) {
    margin-right: 1%;
}
.piclistbox ul li:nth-child(3n) {
    margin-right: 0;
}

.piclistbox ul li dt {
    width: 100%;
    height: 220px;
    overflow: hidden;
    float: left;
}
.piclistbox.honor ul li dt{ height: 180px;}
.piclistbox.case ul li dt{ height: 210px;}
.piclistbox ul li dt img {
    max-width:100%;max-height: 200px;
    /*transform: scale(1.0, 1.0);*/
}
.piclistbox.honor ul li dt img{max-height: 160px;}
/*.piclistbox ul li:hover dt img {*/
    /*width: 100%;*/
    /*transform: scale(1.05, 1.05);*/
/*}*/

.piclistbox ul li dd {
    width: 100%;
    float: right; background: #eaeaea ;
}
.piclistbox ul li dd:hover{background: #16b5a5; color: #fff;}
.piclistbox ul li dd h1 {
    width: 100%;
    line-height: 4em;
    text-align: center;
    font-size: 12px;
}

.piclistbox ul li dd h1 a {
    font-size: 1.3em; display: block;
    color: #333;
    font-weight: 300;
}

.piclistbox ul li dd h1 a:hover {
    color: #fff;
}

.piclistbox ul li dd h1 span {
    width: 70px;
    height: 1.5em;
    line-height: 1.5em;
    display: inline-block;
    background: #168f83;
    color: #fff;
    float: right;
    text-align: center;
}

.piclistbox ul li dd dl {
    width: 100%;
    height: 4em;
    line-height: 2em;
    font-size: 1em;
    color: #555;
    overflow: hidden;
}

.piclistbox ul li dd .link {
    width: 120px;
    height: 2em;
    line-height: 2em;
    border: 1px solid #168f83;
    display: inline-block;
    color: #555;
    text-indent: 1em;
    margin-top: 1em;
}

.piclistbox ul li dd .link:hover {
    background: #168f83;
    color: #fff;
}

.piclistbox ul li dd .link i {
    width: 2em;
    height: 2em;
    display: inline-block;
    text-align: center;
    font-size: 1em;
    line-height: 2em;
    background: #168f83;
    float: right;
    font-style: normal;
    font-family: "宋体";
    text-indent: 0;
}

/*=======产品列表模版=========*/
.prolistbox {
    width: 100%;
    height: auto;
}

.prolistbox ul {
    width: 100%;
    height: auto;
}

.prolistbox ul li {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #ececec;
    padding-bottom: 18px;
    margin-bottom: 18px;
}

.prolistbox ul li dt {
    width: 25%;
    height: 200px;
    overflow: hidden;
    float: left;
}

.prolistbox ul li dt img {
    width: 100%;
    transform: scale(1.0, 1.0);
}

.prolistbox ul li:hover dt img {
    transform: scale(1.05, 1.05);
}

.prolistbox ul li dd {
    width: 73%;
    float: right;
}

.prolistbox ul li dd h1 {
    width: 100%;
    line-height: 1.5em;
    margin-bottom: 1em;
    font-size: 1.5em;
    color: #168f83;
    font-weight: normal;
    font-weight: 600;
}

.prolistbox ul li dd h1 span {
    width: 70px;
    height: 1.5em;
    line-height: 1.5em;
    display: inline-block;
    background: #168f83;
    color: #fff;
    float: right;
    text-align: center;
}

.prolistbox ul li dd dl {
    width: 100%;
    height: auto;
    line-height: 2em;
    color: #444;
    font-size: 1em;
    padding: 0.3em 0;
}

.prolistbox ul li dd dl em {
    font-weight: 600;
    color: #168f83;
    font-size: 1.2em;
}

.prolistbox ul li dd dl p {
    margin: 0 0;
}

.prolistbox ul li dd .link {
    width: 120px;
    height: 2em;
    line-height: 2em;
    border: 1px solid #168f83;
    display: inline-block;
    color: #555;
    text-indent: 1em;
    margin-top: 1em;
}

.prolistbox ul li dd .link:hover {
    background: #168f83;
    color: #fff;
}

.prolistbox ul li dd .link i {
    width: 2em;
    height: 2em;
    display: inline-block;
    text-align: center;
    font-size: 1em;
    line-height: 2em;
    background: #168f83;
    float: right;
    font-style: normal;
    font-family: "宋体";
    text-indent: 0;
}

.fixm {
    display: none;
}

/*=======左右滑动图片模版=========*/

.testimonial {
    background-color: #f3f3f3;
    border-radius: 5px;
    padding: 30px;
    margin: 0 15px;
}

.testimonial .pic {
    width: 90px;
    height: 90px;
    margin: 0 30px 15px 0;
    float: left;
}

.testimonial .pic img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.testimonial .testimonial-title {
    color: #000000;
    font-size: 16px;
    margin-top: 5px;
    font-weight: 800;
    text-transform: capitalize;
}

.testimonial .testimonial-title small {
    display: block;
    color: #dc005a;
    font-size: 14px;
    font-weight: 800;
    margin-top: 10px;
}

.testimonial .testimonial-review p {
    color: #888888;
    font-size: 15px;
    font-style: italic;
    line-height: 19px;
    margin-bottom: 0;
}

.owl-theme .owl-controls {
    margin-top: 20px;
}

.owl-theme .owl-controls .owl-page span {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 1;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #fff;
    border: 0px solid #cdcdcd;
}

.owl-pagination {
    margin-top: 40px;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #16b5a5;
    border: 0px solid #fff;
}

@media screen and (max-width: 990px) {
    .testimonial-parallax h2 {
        margin-bottom: 40px;
    }

    .testimonial {
        margin: 0;
    }
}

.mt50 {
    padding-top: 50px;
}

.test {
    width: 100%;
    height: 50px;
    line-height: 50px;
}

.test a {
    padding: 0px 20px;
}

/*联系我们*/
.onlion-c .tit {
    border-bottom: 1px solid #eaeaea;
    color: #444;
    font-size: 22px;
    font-weight: bold;
    height: 79px;
    line-height: 74px;
}
.onlion-c ul {
   padding-left: 10px;
}
.onlion-c li {
    margin-bottom: 20px;
    width: 100%;
}
.onlion-c li .te {
    color: #747474;
    font-size: 14px;
    margin-bottom: 10px;
}
.onlion-c li .te .sps {
    color: #ff0007;
    margin-left: 5px;
}
.onlion-c li .input {
    border: 1px solid #d2d2d2;
    display: block;
    height: 34px;
    padding: 0 5px;
    width: 334px;
}
.onlion-c li .input.sps {
    width: 334px;
}
.onlion-c li .te.sps {
    color: #747474;
    font-size: 14px;
    font-weight: bold;
}
.onlion-c li select {
    border: 1px solid #d2d2d2;
    color: #999;
    font-size: 14px;
    height: 48px;
    margin-right: 8px;
    padding: 0 5px;
    width: 250px;
}
.onlion-c li select.sps {
    margin-right: 0;
}
.onlion-c li .bot .fll {
    color: #747474;
    font-size: 14px;
    line-height: 24px;
    margin-right: 20px;
}
.ll{float: left;}
.onlion-c li .bot .fll input {
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: 6px;
}
.onlion-c li textarea {
    border: 1px solid #d2d2d2;
    padding: 5px;
    width: 762px;
}
.onlion-c li .boxsp {
    border: 1px solid #d2d2d2;
    color: #666;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    margin-right: 36px;
    padding-left: 12px;
    width: 220px;
}
.onlion-c li .boxsp input {
    border: 0 none;
    width: 115px;
}
.onlion-c li .boxsp img {
    float: right;
    height: 34px;
    margin-top: 2px;
}
.onlion-c li .submit {
    background: #b81d21 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    font-size: 14px;
    height: 40px;
    width: 140px;
}
.text-center{text-align: center;}
.date{text-align: center; font-size: 14px; color: #999; margin-bottom: 20px;}
.gBox2{height: 360px;}
.gBox2 ul {
    background: #ffffff none repeat scroll 0 0;
    height: 250px;
}

.gBox2 ul li {
    background: url("../images/bg_01.jpg") no-repeat scroll right top;
    border: 1px solid #ffffff;
    display: inline;
    float: left;
    margin-top: 10px;
    padding: 0 10px;
    position: relative;
    width: 395px; height: 260px;
}

.gBox2 ul .clear_bg {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: inline;
}


.table1 {
    border: 1px solid #666;border-collapse: collapse; margin-top: 10px;

}
.table1.text-center td{text-align: center; padding: 2px 0;}
.table1 th{background: #eee;}
.table1 td,.table1 th{border: 1px solid #666; padding: 2px 5px;}
.background-color1{background: #01b0f1;}
.background-color2{background: #feff99;}
.background-color3{background: #3acbe0;}
.background-color1 td{color: #fff; font-weight: bold;}
.background-color3 td{color: #fff; }


.table1 td.td1 {

    color: #2aa1d7;
    font-weight: bold;text-align:center;

}
.table1 td.td3 {

    color: #2aa1d7; text-align:center;font-weight:bold;

}

.table1 td.td4,.table1 td.td5 {

    color: #d9405f;

    font-weight: bold;
    text-align: center;

}

.table1 td.td7 ,.table1 td.td8{

    color: #c60;
    font-weight: bold;
    text-align: center;

}

.yqjcsm h1{background:#16b5a5;
    color: #ffffff;

    height: 48px;
    line-height: 48px;
    text-indent: 30px; margin-top: 10px; font-size: 20px;}


.m3_info {
    color: #16b5a5;
    display: block;
    font-family: "微软雅黑";
    font-size: 24px;
    padding-bottom: 28px;
    padding-top: 30px;
    text-align: center;
}

.m3_info span {
    background: #ff5b01;
    color: #fff;
    display: inline-block;
    line-height: 40px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 20px; padding: 0 20px;
}
.zq_info{margin-top: 20px;}
.zq_info strong {
    background-color: #c78d50;
    color: #fff;
    display: block;
    font-family: "微软雅黑";
    font-size: 20px;
    font-weight: 500;
    height: 44px;
    line-height: 43px;
    padding-left: 27px;
}
.right .row .zq_info p{
    background-color: #f0e2d3;
    color: #000;
    line-height:2;
    padding: 10px 20px; font-size: 12px;
    position: relative;
}
.pinpai{width: 50%; float: left;}
.pinpai p.title2 {
    font-size: 20px;
    font-weight: bold;
}
.pinpai p {
    color: #333;
    font-size: 1.2em;
    line-height: 200%; text-indent: 2em; margin-bottom: 10px;
}
