﻿* {
    margin: 0;
    padding: 0
}

html,
body,
img,
iframe {
    border: 0
}

[hidefocus],
summary {
    outline: 0
}

body,
button,
input,
select,
textarea {
    font: 14px/1.14 "\5FAE\8F6F\96C5\9ED1", "arial";
    color: #666
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

ul {
    list-style: none
}
img{
    max-width: 100%;
}
a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"] {
    cursor: pointer
}

a {
    color: inherit;
    color: expression(this.parentNode.currentStyle.color);
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%
}

small {
    font-size: 12px
}

.ml5 {
    margin-left: 5px
}

.mt5 {
    margin-top: 5px
}

.mr5 {
    margin-right: 5px
}

.mb5 {
    margin-bottom: 5px
}

.mg5 {
    margin: 5px
}

.pl5 {
    padding-left: 5px
}

.pt5 {
    padding-top: 5px
}

.pr5 {
    padding-right: 5px
}

.pb5 {
    padding-bottom: 5px
}

.pd5 {
    padding: 5px
}

.ml10 {
    margin-left: 10px
}

.mt10 {
    margin-top: 10px
}

.mr10 {
    margin-right: 10px
}

.mb10 {
    margin-bottom: 10px
}

.mg10 {
    margin: 10px
}

.pl10 {
    padding-left: 10px
}

.pt10 {
    padding-top: 10px
}

.pr10 {
    padding-right: 10px
}

.pb10 {
    padding-bottom: 10px
}

.pd10 {
    padding: 10px
}

.ml15 {
    margin-left: 15px
}

.mt15 {
    margin-top: 15px
}

.mr15 {
    margin-right: 15px
}

.mb15 {
    margin-bottom: 15px
}

.mg15 {
    margin: 15px
}

.pl15 {
    padding-left: 15px
}

.pt15 {
    padding-top: 15px
}

.pr15 {
    padding-right: 15px
}

.pb15 {
    padding-bottom: 15px
}

.pd15 {
    padding: 15px
}

.ml20 {
    margin-left: 20px
}

.mt20 {
    margin-top: 20px
}

.mr20 {
    margin-right: 20px
}

.mb20 {
    margin-bottom: 20px
}

.mg20 {
    margin: 20px
}

.pl20 {
    padding-left: 20px
}

.pt20 {
    padding-top: 20px
}

.pr20 {
    padding-right: 20px
}

.pb20 {
    padding-bottom: 20px
}

.pd20 {
    padding: 20px
}

.ml25 {
    margin-left: 25px
}

.mt25 {
    margin-top: 25px
}

.mr25 {
    margin-right: 25px
}

.mb25 {
    margin-bottom: 25px
}

.mg25 {
    margin: 25px
}

.pl25 {
    padding-left: 25px
}

.pt25 {
    padding-top: 25px
}

.pr25 {
    padding-right: 25px
}

.pb25 {
    padding-bottom: 25px
}

.pd25 {
    padding: 25px
}

.ml30 {
    margin-left: 30px
}

.mt30 {
    margin-top: 30px
}

.mr30 {
    margin-right: 30px
}

.mb30 {
    margin-bottom: 30px
}

.mg30 {
    margin: 30px
}

.pl30 {
    padding-left: 30px
}

.pt30 {
    padding-top: 30px
}

.pr30 {
    padding-right: 30px
}

.pb30 {
    padding-bottom: 30px
}

.pd30 {
    padding: 30px
}

.ml35 {
    margin-left: 35px
}

.mt35 {
    margin-top: 35px
}

.mr35 {
    margin-right: 35px
}

.mb35 {
    margin-bottom: 35px
}

.mg35 {
    margin: 35px
}

.pl35 {
    padding-left: 35px
}

.pt35 {
    padding-top: 35px
}

.pr35 {
    padding-right: 35px
}

.pb35 {
    padding-bottom: 35px
}

.pd35 {
    padding: 35px
}

.ml40 {
    margin-left: 40px
}

.mt40 {
    margin-top: 40px
}

.mr40 {
    margin-right: 40px
}

.mb40 {
    margin-bottom: 40px
}

.mg40 {
    margin: 40px
}

.pl40 {
    padding-left: 40px
}

.pt40 {
    padding-top: 40px
}

.pr40 {
    padding-right: 40px
}

.pb40 {
    padding-bottom: 40px
}

.pd40 {
    padding: 40px
}

.ml45 {
    margin-left: 45px
}

.mt45 {
    margin-top: 45px
}

.mr45 {
    margin-right: 45px
}

.mb45 {
    margin-bottom: 45px
}

.mg45 {
    margin: 45px
}

.pl45 {
    padding-left: 45px
}

.pt45 {
    padding-top: 45px
}

.pr45 {
    padding-right: 45px
}

.pb45 {
    padding-bottom: 45px
}

.pd45 {
    padding: 45px
}

.ml50 {
    margin-left: 50px
}

.mt50 {
    margin-top: 50px
}

.mr50 {
    margin-right: 50px
}

.mb50 {
    margin-bottom: 50px
}

.mg50 {
    margin: 50px
}

