/*css初始代码*/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei", "SimHei", "SimSun", couriernew, courier, monospace;
}

body, button, input, select, textarea {
    font-size: 100%;
    font: inherit;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

address, cite, dfn, em, var {
    font-style: normal;
}

code, kbd, pre, samp {
    font-family: "Microsoft YaHei", "SimHei", "SimSun", couriernew, courier, monospace;
}

small {
    font-size: 12px;
}

ul, ol {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #000;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

legend {
    color: #000;
}

fieldset, img {
    border: 0;
}

button, input, select, textarea {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.warp {
    width: 1310px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

/*--------分割线---------------------------------------------------------------------*/

/*--top----*/
.logo {
    padding: 15px 0;
}

.logo h1 {
    float: left;
}

.logo .rexian {
    float: right;
    padding-top: 10px;
}

/*导航条*/
.nav {
    background: #324f92;
    /*padding: 10px 0;*/
}

.nav_box li {
    float: left;
    text-align: center;
    width: 12.5%;
}

.nav_box li a {
    display: inline-block;
    width: 100%;
    height: 47px;
    line-height: 47px;
    color: #ffffff;
    box-sizing: border-box;
}

.nav_box li a:hover {
    background: #282727;
    color: #FFFFFF;
}

.zhuan {
    position: relative;
}

.jt {
    display: inline-block;
    background: url(../images/jt.png) no-repeat;
    width: 6px;
    height: 5px;
    margin-left: 10px;
}

.nav_down {
    position: absolute;
    top: 47px;
    right: 0px;
    width: 100%;
    background: #324f92;
    text-align: center;
    display: none;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-top: 10px;
    padding-bottom: 15px;
    z-index: 9999;
}

.nav_down p {
    height: 40px;
    line-height: 40px;
}

.nav_down a {
    display: inline-block;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
}

.zhuan:hover .nav_down {
    display: block;
}

/*轮播图*/
/*banner*/
.flexslider {
    position: relative;
    height: auto;
    overflow: hidden;
}

.slides {
    position: relative;
    z-index: 1;
}

.slides li {
    height: auto;
}

.slides li img {
    width: 100%;
    height: auto;
}

.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: 49px;
    height: 49px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
}

.flex-direction-nav li a.flex-prev {
    left: 20px;
    background: url(../images/shutter_prevBtn.png) no-repeat 0 -49px;
}

.flex-direction-nav li a.flex-next {
    right: 20px;
    background: url(../images/shutter_nextBtn.png) no-repeat 0 -49px;
}

.ban {
    position: relative;
}

.banner-b {
    overflow: hidden;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 3px;
    text-align: center;
    z-index: 2;
    background: url(../images/banner-b.png) no-repeat center bottom;
    background-size: 100% 68px;
    height: 68px;
}

/*其他页banner*/
.banner {
    position: relative;
}

.banner-t img {
    width: 100%;
    height: auto;
}

/*首页样式*/
/*首页产品*/
.index-pro {
    padding-bottom: 50px;
}

.index-protitle {
    text-align: center;
}

.index-protitle h2 {
    color: #000000;
    font-size: 36px;
    letter-spacing: 2px;
    font-weight: 400;
}

.index-probt {
    padding-top: 10px;
    color: #999999;
    font-size: 13px;
}

.index-probt span {
    position: relative;
}

.index-probt span:before {
    content: ' ';
    display: block;
    width: 66px;
    height: 1px;
    background: #999999;
    position: absolute;
    right: 105px;
    top: 10px;
}

.index-probt span:after {
    content: ' ';
    display: block;
    width: 66px;
    height: 1px;
    background: #999999;
    position: absolute;
    left: 105px;
    top: 10px;
}

.index-prodbt {
    width: 60%;
    margin: 0 auto;
    padding-top: 20px;
}

.index-prodbt a {
    color: #324f92;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid;
    border-color: #324f92;
    width: 20%;
    float: left;
    margin: 0 2.3%;
    text-align: center;
    font-size: 14px;
}

.index-prodbt a:hover {
    color: #ffffff;
    background: #324f92;
}

.index-prolist {
    margin: 50px 0;
}

.index-prolist .index-proli {
    float: left;
    width: 33.333%;
}

.index-procl img {
    width: 100%;
    height: auto;
}

.index-proli .index-probt {
    margin: 0 20px;
}

.index-proli .index-procl {
    box-shadow: 0px 0px 14px #d1cdcd;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: perspective(1000px) translate3d(0, 0, 0);
    transform: perspective(1000px) translate3d(0, 0, 0);
}

.index-proli .index-procl:hover {
    box-shadow: 1px 3px 43px rgba(101, 136, 169, 0.65);
    -webkit-transform: perspective(1000px) translate3d(0, 0, 25px);
    transform: perspective(1000px) translate3d(0, 0, 25px);
}

.index-probt .index-proxb {
    text-align: center;
    padding: 20px 0 30px;
}

.index-probt .index-proxb a {
    font-size: 16px;
    color: #000;
}

/*首页epc*/
.index-epc {
    background: url("../images/i-service-bg.jpg") no-repeat;
    padding: 80px 0;
}

.index-epctitle {
    text-align: center;
}

.index-epctitle h2 {
    font-size: 25px;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 1px;
    padding-bottom: 10px;
}

.index-epctitle p {
    color: #ffffff;
    width: 60%;
    margin: 0 auto;
    text-align: center;
    line-height: 30px;
}

.index-epclist {
    padding-top: 7%;
}

.index-epclist .index-epcul {
    float: left;
    width: 25%;
}

.index-epcul .index-li {
    margin: 0 10px;
    position: relative;
}

.index-epcul .index-li p img {
    width: 100%;
    height: auto;
}

.index-epcul .index-li .index-epctxt {
    background: #324f92;
    padding: 15px;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 28px;
}

.index-epclist .index-epczx {
    padding-top: 60px;
}

.index-li .index-epcgt {
    text-align: center;
    color: #ffffff;
    line-height: 74px;
}

.index-li .index-epcgt {
    display: block;
    width: 69px;
    height: 74px;
    background: url("../images/xz.png") no-repeat;
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
.epc-fu{
    padding-top: 70px;
}
.epc-title {
    text-align: center;
}
.epc-title h2 {
    font-size: 28px;
    padding-bottom: 15px;
}
.epc-list-ll {
    margin-top: 40px;
}
.epc-list-ll ul li {
    width: 33.333%;
    float: left;
    overflow: hidden;
}
.epc-list-ll ul li .epc-box {
    margin: 0 20px;
    background: #f4f4f4;
    padding: 40px;
    text-align: center;
}
.epc-box .epc-icon {
    padding-bottom: 20px;
}
.epc-box .epc-x {
    font-size: 26px;
    padding-bottom: 20px;
}
.epc-box span {
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 1px;
    background: #a2a2a2;
}
.epc-box .epc-s {
    padding-top: 20px;
    height: 150px;
    font-size: 16px;
    line-height: 26px;
    overflow: hidden;
    letter-spacing: 1px;
}
/*现场案例*/
.index-case {
    padding: 50px 0;
}

.index-caseul {
    padding-top: 50px;
}

.index-caseul .index-caseleft {
    width: 50%;
    float: left;
}

.index-caseul .index-caseright {
    width: 45%;
    float: left;
    padding-left: 30px;
}

.index-caseright ul {
    padding-bottom: 20px;
}

.index-caseright ul li {
    padding: 15px 0;
    border-bottom: 1px dashed #929292;
}

.index-caseright ul li a {
    display: block;
    padding-bottom: 8px;
    color: #000;
}

.index-caseright ul li p {
    font-size: 14px;
    color: #929292;
}

.case-more {
    margin-top: 5px;
}

.case-more a {
    border: 1px solid #324f92;
    display: inline-block;
    color: #324f92;
    font-size: 14px;
    padding: 5px 25px;
}

.case-more a:hover {
    background: #324f92;
    color: #ffffff;
}

/*视频*/
.index-video {
    margin-top: 50px;
    padding: 70px 0;
    background: url("../images/videobg.jpg") no-repeat;
}
.index-video .index-protitle h2{
    color: #ffffff;
}
.index-videoeg {
    color: #ffffff;
}

.index-videoeg span:before, .index-videoeg span:after {
    background: #ffffff;
}

.index-video-txt {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    margin-top: 50px;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 38px;
    color: #ffffff;
}

.index-video-more {
    display: inline-block;
    background: #324f92;
    color: #ffffff;
    padding: 3px 35px;
    font-size: 14px;
    margin-top: 30px;
    border: 1px solid #324f92;
}

.index-video-more:hover {
    background: none;
    color: #ffffff;
    border-color: #ffffff;
}

/*新闻资讯*/
.index-news {
    padding: 80px 0;
}

.index-newsbg span:before {
    right: 150px;
}

.index-newsbg span:after {
    left: 150px;
}

.index-newsul {
    padding-top: 50px;
}

.index-newsul ul li {
    width: 50%;
    float: left;
    margin-bottom: 65px;
}

.index-newsimg {
    width: 150px;
    height: 100px;
    float: left;
    overflow: hidden;
}

.index-newsimg img {
    width: 100%;
    height: auto;
}

.index-newstxt {
    width: 68%;
    float: left;
    margin-left: 15px;
    padding: 10px 12px;
    box-shadow: 1px 1px 5px #dcdada;
    position: relative;
    z-index: 1;
}

.index-newstxt:after {
    position: absolute;
    left: -29px;
    bottom: 0px;
    width: 60px;
    height: 12px;
    border-bottom: 4px solid #324f92;
    border-left: 4px solid #324f92;
    content: '';
}

.index-newstxt h4 a {
    color: #000;
}

.index-newstxt p {
    font-size: 14px;
    padding-top: 8px;
    color: #585858;
}

.index-newstxt span {
    font-size: 12px;
    font-style: italic;
    float: right;
}

.news-more {
    text-align: center;
}

/*首页关于我们*/
.index-about {
    background: #f0f0f0;
    padding: 50px 0 95px;
}

.index-about-title h2 {
    font-size: 30px;
    font-weight: 300;
    position: relative;
}

.index-about-title h2:after {
    content: '';
    display: block;
    width: 38px;
    height: 2px;
    background: #e4c17e;
    position: absolute;
    bottom: -8px;
    left: 0;
}

.index-ul {
    padding-top: 60px;
    position: relative;
}

.index-about-left {
    width: 40%;
    float: left;
    margin-left: 50px;
    z-index: 9;
}

.index-about-left .img {
    position: relative;
    z-index: 2;
}

.index-about-left img {
    width: 100%;
    height: auto;
}

.index-about-right {
    background: #fff;
    width: 100%;
    text-align: left;
    padding: 5px 15px;
    position: absolute;
    bottom: -25px;
    height: 193px;
    z-index: 1;
}

.index-about-right p {
    font-size: 16px;
    color: #848484;
    line-height: 1.9;
    margin: 0;
    padding: 30px 0;
    margin-left: 45%;
    letter-spacing: 1px;
}

.index-about-right p a {
    display: inline-block;
    margin-top: 10px;
    color: #324f92;
    border: 1px solid #324f92;
    font-size: 12px;
    padding: 0 25px;
}

/*新闻资讯*/
.news {
    padding-bottom: 50px;
}

.news-nav {
    text-align: center;
    padding-top: 40px;
}

.news-nav a {
    display: inline-block;
    color: #324f92;
    font-size: 14px;
    margin: 0 15px;
    padding: 5px 60px;
    border: 1px solid;
    border-color: #324f92;
}

.news-nav a:hover {
    background: #324f92;
    color: #ffffff;
}

/*成功案例*/
.case {
    padding-bottom: 50px;
    background: #ececec;
}

.banner-b1 {
    background: url(../images/banner-b1.png) no-repeat center bottom;
    bottom: 0;
}

.case-ul {
    padding-top: 50px;
}

.case-ul ul li {
    width: 25%;
    float: left;
    margin-bottom: 50px;
}

.case-li {
    margin: 0 10px;
    background: #ffffff;
	    height: 353px;
    overflow: hidden;
}

.case-li .case-img {
    padding: 60px 0 40px;
}

.case-li .case-img img {
    width: 100%;
    height: auto;
}

.case-li .case-title {
    text-align: center;
    font-size: 14px;
    padding-bottom: 25px;
}

.case-li .case-title a {
    color: #000;
}

/*视频中心*/
.video {
    padding-bottom: 50px;
}

.video-ul {
    margin-top: 50px;
}

.video-ul .tabs_default .horizontal {
    text-align: center;
}

.video-ul .tabs_default .horizontal li {
    display: inline;
}

.video-ul .tabs_default .horizontal .active a {
    color: #ffffff;
    background: #324f92;
}

.video-ul .tabs_default .horizontal li a {
    color: #324f92;
    padding: 5px 30px;
    border: 1px solid #324f92;
    font-size: 14px;
    margin: 0 15px;
}

.video-ul .tabs_default .horizontal li a:hover {
    color: #ffffff;
    background: #324f92;
}

.n-txt {
    margin-top: 60px;
}

.n-box li {
    width: 33.333%;
    float: left;
    margin-bottom: 60px;
}

.video-li {
    margin: 0 15px;
    padding: 15px;
    position: relative;
}

.video-li:before {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 30px;
    height: 30px;
    border-bottom: 4px solid #324f92;
    border-left: 4px solid #324f92;
    content: '';
    transform: rotateX(180deg);
}

/*.video-li:after{*/
/*position: absolute;*/
/*right: 0px;*/
/*bottom: 0px;*/
/*width: 30px;*/
/*height: 30px;*/
/*border-bottom: 3px solid #324f92;*/
/*border-left: 3px solid #324f92;*/
/*content: '';*/
/*transform: rotateY(180deg);*/
/*}*/
.video-li .video-mp4 video {
    width: 100%;
}

.video-li p {
    text-align: center;
    padding-top: 15px;
    font-size: 15px;
}

#page, #page1, #page2, #page3 {
    background: #FFFFFF;
    text-align: center;
    font-size: 16px;
    padding: 15px 0;
}

#page a:first-child, #page1 a:first-child, #page2 a:first-child, #page3 a:first-child {
    border: none;
}

#page a, #page1 a, #page2 a, #page3 a {
    padding: 1px 10px;
    border: 1px solid #000000;
    color: #000;
}

/*关于我们*/
.about-jj {
    margin: 60px;
}

.about-box .about-jt {
    width: 47%;
    float: left;
}

.about-box .about-video {
    width: 47%;
    float: right;
}

.about-box .about-video video {
    width: 100%;
}

.about-jt .about-txt {
    margin-top: 30px;
}

.about-jt .about-txt p {
    color: #484848;
    font-size: 0.95rem;
    letter-spacing: 1px;
    line-height: 26px;
}

.about-jt .about-txt p:nth-child(1) {
    padding-bottom: 15px;
}

/*时间轴*/
.about-lc {
    background: #f2f2f2;
    padding: 60px 0;
}

.about-lcbox {
    margin-top: 50px;
}

#timeline {
    width: 100%;
    /*height: 350px;*/
    overflow: hidden;
    /*margin: 100px auto;*/
    position: relative;
    background: url('../images/dot.gif') left 45px repeat-x;
}

