/* 全局 */

* {
    margin: 0;
    padding: 0;
}

* html body {
    overflow: visible;
}

* html iframe,
* html frame {
    overflow: auto;
}

* html frameset {
    overflow: hidden;
}

body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
,
tr,
{
    margin: 0;
    padding: 0;
}

body {
    background-color: #FFFFFF;
    color: #000000;
    font-family: "微软雅黑";
    font-size: 14px;
    line-height: 24px;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    margin: 0;
}

input,
select {
    font-size: 12px;
    vertical-align: middle;
}

textarea,
input {
    word-wrap: break-word;
    word-break: break-all;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
}

ul li {
    list-style: none;
}

em {
    font-style: normal;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

p {
    margin: 0px;
}

.warp {
    width: 1200px;
    margin: auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.o-hidden {
    overflow: hidden;
}

.hidden {
    display: none;
}

.block {
    display: block;
}

.clear {
    clear: both;
}

.te_c {
    text-align: center;
}

.te_r {
    text-align: right;
}

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    clear: both;
    height: 0;
    overflow: hidden;
    display: block;
    visibility: hidden;
    content: "."
}

.pos-rel {
    position: relative;
}

.pos-abs {
    position: absolute;
}

.top {
    position: absolute;
    width: 100%;
    height: 90px;
    padding: 10px 0;
    top: 0;
    z-index: 9999;
}

.logo {
    width: 230px;
    margin-top: 10px;
}

.logo img {
    width: 100%;
}

.index_title {
    margin-top: 60px;
    text-align: center;
}

.index_title h3 {
    height: 35px;
    line-height: 35px;
    font-weight: 400;
    background: url(../images/index_02.png) no-repeat center;
}


/*nav*/

nav {
    width: 840px;
    height: 40px;
    line-height: 40px;
    margin-top: 30px;
}

nav ul li {
    float: left;
    width: 120px;
    font-size: 17px;
    font-weight: bold;
    text-align: right;
    text-shadow: 1px 1px 30px #FFFFFF;
}

nav ul li a:hover {
    color: #dd2188;
}

nav ul li a.active {
    color: #dd2188;
}


/*slider*/

.flexslider {
    position: relative;
    height: 900px;
    overflow: hidden;
    background: url(../images/loading.gif) 50% no-repeat;
}

.slides {
    position: relative;
    z-index: 1;
}

.slides li {
    height: 900px;
}

.flex-control-nav {
    position: absolute;
    bottom: 10px;
    z-index: 2;
    width: 100%;
    text-align: center;
}

.flex-control-nav li {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 5px;
    *display: inline;
    zoom: 1;
}

.flex-control-nav a {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 40px;
    overflow: hidden;
    background: url(../images/dot.png) right 0 no-repeat;
    cursor: pointer;
}

.flex-control-nav .flex-active {
    background-position: 0 0;
}

.flex-direction-nav {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 45%;
}

.flex-direction-nav li a {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
}

.flex-direction-nav li a.flex-prev {
    left: 40px;
    background: url(../images/prev.png) center center no-repeat;
}

.flex-direction-nav li a.flex-next {
    right: 40px;
    background: url(../images/next.png) center center no-repeat;
}


/*product*/

.indexmaindiv {
    height: 430px;
    margin: 0px auto;
    width: 1300px;
}

.indexmaindiv1 {
    margin-top: 25px;
    overflow: hidden;
}

.indexmaindiv1 .stylesgoleft {
    float: left;
    width: 39px;
    height: 13px;
    background: url('../images/index_03.png') no-repeat left top;
    margin: 170px 10px 0px 0px;
    cursor: pointer;
}

.indexmaindiv1 .stylesgoright {
    float: left;
    width: 39px;
    height: 13px;
    background: url('../images/index_13.png') no-repeat left;
    margin: 170px 0px 0px 10px;
    cursor: pointer;
}

.maindiv1 {
    float: left;
    width: 1200px;
    height: 430px;
    overflow: hidden;
    position: relative;
}

.maindiv1 ul {
    position: absolute;
    left: 0;
    top: 0;
}

.maindiv1 ul li {
    float: left;
    width: 290px;
    height: 430px;
    background: #f8f8f8;
    text-align: center;
    margin: 0 5px;
}

.maindiv1 ul li p {
    background: url(../images/index_14.png) no-repeat top;
    font-weight: bold;
    margin-top: 26px;
    padding-top: 50px;
}

.maindiv1 ul li:hover {
    background: #dd2188;
    color: #FFFFFF;
}

.maindiv1 ul li:hover p {
    background: url(../images/index_16.png) no-repeat top;
}

.maindiv1 ul li:hover a {
    color: #FFFFFF;
}


/*about*/

.about_bg {
    max-height: 804px;
    margin-top: 100px;
    background: url(../images/index_18.jpg) no-repeat center;
    overflow: hidden;
}

.about {
    width: 1100px;
    margin: auto;
    font-size: 18px;
    line-height: 40px;
    color: #FFFFFF;
    text-align: center;
}

.about p {
    margin: 10px 0;
}

.about .about_img {
    width: 528px;
    height: 486px;
    padding-top: 21px;
    margin: auto;
    /*background: url(../images/index_19.png) no-repeat center;*/
}


/*partner*/

.partner {
    margin-top: 50px;
}

.partner ul li {
    float: left;
    width: 260px;
    margin: 18px;
    border: 1px #efefef solid;
}


/*news*/

.news_bg {
    background: url(../images/index_40.png) no-repeat;
    overflow: hidden;
    background-size: 100% 100%;
}

.news {}

.news dl {
    float: left;
    width: 530px;
    background: rgba(0, 0, 0, 0.7);
    padding: 20px;
    margin: 14px 15px;
}

.news dl dt {
    float: left;
    width: 111px;
    height: 81px;
    border: 3px #FFFFFF solid;
}

.news dl dd {
    float: left;
    width: 380px;
    margin-left: 20px;
    font-size: 12px;
    color: #FFFFFF;
}

.news dl dd h3 {
    font-size: 14px;
}

.news_more {
    margin: 60px auto 40px;
}


/*process*/

.process {
    width: 100%;
    margin-top: 60px;
    background: url(../images/index_54.jpg) no-repeat 50% 60px;
}

.process dl {
    float: left;
    width: 274px;
    text-align: center;
    margin: 0 13px;
}

.process dl dt {
    font-size: 18px;
    color: #666;
}

.process dl dd {
    margin-top: 60px;
}

.foot {
    background: #383838;
    padding: 15px 0;
    line-height: 35px;
    color: #FFFFFF;
}

.foot_nav {
    height: 40px;
    line-height: 40px;
    padding-bottom: 5px;
    margin-bottom: 30px;
    border-bottom: 1px #606060 solid;
}

.foot_nav a {
    color: #FFFFFF;
    margin-right: 30px;
    margin-left: 30px;
}

.inside_top {
    width: 100%;
    height: 80px;
    padding: 10px 0;
}

.inside_ban {
    height: 220px;
    text-align: center;
    padding-top: 80px;
    color: #dd2188;
}

.inside_ban h3 {
    font-size: 48px;
    font-weight: 400;
}

.inside_ban p {
    font-size: 30px;
    margin: 40px 0;
}

.inside_ban a {
    width: 138px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    margin: 15px 19px 0;
    display: inline-block;
    background: #000000;
    border: 1px #000000 solid;
    color: #FFFFFF;
}

.inside_ban a:hover {
    background: #dd2188;
    border: 1px #000000 solid;
}

.inside_ban a.active {
    background: #dd2188;
    border: 1px #000000 solid;
}

.inside_con {}

.inside_title {
    font-size: 24px;
    color: #333333;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px #ccc dashed;
}

.about_video {
    width: 890px;
    height: 500px;
    margin-top: 35px;
    padding: 0 155px;
    background: #000000;
}

.inside_tex {
    margin-top: 15px;
    font-size: 15px;
    line-height: 35px;
    color: #666666;
}

.inside_news dl {
    width: 1160px;
    background: #f2f2f2;
    border-bottom: 1px #CCCCCC dashed;
    padding: 20px;
    overflow: hidden;
}

.inside_news dl dt {
    float: left;
    width: 111px;
    height: 81px;
    border: 3px #FFFFFF solid;
}

.inside_news dl dd {
    float: left;
    width: 1000px;
    margin-left: 20px;
    font-size: 12px;
}

.inside_news dl dd h3 {
    font-size: 14px;
}

.inside_news dl:hover {
    background: #dd2188;
    color: #FFFFFF;
}

.inside_news dl:hover a {
    color: #FFFFFF;
}

.news_title {
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px #ccc dashed;
    color: #666666;
}

.news_title h3 {
    font-size: 24px;
    color: #333333;
    font-weight: 400;
    margin-bottom: 15px;
}

.inside_page {
    text-align: center;
    margin-top: 50px;
}

.inside_page a,
.inside_page span {
    padding: 2px 15px;
    border: 1px #000000 solid;
    margin: 0 2px;
    display: inline-block;
}

.inside_page a:hover {
    background: #DD2188;
    color: #FFFFFF;
}

.inside_page span.current {
    background: #DD2188;
    color: #FFFFFF;
}

.inside_pro {
    width: 1200px;
    overflow: hidden;
}

.inside_pro ul li {
    float: left;
    width: 290px;
    height: 430px;
    background: #f8f8f8;
    text-align: center;
    margin: 5px 5px;
}

.inside_pro ul li p {
    background: url(../images/index_14.png) no-repeat top;
    font-weight: bold;
    margin-top: 26px;
    padding-top: 50px;
}

.inside_pro ul li:hover {
    background: #dd2188;
    color: #FFFFFF;
}

.inside_pro ul li:hover p {
    background: url(../images/index_16.png) no-repeat top;
}

.inside_pro ul li:hover a {
    color: #FFFFFF;
}

.product_l {
    width: 800px;
}

.product_r {
    width: 400px;
}

.cpdsbox {
    background: #fff;
}

.cpboxpic1 {
    width: 480px;
    float: left;
    margin-top: 30px;
    margin-bottom: 20px;
}

.cpboxpic2 {
    margin-top: 30px;
    width: 600px;
    float: right;
    margin-right: 30px;
}

.g3t4f {
    color: #2e2e2e;
    font-size: 20px;
    line-height: 30px;
    color: #DD2188;
    padding-bottom: 15px;
    border-bottom: 1px #DEDEDE solid;
}

.cpfbt {
    color: #007358;
    font-size: 14px;
    line-height: 20px;
    word-break: break-all;
    margin-bottom: 20px;
}

.cpjsbox {
    background: url(../images/product_con_06.jpg);
    padding: 20px;
    font-size: 14px;
    position: relative;
    margin-bottom: 20px
}

.cpjsbox li {
    line-height: 30px;
    float: left;
    width: 100%;
}

.cpname {
    width: 80px;
    display: block;
    float: left
}

.cpnamea {
    float: left;
    width: 300px;
    display: block;
    color: #e4393c;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fenxiangcp {
    position: absolute;
    top: 50px;
    right: 20px;
    font-size: 12px;
    padding-left: 20px;
    background: url(images/fenxiang.png) left 1px no-repeat
}

.ppbzl {
    margin-bottom: 45px;
    margin-top: 20px;
    color: #666666;
    line-height: 30px;
}

.ppbzl li {
    line-height: 28px;
    list-style-type: disc;
    margin-left: 22px;
}

.zxana {
    width: 160px;
    height: 40px;
    line-height: 40px;
    display: block;
    float: left;
    font-size: 16px;
    margin-right: 30px;
    color: #fff
}

.zxlxabox a:hover {
    text-decoration: initial;
}

.f1e1a1 {
    background: #ffb901;
}

.f1e1a1 i {
    width: 20px;
    height: 20px;
    background: url(../images/zxkfico.png);
    display: block;
    float: left;
    margin-top: 9px;
    margin-left: 26px;
    margin-right: 10px
}

.f1e1a2 {
    background: #DD2188;
    text-align: center;
}

.f1e1a2 i {
    width: 20px;
    height: 20px;
    background: url(../images/fxxpico.png);
    display: block;
    float: left;
    margin-top: 9px;
    margin-left: 26px;
    margin-right: 10px
}

.cpmiaoshu {
    background: #fff;
    margin-top: 20px;
    padding: 30px 0;
}

.cpmstxt88 {
    padding-top: 20px;
    margin-bottom: 30px;
}

.cpmstxt88 p {
    font-size: 16px;
    color: #666;
    line-height: 35px;
    margin-bottom: 26px;
    word-break: break-all;
}

.cpmstxt88 p img {
    max-width: 100%;
    height: auto
}

.cpmstxt88 ul,
.cpmstxt88 ol {
    background: #ececec;
    padding: 30px 30px 30px 40px;
    font-size: 16px;
    margin-bottom: 26px;
}

.cpmstxt88 h1 {
    font-size: 36px
}

.cpmstxt88 h2 {
    font-size: 30px
}

.cpmstxt88 h3 {
    font-size: 24px
}

.cpmstxt88 h4 {
    font-size: 18px
}

.cpmstxt88 h5 {
    font-size: 14px
}

.cpmstxt88 h6 {
    font-size: 12px
}

.cpmstxt88 h1,
.cpmstxt88 h2,
.cpmstxt88 h3,
.cpmstxt88 h4,
.cpmstxt88 h5,
.cpmstxt88 h6 {
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 2px solid #034091;
    padding-top: 10px;
}

.cpmstxt88 ul li,
.cpmstxt88 ol li {
    list-style-type: circle;
    line-height: 30px;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.MagicZoomBigImageCont {
    border: 1px solid #91b817;
    background: #FFF;
}

.MagicZoomMain {
    text-align: center !important;
    width: 92px;
}

.MagicZoomMain div {
    padding: 0px !important;
}

.MagicZoomHeader {
    color: #fff;
    background: #91b817;
    text-align: center !important;
}

.MagicZoomPup {
    border: 0px solid #aaa;
    background: #ffffff;
}

.MagicZoomLoading {
    text-align: center;
    background: #ffffff;
    color: #444;
    border: 1px solid #ccc;
    opacity: 1.8;
    padding: 3px 3px 3px 3px !important;
    display: none;
}

.MagicZoomLoading img {
    padding-top: 3px !important;
}

#tsShopContainer li,
#tsShopContainer img {
    vertical-align: top;
}

#tsShopContainer {
    width: 480px;
    position: relative;
    margin-bottom: 10px;
    border: 1px #CCCCCC solid;
    padding: 30px 0 15px;
}