.pl50 {
    padding-left: 50px
}

.pt50 {
    padding-top: 50px
}

.pr50 {
    padding-right: 50px
}

.pb50 {
    padding-bottom: 50px
}

.pd50 {
    padding: 50px
}

.border-box,
.border-box *,
.border-box *:before,
.border-box *:after {
    box-sizing: border-box
}

.gray {
    color: #8d8d8e
}

.bg_gray {
    background: #8d8d8e
}

.orange {
    color: #ff7200
}

.bg_orange,
.ibox1 .fl .more {
    background: #ff7200
}

.purple {
    color: #34324e
}

.bg_purple {
    background: #34324e
}

html {
    min-width: 1200px
}

.fc {
    color: #46b035
}

.bg,
.page a.current,
.page a:hover,
.page span.current,
.page span:hover {
    background: #46b035
}

.center {
    width: 1200px;
    margin: 0 auto
}

.fl {
    float: left
}

.fr {
    float: right
}

.clear {
    clear: both
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    *zoom: 1
}

.ellipsis,
.ibox5 .center>.fl .ibox5_fl_tit small,
.ibox5 .center .ibox5_list ul li span,
.ibox8 .ibox8_l li h4,
.ibox8 ul li a,
.ibox8 .ibox8_r form li .fl {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.tac {
    text-align: center
}

.inline-block,
.header .header_content .header_list li:before,
.banner .banner_btn a,
.ibox3 .small:after,
.iteam_tit span,
.ibox8 ul li:before,
.page a,
.page span,
.new_tit .small .jiathis_style {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline
}

.mask {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    background: #000;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity*100);
    opacity: .5
}

body {
}

.center.sc {
    width: 1130px;
    padding: 0 35px
}

.header {
    width: 100%;
    background: #fff;
    box-shadow: 0 3px 10px #999
}

.header .header_top {
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    border-bottom: 1px solid #e5e5e5
}

.header .header_top .fa-weixin {
    color: #349e0f
}

.header .header_top .fa-phone {
    color: #494855
}

.header .header_top .fr li {
    float: left;
    padding-left: 17px;
    position: relative
}

.header .header_top .fr li+li:before {
    content: '|';
    padding-right: 17px
}

.header .header_top .fr li i {
    padding: 0 10px;
    margin-left: -17px;
    font-size: 18px;
    vertical-align: middle
}

.header .header_top .fr li .header_ewm {
    visibility: hidden;
    position: absolute;
    left: 0;
    bottom: -137px;
    z-index: 999;
    height: 137px;
    width: 300px;
    text-align: center;
    background: #fff;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity*100);
    opacity: 0;
    -moz-transition: opacity .4s ease 0s;
    -webkit-transition: opacity .4s ease 0s;
    -o-transition: opacity .4s ease 0s;
    transition: opacity .4s ease 0s
}

.header .header_top .fr li .header_ewm img {
    width: 137px;
    height: 137px;
    margin-right: 5px;
}

.header .header_top .fr li:first-child:hover .header_ewm {
    visibility: visible;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity*100);
    opacity: 1
}

.header .header_content {
    height: 115px;
    overflow: hidden
}

.header .header_content .logo p {
    background: #acacac
}

.header .header_content .header_list {
    float: left;
    padding-top: 15px;
    margin-left: 10px
}

.header .header_content .header_list li:before {
    content: "";
    width: 3px;
    height: 3px;
    background: #666;
    margin-right: 8px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

.header .header_content .header_list li+li {
    padding-top: 10px
}

.header .header_content .nav {
    float: right;
    margin-top: 40px;
}

.header .header_content .nav li {
    height: 45px;
    padding: 0 8px;
    float: left;
    background-position: center 20px;
    background-repeat: no-repeat;
    text-align: center;
    -moz-transition: background-color .2s ease 0s;
    -webkit-transition: background-color .2s ease 0s;
    -o-transition: background-color .2s ease 0s;
    transition: background-color .2s ease 0s
}

.header .header_content .nav li a {
    display: block;
    height: 45px;
    line-height:45px;
    font-size: 18px;
}

.header .header_content .nav li:hover,
.header .header_content .nav li.active {
    color: #fff;
    background-color: #46b035
}

.logo {
    padding-top: 15px;
    float: left;
    width: 400px;
}

.logo img {
    display: block
}

.logo h2 {
    font-size: 30px;
    line-height: 1.4;
    margin-left: 85px;
    letter-spacing: 1px;
    margin-top: 20px;
}

.logo p {
    background: #938664;
    color: #fff;
    font-size: 12px;
    height: 16px;
    line-height: 16px;
    margin-left: 85px;
    padding: 0 5px;
    border-radius: 8px
}

.banner {
    width: 100%;
    overflow: hidden
}

.banner .banner_btn {
    width: 100%;
    height: 16px;
    position: absolute;
    left: 0;
    bottom: 20px;
    z-index: 99;
    text-align: center
}

.banner .banner_btn a {
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    margin: 0 8px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity*100);
    opacity: .4;
    -moz-transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s
}