#dates {
    width: 800px;
    height: 60px;
    overflow: hidden;
}

#dates li {
    list-style: none;
    float: left;
    width: 100px;
    height: 50px;
    font-size: 24px;
    text-align: center;
    background: url('../images/biggerdot.png') center bottom no-repeat;
}

#dates a {
    line-height: 38px;
    padding-bottom: 10px;
    color: #000;
}

#dates .selected {
    font-size: 38px;
    color: #ffcc00;
}

#issues {
    width: 800px;
    /*height: 350px;*/
    overflow: hidden;
}

#issues li {
    width: 800px;
    /*height: 350px;*/
    list-style: none;
    float: left;
}

#issues li.selected img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

#issues li img {
    float: left;
    margin: 10px 30px 10px 50px;
    background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE 8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF); /* IE 6 & 7 */
    zoom: 1;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    -ms-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
    -webkit-transform: scale(0.7, 0.7);
    -moz-transform: scale(0.7, 0.7);
    -o-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
}

#issues li h1 {
    color: #ffcc00;
    font-size: 48px;
    margin: 20px 0;
    text-shadow: #000 1px 1px 2px;
}

#issues li p {
    font-size: 22px;
    letter-spacing: 1px;
    margin-right: 70px;
    font-weight: normal;
    line-height: 22px;
}

