@charset "utf-8";


/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

html {
    font-size: 62.5%;
    height: 100%
}

body {
    margin: 0 auto;
    font-family: 'Arial';
    font-size: 14px;
    font-size: 1.8rem;
    height: 100%;
    font-weight: 600;
}

img {
    border: none;
}

ul li {
    list-style-type: none;
}

ul,
form,
p,
a,
img,
table,
tr,
td,
li,
dd,
dt,
dl,
span {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #333;
}

a {
    text-decoration: none;
    color: #333;
    outline: none;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
}

h1 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    color: #333;
}

.clear {
    clear: both;
}

.maln {
    margin-left: auto !important
}

.no_margin{
    margin-left: auto !important
}
input,
textarea {
    font-family: 'Arial';
    font-size: 14px;
    font-size: 1.4rem;
    color: #333;
    border: none;
    outline: none;
}

.l {
    float: left;
}

.r {
    float: right;
}

.fix {
    *zoom: 1;
}

.fix:after,
.fix:before {
    display: block;
    content: "clear";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #333;
}

:-o-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #333;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #333;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #333;
}

@media screen and (min-width:1220px) {
    .wp {
        width: 1200px;
        margin: auto;
    }
}

@media screen and (min-width:1000px) and (max-width:1219px) {
    .wp {
        width: 980px;
        margin: auto;
    }
}

@media screen and (max-width:999px) {
    .wp {
        width: 95%;
        margin: auto;
    }
}


@font-face {
    font-family: 'FuturaStdBook';
    src: url('../fonts/FuturaStdBook.eot');
    src: url('../fonts/FuturaStdBook.eot') format('embedded-opentype'),
    url('../fonts/FuturaStdBook.woff2') format('woff2'),
    url('../fonts/FuturaStdBook.woff') format('woff'),
    url('../fonts/FuturaStdBook.ttf') format('truetype'),
    url('../fonts/FuturaStdBook.svg#FuturaStdBook') format('svg');
}


@font-face {
    font-family: 'FuturaStdLight';
    src: url('../fonts/FuturaStdLight.eot');
    src: url('../fonts/FuturaStdLight.eot') format('embedded-opentype'),
    url('../fonts/FuturaStdLight.woff2') format('woff2'),
    url('../fonts/FuturaStdLight.woff') format('woff'),
    url('../fonts/FuturaStdLight.ttf') format('truetype'),
    url('../fonts/FuturaStdLight.svg#FuturaStdLight') format('svg');
}

@font-face {
    font-family: 'Humanist521BTLight';
    src: url('../fonts/Humanist521BTLight.eot');
    src: url('../fonts/Humanist521BTLight.eot') format('embedded-opentype'),
    url('../fonts/Humanist521BTLight.woff2') format('woff2'),
    url('../fonts/Humanist521BTLight.woff') format('woff'),
    url('../fonts/Humanist521BTLight.ttf') format('truetype'),
    url('../fonts/Humanist521BTLight.svg#Humanist521BTLight') format('svg');
}




/**********************  logonavser  ***********************/

.logo {
    margin-top: 21px;
    margin-right: 72px;
}

.nav_list>li {
    float: left;
    font-size: 16px;
    font-size: 1.6rem;
    margin-left: 37px;
    padding-bottom: 28px;
    position: relative;
}

.nav_list>li>a {
    border-radius: 3px;
	text-transform:uppercase;
}

.nav_list>li>a {
    display: block;
    line-height: 31px;
    padding: 0 8px;
}

.nav_list2 {
    display: none;
}

.nav_list {
    margin-top: 36px;
}

.nav_list>li.currentnav>a {
    background: #12a14f;
    color: #fff;
}

.nav_list>li:hover>a {
    background: #12a14f;
    color: #fff;
}

.yiji {
    width: 204px;
    padding-top: 8px;
    padding-bottom: 8px;
    background: #12a14f;
    position: absolute;
    top: -9999px;
    left: 0;
    z-index: 9999;
}

.yiji li {
    line-height: 35px;
    padding: 0 30px;
    position: relative;
}

.yiji a {
    display: block;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
}

.yiji li:hover {
    background: #fff;
    color: #12a14f;
}

.yiji li:hover>a {
    color: #12a14f;
}

.nav_list>li:hover .yiji {
    top: 40px;
}

.erji {
    width: 330px;
    padding-top: 8px;
    padding-bottom: 8px;
    background: #12a14f;
    position: absolute;
    left: 100%;
    top: -99999px;
}

.erji a {
    color: #fff;
}

.yiji>li:hover .erji {
    top: -8px;
}




/*********************** search *****************************/

.wp {
    position: relative;
}



/*  sousuo  */

.search {
    width: 33px;
    z-index: 9999;
    position: absolute;
    background: none;
    top: 35px;
    right: 0px;
}

.sb-icon-search {
    color: #fff;
    z-index: 99;
    width: 33px;
    height: 33px;
    display: block;
}

.sb-search-submit {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    color: transparent;
    border: none;
    outline: none;
    z-index: 99999;
}

.search_1000 {}

.sb-search {
    position: relative;
    width: 0%;
    min-width: 33px;
    height: 33px;
    float: right;
    display: inline;
    overflow: hidden;
    -webkit-transition: width 0s;
    -moz- transition: width 0s;
    transition: width 0s;
    -webkit-backface-visibility: hidden;
    z-index: 99;
    border: none;
}

.sb-search-input {
    position: absolute;
    top: 0;
    left: 0px;
    outline: none;
    width: 236px;
    height: 33px;
    line-height: 33px;
    padding-left: 10px;
    border: none;
    margin: 0;
    z- index: 190;
    font-family: 'Arial';
    Helvetica,
    sans-serif;
    color: #333;
    border-radius: 4px;
    background: none;
    color: #fff;
}

.sb-icon-search,
.sb-search-submit {
    width: 31px;
    height: 31px;
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 0;
    margin: 0;
    cursor: pointer;
    background: url(../images/sousuo.png) no-repeat center;
    border: none;
}

.sb-search.sb-search-open,
.no-js .sb-search {
    width: 236px;
    height: 33px;
    line-height: 33px;
    position: relative;
    right: 0px;
    top: 0px;
    z-index: 999999;
    background: #12a14f;
    border- radius: 17px;
}

.no-js .sb-search .sb-icon-search {
    position: absolute;
    background: url(../images/sousuo.png) no-repeat center;
    z-index: 15;
    right: 0px;
    top: 0px;
}

.no-js .sb-search .sb-search-submit {
    z-index: 91;
}



/*********yincang nav*********/


/*.container{display: none;}

.fix a{color: #fff;}
.container{ width:5px; height:100%;position:absolute; right:0px;top: 20px;transition:all 0.4s ease 0s; z-index:800000000000; cursor:pointer;}
.container .menubtn{width: 35px;height: 30px;position: absolute;top:-10px;right:20px;transition:all 0.4s ease 0s; z-index:2000}
.container .menubtn span{display: block;width: 100%;height: 5px;margin-bottom: 5px;background-color: #12a14f;}
.container .nav{width:250px;height:100%;background:rgba(0,0,0,0.8);position: absolute;top:-20px;right: 0;display: none;}
.container .nav ul {display: none; margin-top:10px;}
.container .nav ul li{line-height: 40px;font-size: 14px; font-size:1.4rem;text-indent: 30px;}
.container .nav ul li a{ color:#fff;}
.hide_clear{display: none;}

@media screen and (min-width:1220px) {
    .no_margin{margin-left: auto!important;}
}
@media screen and (min-width:1000px) and (max-width:1219px) {
    .no_margin{margin-left: auto!important;}
    .nav1>li{margin-right:10px; }
}
@media screen and (max-width:999px) {
    .hide_clear{display: block;}
    .logo_box{float: left;margin-top: 0;}
    .nav1>li{margin-right:20px; }

    .search{top: 43px;}
    .yiji{width:auto; }
}
@media screen and (max-width:639px){
    .container{display: block;}
    .medianone {display: none!important;}.yiji{display: none;}
    .nav_list1{display: none;}
    .logo{margin-left: 0;}
    .head div>ul>li{margin-left: 15px;}
    .search{top: 37px;right: 55px;}
    .container .menubtn{top: 19px;}
}

@media screen and (max-width:479px){
    .nav1>li{margin-right:0; }
    .icon_box>ul>li{margin-left: 3px;}
    .nav1>li>a{font-size: 1.4rem;padding:44px 3px;}
    
}
@media screen and (max-width:420px){
    .nav_list>li>a{font-size: 1.4rem;padding-left: 3px;padding-right: 3px;}
   .head_lianxi li{float: none;}
    .dianhua{margin-bottom: 10px;}
    .nav_list>li{margin-right: 6px;}
}*/