.banner .banner_btn a:hover,
.banner .banner_btn a.in {
    background: #fff;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity*100);
    opacity: 1
}

.small_banner {
    width: 100%;
    position: relative;
    overflow: hidden;
    font-size: 0
}

.small_banner img {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px
}

.main_bg {
}

.main_bg .center {
    background-color: #fff
}

.search {
    height: 55px;
    line-height: 55px;
    background-color: #faf7fb
}

.search .fl {
    color: #343434
}

.search .fl a {
    margin-right: 10px
}

.search .fr {
    font-size: 0
}

.search .fr input[type="text"] {
    width: 215px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #d5d5d5;
    border-right: 0;
    font-size: 14px;
    text-indent: 7px;
    vertical-align: middle
}

.search .fr input[type="submit"] {
    width: 42px;
    height: 30px;
    color: #fff;
    background: #1ccf27;
    border: 0;
    vertical-align: middle;
    -moz-transition: background .4s ease 0s;
    -webkit-transition: background .4s ease 0s;
    -o-transition: background .4s ease 0s;
    transition: background .4s ease 0s
}

.search .fr input[type="submit"]:hover {
    background: #3ae444
}

.itit {
    text-align: center;
    font-size: 38px;
    padding-bottom: 30px
}

.ibox1 .itit {
    font-size: 50px;
    padding-top: 40px;
    padding-bottom: 70px
}

.ibox1 .fl h5 {
    font-size: 30px;
    color: #535251;
    padding-bottom: 15px;
    font-weight: normal
}

.ibox1 .fl h4 {
    font-size: 48px;
    line-height: 68px;
    font-weight: normal;
    padding-bottom: 10px
}

.ibox1 .fl ul li {
    background: url(../images/ibox1_list.png)/*tpa=http://170021.websitetemplate.cn/template/default/index/img/ibox1_list.png*/ no-repeat left center;
    padding-left: 35px;
    height: 38px;
    line-height: 38px
}

.ibox1 .fl ul li .orange {
    font-size: 18px
}

.ibox1 .fl .more {
    color: #fff;
    height: 33px;
    line-height: 33px;
    width: 111px;
    display: block;
    text-align: center;
    margin-top: 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-transition: background .4s ease 0s;
    -webkit-transition: background .4s ease 0s;
    -o-transition: background .4s ease 0s;
    transition: background .4s ease 0s
}

.ibox1 .fl .more:hover {
    background: #ff801a
}

.ibox1 .fr {
    width: 750px;
    height: 489px;
    background: url(../images/ibox1_r.png)/*tpa=http://170021.websitetemplate.cn/template/default/index/img/ibox1_r.png*/ no-repeat;
    position: relative
}

.ibox1 .fr ul {
    padding-top: 10px
}

.ibox1 .fr ul li {
    color: #000;
    padding-bottom: 25px
}

.ibox1 .fr ul li h6 {
    font-weight: normal;
    font-size: 26px;
    width: 80px;
    text-align: right;
    padding-bottom: 10px
}

.ibox1 .fr ul li p {
    line-height: 20px;
    padding-left: 30px
}

.ibox1 .fr ul li .orange {
    color: #ff7200
}

.ibox1 .fr ul li:first-child+li+li {
    margin-bottom: 25px
}

.ibox1 .fr ul li:first-child+li+li h6 {
    margin-top: -10px
}

.ibox2 .itit {
    padding-top: 30px
}

.ibox2 ul {
    padding-bottom: 40px
}

.ibox2 ul li {
    float: left;
    width: 262px;
    background-repeat: no-repeat;
    background-position: center top;
    margin-left: 30px;
    position: relative
}


.ibox2 ul li a.title {
    text-align: center;
    display: block;
    width: 262px;
    height: 45px;
    line-height: 45px;
    color: #333;
    font-size: 16px
}

.ibox2 ul li p {
    line-height: 26px;
    padding: 5px 12px 0;
    text-indent: 28px
}

.divide {
    width: 100%;
    overflow: hidden;
    position: relative;
    color: #fff
}

.divide .center {
    position: relative
}

.divide img {
    margin-left: -21px
}

.divide.divide1 .fl,
.divide.divide1 .fr {
    position: absolute;
    top: 60px
}

.divide.divide1 .fl span,
.divide.divide1 .fr span {
    font-size: 18px;
    padding-bottom: 20px;
    display: block
}

.divide.divide1 .fl {
    left: 45px
}

.divide.divide1 .fl p {
    font-size: 24px
}

.divide.divide1 .fr {
    right: 240px
}

.divide.divide1 .fr p {
    font-size: 34px;
    margin-top: -5px;
    padding-bottom: 5px
}

.divide.divide2 .center div {
    position: absolute;
    left: 200px;
    top: 65px
}

.divide.divide2 .center div p {
    font-size: 28px;
    padding-bottom: 20px
}

.divide.divide2 .center div p span {
    font-size: 38px;
    padding-left: 50px
}

.ibox3 .itit {
    padding-top: 35px;
    font-size: 50px
}

.ibox3 .small {
    font-size: 36px;
    text-align: center;
    margin-bottom: 55px
}