#tsShopContainer #tsImgS {
    text-align: center;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

#tsShopContainer #tsImgS a {
    display: block;
    text-align: center;
    margin: 0px auto;
}

#tsShopContainer #tsImgS img {
    border: 0px;
}

#tsShopContainer #tsPicContainer {
    width: 100%;
    height: 75px;
    position: relative;
}

#tsShopContainer #tsPicContainer #tsImgSArrL {
    width: 17px;
    height: 100%;
    background: url(../images/btn-left.jpg) no-repeat left center;
    position: absolute;
    top: 0px;
    left: 8px;
    cursor: pointer;
    margin-right: 10px;
}

#tsShopContainer #tsPicContainer #tsImgSArrR {
    width: 17px;
    height: 100%;
    background: url(../images/btn-right.jpg) no-repeat right center;
    position: absolute;
    top: 0px;
    right: 8px;
    cursor: pointer;
    margin-left: 10px;
}

#tsShopContainer #tsPicContainer #tsImgSCon {
    position: absolute;
    top: 6px;
    left: 40px;
    width: 1px;
    height: 62px;
    overflow: hidden;
}

#tsShopContainer #tsPicContainer #tsImgSCon ul {
    width: 100%;
    overflow: hidden;
    height: 62px;
}

#tsShopContainer #tsPicContainer #tsImgSCon li {
    width: 68px;
    height: 64px;
    float: left;
    cursor: pointer;
}