#grad_left,
#grad_right {
    width: 100px;
    height: 350px;
    position: absolute;
    top: 0;
}

#grad_left {
    left: 0;
    /*background: url('../images/grad_left.png') repeat-y;*/
}

#grad_right {
    right: 0;
    /*background: url('../images/grad_right.png') repeat-y;*/
}

#next, #prev {
    position: absolute;
    font-size: 70px;
    top: 129px;
    width: 22px;
    height: 38px;
    background-position: 0 0;
    background-repeat: no-repeat;
    text-indent: -9999px;
    overflow: hidden;
}

#next:hover,
#prev:hover {
    background-position: 0 -76px;
}

#next {
    right: 0;
    background-image: url('../images/next.png');
}

#prev {
    left: 0;
    background-image: url('../images/prev.png');
}

#next.disabled,
#prev.disabled {
    opacity: 0.2;
}

/*企业团队*/
.about-td {
    padding: 50px 0;
}

.about-cy {
    padding-top: 50px;
}

.about-cy ul li {
    width: 25%;
    float: left;
}

.about-cyul {
    margin: 0 34px;
}

.about-cyul .about-cypig {
    line-height: 1px;
}

.about-cyul .about-cypig img {
    width: 100%;
    height: auto;
}

.about-cyul .about-cybm {
    text-align: center;
    background: #e4c17e;
    padding: 8px 0;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 2px;
}