.ibox3 .small:after {
    content: "";
    vertical-align: middle;
    width: 73px;
    height: 75px;
    margin-left: 20px;
    background: url(../images/ibox3_tit.png)/*tpa=http://170021.websitetemplate.cn/template/default/index/img/ibox3_tit.png*/ no-repeat center
}

.ibox3 .ibox3_content {
    height: 629px;
    padding-left: 615px;
    background: url(../images/ibox3.png)/*tpa=http://170021.websitetemplate.cn/template/default/index/img/ibox3.png*/ no-repeat 35px top
}

.ibox3 .ibox3_content ul {
    padding-top: 50px
}

.ibox3 .ibox3_content ul li {
    font-size: 22px;
    color: #797a77;
    margin-bottom: 53px
}

.ibox3 .ibox3_content ul li span {
    color: #46b035;
    font-size: 36px;
    padding-right: 20px
}

.ibox3 .ibox3_content ul li.ibox3_list2 {
    padding-left: 67px
}

.ibox3 .ibox3_content ul li.ibox3_list3 {
    padding-left: 95px
}

.ibox4.line_move .gary_line_l,
.ibox4.line_move .gary_line_r {
    width: 50% !important
}

.ibox4 ul li {
    width: 100%;
    height: 106px;
    position: relative;
    overflow: hidden
}

.ibox4 ul li .color_line,
.ibox4 ul li .gary_line_l,
.ibox4 ul li .gary_line_r {
    height: 25px;
    position: absolute;
    top: 50%;
    margin-top: -12.5px
}

.ibox4 ul li .color_line {
    width: 100%;
    left: 0;
    z-index: 1
}

.ibox4 ul li .gary_line_l,
.ibox4 ul li .gary_line_r {
    z-index: 2;
    background-color: #f2f2f2;
    -moz-transition: width .8s ease 0s;
    -webkit-transition: width .8s ease 0s;
    -o-transition: width .8s ease 0s;
    transition: width .8s ease 0s
}

.ibox4 ul li .gary_line_l {
    left: 0;
    width: 0
}

.ibox4 ul li .gary_line_r {
    right: 0
}

.ibox4 ul li .circle {
    width: 103px;
    height: 86px;
    position: absolute;
    left: 50%;
    margin-left: -51.5px;
    top: 50%;
    margin-top: -46.5px;
    z-index: 3;
    text-align: center;
    line-height: 86px;
    font-size: 24px;
    color: #fff
}

.ibox4 ul li .ibox4_fl,
.ibox4 ul li .ibox4_fr {
    width: 50%;
    display: block;
    font-size: 22px;
    color: #7a7b78;
    padding-top: 7px
}

.ibox4 ul li .ibox4_fl {
    float: left;
    margin-left: -70px;
    text-align: right
}

.ibox4 ul li .ibox4_fr {
    float: right;
    margin-right: -70px;
    text-align: left
}

.ibox4 ul li:first-child .ibox4_fl,
.ibox4 ul li:first-child .ibox4_fr {
    padding: 0;
    line-height: 106px;
    font-size: 38px
}

.ibox4 ul li:first-child .ibox4_fl {
    color: #e50000
}

.ibox4 ul li:first-child .ibox4_fr {
    color: #4b4b4b
}

.ibox4 ul li:first-child .circle {
    background: url(../images/ibox4_1.png)/*tpa=http://170021.websitetemplate.cn/template/default/index/img/ibox4_1.png*/ no-repeat center;
    height: 91px;
    margin-top: -45.5px
}

.ibox4 ul li:first-child+li .circle {
    background-image: url(../images/ibox4_2.png)/*tpa=http://170021.websitetemplate.cn/template/default/index/img/ibox4_2.png*/
}

.ibox4 ul li:first-child+li .color_line {
    background-color: #f2ae24
}

.ibox4 ul li:first-child+li .gary_line_r {
    width: 197px
}

.ibox4 ul li:first-child+li+li .circle {
    margin-top: -46px;
    background-image: url(../images/ibox4_3.png)/*tpa=http://170021.websitetemplate.cn/template/default/index/img/ibox4_3.png*/
}

.ibox4 ul li:first-child+li+li .color_line {
    background-color: #8cb33e
}

.ibox4 ul li:first-child+li+li .gary_line_r {
    width: 248px
}

.ibox4 ul li:first-child+li+li+li .circle {
    margin-top: -44px;
    background-image: url(../images/ibox4_4.png)/*tpa=http://170021.websitetemplate.cn/template/default/index/img/ibox4_4.png*/
}

.ibox4 ul li:first-child+li+li+li .color_line {
    background-color: #62b3ac
}

.ibox4 ul li:first-child+li+li+li .gary_line_r {
    width: 297px
}

.ibox4 ul li:first-child+li+li+li+li .circle {
    margin-top: -44.5px;
    background-image: url(../images/ibox4_5.png)/*tpa=http://170021.websitetemplate.cn/template/default/index/img/ibox4_5.png*/
}

.ibox4 ul li:first-child+li+li+li+li .color_line {
    background-color: #6286b3
}