/*********yincang nav*********/

.container {
    width: 5px;
    height: 100%;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    z-index: 999999999999999;
    cursor: pointer;
    position: fixed;
    top: -5px;
    right: 0;
    display: block;
}

.container .nav {
    overflow: hidden;
    width: 300px;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    height: auto;
    overflow: scroll;
}

.container .nav form {
    margin: 15px auto;
    width: 258px;
    height: 26px;
    border: 1px solid #fff;
}

.container .nav form .iptc {
    box-sizing: border-box;
    padding-left: 15px;
    background-color: #fff;
    width: 80%;
    height: 26px;
    line-height: 26px;
    display: block;
    float: left;
}

.container .nav form .ipsc {
    width: 20%;
    height: 26px;
    line-height: 26px;
    display: block;
    float: right;
    background: #fff url(../img/sousuo1.png) no-repeat center center;
}

.container .nav>ul {
    display: none;
    margin-top: 0px;
    margin-bottom: 0px;
    overflow: scroll;
    padding-top: 45px;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.container .nav>ul>li {
    line-height: 40px;
    font-size: 12px;
    font-size: 1.2rem;
    text-indent: 20px;
    position: relative;
}

.container .nav>ul>li .addition {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 10px;
    background: url("fonts/shizi.png") no-repeat center center;
}

.container .nav>ul>li .addition.fa:before {
    margin-right: 5px;
    color: #fff;
    text-indent: 0;
}

.container .nav>ul>li>a {
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    display: block;
}

.container .nav>ul>li>a span {
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
}

.container .nav>ul>li .c-show {
    display: none;
    width: 100%;
}


.container .nav>ul>li .c-show1 .c-s1 {
    position: relative;
    padding-left: 15px;
}

.container .nav>ul>li .c-show1 .c-s1>a {
    position: relative;
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 30px;
}

.container .nav>ul>li .c-show1 .c-s1>a span {
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
}


.container .nav>ul>li .c-show1 .c-s1>.c-show2 {
    position: relative;
}

.container .nav>ul>li .c-show1 .c-s1>.c-show2 .c-s2 {
    position: relative;
}

.container .nav>ul>li .c-show1 .c-s1>.c-show2 .c-s2>a {
    text-indent: 35px;
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 30px;
}

.container .nav>ul>li .c-show1 .c-s1>.c-show2 .c-s2>a span {
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
}


.container .nav>ul>li .c-show1 .c-s1 .c-s2 .c-show3 {
    position: relative;
}

.container .nav>ul>li .c-show1 .c-s1 .c-s2 .c-show3 .c-s3 a {
    text-indent: 50px;
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 30px;
}

.container .nav>ul>li .c-show1 .c-s1 .c-s2 .c-show3 .c-s3 a span {
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
}


.container .nav>ul>dl {
    padding: 20px;
}

.container .nav>ul>dl dd {
    float: left;
    margin: 0 2px;
}

.container .menubtn {
    width: 23px;
    height: 18px;
    position: absolute;
    top: 12px;
    right: 12px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    z-index: 9999;
}

.container .menubtn span {
    display: block;
    width: 100%;
    height: 3px;
    margin-bottom: 3px;
    background-color: #333;
}


/*.container*/

.container {
    width: 5px;
    height: 100%;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    z-index: 999999999999999;
    cursor: pointer;
    position: fixed;
    top: -5px;
    right: 0;
    display: block;
}

.container .nav {
    overflow: hidden;
    width: 300px;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    height: auto;
    overflow: scroll;
}

.container .nav form {
    margin: 15px auto;
    width: 258px;
    height: 26px;
    border: 1px solid #fff;
}

.container .nav form .iptc {
    box-sizing: border-box;
    padding-left: 15px;
    background-color: #fff;
    width: 80%;
    height: 26px;
    line-height: 26px;
    display: block;
    float: left;
}

.container .nav form .ipsc {
    width: 20%;
    height: 26px;
    line-height: 26px;
    display: block;
    float: right;
    background: #fff url(../images/sousuo.png) no-repeat center center;
}

.container .nav>ul {
    display: none;
    margin-top: 0px;
    margin-bottom: 0px;
    overflow: scroll;
    padding-top: 45px;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.container .nav>ul>li {
    line-height: 40px;
    font-size: 12px;
    font-size: 1.2rem;
    text-indent: 20px;
    position: relative;
}

.container .nav>ul>li .addition {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 10px;
    background: url("fonts/shizi.png") no-repeat center center;
}

.container .nav>ul>li .addition.fa:before {
    margin-right: 5px;
    color: #fff;
    text-indent: 0;
}

.container .nav>ul>li>a {
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    display: block;
    margin-right: 40px;
}

.container .nav>ul>li>a span {
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
}

.container .nav>ul>li .c-show {
    display: none;
    width: 100%;
}


.container .nav>ul>li .c-show1 .c-s1 {
    position: relative;
    padding-left: 15px;
}

.container .nav>ul>li .c-show1 .c-s1>a {
    position: relative;
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 30px;
}

.container .nav>ul>li .c-show1 .c-s1>a span {
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
}


.container .nav>ul>li .c-show1 .c-s1>.c-show2 {
    position: relative;
}

.container .nav>ul>li .c-show1 .c-s1>.c-show2 .c-s2 {
    position: relative;
}

.container .nav>ul>li .c-show1 .c-s1>.c-show2 .c-s2>a {
    text-indent: 35px;
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 30px;
}

.container .nav>ul>li .c-show1 .c-s1>.c-show2 .c-s2>a span {
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
}


.container .nav>ul>li .c-show1 .c-s1 .c-s2 .c-show3 {
    position: relative;
}

.container .nav>ul>li .c-show1 .c-s1 .c-s2 .c-show3 .c-s3 a {
    text-indent: 50px;
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 30px;
}

.container .nav>ul>li .c-show1 .c-s1 .c-s2 .c-show3 .c-s3 a span {
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
}


.container .nav>ul>dl {
    padding: 20px;
}

.container .nav>ul>dl dd {
    float: left;
    margin: 0 2px;
}

.container .menubtn {
    width: 23px;
    height: 18px;
    position: absolute;
    top: 12px;
    right: 12px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    z-index: 9999;
}

.container .menubtn span {
    display: block;
    width: 100%;
    height: 3px;
    margin-bottom: 3px;
    background-color: #333;
}

@media screen and (min-width: 640px) {
    .container,
    .nav {
        display: none!important;
    }
}




/*******lunbo*******/

div.index_focus_s {
    height: 680px;
}

div.index_focuss {
    height: 680px;
}

.index_focus {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    z-index: 9;
    height: 680px;
}

.index_focusn {
    width: 1920px;
    position: absolute;
    left: 50%;
    top: 0px;
    margin-left: -960px;
    z-index: 99;
    height: 680px;
}

.index_focus .bd li {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 1920px;
    z-index: 999
}

.index_focus_post {
    z-index: 10;
}

.index_focus .pic {
    height: auto;
    display: block;
    margin: 0 auto;
}

.index_focus .pic:hover {
    text-decoration: none;
}

.index_focus_pre,
.index_focus_next {
    display: none;
    position: absolute;
    top: 50%;
    margin-top: -32px;
    width: 52px;
    height: 112px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    z-index: 5000;
}

.index_focus_pre {
    left: 3%;
    background: url(../images/prev.png) no-repeat;
}

.index_focus_next {
    right: 3%;
    background: url(../images/next.png) no-repeat;
}

.index_focus_pre:hover {
    background: url(../images/prev2.png) no-repeat;
}

.index_focus_next:hover {
    background: url(../images/next2.png) no-repeat;
}

.index_focus .wp {
    position: absolute;
    left: 50%;
    margin-left: -600px;
    height: 20px;
    bottom: 8px;
    z-index: 9999
}

.index_focus .slide_nav {
    position: absolute;
    left: 50%;
    margin-left: -60px;
    z-index: 99999;
}

.index_focus .slide_nav a {
    width: 15px;
    height: 15px;
    cursor: pointer;
    float: left;
    margin-left: 13px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #12a14f;
}

.index_focus .slide_nav li:hover,
.index_focus .slide_nav .on {
    text-decoration: none;
    background: #12a14f;
    border: 1px solid #56b753;
}

.index_focus2 {
    position: relative;
    width: 100%;
    height: 250px;
    margin: 0 auto;
    overflow: hidden;
    z-index: 9;
}

.index_focusn2 {
    width: 1920px;
    position: absolute;
    left: 50%;
    top: 0px;
    margin-left: -960px;
    z-index: 99;
    height: 250px;
}

.index_focus2 .bd li {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 1920px;
    z-index: 999
}

.index_focus_post {
    z-index: 10;
}

.index_focus2 .pic {
    height: auto;
    display: block;
    margin: 0 auto;
}

.index_focus2 .pic:hover {
    text-decoration: none;
}

.index_focus_pre2,
.index_focus_next2 {
    display: none;
    position: absolute;
    top: 50%;
    margin-top: -35px;
    width: 65px;
    height: 65px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    z-index: 9999
}

.index_focus_pre2 {
    left: 40px;
    background: url(../images/prev.png) no-repeat;
}

.index_focus_next2 {
    right: 40px;
    background: url(../images/next.png) no-repeat;
}

@media screen and (min-width:1000px) and (max-width:1219px) {}

@media screen and (min-width:1000px) {
    .carousel,
    .clear2 {
        display: none
    }
}

@media screen and (min-width:1000px) and (max-width:1219px) {
    .index_focus .wp {
        margin-left: -490px;
    }
    .index_focus {
        height: 544px;
    }
    .index_focusn img {
        width: 80%;
    }
    .index_focus2 {
        height: 544px;
    }
    .index_focusn2 img {
        width: 80%;
    }
    .index_focus .wp {
        bottom: 160px;
    }
    .index_focus2 .wp {
        bottom: 80px;
    }
}

@media screen and (max-width:999px) {
    .index_focus {
        display: none
    }
    .index_focus2 {
        display: none
    }
    .index_focus {
        height: 380px;
    }
    .index_focusn img {
        width: 81%;
    }
    .index_focus2 {
        height: 250px;
    }
    .index_focusn2 img {
        width: 80%;
    }

    .carousel {
        width: 100%;
        position: relative;
        overflow: hidden;
    }
    .carousel ul {
        width: 100%;
        height: 100%;
    }
    .carousel ul li {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .carousel ul li img {
        width: 100%;
        vertical-align: middle;
    }
    .carousel ol {
        position: absolute;
        z-index: 2;
        width: 80px;
        height: 5px;
        bottom: 10px;
        left: 50%;
        -webkit-transform: translate3d(-50%, 0, 0);
    }
    .carousel ol li {
        float: left;
        width: 10px;
        height: 10px;
        border-radius: 5px;
        margin-right: 10px;
        background-color: #fff;
        transition: all 0.3s ease 0s;
    }
    .carousel ol li.cur {
        width: 10px;
        height: 10px;
        border-radius: 5px;
        ;
        background: #12a14f;
    }
    .carousel ol li:last-child {
        margin: 0;
    }
}

@media screen and (min-width:980px) {}

@media screen and (max-width:380px) {
    .h-bd2 ul li a {
        padding: 0 5px;
    }
}




@media screen and (min-width:1000px) and (max-width:1219px) {
    .nav_list>li {
        margin-left: 20px;
    }
    .logo {
        margin-right: 30px;
    }
}

@media screen and (max-width:999px) {
    .nav_list1 {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .nav_list>li {
        margin-left: 0;
        padding-bottom: 10px;
    }
}

@media screen and (max-width:639px) {
    .container {
        display: block;
    }
    .medianone {
        display: none!important;
    }
    .yiji {
        display: none;
    }
    .nav_list1 {
        display: none;
    }
    .nav_list2 {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .logo {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

@media screen and (max-width:370px) {
    .logo img {
        width: 190px;
    }
}




/**********************   syp   *********************/

.syp {
    padding-top: 78px;
    padding-bottom: 68px;
}

.syptu img {
    width: 100%;
    max-width: 358px;
    max-height: 258px;
}

.syptu {
    display: block;
    border: 1px solid #e0e0e0;
}

.sypcon {
    position: relative;
    overflow: hidden;
}

.sypcover {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(18, 161, 79, 0.5);
    transition: 0.5s;
}

.sypbox {
    float: left;
    margin-left: 60px;
    width: 360px;
}

.sypcover img {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 50%;
    margin-top: -35px;
    left: 50%;
    margin-left: -35px;
}

.sypp {
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 10px;
}

.sypp:hover a {
    color: #12a14f;
}

.sypbox:hover .sypcover {
    top: 0;
}

@media screen and (min-width:1000px) and (max-width:1219px) {
    .sypbox {
        width: 286px;
    }
}

@media screen and (max-width:999px) {
    .sypbox {
        width: 31.33333%;
        margin: 0 1%;
    }
}

@media screen and (max-width:530px) {
    .sypbox {
        width: 70%;
        margin: 0 15%;
        margin-bottom: 20px;
    }
}

@media screen and (max-width:399px) {
    .sypbox {
        width: 92%;
        margin: 0 4%;
        margin-bottom: 20px;
    }
    .syp {
        padding-top: 50px;
        padding-bottom: 30px;
    }
}



/***********************  what  *************************/

.what {
    padding-top: 53px;
    padding-bottom: 77px;
    background: #12a14f;
}

.wcwd {
    font-family: 'Arial';
    font-size: 30px;
    font-size: 3rem;
    text-align: center;
    margin-bottom: 50px;
}

.wcwd a {
    color: #fff;
}

.ibox {
    width: 345px;
    text-align: center;
    float: left;
    margin-left: 82px;
}

.icon {
    display: inline-block;
    width: 113px;
    height: 113px;
    border-radius: 50%;
    box-shadow: 3px 2px 10px 0px #5a5959;
}

.ip1 {
    font-family: 'Arial';
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 23px;
}

.ip1 a {
    color: #fff;
    display: block;
}

.ip1 a:hover {
    color: #333;
}

.ip2 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    margin-top: 17px;
}

.ip2 a {
    color: #fff;
    display: block;
    height: 120px;
    overflow: hidden;
}

.ip2 a:hover {
    color: #333;
}

@media screen and (min-width:1000px) and (max-width:1219px) {
    .ibox {
        width: 313px;
        margin-left: 20px;
    }
}

@media screen and (max-width:999px) {
    .ibox {
        width: 31.3333333%;
        margin: 0 1%;
    }
}

@media screen and (max-width:750px) {
    .ibox {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }
    .what {
        padding-bottom: 30px;
    }
}

@media screen and (max-width:399px) {
    .wcwd {
        font-size: 26px;
        font-size: 2.2rem;
    }
}



/******************  syabout  *****************/

.syabout {
    padding-top: 67px;
    padding-bottom: 50px;
}

.aboutzuo {
    position: relative;
    width: 50%;
}

.syabouttu img {
    width: 100%;
    max-width: 518px;
    max-height: 460px;
    position: relative;
    left: 10px;
    top: 10px;
}

.syabouttu {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #12a14f;
}

.aboutyou {
    width: 50%;
    margin-top: 17px;
}

.syap1 {
    font-family: 'Arial';
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 8px;
}

.syap1:hover a {
    color: #12a14f;
}

.syap2 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    margin-bottom: 10px;
}

.syap2 a {
    display: block;
    height: 115px;
    overflow: hidden;
}

.syap2 a:hover {
    color: #12a14f;
}

@media screen and (min-width:1000px) and (max-width:1219px) {
    .aboutzuo>img {
        width: 90%;
    }
    .syabouttu img {
        width: 93%;
    }
    .aboutyou {
        margin-top: 0;
    }
    .syap1 {
        margin-bottom: 5px;
    }
    .syap2 {
        margin-bottom: 20px;
    }
}

@media screen and (max-width:999px) {
    .aboutzuo>img {
        width: 90%;
    }
    .syabouttu img {
        width: 93%;
    }
    .aboutyou {
        margin-top: -20px;
    }
    .syap1 {
        margin-bottom: 5px;
    }
    .syap2 {
        margin-bottom: 20px;
    }
}

@media screen and (max-width:750px) {
    .aboutzuo {
        width: 100%;
    }
    .aboutyou {
        width: 100%;
    }
    .aboutzuo>img {
        display: none;
    }
    .syabouttu {
        position: static;
    }
    .syabouttu img {
        width: 100%;
    }
}



/************************  synew  ************************/

.synew {
    background: #12a14f;
}

.newzuo {
    width: 50%;
}

.newyou {
    width: 50%;
}

.newsbox {
    width: 600px;
}

.newyou img {
    width: 100%;
    max-width: 960px;
    max-height: 495px;
}

.m4l {
    padding-top: 78px;
}

.m4lbiao {
    display: block;
    font-size: 30px;
    font-size: 3rem;
    font-family: 'Arial';
    color: #fff;
}

.m4r {
    width: 509px;
    float: right;
    position: relative;
}

.m4lmor {
    display: block;
    width: 70px;
    height: 24px;
    border-radius: 12px;
    text-align: center;
    line-height: 24px;
    float: right;
    background: #253d7a;
    font- size: 14px;
    font-size: 1.4rem;
    color: #fff;
    margin-top: 15px;
    margin-right: 30px;
}

.m4lmor:hover {
    background: #ee5236;
}


.ck-slide {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 273px;
    margin: 0 auto;
    margin-top: 9px;
}

.ck-slide ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.ck-slide ul.ck-slide-wrapper {
    position: absolute;
    width: 100%;
    height: 273px;
    top: 0;
    left: 0;
    z-index: 1;
    margin: 0;
    padding: 0;
}

.ck-slide ul.ck-slide-wrapper li {
    position: absolute;
    display: none;
    width: 100%;
}

.ck-slidebox {
    position: absolute;
    bottom: 2px;
    left: 65px;
    z-index: 30;
}

.ck-slidebox ul li {
    float: left;
    height: 4px;
    width: 35px;
    margin: 0 6px;
    background: #fff;
    cursor: pointer;
}

.ck-slidebox ul li.current {
    background-color: #008037;
}

.ck-slidebox ul li:hover {
    background-color: #008037;
}


.m4lie {
    margin-top: 17px;
    margin-bottom: 25px;
}

.m4ri {
    width: 65px;
    float: left;
    font-size: 55px;
    font-size: 5.5rem;
    text-transform: uppercase;
    line-height: 80px;
}

.m4yue {
    width: 30px;
    float: left;
    margin-left: 7px;
    margin-top: 11px;
    background: url(../images/dian.jpg) no-repeat center;
    font-size: 14px;
    font-size: 1.4rem;

    text-transform: uppercase;
    line-height: 30px;
}

.m4zi p a {
    display: block;
    margin-left: 128px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    padding-top: 15px;
    height: 48px;
    overflow: hidden;
}

.m4zi p a:hover {
    color: #253d7a;
}

.m4rbiao1 {
    display: block;
    font-size: 40px;
    font-size: 4rem;
    color: #fff;
    line-height: 52px;
    padding-top: 53px;
}

.m4rbiao2 {
    display: block;
    font-size: 46px;
    font-size: 4.6rem;
    color: #fff;
    line-height: 52px;
    text-transform: uppercase;
}

.m4rlie {
    width: 410px;
    margin-left: 7px;
    margin-top: 21px;
    margin-bottom: 30px;
}

.m4rlie>a {
    display: block;
    font-size: 24px;
    font-size: 2.4rem;
    color: #fff;
    line-height: 35px;
    background: url(../images/m4baitiao.jpg) no-repeat 4px bottom;

    padding-bottom: 5px;
}

.m4rlie p a {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    line-height: 24px;
    margin-top: 7px;
    margin-left: 5px;
}

.m4r a:hover {
    color: #253d7a;
}

.m4mor {
    position: absolute;
    right: 2px;
    top: 323px;
}

.special {
    margin-right: auto!important;
}

.synbt {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 40px;
    margin-bottom: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.synbt a {
    color: #fff;
}

.synbt:hover a {
    color: #333;
}

.synsj {
    padding-left: 25px;
    background: url("../images/syrili.png") no-repeat left center;
    color: #fff;
}

.synnr {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    margin-top: 30px;
}

.synnr a {
    display: block;
    color: #fff;
    height: 90px;
    overflow: hidden;
}

.synnr a:hover {
    color: #333;
}

@media screen and (max-width:1815px) {
    .m4l {
        padding-top: 40px;
    }
}

@media screen and (max-width:1500px) {
    .m4l {
        padding-top: 40px;
    }
    .synbt {
        margin-top: 15px;
        margin-bottom: 20px;
    }
    .synnr {
        margin-top: 20px;
    }
    .ck-slide ul.ck-slide-wrapper {
        height: 225px;
    }
    .ck-slide {
        height: 220px;
    }
}

@media screen and (max-width:1260px) {
    .newzuo {
        width: 100%;
        margin-bottom: 40px;
    }
    .newyou {
        width: 100%;
        text-align: center;
    }
    .newsbox {
        width: auto;
        padding: 0 30px;
        float: none;
    }
}

@media screen and (max-width:499px) {}



/*******************  welcome  *********************/

.welcome {
    padding-top: 62px;
    padding-bottom: 40px;
}

.welcome .wp {
    padding-top: 38px;
    padding-bottom: 55px;
    background: #ededed;
}

.welp {
    font-family: 'Arial';
    font-size: 30px;
    font-size: 3rem;
    text-align: center;
    margin-bottom: 45px;
}

.div {
    padding-left: 39px;
    font-size: 16px;
    font-size: 1.6rem;
    margin-left: 78px;
}

.div1 {
    background: url("../images/bi1.png") no-repeat left top;
    margin-left: 27px!important;
}

.div2 {
    background: url("../images/bi2.png") no-repeat left top;
    line-height: 35px;
}

.div3 {
    background: url("../images/bi3.png") no-repeat left top;
    line-height: 35px;
}

.div4 {
    background: url("../images/bi4.png") no-repeat left top;
    width: 285px;
    line-height: 30px;
}

.div1 li {
    line-height: 36px;
}

.div a:hover {
    color: #12a14f;
}

@media screen and (min-width:1000px) and (max-width:1219px) {
    .div {
        margin-left: 18px;
    }
    .div1 {
        margin-left: 15px!important;
    }
}

@media screen and (max-width:999px) {
    .div {
        width: 40%;
        margin: 0 1%;
        margin-bottom: 20px;
    }
}

@media screen and (max-width:660px) {
    .div {
        width: 80%;
        margin: 2%;
        margin-bottom: 20px;
    }
    .div1 {
        margin-left: 2%!important;
    }
}



/******************  link  *******************/

.link {
    line-height: 32px;
}

.link span {
    font-family: 'Arial';
    font-size: 16px;
    font-size: 1.6rem;
}

.link a {
    padding: 0 10px;
}

.link a:hover {
    color: #12a14f;
}

@media screen and (max-width:639px) {
    .link {
        display: none;
    }
}



/**********************  bottom  **********************/

.bottom {
    background: #383838;
    padding-top: 35px;
    padding-bottom: 37px;
    font-size: 16px;
    font-size: 1.6rem;
    position: relative;
}

.copyright {
    color: #fff;
    margin-right: 70px;
}

.copyright a {
    color: #fff;
}

.copyright a:hover {
    color: #12a14f;
}

.cnzz {
    padding-left: 5px;
}

.support {
    color: #fff;
}

.shejiaoji {
    position: absolute;
    top: -35px;
    right: 0;
}

.shejiaoji a {
    padding-left: 3px;
}

@media screen and (min-width:1000px) and (max-width:1219px) {
    .copyright {
        margin-right: 0;
        width: 100%;
        margin-bottom: 10px;
    }
}

@media screen and (max-width:999px) {
    .copyright {
        margin-right: 0;
        width: 100%;
        margin-bottom: 10px;
    }
}

@media screen and (max-width:800px) {
    .copyright {
        width: 60%;
        margin-bottom: 10px;
    }
    .support {
        width: 100%;
    }
}

@media screen and (max-width:430px) {
    .copyright {
        width: 100%;
        margin-bottom: 10px;
        margin-top: 40px;
    }
    .support {
        width: 100%;
    }
}



/***********************  news2  *************************/

.index_focus2 {
    height: 350px;
}

.index_focusn2 {
    height: 350px;
}

.bread {
    padding-top: 14px;
    font-size: 16px;
    font-size: 1.6rem;
}

.bread a:hover {
    color: #12a14f;
}

.bread a.currentbread {
    color: #12a14f;
}

.news2 {
    padding-top: 33px;
    padding-bottom: 79px;
}

.news2 h1 {
    text-align: center;
    font-size: 18px;
    font-size: 18px;
}

.n2sj {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 25px;
}

.n2sj span {
    padding-left: 25px;
    background: url("../images/nrili.png") no-repeat left center;
    color: #999999;
}

.nex {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    padding-bottom: 53px;
    background: url("../images/huixu.png") repeat-x left bottom;
    margin-bottom: 23px;
}

.nex a {
    color: #12a14f;
}

.nex img {
    max-width: 100%;
}

.chanpinx table,
.nex table {
    width: 97%;
    border-collapse: collapse;
    line-height: 24px;
}

.chanpinx tr td,
.nex tr td {
    line-height: 24px;
    padding: 2px;
    border: 1px solid #ccc;
    text-align: center;
}

.sx_new p {
    display: inline-block;
}

.sx_new span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 22px;
    color: #666666;
}

.sx_new a {
    color: #666;
    display: inline-block;
    line-height: 26px;
}

.sx_new a:hover {
    color: #12a14f;
}

.sx_new {
    margin-bottom: 8px;
    color: #666;
}

.sxspan1 {
    background: url("../images/news.png") no-repeat;
}

.sxspan2 {
    background: url("../images/newx.png") no-repeat;
}




/***********************  news1  *************************/

.news1 {
    padding-top: 33px;
    padding-bottom: 61px;
}

.news_bt {
    font-size: 1.8rem;
    margin-bottom: 22px;
    margin-top: 22px;
}

.news_bt a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news_bt:hover a {
    color: #12a14f;
}

.new_w {
    width: 917px;
}

.news_nr {
    line-height: 30px;
    font-size: 1.6rem;
    margin-top: 22px;
}

.news_nr a {
    display: block;
    color: #666666;
    height: 60px;
    overflow: hidden;
}

.news_nr:hover a {
    color: #12a14f;
}

.news_list li {
    margin-bottom: 45px;
    background: url("../images/huixu.png") repeat-x left bottom;
    padding-bottom: 51px;
}

.new_sj {
    padding-left: 25px;
    background: url("../images/nrili.png") no-repeat left center;
    color: #999999;
}

.new_t img {
    width: 100%;
    max-width: 250px;
    max-height: 180px;
}

.news_nr2 {
    margin-bottom: 34px;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
}

.ms_ye {
    text-align: center;
}

.ms_ye a {
    display: inline-block;
    width: 33px;
    line-height: 28px;
    border: 1px solid #e5e5e5;
    text-align: center;
    margin: 0 2px;
    background: #eeeeee;
}

.ms_sx {
    width: 85px!important;
}

.ms_ye .ms_current_ye {
    border: 1px solid #12a14f;
    background: #12a14f;
    color: #fff;
}

.ms_ye a:hover {
    border: 1px solid #12a14f;
    background: #12a14f;
    color: #fff;
}

.news1 .ms_ye {
    margin-top: 47px;
}


.img-scroll8 {
    position: relative;
    margin: 0 auto;
    width: 100%;
    padding-top: 38px;
    padding-bottom: 25px;
}

.img-scroll8 .prev8,
.img-scroll8 .next8 {
    position: absolute;
    display: block;
    width: 36px;
    height: 36px;
    top: -7%;
    margin-top: -16px;
    color: #fff;
    text-align: center;
    line-height: 100px
}

.img-scroll8 .prev8 {
    right: 0;
    margin-right: 44px;
    cursor: pointer;
    background: url("../images/cxs.png") no-repeat;
}

.img-scroll8 .next8 {
    right: 0;
    cursor: pointer;
    background: url("../images/cxx.png") no-repeat;
}

.img-scroll8 .prev8:hover {
    background: url("../images/cxs2.png") no-repeat;
}

.img-scroll8 .next8:hover {
    background: url("../images/cxx2.png") no-repeat;
}

.img-list8 {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.img-list8 ul {
    width: 999999px;
}

.img-list8 li {
    float: left;
    display: inline;
    width: 360px;
    position: relative;
    margin-right: 60px;
}

.protp img {
    width: 100%;
    max-width: 358px;
    max-height: 258px;
}

.protp {
    display: block;
    border: 1px solid #e0e0e0;
}

.relatep {
    font-size: 32px;
    font-size: 3.2rem;
    text-align: center;
    background: url("../images/huixian.jpg") no-repeat center center;
    font-family: 'Arial';
}

.news1 .relatep {
    margin-top: 53px;
}

.propp {
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 9px;
}

.propp:hover a {
    color: #12a14f;
}

@media screen and (min-width:1000px) and (max-width:1219px) {
    .new_w {
        width: 702px;
    }
    .img-list8 li {
        width: 286px;
    }
}

@media screen and (max-width:999px) {
    .img-list8 ul {
        width: 10000%;
    }
    .img-list8 li {
        width: 0.313333%;
        margin: 0 0.01%;
    }
    .new_t {
        width: 100%;
    }
    .new_w {
        width: 100%;
        margin-top: 20px;
    }
    .news1 {
        padding-bottom: 80px;
    }
}

@media screen and (max-width:639px) {
    .new_t {
        width: 100%;
        text-align: center;
    }
    .new_w {
        width: 100%;
    }
    .ms_ye a {
        margin-bottom: 5px;
    }
    .img-list8 li {
        width: 0.48%;
        margin: 0 0.01%;
    }
    .news_list li {
        padding-bottom: 25px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width:450px) {
    .img-scroll8 .prev8,
    .img-scroll8 .next8 {
        top: 105%;
    }
    .img-scroll8 .next8 {
        right: 32%;
    }
    .img-scroll8 .prev8 {
        right: 40%;
    }
}

@media screen and (max-width:380px) {
    .img-list8 li {
        width: 0.98%;
        margin: 0.01%;
    }
    .img-scroll8 .prev8,
    .img-scroll8 .next8 {
        top: 105%;
    }
    .img-scroll8 .next8 {
        right: 32%;
    }
    .img-scroll8 .prev8 {
        right: 40%;
    }
}





/***********************  down  *************************/

.down {
    padding-top: 30px;
    padding-bottom: 92px;
}

.downzuo {
    width: 930px;
}

.dp1 {
    font-size: 18px;
    font-size: 1.8rem;
    padding-left: 30px;
    background: url("../images/xiazai.png") no-repeat left center;
    font-family: 'Arial';
}

.dp1:hover a {
    color: #12a14f;
}

.dp2 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 17px;
}

.dp2 a:hover {
    color: #12a14f;
}

.downbtn {
    display: block;
    width: 105px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    background: #12a14f url ('../images/yun.png') no-repeat 14% center;
    padding-left: 30px;
    color: #fff;
    position: relative;
    top: 15px;
}

.downbtn:hover {
    background: #0d7e3d url('../images/yun.png') no-repeat 14% center;
}

.downlist li {
    padding-bottom: 30px;
    background: url("../images/huixu.png") repeat-x left bottom;
    margin-bottom: 40px;
}

.down .ms_ye {
    margin-top: 48px;
}

@media screen and (min-width:1220px) {
    .dp2 a {
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}

@media screen and (min-width:1000px) and (max-width:1219px) {
    .dp2 a {
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}

@media screen and (max-width:999px) {
    .downzuo {
        width: 100%;
    }
    .dp2 a {
        display: block;
        line-height: 30px;
        height: 60px;
        overflow: hidden;
    }
}




/***********************  contact  *************************/

.contact {
    padding-top: 25px;
    padding-bottom: 78px;
}

.now {
    text-align: center;
    font-family: 'Arial';
    font-size: 30px;
    font-size: 3rem;
    color: #12a14f;
    margin-bottom: 22px;
}

.lx {
    padding-left: 45px;
    font-size: 16px;
    font-size: 1.6rem;
    margin-left: 45px;
}

.lx1 {
    background: url("../images/ci1.png") no-repeat left top;
}

.lx1 li {
    line-height: 46px;
}

.lx2 {
    background: url("../images/ci2.png") no-repeat left top;
    line-height: 45px;
}

.lx3 {
    background: url("../images/ci3.png") no-repeat left top;
    line-height: 45px;
}

.lx4 {
    background: url("../images/ci4.png") no-repeat left top;
    width: 287px;
    line-height: 30px;
}

.lx a:hover {
    color: #12a14f;
}

.infor {
    text-align: center;
    font-family: 'Arial';
    font-size: 30px;
    font-size: 3rem;
    color: #12a14f;
    margin-top: 21px;
    margin-bottom: 5px;
}

.c_xp {
    padding-top: 26px;
    padding-bottom: 12px;
}

.c_div1 {
    padding-bottom: 37px;
}

.c_div2 {
    padding-bottom: 34px;
}

.c_div3 {
    padding-bottom: 27px;
}

.c_nr1 {}

.c_bt1,
.c_bt2 {
    float: left;
    height: 37px;
    line-height: 37px;
    text-align: right;
    color: #dc000c;
}

.c_bt1 {
    width: 16px;
}

.c_bt2 {
    width: 12px;
}


.c_input,
.c_input2,
.c_textarea,
.c_captcha {
    float: left;
    border: solid 1px #cccccc;
    color: #666666;
    background: #fff;
}

.c_input,
.c_input2,
.c_captcha {
    height: 35px;
    line-height: 35px;
}

.c_input {
    width: 499px;
    text-indent: 6px;
    font-size: 12px;
    font-size: 1.2rem;
}

.c_input2 {
    width: 489px;
    text-indent: 6px;
    font-size: 12px;
    font-size: 1.2rem;
}

.c_textarea {
    width: 1182px;
    line-height: 26px;
    height: 141px;
    padding-top: 1px;
    text-indent: 7px;
    font-size: 12px;
    font-size: 1.2rem;
}


.c_captcha {
    width: 152px;
    text-indent: 13px;
    background: #fff url(../images/c-bt.jpg) no-repeat 4px center;
    font-size: 12px;
    font-size: 1.2rem;
}

.c_yzm {
    float: left;
    cursor: pointer;
    margin-left: 13px;
}

.c_send {
    float: left;
    cursor: pointer;
    margin-left: 20px;
    width: 179px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #12a14f;

    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 1px;
}

.c_send:hover {
    background: #aaaaaa;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
}

.c_map {
    text-align: center;
    margin-top: 24px;
}

.c_map img {
    width: 100%;
    max-width: 1042px;
    max-height: 426px;
}

.ditu img {
    width: 100%;
    max-width: 1200px;
    max-height: 355px;
}

.ditu {
    margin-top: 53px;
}


@media screen and (max-width:1219px) {
    .c_map {
        width: 47%;
    }

    .c_input {
        width: 400px;
    }
    .c_input2 {
        width: 400px;
    }
    .c_textarea {
        width: 98%;
    }
    .c2_lx_nr {
        width: 48%;
    }
    .lx {
        margin-left: 10px;
    }
}

@media screen and (max-width:999px) {
    .c_tleft {
        width: 100%;
        float: none;
    }
    .c_map {
        float: none;
        width: 100%;
        text-align: left;
        margin-top: 20px;
    }
    .lx {
        width: 40%;
        margin: 0;
        margin-bottom: 20px;
    }
}

@media screen and (max-width:530px) {
    .lx {
        width: 80%;
        margin: 0;
        margin-bottom: 20px;
    }
}

@media screen and (max-width:959px) {
    .c_div1,
    .c_div2,
    .c_div3 {
        padding-bottom: 0px;
    }
    .c_nr1 {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
    .c_input,
    .c_input2,
    .c_textarea {
        width: 95%;
    }
}

@media screen and (max-width:819px) {
    .c2_lx_nr {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
}

@media screen and (max-width:799px) {
    .c1_lx1,
    .c1_lx2 {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
}

@media screen and (max-width:699px) {
    .c2_lx_nr {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
}

@media screen and (max-width:639px) {
    .c_pro1 {
        display: none;
    }
    .c_pro2 {
        display: block;
    }
}

@media screen and (max-width:599px) {
    .c_send {
        float: none;
        margin-left: 0px;
        width: 95%;
        margin-top: 20px;
    }
    .contact {
        padding-bottom: 50px;
    }
}

@media screen and (max-width:479px) {
    .c_input,
    .c_input2,
    .c_textarea,
    .c_send {
        width: 90%;
    }
    .c_captcha {
        width: 90%;
    }
    .c_yzm {
        margin-left: 0px;
        float: none;
        margin-top: 20px;
    }
}



/***********************  quality2  *************************/

.quality2 {
    padding-top: 33px;
    padding-bottom: 81px;
}

.spbox img {
    width: 100%;
    max-width: 360px;
    max-height: 284px;
}

.spbox>a {
    display: block;
}

.spbox {
    float: left;
    margin-left: 60px;
    margin-bottom: 52px;
    width: 360px;
}

.spp {
    margin-top: 10px;
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
}

.spp:hover a {
    color: #12a14f;
}

.video .ms_ye {
    margin-top: 3px;
}

.quality2 .ms_ye {
    position: relative;
    top: -8px;
}

@media screen and (min-width:1000px) and (max-width:1219px) {
    .spbox {
        width: 286px;
    }
}

@media screen and (max-width:999px) {
    .spbox {
        width: 31.3333%;
        margin: 0 1%;
        margin-bottom: 20px;
    }
    .quality2 .ms_ye {
        top: 0;
    }
}

@media screen and (max-width:639px) {
    .spbox {
        width: 48%;
        margin: 0 1%;
        margin-bottom: 20px;
    }
}

@media screen and (max-width:380px) {
    .spbox {
        width: 98%;
        margin: 0 1%;
        margin-bottom: 20px;
    }
}



/***********************  quality1  *************************/

.quality1 {
    padding-top: 21px;
    padding-bottom: 90px;
}

.abmain4 {
    padding-bottom: 1px;
}

.ablie {
    width: 235px;
    float: left;
    margin-left: 86px;
    margin-bottom: 50px;
    margin-top: 12px;
}

.abtu {
    position: relative;
    overflow: hidden;
}

.abtu>img {
    width: 100%;
    max-width: 235px;
    max-height: 302px;
}

.fangda {
    background: #0c2c6c;
    background: rgba(0, 0, 0, 0);
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0px;
    transition: 0.5s;
}

.fangda img {
    width: 58px;
    height: 46px;
    position: absolute;
    left: 50%;
    margin-left: -29px;
    top: 50%;
    margin-top: -23px;
}

.ablie p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    text-align: center;
    margin-top: 6px;
    overflow: hidden;
	min-height:60px;
}

.ablie:hover .fangda {
    top: 0px;
}

.mat {
    margin-top: 57px;
}

.quality1 .ms_ye {
    margin-top: 2px;
}




/*********************fangdaxiaoguo**********************/

#baguetteBox-overlay {
    display: none;
    opacity: 0;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #222;
    background- color: rgba(0, 0, 0, .8);
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    z-index: 99999999999999999999999999999999999999;
}

#baguetteBox-overlay.visible {
    opacity: 1
}

#baguetteBox-overlay .full-image {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
}

#baguetteBox-overlay .full-image figure {
    display: inline;
    margin: 0;
    height: 100%
}

#baguetteBox-overlay .full-image img {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    -webkit-box- shadow: 0 0 8px rgba(0, 0, 0, .6);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

#baguetteBox-overlay .full-image figcaption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    line- height: 1.8;
    color: #ccc;
    background-color: #000;
    background-color: rgba(0, 0, 0, .6);
    font-family: 'Arial';
}

#baguetteBox-overlay .full-image:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px
}

#baguetteBox-slider {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    white-space: nowrap;
    -webkit-transition: left .4s ease, -webkit-transform .4s ease;
    transition: left .4s ease, -moz-transform .4s ease;
    transition: left .4s ease, transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
    -webkit-animation: bounceFromRight .4s ease-out;
    animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
    -webkit-animation: bounceFromLeft .4s ease-out;
    animation: bounceFromLeft .4s ease-out
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
    top: 50%;
    top: calc(50% - 30px);
    width: 44px;
    height: 60px
}

.baguetteBox-button {
    position: absolute;
    cursor: pointer;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
    -moz-border-radius: 15%;
    border-radius: 15%;
    background-color: #323232;
    background-color: rgba(50, 50, 50, .5);
    color: #ddd;
    font: 1.6em sans-serif;
    -webkit-transition: background-color .4s ease;
    transition: background-color .4s ease;
}

.baguetteBox-button:hover {
    background-color: rgba(50, 50, 50, .9)
}

.baguetteBox-button#next-button {
    right: 2%
}

.baguetteBox-button#previous-button {
    left: 2%
}

.baguetteBox-button#close-button {
    top: 20px;
    right: 2%;
    right: calc(2% + 6px);
    width: 30px;
    height: 30px
}

.baguetteBox-button svg {
    position: absolute;
    left: 0;
    top: 0
}

.spinner {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background- color: #fff;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 2s infinite ease-in-out;
    animation: bounce 2s infinite ease-in-out
}

.double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes bounceFromRight {
    0% {
        margin-left: 0
    }
    50% {
        margin-left: -30px
    }
    100% {
        margin-left: 0
    }
}

@keyframes bounceFromRight {
    0% {
        margin-left: 0
    }
    50% {
        margin-left: -30px
    }
    100% {
        margin-left: 0
    }
}

@-webkit-keyframes bounceFromLeft {
    0% {
        margin-left: 0
    }
    50% {
        margin-left: 30px
    }
    100% {
        margin-left: 0
    }
}

@keyframes bounceFromLeft {
    0% {
        margin-left: 0
    }
    50% {
        margin-left: 30px
    }
    100% {
        margin-left: 0
    }
}

@-webkit-keyframes bounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale (1);
        transform: scale(1)
    }
}