.about-cyul .about-cyjj {
    background: #324f92;
    color: #ffffff;
    padding: 10px;
    height: 135px;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 1px;
}

.about-qt {
    padding: 60px 0;
}

.about-qt .index-about-title {
    margin-bottom: 50px;
}

.about-qt .index-about-title h2 span {
    font-size: 15px;
}

.about-qtimg {
    text-align: center;
}

.about-qtimg img {
    width: 78%;
    height: auto;
}

/*服务支持*/
.about-sh {
    padding: 60px 0 50px;
    background: url("../images/shbg.png") no-repeat;
    margin: 60px 0;
}

.about-fw {
}

.about-fw ul li {
    width: 33.33%;
    float: left;
}

.about-fwtxt {
    margin: 0 25px;
    padding: 50px 40px;
    background: #f8f7f7;
    height: 170px;
}

.about-fwtxt h2 {
    text-align: center;
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: 400;
    margin-bottom: 15px;
}

.about-fwtxt h2 span {
    font-size: 42px;
    color: #e4a638;
    font-weight: bold;
    font-style: italic;
    padding-right: 10px;
}

.about-fwtxt p {
    line-height: 26px;
    letter-spacing: 1px;
}

.about-sh .about-shtitle {
    padding-bottom: 60px;
}

.about-sh .about-shtitle h2, .about-shba span {
    color: #ffffff;
}

.about-shba span:before {
    background: #ffffff;
}

.about-shba span:after {
    background: #ffffff;
}