.ibox4 ul li:first-child+li+li+li+li .gary_line_r {
    width: 320px
}

.ibox4 ul li:first-child+li+li+li+li+li .circle {
    background-image: url(../images/ibox4_6.png)/*tpa=http://170021.websitetemplate.cn/template/default/index/img/ibox4_6.png*/
}

.ibox4 ul li:first-child+li+li+li+li+li .color_line {
    background-color: #bd8fcc
}

.ibox4 ul li:first-child+li+li+li+li+li .gary_line_r {
    width: 336px
}

.ibox5 .itit {
}

.ibox5 .center {
    padding-bottom: 30px
}

.ibox5 .center>.fl {
    float: left;
    width: 195px
}

.ibox5 .center>.fl .ibox5_fl_tit {
    width: 169px;
    height: 101px;
    padding-left: 26px;
    background: url(../images/ibox5_fl_tit.jpg)/*tpa=http://170021.websitetemplate.cn/template/default/index/img/ibox5_fl_tit.jpg*/
}

.ibox5 .center>.fl .ibox5_fl_tit h3 {
    font-weight: normal;
    color: #fff;
    font-size: 24px;
    padding-top: 28px;
    padding-bottom: 5px
}

.ibox5 .center>.fl .ibox5_fl_tit small {
    color: #88e267;
    font-size: 18px;
    text-transform: uppercase;
    display: block
}

.ibox5 .center>.fl ul {
    border: 1px solid #d6d6d6
}

.ibox5 .center>.fl ul li {
    height: 70px;
    line-height: 70px;
    border-top: 1px solid #d6d6d6;
    font-size: 18px
}

.ibox5 .center>.fl ul li:first-child {
    border-top: 0
}

.ibox5 .center>.fl ul li a {
    padding-left: 14px;
    display: block;
    -moz-transition: background .2s ease 0s;
    -webkit-transition: background .2s ease 0s;
    -o-transition: background .2s ease 0s;
    transition: background .2s ease 0s
}

.ibox5 .center>.fl ul li a:hover,
.ibox5 .center>.fl ul li a.active {
    color: #fff;
    background: #67c100
}

.ibox5 .center {
}

.ibox5 .center .ibox5_fr_tit {
    height: 46px;
    line-height: 46px;
    border: 1px solid #d1d1d1;
    overflow: hidden
}

.ibox5 .center .ibox5_fr_tit .ibox5_fr_tit_l {
    float: left;
    width: 195px;
    background: #359e0e;
    color: #fff;
    padding-left: 27px;
    font-size: 18px
}

.ibox5 .center .ibox5_fr_tit .ibox5_fr_tit_l:after {
    content: "";
    display: block;
    float: right;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    border-width: 0 32px 46px 32px;
    margin-right: -32px
}

.ibox5 .center .ibox5_fr_tit .ibox5_fr_tit_r {
    float: right;
    padding-right: 10px
}

.ibox5 .center .ibox5_fr_tit .ibox5_fr_tit_r .fa-stack {
    font-size: 16px
}

.ibox5 .center .ibox5_fr_tit .ibox5_fr_tit_r .ibox5_tel {
    font-size: 18px;
    color: #1e7000
}

.ibox5 .center .ibox5_list {
    width: 100%;
    overflow: hidden
}

.ibox5 .center .ibox5_list.border_list .imgAuto_box {
    border: 7px solid #d1d1d1
}

.ibox5 .center .ibox5_list ul {
    margin: 12px -24px 0 0;
    zoom: 1;
    overflow: hidden
}

.ibox5 .center .ibox5_list ul li {
    float: left;
    width: 264px;
    margin: 0 24px 24px 0
}

.ibox5 .center .ibox5_list ul li span {
    display: block;
    height: 45px;
    line-height: 45px;
    background: #ddd;
    text-align: center;
    font-size: 16px;
    -moz-transition: background .4s ease 0s;
    -webkit-transition: background .4s ease 0s;
    -o-transition: background .4s ease 0s;
    transition: background .4s ease 0s
}

.ibox5 .center .ibox5_list ul li:hover span {
    background: #5db13e;
    color: #fff
}

.ibox6 .center>.fl ul li {
    height: 59px;
    line-height: 59px;
    text-align: center
}

.ibox6 .center>.fl ul li a {
    padding-left: 0
}

.ibox6 .center>.fr .ibox5_list ul {
    margin-top: 14px
}

.tit_more {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #949494
}

.tit_more span {
    color: #46b035;
    font-size: 20px;
    padding: 0 5px;
    float: left;
    display: block;
    border-bottom: 2px solid #949494
}

.tit_more small {
    text-transform: uppercase;
    color: #afaaae;
    padding-left: 15px;
    float: left
}

.tit_more a {
    float: right;
    color: #8a8a8a
}

.ibox7 .tit_more {
    margin-bottom: 40px
}

.ibox7 .center {
    padding-bottom: 35px
}


.ibox7 .iabout .fl {
    width: 400px
}