@media screen and (min-width:1000px) and (max-width:1219px) {
    .ablie {
        width: 200px;
        margin-left: 60px;
    }
}

@media screen and (max-width:999px) {
    .ablie {
        width: 23%;
        margin: 0 1%;
        margin-bottom: 30px;
    }
    .fangda {
        top: 0px;
    }
}

@media screen and (max-width:699px) {
    .ablie {
        width: 31.3333333%;
        margin: 0 1%;
        margin-bottom: 30px;
    }
}

@media screen and (max-width:499px) {
    .ablie {
        width: 48%;
        margin: 0 1%;
        margin-bottom: 30px;
    }
    .quality1 {
        padding-bottom: 60px;
    }
}




/***********************  product2  *************************/

.product2 {
    padding-top: 33px;
    padding-bottom: 59px;
}

.fenlei a {
    display: block;
    float: left;
    margin-right: 26px;
    width: 257px;
    height: 52px;
    line-height: 52px;
    border: 1px solid #12a14f;
    border-radius: 5px;
    font- size: 22px;
    font-size: 2.2rem;
    text-align: center;
    font-family: 'Arial';
}

.fenlei a:hover {
    background: #12a14f;
    color: #fff;
}

.fenlei {
    margin-bottom: 48px;
}

.cpxx {
    width: 568px;
}