#tsShopContainer #tsPicContainer #tsImgSCon li img {
    padding: 3px;
    border: 2px solid #DEDEDE;
    display: block;
    width: 52px;
    height: 52px;
}

#tsShopContainer #tsPicContainer #tsImgSCon li.tsSelectImg img {
    border: 2px solid #ffb901;
}

.right_title {
    height: 36px;
    line-height: 36px;
    font-size: 20px;
    background: #fefefe;
    padding: 10px 20px;
}

.right_name {
    float: left;
    color: #DD2188;
    height: 37px;
}

.right_name font {
    color: #999;
    margin-left: 10px;
    text-transform: uppercase;
    font-size: 16px;
}

.contact {
    width: 550px;
    line-height: 48px;
}

.contact h3 {
    color: #000000;
    margin-bottom: 15px;
}

.contact_map {
    width: 553px;
    height: 320px;
    border: 5px #eee solid;
}

.temp_on_inp {
    height: 424px;
    background: url(../images/on_bj.jpg) no-repeat center top;
    overflow: hidden;
    padding-top: 90px;
}

.temp_on_inp h3 {
    width: 197px;
    height: 78px;
    font: 24px "Microsoft YaHei";
    font-weight: bold;
    color: #DD2188;
    line-height: 24px;
    float: right;
}