.ibox7 .iabout .fr {
    width: 700px;

}
.about_index{
    color: #40474d;
    line-height: 28px;
    text-indent: 28px;
    max-height:252px ;
    overflow: hidden;

}
.ibox7 .iabout .fr a.more{
    display:block;
    width: 100px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border:1px solid #46b035;
    color: #46b035;
    border-radius: 5px;
    margin-top: 5px;
}
.ibox7 .iabout .fr h4 {
    padding-bottom: 10px;
    font-size: 16px;
    color: #464646
}

.ibox7 .iabout .fr p {
}

.ibox7 .roll .prev,
.ibox7 .roll .next {
    margin-top: -42px
}

.ibox7 .roll span {
    padding-top: 20px
}

.ibox7 .roll li {
    margin: 0 10px
}

.ibox7 .ibox7_r {
    width: 335px;
    float: right
}

.ibox7 .ibox7_r .roll {
    width: 220px;
    margin: 0 auto
}

.ibox7 .ibox7_r .roll .prev,
.ibox7 .ibox7_r .roll .next {
    margin-top: -42px
}

.ibox7 .ibox7_r .roll span {
    padding-top: 15px
}

.ibox7 .ibox7_r .roll li {
    margin: 0 10px
}

.ibox7 .ibox7_r .ibox7_rb {
    float: right;
    margin-top: 25px
}

.roll {
    position: relative
}

.roll .prev,
.roll .next {
    display: block;
    width: 23px;
    height: 44px;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    z-index: 9
}

.roll .prev {
    left: -23px;
    background: url(../images/left.jpg)/*tpa=http://170021.websitetemplate.cn/template/default/index/img/left.jpg*/
}

.roll .prev:hover {
    background: url(../images/left_hover.jpg)/*tpa=http://170021.websitetemplate.cn/template/default/index/img/left_hover.jpg*/
}

.roll .next {
    background: url(../images/right.jpg)/*tpa=http://170021.websitetemplate.cn/template/default/index/img/right.jpg*/;
    right: -23px
}

.roll .next:hover {
    background: url(../images/right_hover.jpg)/*tpa=http://170021.websitetemplate.cn/template/default/index/img/right_hover.jpg*/
}

.roll .roll_box {
    position: relative;
    overflow: hidden
}