.ec {
    font-size: 28px;
    font-size: 2.8rem;
    font-family: 'Arial';
    padding-bottom: 13px;
    border-bottom: 1px solid #dbdbdb;
    margin-top: 26px;
}

.cpxq {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    margin-top: 17px;
}

.two_btn2 a {
    display: block;
    float: left;
    margin-right: 68px;
    width: 179px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 22px;
    background: #848484;
    font-size: 20px;
    font-size: 2rem;
    color: #fff;
}

.two_btn2 a:hover {
    background: #12a14f;
}

.two_btn2 {
    margin-top: 137px;
}

.share {
    margin-top: 42px;
}

.share span {
    font-size: 16px;
    font-size: 1.6rem;
}

.share img {
    vertical-align: middle;
}

.desc {
    line-height: 40px;
    background: url("../images/cxbg.jpg") no-repeat left top;
    padding-left: 12px;
    font-size: 20px;
    font-size: 2rem;
    margin-top: 43px;
}

.desc a {
    color: #fff;
}

.chanpinx {
    padding-top: 20px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
}

.chanpinx img {
    max-width: 100%;
}

.chanpinx a {
    color: #12a14f;
}

.product2 .relatep {
    margin-top: 60px;
}


#tsShopContainer li,
#tsShopContainer img {
    vertical-align: top;
}