/*荣誉资质*/
.about-ry {
    padding-bottom: 60px;
}

.about-rybox {
    padding-top: 30px;
}

.about-rybox .about-ryleft {
    width: 45%;
    float: left;
    padding-top: 50px;
}

.about-rybox .about-ryright {
    width: 25%;
    float: right;
}

.about-rybox .about-ryright p {
    margin: 0 25px;
    -webkit-box-shadow: 5px 5px 5px #c5c5c5;
    -moz-box-shadow: 5px 5px 5px #c5c5c5;
    box-shadow: 5px 5px 5px #c5c5c5;
}

.about-rybox .about-ryright img {
    width: 100%;
    height: auto;
}

.about-ryleft .about-rylist {
    margin-bottom: 30px;
}

.about-ryleft .about-rylist span {
    display: inline-block;
    margin: 0 25px;
    background: #324f92;
    color: #ffffff;
    width: 200px;
    text-align: center;
    padding: 15px 0;
}

/*联系方式*/
.lx {
    padding: 50px 0;
    background: url("../images/lxbg.jpg");
}

.lx-box {
    margin-top: 50px;
}

.lx-box .lx-left {
    width: 48%;
    float: left;
}

.lx-box .lx-right {
    width: 45%;
    float: right;
    text-align: center;
}

.lx-box .lx-right img {
    width: 63%;
    height: auto;
}

.lx-box .lx-left {
    padding-left: 30px;
}

.lx-box .lx-left p {
    border: 2px solid #000000;
    padding: 15px 0;
    margin-bottom: 20px;
    padding-left: 50px;
}

/*专题页*/
.sxyt {
    /*padding-bottom: 50px;*/
}

.product-info {
    margin-top: -190px;
    margin-bottom: 30px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    padding: 70px 0;
    border-top-right-radius: 80px;
    border-bottom-left-radius: 80px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.product-info:after {
    content: '';
    display: block;
    width: 570px;
    height: 570px;
    border: 120px solid rgba(50, 79, 146, 0.79);
    position: absolute;
    border-radius: 100%;
    top: -140px;
    right: -290px;
}

.product-info > i {
    display: inline-block;
    position: absolute;
    font-size: 136px;
    font-family: Impact;
    color: #dec7c6;
    opacity: .15;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=15);
    filter: alpha(opacity=15);
    font-style: normal;
    left: -130px;
    bottom: -84px;
}

.product-info .lf-info {
    padding-left: 50px;
    width: 50%;
    float: left;
    position: relative;
    z-index: 1;
}

.product-info .lf-info h1 {
    width: 100%;
    font-size: 40px;
    line-height: 60px;
    color: #1d2029;
    font-weight: bold;
    overflow: hidden;
    height: 60px;
}

.product-info .lf-info p.des {
    overflow: hidden;
    letter-spacing: 2px;
    line-height: 32px;
    font-size: 16px;
    color: #999999;
}

.product-info .lf-info p.type {
    width: 100%;
    padding-left: 40px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    position: relative;
    font-size: 16px;
    color: #666666;
    margin-top: 10px;
    background: url("../images/icon_wl.png") left center no-repeat;
}

.product-info .lf-info p.type strong {
    font-size: 26px;
    font-family: Impact;
    color: #324f92;
    font-weight: bold;
    vertical-align: middle;
    display: inline-block;
}

.product-info .lf-info p.type + p.type {
    background: url("../images/icon_nl.png") left center no-repeat;
}

.product-info .lf-info h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    line-height: 48px;
    overflow: hidden;
    height: 48px;
    color: #333333;
    font-size: 30px;
    font-weight: bold;
}

.product-info .lf-info .xh-list {
    width: 100%;
    overflow: hidden;
}

.product-info .lf-info .xh-list li {
    width: 150px;
    float: left;
    padding: 12px 6px;
    height: 80px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 8px rgba(94, 4, 0, 0.13) inset;
    -moz-box-shadow: 0 0 8px rgba(94, 4, 0, 0.13) inset;
    box-shadow: 0 0 8px rgba(94, 4, 0, 0.13) inset;
    background: #fff;
    position: relative;
}

.product-info .lf-info .xh-list li:after {
    content: '';
    display: block;
    width: 114px;
    height: 8px;
    background: url("../images/line_bg_01.png") center top no-repeat;
    position: absolute;
    bottom: 9px;
    left: 50%;
    margin-left: -57px;
}

.product-info .lf-info .xh-list li p {
    width: 100%;
    overflow: hidden;
    height: 28px;
    line-height: 28px;
    color: #333333;
    font-size: 18px;
    text-align: center;
}

.product-info .lf-info .xh-list li p strong {
    font-weight: bold;
}

.product-info .lf-info .xh-list li + li {
    margin-left: 20px;
}

.product-info .lf-info p.notice {
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #999999;
    overflow: hidden;
    margin-top: 10px;
}

.product-info .lf-info .yd-list {
    margin-top: 15px;
    width: 100%;
    height: 32px;
}