.temp_on_inp h3 span {
    display: block;
    font: 14px Arial;
    color: #DD2188;
    line-height: 36px;
    text-transform: uppercase;
}

.temp_on_inp h3 a {
    color: #cf181f;
}

.temp_on_con {
    width: 592px;
}

.temp_on_con li {
    height: 38px;
    width: 270px;
    border: 1px solid #d1d1d1;
    float: left;
    margin-right: 22px;
    margin-bottom: 16px;
    color: #FF070B;
    line-height: 38px;
    overflow: hidden;
}

.temp_on_con li span {
    font: 14px "Microsoft YaHei";
    color: #999;
    line-height: 38px;
    float: left;
    padding-left: 10px;
    display: inline-block;
}

.temp_on_con li input {
    width: 208px;
    height: 38px;
    border: 0;
    ont: 14px "Microsoft YaHei";
    color: #999;
    line-height: 38px;
    float: left;
}

.temp_on_con .inp01 input {
    width: 180px;
    outline: none;
}

.temp_on_con .inp03 {
    width: 562px;
    height: 72px;
    padding-top: 10px;
}

.temp_on_con .inp03 span {
    line-height: 14px;
}

.temp_on_con .inp03 textarea {
    width: 546px;
    height: 56px;
    resize: none;
    overflow: auto;
    outline: none;
    padding-left: 10px;
    border: 0;
    : 14px "Microsoft YaHei";
    color: #999;
    line-height: 24px;
}

.temp_on_con .inp04 {
    margin-bottom: 0;
}

.temp_on_con .inp04 input {
    width: 120px;
}

.temp_on_con .inp04 img {
    width: 52px;
    height: 38px;
    border-left: 1px solid #d1d1d1;
    float: right;
}

.temp_on_con .inp02 {
    width: 562px;
    height: 70px;
    border: 0;
}

.temp_on_con .inp02 span {
    display: block;
}

.temp_on_con .inp02 em {
    font: 12px "Microsoft YaHei";
    color: #999;
    line-height: 36px;
    float: left;
}

.temp_on_con .minp05 {
    border: 0;
}

.temp_on_con .minp05 input {
    width: 82px;
    height: 24px;
    margin-right: 16px;
    cursor: pointer;
    cursor: pointer;
}

.temp_on_con .minp05 .onb1 {
    background: url(../images/on_b2.jpg) no-repeat center top;
}

.temp_on_con .minp05 .onb2 {
    background: url(../images/on_b1.jpg) no-repeat center top;
}

.mt40 {
    margin-top: 40px;
}

.ml20 {
    margin-left: 20px;
}

.flnone {
    float: none;
}

.color_red {
    color: #dd2188;
}