#tsShopContainer {
    width: 560px;
    position: relative;
    float: left;
}

#tsShopContainer #tsImgS {
    text-align: center;
    width: 100%;
    position: relative;
}

#tsShopContainer #tsImgS a {
    display: block;
    text-align: center;
    margin: 0px auto;
    border: 1px solid #e0e0e0;
}

#tsShopContainer #tsImgS img {
    border: 0px;
}

#tsShopContainer #tsPicContainer {
    width: 100%;
    height: 100px;
    position: relative;
    margin-top: 20px;
}

#tsShopContainer #tsPicContainer #tsImgSArrL {
    width: 24px;
    height: 24px;
    background: url(../images/cls.png) no-repeat left center;
    position: absolute;
    top: 30px;
    left: 0px;
    cursor: pointer;
}

#tsShopContainer #tsPicContainer #tsImgSArrR {
    width: 24px;
    height: 24px;
    background: url(../images/clx.png) no-repeat right center;
    position: absolute;
    top: 30px;
    right: 0px;
    cursor: pointer;
}

#tsShopContainer #tsPicContainer #tsImgSArrL:hover {
    background: url(../images/cls2.png) no-repeat left center;
}

#tsShopContainer #tsPicContainer #tsImgSArrR:hover {
    background: url(../images/clx2.png) no-repeat right center;
}