.product-info .lf-info .yd-list li {
    display: block;
    float: left;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    color: #999999;
    padding-left: 25px;
    margin-right: 40px;
    position: relative;
}

.product-info .lf-info .yd-list li:before, .product-info .lf-info .yd-list li:after {
    content: '';
    display: block;
    position: absolute;
    border-radius: 100%;
}

.product-info .lf-info .yd-list li:before {
    width: 16px;
    height: 16px;
    background: #f4bdbb;
    left: 0;
    top: 8px;
    z-index: 1;
}

.product-info .lf-info .yd-list li:after {
    width: 8px;
    height: 8px;
    background: #da251d;
    left: 4px;
    top: 12px;
    z-index: 2;
}

.product-info .rt-img {
    padding-right: 30px;
    width: 42.425%;
    /*padding-top: 60px;*/
    float: right;
    position: relative;
    z-index: 1;
}

.product-info .rt-img img {
    display: block;
    width: 100%;
}

.product-info > ul {
    width: 100%;
    height: 68px;
    text-align: center;
    margin-top: 20px;
}

.product-info > ul li {
    display: inline-block;
    height: 68px;
    margin: 0 50px;
}

.product-info > ul li a {
    display: block;
    height: 68px;
    line-height: 56px;
    padding-bottom: 12px;
    position: relative;
    font-size: 18px;
    color: #999999;
}

.product-info > ul li.on a:after {
    content: '';
    display: block;
    width: 70px;
    height: 5px;
    background: #da251d;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -35px;
}

.yl-info-left {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding-right: 20px;
}

.yl-info-right {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding-left: 20px;
}

.yl-info {
    padding-top: 50px;
}

.yl-title h2 {
    font-size: 35px;
    height: 48px;
    line-height: 48px;
    color: #333333;
    font-weight: normal;
    padding-left: 30px;
    background: url(../images/title_icon.png) left 10px no-repeat;
}

.yl-info-left .gzyl .gzyl-t {
    color: #333;
    line-height: 30px;
    padding-top: 15px;
}

.yl-info-left .gzyl .gzyl-img {
    padding-top: 20px;
}

.yl-info-left .gzyl .gzyl-img video {
    width: 100%;
}
.yl-info-left .gzyl .gzyl-img img{
    width: 100%;
    height: auto;
}

.yl-one {
    color: #333;
    line-height: 30px;
    padding-top: 15px;
}

.yl-two {
    padding-top: 45px;
}

.yl-two h2 {
    padding-left: 30px;
    background: url(../images/icon_wl.png) left 6px no-repeat;
    font-size: 24px;
    font-weight: normal;
}

.yl-sm {
    padding-top: 15px;
}

.yl-sm p {
    color: #666;
    line-height: 26px;
    font-size: 15px;
    padding-bottom: 15px;
}

.ytj-jt {
    margin-top: 80px;
}

.cptj {
    background: #f0f0f0;
    padding: 50px 0;
    margin-top: 50px;
}

.fourth-list.pro-list {
    width: 100%;
}

.fourth-list.pro-list li {
    width: 22%;
    margin-top: 40px;
}

.fourth-list.pro-list li + li {
    margin-left: 4%;
}

.pro-list {
    margin-bottom: 50px;
}

.pro-list li {
    float: left;
    margin-top: 50px;
    position: relative;
}

.pro-list li:hover dl {
    background: #ffffff;
}

.pro-list li:hover dl dt a span {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    -o-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.pro-list li dl {
    width: 100%;
    border-top-right-radius: 80px;
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 2px 3px 13px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 3px 13px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 2px 3px 13px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 3px 13px rgba(0, 0, 0, 0.3);
}

.pro-list li dl dt + dd {
    margin-top: -5px;
}

.pro-list li dl dt {
    width: 100%;
    position: relative;
}

.pro-list li dl dt i {
    position: absolute;
    left: -5px;
    display: block;
    z-index: 2;
}

.pro-list li dl dt i.lt-bg {
    top: -5px;
    width: 34px;
    height: 39px;
    background: url("../images/lt_bg.png") center center no-repeat;
}

.pro-list li dl dt i.lb-bg {
    bottom: -5px;
    width: 64px;
    height: 66px;
    background: url("../images/lb_bg.png") center center no-repeat;
}

.pro-list li dl dt a {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    border-top-right-radius: 80px;
}

.pro-list li dl dt a span {
    -o-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    display: block;
    z-index: 1;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    border-top-right-radius: 80px;
    overflow: hidden;
}

.pro-list li dl dt a span cite {
    display: block;
    z-index: 1;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background: #939393;
    opacity: .55;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=55);
    filter: alpha(opacity=55);
}

.pro-list li dl dt a span i {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -20px;
    overflow: hidden;
    background: white;
    border-radius: 100%;
    z-index: 2;
}