.roll .roll_box ul {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

.roll .roll_box ul li {
    float: left
}

.roll .roll_box ul li span {
    display: block;
    text-align: center
}

.iteam_tit {
    height: 36px;
    line-height: 36px;
    background: url(../images/line_bg.jpg)/*tpa=http://170021.websitetemplate.cn/template/default/index/img/line_bg.jpg*/ repeat-x center;
    text-align: center;
    margin: 40px 0 20px
}

.iteam_tit span {
    padding: 0 27px;
    height: 36px;
    background: #8a8a8a;
    color: #fff
}

.ibox8 .tit_more {
    margin-bottom: 25px
}

.ibox8 .ibox8_l {
    float: left;
    width: 314px;
    margin-right: 40px
}

.ibox8 .ibox8_l li {
    padding-left: 43px;
    background: url(../images/ibox8_l.png)/*tpa=http://170021.websitetemplate.cn/template/default/index/img/ibox8_l.png*/ left top no-repeat;
    margin-bottom: 30px
}

.ibox8 .ibox8_l li h4 {
    font-weight: normal;
    color: #5c5c5c;
    font-size: 16px;
    padding-bottom: 20px;
    width: 100%
}

.ibox8 .ibox8_l li p {
    color: #8e8e8e;
    line-height: 25px;
    width: 100%;
    height: 75px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis
}


.ibox8 ul {
    padding-top: 30px
}

.ibox8 ul li {
    float: left;
    width: 550px;
    margin-right: 30px;
    margin-bottom: 20px;
    overflow: hidden;
    color: #8e8e8e;
    padding-bottom: 10px;
    border-bottom:1px dashed #999;
}

.ibox8 ul li:before {
    content: "";
    width: 7px;
    height: 7px;
    background: #8e8e8e;
    margin: 5px 6px 0 0;
    float: left;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

.ibox8 ul li a {
    float: left;
    width: 360px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.ibox8 ul li span {
    float: right
}
.ibox8 ul li p{
    margin-top: 5px;
    text-indent: 2em;
    line-height: 26px;
    padding-left: 10px;
    color: #666;
}

.ibox8 .ibox8_r {
    float: right;
    width: 336px
}

.ibox8 .ibox8_r form {
    padding-top: 36px
}

.ibox8 .ibox8_r form li {
    overflow: hidden;
    margin-bottom: 11px
}

.ibox8 .ibox8_r form li .fl {
    width: 70px;
    text-align: right;
    color: #8e8e8e
}

.ibox8 .ibox8_r form li .fr {
    width: 258px
}

.ibox8 .ibox8_r form li .fr input,
.ibox8 .ibox8_r form li .fr textarea {
    width: 238px;
    border: 0;
    background: #f1f1f8;
    height: 30px;
    padding: 0 10px
}

.ibox8 .ibox8_r form li .fr textarea {
    height: 134px;
    line-height: 1.4;
    padding: 10px
}

.ibox8 .ibox8_r form li .fr input[type="submit"] {
    width: 91px;
    height: 29px;
    line-height: 29px;
    background: #46b035;
    color: #fff;
    -moz-transition: background .4s ease 0s;
    -webkit-transition: background .4s ease 0s;
    -o-transition: background .4s ease 0s;
    transition: background .4s ease 0s
}

.ibox8 .ibox8_r form li .fr input[type="submit"]:hover:hover {
    background: #5fca4e
}

.ibox9 .itit {
    padding-top: 35px
}

.ibox9 .center {
    padding-bottom: 80px
}

.ibox9 .roll_box li {
    margin: 0 8px
}

.fnav {
    background: #46b035;
    color: #fff
}

.fnav a {
    line-height: 60px;
    padding-right:25px;
    font-size: 18px;
}

.fnav a:before {
    content: "|";
    padding-right: 35px
}

.fnav a:first-child:before {
    content: ""
}

.footer {
    background: #4d4d4d
}

.footer .fcontent {
    padding-top: 30px
}

.footer .fcontent .ewm img{
    width: 137px;
    height: 137px;
    margin-right: 5px;
}
.footer .fcontent .fl_content{
    width: 800px;
}
.footer .flist {
    padding-left: 80px;
    clear: both;
}

.footer .flist h4 {
    color: #fff;
    padding-bottom: 20px;
    font-weight: normal
}

.footer .flist ul li {
    color: #b3b2b2;
    margin-bottom: 15px
}

.footer .flist p {
    color: #c4b9b9;
    padding-bottom: 5px;
    width: 350px;
    display: inline-block;
}

.footer .flist p .inline-block,
.footer .flist p .header .header_content .header_list li:before,
.header .header_content .header_list .footer .flist p li:before,
.footer .flist p .banner .banner_btn a,
.banner .banner_btn .footer .flist p a,
.footer .flist p .ibox3 .small:after,
.ibox3 .footer .flist p .small:after,
.footer .flist p .iteam_tit span,
.iteam_tit .footer .flist p span,
.footer .flist p .ibox8 ul li:before,
.ibox8 ul .footer .flist p li:before,
.footer .flist p .page a,
.page .footer .flist p a,
.footer .flist p .page span,
.page .footer .flist p span,
.footer .flist p .new_tit .small .jiathis_style,
.new_tit .small .footer .flist p .jiathis_style {
    font-size: 22px;
    color: #ebe7e7;
    vertical-align: top;
    line-height: 32px
}

.footer .flist .fa-stack {
    color: #434343;
    font-size: 16px;
    margin-right: 15px
}

.footer .flist .fa-stack-1x {
    color: #a7a7a7
}

.footer .fr {
    width: 360px;
    padding-top: 45px;
}
.footer .fr p{
    text-align: center;
    color: #fff;
    line-height: 40px;
}

.footer .flink {
    color: #fff;
    line-height: 24px;
    overflow: hidden;
    padding-top: 35px
}

.footer .flink span {
    display: block;
    margin-left: 80px
}

.footer .flink a:before {
    content: "|";
    padding: 0 5px 0 7px
}

.footer .flink a:first-child:before {
    display: none
}

.footer .copyright {
    border-top: 1px solid #616161;
    color: #b3b2b2;
    line-height: 53px
}

.page {
    text-align: center;
    padding: 30px 0
}

.page a,
.page span {
    padding: 10px;
    border: 1px solid #cecece;
    margin: 3px
}

.page a.current,
.page a:hover,
.page span.current,
.page span:hover {
    color: #fff;
    border-color: #46b035
}

.list_pro .center {
    padding-top: 20px
}

.list_pro .fl ul li a {
    padding-left: 30px
}

.left_contact {
    line-height: 26px
}

.left_contact .left_contact_tit {
    font-size: 18px;
    color: #fff;
    background: #359e0e;
    height: 52px;
    line-height: 52px;
    text-align: center
}

.left_contact .left_contact_list {
    border: 1px solid #dadada;
    border-top: 0;
    padding: 12px
}

.left_contact h3 {
    color: #ed6c00;
    font-size: 16px;
    font-weight: normal
}

.left_contact h3+p {
    padding-top: 20px
}

.content {
    padding: 10px 0 20px;
    line-height: 2
}
.detail_pic{
    text-align: center;
}
.npage{
    line-height: 30px;
}
.npage a{
    color: #666;
}
.npage a.b{
    font-weight: bold;
}
.list_new ul li {
    padding: 25px 0 10px;
    border-bottom: 1px dashed #ababab;
    overflow: hidden;
}

.list_new ul li h2 {
    font-size: 16px;
    color: #000;
    float: left;
    font-weight: normal
}

.list_new ul li h2 a {
    color: #000;
    font-size: 16px;
    font-weight: bold;
}

.list_new ul li span {
    float: right;
    color: #a0a0a0
}

.list_new ul li p {
    color: #666;
    line-height: 24px;
    padding: 20px 0 0;
    text-indent: 2em;
}

.list_new ul li a {
    float: right;
    color: #359e0e;
    -moz-transition: color .4s ease 0s;
    -webkit-transition: color .4s ease 0s;
    -o-transition: color .4s ease 0s;
    transition: color .4s ease 0s
}

.list_new ul li a:hover {
    color: #45cd12
}

.new_tit {
    text-align: center;
    padding: 30px 0 15px;
}

.new_tit h1 {
    font-size: 24px;
    color: #4d4d4d;
    padding-bottom: 15px;
    font-weight: normal
}

.new_tit .small {
    line-height: 1.4
}

.new_tit .small span {
    font-size: 14px;
    color: #999;
    vertical-align: middle
}

.new_tit .small .jiathis_style {
    vertical-align: middle
}

.contact_list {
    line-height: 28px;
    color: #272636;
    padding: 40px 0
}

.map {
    margin-bottom: 100px
}

.rnav {
    width: 59px;
    z-index: 20000;
    position: fixed;
    right: 100px;
    bottom: 100px
}

.rnav li {
    position: relative;
    margin-bottom: 3px
}

.rnav li img {
    display: block
}

.rnav li .rnav_tel {
    position: absolute;
    right: 100%;
    top: 0;
    color: #fff;
    display: none;
    padding-right: 3px;
}

.rnav li .rnav_tel p {
    white-space: nowrap;
    font-size: 16px;
    background: #46b035;
    padding: 10px
}

.rnav li .rnav_tel p:first-child {
    padding-bottom: 0
}

.rnav li:first-child:hover .rnav_tel {
    visibility: visible;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity*100);
    opacity: 1
}

.flink {
    margin-bottom: 20px;
}

.flink .flink_tit {
    width: 100%;
    position: relative;
    margin-top: 30px;
}

.flink .flink_tit p {
    height: 12px;
    width: 100%;
    background: url(../images/dian.png)/*tpa=http://170021.websitetemplate.cn/template/default/index/img/dian.png*/;
    position: absolute;
    top: 15px;
}

.flink .flink_tit span {
    height: 42px;
    background: #fff;
    color: #46b035;
    font-size: 14px;
    border: 1px solid #46b035;
    position: relative;
    z-index: 2;
    display: block;
    width: 115px;
    text-align: center;
    line-height: 42px;
    margin-left: 40px;
}

.flink .flink_tit2 {
    width: 100%;
    position: relative;
}

.flink .flink_tit2 p {
    height: 12px;
    width: 100%;
    background: url(../images/dian.png)/*tpa=http://170021.websitetemplate.cn/template/default/index/img/dian.png*/;
    position: absolute;
    top: 15px;
}

.flink .flink_tit2 span {
    height: 42px;
    background: #fff;
    color: #46b035;
    font-size: 14px;
    border: 1px solid #46b035;
    position: relative;
    z-index: 2;
    display: block;
    width: 115px;
    text-align: center;
    line-height: 42px;
    margin-left: 40px;
}

.flink .flink_list {
    width: 100%;
    margin-top: 20px;
    margin-left: 40px;
}

.flink .flink_list ul li {
    float: left;
    margin-right: 28px;
}

.flink .flink_list ul li a {
    font-size: 14px;
    line-height: 28px;
    color: #5a5a5a;
}

.flink .news_list {
    margin-top: 20px;
}

.flink .news_list ul li {
    width: 100%;
    float: left;
    height: 38px;
    padding-top: 9px;
    border-bottom: 1px dashed #c6c6c6;
    margin-bottom: 8px;
}

.flink .news_list ul li p {
    float: right;
}

.flink .pro_list {
    margin-top: 20px;
}

.flink .pro_list ul li {
    float: left;
    margin-right: 32.5px;
}

.flink .pro_list ul li .img {
    display: block;
    width: 200px;
    height: 200px;
}

.flink .pro_list ul li .t {
    display: block;
    width: 200px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    text-align: center;
}

.flink .pro_list ul li:nth-child(5n) {
    margin-right: 0;
}

.show_img {
    width: 300px;
    height: 300px;
    margin: 0 auto;
}

.pagination-box {
    margin-bottom: 40px;
}

.pagination-inner li {
    border: 1px solid #ddd;
    color: #666;
    display: inline-block;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    margin-left: 8px;
    width: 30px;
    text-align: center;
}

.pagination-inner li:first-child {
    margin-left: 0;
}

.pagination-inner li a {
    color: #666666;
    display: block;
    font-family: "Lato", sans-serif;
    font-weight: 500;
}


.pagination-inner li.active {
    background: #f90 none repeat scroll 0 0;
    border-color: #f90;
    color: #fff;
}

.pagination-inner li:hover {
    background: #f90 none repeat scroll 0 0;
    border-color: #f90;
    color: #fff;
}

.pagination-inner li:hover a {
    color: #fff;
}

.pagination-inner li a i {
    font-size: 20px;
    position: relative;
    top: 3px;
}
.pagination-inner li img{
    margin-top: 10px;
}
.pagination-inner {
    text-align: center;
}
/*# sourceMappingURL=mk.css.map */

.lam_box .ow_links span{
    background: #46b035;
}
.lam_box .message-submit{
    box-shadow: none;
    background:#46b035;
}
.lam_box .ow_links h2 i{
    color: #000;
}