#tsShopContainer #tsPicContainer #tsImgSCon {
    position: absolute;
    left: 42px;
    width: 1px;
    height: 87px;
    overflow: hidden;
}

#tsShopContainer #tsPicContainer #tsImgSCon ul {
    width: 100%;
    overflow: hidden;
}

#tsShopContainer #tsPicContainer #tsImgSCon li {
    width: 183px;
    float: left;
    cursor: pointer;
}

#tsShopContainer #tsPicContainer #tsImgSCon li a {
    display: block;
    width: 118px;
    border: 1px solid #e0e0e0;
}

#tsShopContainer #tsPicContainer #tsImgSCon li img {
    display: block;
    width: 118px;
    height: 85px;
}

#tsShopContainer #tsPicContainer #tsImgSCon li.tsSelectImg img {}



/*#tsShopContainer #tsPicContainer #tsImgSCon li.tsSelectImg a{ border: 1px solid #12a14f;}*/

.MagicZoomBigImageCont {
    border: 1px solid #ccc;
    background: #FFF;
}

.MagicZoomPup {
    border: 0px solid #aaa;
    background: #ffffff;
}

.MagicZoomMain {
    text-align: center !important;
    width: 92px;
}


@media screen and (min-width:1000px) and (max-width:1219px) {
    #tsShopContainer {
        float: none;
        margin: auto;
    }
    .MagicZoomBigImageCont,
    .MagicZoomPup {
        display: none !important;
    }
    .jianjie {
        width: 100%;
        float: none;
        margin-top: 20px;
    }
    .jianjie h1 {
        margin-top: 20px;
        background-position: bottom center;
    }
    .jianjie ul {
        height: auto;
    }
    .inno {
        text-align: center;
        margin-top: 20px;
    }
    .inno a {
        float: none;
        display: inline-block;
        *float: left;
    }

    .cpxx {
        width: 395px;
    }
    .ec {
        margin-top: 0;
    }
    .two_btn2 {
        margin-top: 60px;
    }
    .two_btn2 a {
        margin-right: 10px;
    }
}