.pro-list li dl dt a span i:after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-left: 8px solid #da251d;
    border-top: 8px dashed transparent;
    border-bottom: 8px dashed transparent;
    position: absolute;
    left: 16px;
    top: 12px;
}

.pro-list li dl dt a img {
    display: block;
    width: 100%;
}

.pro-list li dl dd {
    width: 100%;
    overflow: hidden;
}

.pro-list li dl dd a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 44px;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    background: #989898;
}

.pro-list li dl dd p {
    display: block;
    width: 100%;
    height: 82px;
    /*background: #da251d url("../images/font_bg.jpg") center top no-repeat;*/
    background: #324f92;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    overflow: hidden;
    padding: 9px 20px;
}

.pro-list li dl dd p span {
    display: block;
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    color: #ffffff;
    overflow: hidden;
}
.lc{
    padding-top: 50px;
}
.lc-img{
    text-align: center;
    padding-top: 55px;
}
.lc-img img{
    width: 80%;
}
.sp,.sp-list{
    padding-top: 50px;
}
.sp-list .sp-left{
    width: 45%;
    float: left;
}
.sp-list .sp-right{
    width: 45%;
    float: right;
}
.sp-list video{
    width: 100%;
}
.sp-list p{
    margin-top: 15px;
    text-align: center;
}
/*epc页面*/
.epc-left{
    width: 50%;
    float: left;
    padding-top: 50px;
    box-sizing: border-box;
    padding-right: 30px;
}
.epc-box{
    padding-top: 30px;
}
.epc-box p{
    color: #484848;
    font-size: 0.95rem;
    letter-spacing: 1px;
    line-height: 26px;
}
.epc-right{
    width: 50%;
    float: right;
    padding-top: 60px;
    box-sizing: border-box;
    padding-left: 30px;
}
.epc-right p img{
    width: 100%;
    height: auto;
}
.epc-rx{
    width: 45%;
    margin-top: 25px;
}
.epc-rx img{
    width: 100%;
    height: auto;
}
.epc-max{
    margin-top: 70px;
    background: url("../images/epc2.jpg") no-repeat;
    padding: 90px 0;
}
.epc-max-box .epc-max-left{
    width: 47%;
    float: left;
}
.epc-max-box .epc-max-right{
    width: 47%;
    float: right;
    padding-top: 15px;
}
.epc-max-box .epc-max-left img{
    width: 100%;
    height: auto;
}
.epc-max-right .epc-top h2{
    color: #000;
    width: 80%;
    font-size: 28px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    background: #ffffff;
    padding: 15px;
    border-radius: 15px;
}
.epc-max-right .epc-top p strong{
    color: #ffd937;
    font-size: 20px;
    padding-right: 8px;
}
.epc-max-right .epc-top p{
    line-height: 30px;
    color: #ffffff;
    letter-spacing: 1px;
}
.epc-bottom{
    padding-top: 30px;
}
.epc-bottom .epc-i{
    width: 25%;
    float: left;
}
.epc-i .epc-m{
    padding: 0 20px;
    text-align: center;
}
.epc-i .epc-m .epc-g img{
    width: 100%;
    height: auto;
}
.epc-i .epc-m .epc-t{
    color: #ffffff;
}
.epc-gt{
    padding: 70px 0;
}
.epc-shfw{
    padding-top: 50px;
}
.epc-shfw ul li{
    width: 25%;
    float: left;
}
.epc-shfw ul li .epc-list{
    margin: 15px 25px;
    text-align: center;
    -webkit-box-shadow: 3px 4px 10px #ececec;
    -moz-box-shadow: 3px 4px 10px #ececec;
    box-shadow:3px 4px 10px #ececec;
    padding: 15px;
}
.epc-list h4{
    background: #324f92;
    color: #ffffff;
    margin: 15px 0;
    padding: 15px 0;
}
.epc-list p{
    text-align: left;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1px;
}
.epc-case-list{
    padding-top: 50px;
    margin-bottom: 70px;
}
.epc-case-ul .epc-case-li{
    width: 50%;
    float: left;
}
.epc-case-ul .epc-case-li .epc-case-video{
    margin: 0 20px;
}
.epc-case-ul .epc-case-li .epc-case-video p{
    padding: 15px 0;
    text-align: center;
}
/*友情链接*/
.friends-link{
    margin: 50px 0;
}
.friends-f {
    margin: 0;
    font-size: 18px;
    color: #324f92;
    padding-bottom: 15px;
    font-weight: bold;
}
.friends-f small {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    color: #999;
}
.friends-t li{
    float: left;
    padding-right: 15px;
}
.friends-t li a{
    color: #585858;
}
.friends-t li a:hover{
    color: #324f92;
}
/*底部footer*/
.footer{
    background: #131313;
    color: #969696;
    padding: 80px 0 50px;
    font-size: 12px;
}
.foot{
    border-bottom: 1px solid #363636;
    padding-bottom: 50px;
}
.foot .f-list{
    width: 25%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
}
.foot .f-list h5{
    font-size: 18px;
    color: #ffffff;
    padding-bottom: 20px;
}
.foot .f-list p{
    line-height: 23px;
    padding-bottom: 5px;
}
.foot .f-list a{
    color: #969696;
}
.foot .f-list a:hover{
    color: #75a0c9;
}
.xw-m span{
    color: #75a0c9;
}
.xw-m .xw-icon{
    display: inline-block;
    width: 13px;
    height: 13px;
    vertical-align: middle;
    margin-right: 10px;
}
.xw-m .rx{
    background: url("../images/tel.png") no-repeat;
}
.xw-m .address{
    background: url("../images/dw.png") no-repeat;
}
.xw-m .mail{
    background: url("../images/yx.png") no-repeat;
}
.f-list .cl-cp p:nth-child(2n+1) a{
    color: #75a0c9;
}
.f-list .flx .flx-p p:nth-child(2){
    width: 250px;
    border: 1px solid #969696;
    padding: 5px 15px;
    margin: 10px 0;
    border-radius: 5px;
}
.f-list .flx .flx-p p:nth-child(3){
    width: 200px;
    padding: 5px 15px;
    border-radius: 5px;
    background: #75a0c9;
    color: #000;
    font-weight: bold;
    margin-top: 15px;
}

.footer .bq{
    color: #75a0c9;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    padding-top: 50px;
}
/*下拉列表*/
.case_page {
    padding-top: 20px;
    text-align: center;
}
.case_page1 {
    padding-bottom: 35px;
}
.case_page li {
    display: inline-block;
    float: none;
    list-style: none;
    padding: 0 3px;
    margin-bottom: 5px;
}
.case_page .thisclass {
    display: inline-block;
    padding: 0 11px;
    margin-right: 5px;
    font-weight: bold;
    border: 1px solid #8e8e8e;
}
.case_page a {
    display: inline-block;
    padding: 0 10px;
    border: 1px solid #8e8e8e;
    color:#8e8e8e;
}
/*内容页*/
.contact{
    padding: 30px 0 50px;
}
.contact-title{
    text-align: center;
    padding-bottom: 40px;
}
.contact-title h2{
    font-size: 32px;
    padding-bottom: 20px;
}
.con-txt{
    padding: 0 50px;
}
.con-txt p{
    line-height: 36px;
    letter-spacing: 1px;
}
/*面包屑导航*/
.cake-nav{
    font-size: 14px;
    color: #787878;
}
.cake-nav a{
    color: #787878;
}
/*-------返回顶部------------------------------*/
.cbbfixed {
    position: fixed;
    right: 10px;
    transition: bottom ease .3s;
    bottom: 10px;
    z-index: 9999;
    cursor:pointer;
}
.cbbfixed .cbbtn {
    width: 40px;
    height: 40px;
    display: block;
    background-color: #999;
}
.cbbfixed .gotop {
    transition: background-color ease .3s;
    margin-top: 1px;
}
.cbbfixed .gotop .up-icon{
    float:left;
    margin:14px 0 0 9px;
    width:23px;
    height:12px;
    background: url(../images/side-icon02.png);
}
.cbbfixed .gotop:hover {
    background-color:#2c2d2e;
}
.cbbfixed .cweixin {
    background: #dadbdd;
}
.cbbfixed .cweixin div {
    background: url(../images/weixin.png);
    width: 145px;
    height: 145px;
    position: absolute;
    left: -146px;
    top: -100px;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    transform-origin: 100% 70%;
    -webkit-transform-origin: 100% 70%;
    transition: transform ease .3s,opacity ease .3s;
    -webkit-transition: all ease .3s;
    display:none\0;*display:none;
}
.cbbfixed .cweixin:hover div {
    display: block;
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
    *display:block;
}
.cbbfixed .cweixin .weixin-icon{
    float: left;
    margin:12px 0 0 11px;
    width:18px;
    height: 18px;
    background: url(../images/side-icon01.png);
}
/*移动端样式*/
.media-nav{
    background: #324f92;
    padding: 5px 15px;
    position: relative;
    display: none;
}
.media-nav-right{
    float: right;

}
.media-nav-left{
    float: left;
}
.media-nav-right ul{
    display: none;
}
.media-li{
    position: absolute;
    top: 78px;
    left: 0;
    width: 100%;
    background: #324f92;
    z-index: 9999;
    text-align: center;
    border-top: 1px solid #000000;
}
.media-li li{
}
.media-li li a{
    padding: 8px 0;
    display: block;
    color: #ffffff;
}
.media-li li a:hover{
    background: #000000;
}
.media-nav:hover .media-li{
    display: block;
}
.media-li .nav_down{
    top: 35px;
}
.media-foot{
    display: none;
    background: #000000;
    padding: 25px 20px;
    text-align: center;
}
.media-foot p{
    font-size: 12px;
    color: #ffffff;
}
.media-foot p:nth-child(2){
    color: red;
    padding-top: 15px;
}