@media screen and (min-width:1000px) {
    .chanx {
        display: none
    }
}

@media screen and (max-width:999px) {
    #tsShopContainer {
        display: none
    }
    .chanx {
        width: 100%;
    }
    .chanx a {
        display: block;
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
        float: left;
        margin-bottom: 18px;
    }
    .chanx a img {
        width: 100%;
        max-width: 416px;
        max-height: 350px;
        border: 1px solid #ddd
    }
    .jianjie {
        width: 100%;
        float: none;
        margin-top: 20px;
    }
    .jianjie ul {
        height: auto;
    }

    .jianjie h1 {
        margin-top: 10px;
    }
    .jielie {
        margin-left: 5px;
    }
    .inno {
        text-align: center;
        margin-top: 20px;
    }
    .inno a {
        float: none;
        display: inline-block;
        *float: left;
        margin: 0 3px;
        width: 100px;
        font-size: 14px;
        font-size: 1.4rem;
    }

    .cpxx {
        width: 100%;
    }
    .fenlei a {
        width: 28%;
        margin: 0 2%;
    }
    .two_btn2 {
        margin-top: 80px;
    }
}

@media screen and (max-width:620px) {
    .fenlei a {
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }
    .two_btn2 a {
        margin-bottom: 20px;
    }
}

@media screen and (max-width:409px) {
    .chanx a {
        width: 97%;
    }
    .relie {
        width: 98%;
    }
    .img-list2 {
        margin-top: 20px;
    }
    .img-list2 li {
        width: 1%;
        margin-right: 0.01%;
    }
    .renav {
        top: -12px;
    }
}



/***********************  product1  *************************/

.product1 {
    padding-top: 33px;
    padding-bottom: 90px;
}

.fenlei a.currentlei {
    background: #12a14f;
    color: #fff;
}

.ptu img {
    width: 100%;
    max-width: 358px;
    max-height: 258px;
}

.ptu {
    display: block;
    border: 1px solid #e0e0e0;
}

.pcon {
    position: relative;
    overflow: hidden;
}

.pcover {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(18, 161, 79, 0.5);
}

.pcover img {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 50%;
    margin-top: -35px;
    left: 50%;
    margin-left: -35px;
}

.pbox {
    float: left;
    width: 360px;
    margin-left: 60px;
    margin-bottom: 46px;
}

.check {
    position: absolute;
    top: 6px;
    left: -25px;
    z-index: 9999;
    width: 88px;
    height: 28px;
}

.pbox:hover .pcover {
    top: 0;
}

.pp {
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 10px;
    height: 35px;
}

.pp:hover a {
    color: #12a14f;
}

.product1 .fenlei {
    margin-bottom: 43px;
}

.pin {
    display: block;
    width: 129px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 15px;
    border: 1px solid #12a14f;
    color: #12a14f;
    font- size: 16px;
    font-size: 1.6rem;
    margin: 0 auto;
    margin-top: 12px;
}

.pin:hover {
    background: #12a14f;
    color: #fff;
}

.product1 .ms_ye {
    text-align: right;
    margin-top: 12px;
}

.addto {
    width: 168px;
    height: 30px;
    text-align: center;
    background: #12a14f;
    color: #fff;
    cursor: pointer;
}

.xiangshang span {
    display: inline-block;
    width: 15px;
    height: 16px;
    background: url('../images/xiangshang.png') no-repeat;
}

.addto:hover {
    background: #117e40;
}


@media screen and (min-width:1000px) and (max-width:1219px) {
    .pbox {
        width: 286px;
    }
}

@media screen and (max-width:999px) {
    .pbox {
        width: 31.333333%;
        margin: 0 1%;
        margin-bottom: 30px;
    }
}

@media screen and (max-width:639px) {
    .pbox {
        width: 48%;
        margin: 0 1%;
        margin-bottom: 30px;
    }
    .xiangshang {
        width: 100%;
        margin-bottom: 20px;
    }
    .product1 .ms_ye {
        text-align: left;
    }
}

@media screen and (max-width:399px) {
    .pbox {
        width: 94%;
        margin: 0 3%;
        margin-bottom: 30px;
    }
    .xiangshang {
        width: 100%;
        margin-bottom: 20px;
    }
}




/***********************  about1  *************************/

.about1 {
    padding-top: 33px;
    padding-bottom: 90px;
}

.top {
    text-align: center;
    background: url("../images/topbg.png") no-repeat center 38px;
}

.top a {
    display: inline-block;
    font-size: 20px;
    font-size: 2rem;
    font-family: 'Arial';
    margin: 0 20px;
    padding-top: 90px;
    width: 161px;
    text-align: center;
}

.bt1 {
    background: url("../images/topi1.png") no-repeat center top;
}

.bt2 {
    background: url("../images/topi2.png") no-repeat center top;
}

.bt3 {
    background: url("../images/video.png") no-repeat center top;
}

.bt1:hover {
    background: url("../images/topi3.png") no-repeat center top;
}

.bt2:hover {
    background: url("../images/topi4.png") no-repeat center top;
}

.bt3:hover {
    background: url("../images/video1.png") no-repeat center top;
}

.bt1.currentbt {
    background: url("../images/topi3.png") no-repeat center top;
}

.bt2.currentbt {
    background: url("../images/topi4.png") no-repeat center top;
}

.bt3.currentbt {
    background: url("../images/video1.png") no-repeat center top;
}

.topbt {
    text-align: center;
    font-family: 'Arial';
    font-size: 34px;
    font-size: 3.4rem;
    margin-top: 40px;
    margin-bottom: 27px;
}

.about1p1 {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    line-height: 30px;
    margin-bottom: 30px;
}

.about1w {
    width: 640px;
}

.about1p2 {
    font-size: 19px;
    /*font-size: 1.6rem;*/
    line-height: 30px;
    margin-bottom: 30px;
    line-height: 48px;
}

.about1t {
    position: relative;
}

.futu {
    position: absolute;
    right: 0;
    top: 0;
    width: 508px;
}


.img-scroll9 {
    position: relative;
    margin: 0 auto;
    width: 100%;
}

.img-scroll9 .prev9,
.img-scroll9 .next9 {
    position: absolute;
    display: block;
    width: 45px;
    height: 45px;
    top: 48%;
    margin-top: -16px;
    color: #fff;
    text-align: center;
    line-height: 100px
}

.img-scroll9 .prev9 {
    left: 0;
    cursor: pointer;
    background: url("../images/shang.png") no-repeat;
}

.img-scroll9 .next9 {
    right: 0;
    cursor: pointer;
    background: url("../images/xia.png") no-repeat;
}

.img-scroll9 .prev9:hover {
    background: url("../images/shang2.png") no-repeat;
}

.img-scroll9 .next9:hover {
    background: url("../images/xia2.png") no-repeat;
}

.img-list9 {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.img-list9 ul {
    width: 999999px;
}

.img-list9 li {
    float: left;
    display: inline;
    width: 508px;
    position: relative;
}

.img-list9 li img {
    width: 100%;
    max-width: 508px;
    max-height: 400px;
}

.about1tw {
    margin-bottom: 47px;
}

.about1w1 {
    margin-top: 16px;
}

.nomarginb {
    margin-bottom: 0!important;
}

.about1t .img2 {
    margin-top: 86px;
}

.about1w3 {
    margin-top: 67px;
}

.about1t .img3 {
    margin-top: 48px;
}

.about1p3 {
    font-family: 'Arial';
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 48px;
}

.story5 {
    text-align: center;
}

.story5 img {
    width: 100%;
    max-width: 1033px;
    max-height: 461px;
}

.about1t>img {
    width: 100%;
    max-width: 521px;
    max-height: 413px;
}

@media screen and (min-width:1000px) and (max-width:1219px) {
    .about1w {
        width: 430px;
    }
    .about1p2 {
        margin-bottom: 12px;
    }
    .about1p2 {
        line-height: 26px;
    }
    .about1w3 {
        margin-top: 20px;
    }
}

@media screen and (max-width:999px) {
    .about1w {
        width: 100%;
    }
    .about1t {
        width: 100%;
    }
    .kuang {
        display: none;
    }
    .futu {
        position: static;
    }
    .about1t .img2 {
        margin-top: 10px;
    }
    .about1w3 {
        margin-top: 10px;
    }
}

@media screen and (max-width:560px) {
    .futu {
        width: 100%;
    }
    .img-list9 ul {
        width: 10000%;
    }
    .img-list9 li {
        width: 1%;
        text-align: center;
    }
}

@media screen and (max-width:399px) {
    .top {
        background: none;
    }
    .top a {
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }
}




/***********************  about2  *************************/

.about2 {
    padding-top: 33px;
    padding-bottom: 55px;
}

.about2p1 {
    text-align: center;
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 20px;
}

.about2p2 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
}

.about2p3 {
    font-family: 'Arial';
    font-size: 22px;
    font-size: 2.2rem;
    margin-top: 35px;
    margin-bottom: 15px;
}

.about2p4 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    margin-bottom: 30px;
}

.a2tu {
    text-align: center;
}

.a2tu img {
    width: 100%;
    max-width: 1006px;
    max-height: 399px;
}




/*********************  ce  **********************/

.ce {
    position: fixed;
    background: #eeeeee;
    font-size: 12px;
    font-size: 1.2rem;
    width: 97px;
    top: 300px;
    right: 0;
    text-align: center;
    font-family: Verdana,

    Geneva, Tahoma, sans-serif;
    z-index: 99999;
}

.ce li {
    margin: 0 11px;
    padding-top: 17px;
    padding-bottom: 6px;
    border-bottom: 1px solid #aaaaaa;
}

.ce .close {
    background: none;
    border: none;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 12px;
    height: 12px;
    background: url(../images/guanbi.jpg) no-repeat;
    z- index: 999;
    cursor: pointer;
}

@media screen and (max-width:639px) {
    .ce {
        bottom: 0;
        top: auto;
        width: 100%;
    }
    .ce li {
        float: left;
        width: 25%;
        border: none;
        margin: 0;
        padding-top: 5px;
        padding-bottom: 3px;
    }
    .ce li span {
        display: block;
    }
    .close {
        display: none;
    }
    .bottom {
        padding-bottom: 160px;
    }
}

.at-resp-share-element .at-icon {
    width: 24px!important;
    height: 24px!important;
}

.at-style-responsive .at-share-btn {
    padding: 0!important;
    border-radius: 2px!important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
    width: 24px!important;
    height: 24px!important;
}

.at-resp-share-element .at-share-btn {
    margin-bottom: 0!important;
    margin-right: 3px!important;
}


.fenyen a.no,
.fenyen a.no:hover {
    color: #333 !important;
}




@media screen and (max-width:475px) {
    .yanzheng {
        position: relative;
        cursor: pointer;
        top: 10px
    }
}



.sdy {
    margin-left: 20px;
}




/**********  xiugai **********/

@media screen and (max-width:639px) {
    .now {
        font-size: 20px;
        font-size: 2rem;
    }
    .lx {
        font-size: 14px;
        font-size: 1.4rem;
    }
    .infor {
        font-size: 20px;
        font-size: 2rem;
    }
}

@media screen and (max-width:400px) {
    .nav_list>li {
        font-size: 12px;
        font-size: 1.2rem;
    }
}