@charset "UTF-8";

/*Common*/

.h5-18 {
    font-size: 18px;
}

.com-width {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.clear {
    clear: both;
}

.txt-of {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.a-box {
    display: block;
    width: 100%;
    height: 100%;
}

.s-title {
    padding: 25px 0;
}

.s-title h5 {
    font-size: 18px;
    color: #333;
    line-height: 18px;
    position: relative;
    padding-left: 17px;
    border-left: 2px solid #CD2F21;
}

.red48 {
    font-size: 36px;
    color: #CE3627;
}


/*顶部通知*/

.top-tip {
    height: 42px;
    line-height: 45px;
    background: #CD2F21;
    color: #FFDE2C;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.top-tip span {
    display: inline-block;
}

.top-tip .j-close {
    position: relative;
    top: -1px;
    margin-left: 50px;
    width: 22px;
    height: 22px;
    background: url(../images/close.png) no-repeat center;
    background-size: contain;
    vertical-align: middle;
    cursor: pointer;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.top-tip .j-close:hover {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}


/*头部*/

.top-bar {
    height: 30px;
    line-height: 30px;
    background: #CD2F21;
    color: #f5f5f5;
    font-size: 12px;
}

.header {
    padding: 0 30px;
    height: 90px;
    line-height: 90px;
    border-top: 3px solid #CD2F21;
}

.header .logo {
    width: 220px;
    font-size: 0;
    margin-right: 4%;
}

.header .logo a {
    display: block;
    position: relative;
}

.header .logo a p {
    position: absolute;
    right: 0;
    top: 23px;
    line-height: 20px;
    font-size: 14px;
    color: #666;
    text-align: center;
}

.header .logo a p span {
    font-size: 16px;
}

.header .logo img {
    vertical-align: middle;
}

.header .main-nav ul li {
    float: left;
}

.header .main-nav ul li a {
    display: block;
    padding: 0 15px;
    font-size: 14px;
    color: #666;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.header .main-nav ul li.on a,
.header .main-nav ul li:hover a {
    background-color: #CD2F21;
    color: #fff;
}

.hd-tel {
    margin-top: 21px;
    line-height: 1.3;
    padding-left: 46px;
    background: url(../images/icon_hdtel.png) no-repeat left 6px;
    background-size: 35px;
}

.hd-tel p span {
    font-size: 20px;
    color: #CF392C;
}

.lang{
  width: 80px;
  height: 24px;
  line-height: 24px;
  border-radius: 50px;
  border: 1px solid #666;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  margin-top: 34px;
  margin-left: 20px;

}

.lang a{
  display: inline-block;
  width:40px;
  height: 33px;
  font-size: 16px;
  color: #666;
  text-align: center;
}

.lang .cn{
  border-right: 1px solid #e4e4e4;
  color: #fff;
  background: #cd2f21;
}

.lang a:hover{
  color: #fff;
  background: #cd2f21;
}

@media screen and (max-width: 1540px) {
    .header .logo {
        margin-right: 1%;
    }
}

@media screen and (max-width: 1440px) {
    .header {
        padding: 0 20px;
    }
    .header .logo {
        margin-right: 2%;
    }
    .header .main-nav ul li a {
        padding: 0 12px;
    }
}

@media screen and (max-width: 1310px) {
    .hd-tel {
        background: transparent;
        padding-left: 0;
    }
}

@media screen and (max-width: 1270px) {
    .header .logo {
        margin-right: 5%;
    }
    .hd-tel {
        display: none;
    }
}


/*index-banner*/

.index-banner {
    width: 1920px;
    margin: 0 auto;
    position: relative;
    height: 720px!important;
    left: 50%;
    margin-left: -960px;
}

.index-banner .bd {
    width: 1920px;
    height: 720px!important;
    overflow: hidden;
    z-index: 0;
}

.index-banner .but {
    width: 1000px;
    height: 100px;
    position: absolute;
    top: 40%;
    z-index: 2;
    left: 50%;
    margin-left: -500px;
}

.index-banner .but a {
    display: block;
    width: 45px;
    height: 100px;
    background: url(../images/icons.png) no-repeat 0 0;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    display: block;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.index-banner:hover .but a {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.index-banner .but a.prev {
    left: -200px;
}

.index-banner:hover .but a.prev {
    left: -150px;
}

.index-banner .but a.next {
    right: -200px;
    background-position: -45px 0px;
}

.index-banner:hover .but a.next {
    right: -150px;
}

.index-banner .hd {
    position: absolute;
    bottom: 14px;
    width: 100%;
    text-align: center;
    z-index: 5;
    font-size: 0;
    line-height: 0;
    height: 12px;
    margin-left: -11px;
    overflow: hidden;
}

.index-banner .hd li {
    background: #556681;
    z-index: 2;
    cursor: pointer;
    margin: 0 3px;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    *display: inline;
    zoom: 1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.index-banner .hd li:hover,
.index-banner .hd .on {
    background: #fff;
}


/*page-banner*/

.page-banner {
    width: 1920px;
    position: relative;
    z-index: 10;
    left: 50%;
    margin-left: -960px;
}


/*index-product*/

.index-product {
    padding: 55px 0 69px;
    text-align: center;
}

.title-s1 {
    padding-bottom: 55px;
}

.title-s1 h3 {
    font-size: 30px;
    color: #cd2d21;
    line-height: 30px;
    padding-bottom: 10px;
}

.title-s1 p {
    font-size: 18px;
}

.index-product-show {
    width: 1227px;
}

.index-product-show li {
    float: left;
    margin: 0 27px 25px 0;
    width: 257px;
    padding: 10px;
    border: 1px solid #EDEDED;
    text-align: center;
    background: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.index-product-show li:hover {
    background-color: #CD2F21;
    border-color: #CD2F21;
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0)
}

.index-product-show li .pic {
    width: 257px;
    height: 257px;
    background: #fff;
    overflow: hidden;
    line-height: 257px;
    font-size: 0;
    position: relative;
}

.index-product-show li .pic img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.index-product-show li .tit {
    height: 70px;
    line-height: 70px;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.index-product-show .tj-li .tit {
    height: 50px;
    line-height: 50px;
}

.index-product-show li:hover .tit {
    color: #fff;
}

.index-product-show li span {
    margin-bottom: 13px;
    display: inline-block;
    width: 105px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #E9E9E9;
    background: #808080;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.index-product-show li:hover span {
    color: #E05F55;
    background: #fff;
}


/*Common btn*/

.btn-more-1 {
    display: inline-block;
    width: 203px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    border: 1px solid #DBDBDB;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-top: 53px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.product-more {
    margin-top: 55px;
}

.case-more {
    color: #878787;
    border-color: #575755;
}

.btn-more-1:before {
    content: ' ';
    position: absolute;
    left: -100%;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #CD2F21;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.btn-more-1:hover {
    color: #fff;
}

.btn-more-1:hover:before {
    left: 0;
}


/*index case*/

.index-case {
    padding: 43px 0 38px;
    height: 429px;
    background: url(../images/case_bg.jpg) no-repeat;
    text-align: center;
}

.com-tit {
    margin-bottom: 43px;
    text-align: center;
    background: url(../images/case_tit_line.png) no-repeat center;
}

.com-tit h3 {
    font-size: 24px;
    padding-bottom: 5px;
    color: #fff;
}

.com-tit em {
    display: block;
    text-transform: uppercase;
    font-family: Arial;
    color: #646464;
}

.case-show-1 {
    width: 1260px;
}

.case-show-1 li {
    float: left;
    margin-right: 26px;
    width: 280px;
    overflow: hidden;
}

.case-show-1 li:first-child {
    margin-left: 0;
}

.case-show-1 li .pic {
    width: 100%;
    height: 180px;
    line-height: 180px;
    font-size: 0;
    overflow: hidden;
    position: relative;
}

.case-show-1 li .pic img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.case-show-1 li:hover .pic img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.case-show-1 li .tit {
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 14px;
    background-color: #fff;
    position: relative;
    z-index: 1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.case-show-1 li .tit:before {
    content: ' ';
    position: absolute;
    left: 0;
    bottom: -100%;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #CD2F21;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.case-show-1 li:hover .tit:before {
    bottom: 0;
}

.case-show-1 li:hover .tit {
    /*background-color: #CD2F21;*/
    color: #fff;
}


/*Index news*/

.index-news {
    padding: 43px 0 38px;
    text-align: center;
}

.index-news-tit {
    background: url(../images/news_tit_line.png) no-repeat center;
}

.index-news-tit h3 {
    color: #333;
}

.index-news-ul li {
    float: left;
    width: 380px;
    height: 77px;
    overflow: hidden;
    margin-left: 30px;
    text-align: left;
}

.index-news-ul li:first-child {
    margin-left: 0;
}

.index-news-ul li .date {
    margin-right: 20px;
    width: 77px;
    height: 77px;
    text-align: center;
    color: #fff;
    background: #535353;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.index-news-ul li .date span {
    font-size: 37px;
}

.index-news-ul li h5 {
    padding: 5px 0 8px;
    font-size: 14px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.index-news-ul li p {
    line-height: 20px;
    color: #666;
    height: 40px;
    overflow: hidden;
}

.index-news-ul li:hover .date {
    background: #CD2F21;
}

.index-news-ul li:hover h5 {
    color: #CD2F21;
}


/*Partner*/

.index-partner {
    padding: 43px 0 0;
}

.index-partner-ul {
    margin-bottom: 70px;
    height: 59px;
}

.index-partner-ul li {
    float: left;
    height: 59px;
    overflow: hidden;
    /*-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	opacity: 0.5;*/
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}


/*footer*/

.footer {
    padding: 32px 0;
    background-color: #353535;
}

.footer .qr-box {
    /*width: 76px;*/
    text-align: center;
}

.footer .qr-box ul li {
    margin-left: 30px;
    float: left;
    color: #797979;
    line-height: 22px;
}

.footer .call-box {
    margin-right: 80px;
    padding-top: 16px;
    font-size: 14px;
    text-align: center;
}

.footer .call-box span {
    display: inline-block;
    margin-bottom: 15px;
    font-size: 14px;
    background: #CD2F21;
    padding: 5px 17px;
    color: #fff;
}

.footer .call-box p {
    font-size: 24px;
    color: #fff;
}

.foot-nav .nav-list {
    float: left;
    margin-left: 75px;
}

.foot-nav .nav-list:first-child {
    margin-left: 0;
}

.foot-nav .nav-list h3 {
    font-size: 14px;
    color: #fff;
}

.foot-nav .nav-list ul li {
    margin-top: 10px;
}

.foot-nav .nav-list ul li a {
    display: inline-block;
    color: #797979;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.foot-nav .nav-list ul li a:hover {
    color: #CD2F21;
    text-shadow: 0 0 0.1px #CD2F21;
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
}

.copyright {
    height: 48px;
    line-height: 48px;
    background-color: #242424;
    color: #A3A3A3;
    font-size: 12px;
    text-align: center;
}

.copyright a {
    color: #A3A3A3;
}

.copyright a:hover {
    color: #CD2F21;
}

.copyright a img {
    /*visibility: hidden;*/
    display: none;
}


/*内页样式*/


/*安检系统*/

.solution-system {
    background: #fff;
    height: 407px;
    position: relative;
}

.system-content {
    position: absolute;
    top: 0;
    /*height: 510px;*/
    padding-bottom: 73px;
    background: #fff;
    z-index: 1;
}

.system-flow {
    height: 612px;
    background: #CD2F21;
    position: relative;
}

.system-flow-pic {
    width: 656px;
    height: 532px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -328px;
    top: 20px;
    z-index: 2;
}

.system-title {
    margin-bottom: 5px;
    padding: 40px 0 32px;
    font-size: 30px;
    color: #333333;
    text-align: center;
    background: url(../images/sj.png) no-repeat center bottom;
}

.system-cont {
    padding-left: 60px;
    font-size: 16px;
    line-height: 30px;
}

.system-cont p {
    padding-top: 30px;
    text-indent: 2em;
}

.solution-tit {
    display: inline-block;
    padding: 0 30px;
    margin: 55px 0 45px;
    background: #CD2F21;
    font-size: 25px;
    color: #fff;
    line-height: 60px;
    position: relative;
}

.solution-tit:before {
    position: absolute;
    left: -5px;
    top: 0;
    content: ' ';
    height: 100%;
    width: 5px;
    background: #000;
}

.solution-spec {
    font-size: 0;
}

.solution-spec li {
    display: inline-block;
    width: 25%;
    font-size: 18px;
    color: #333;
}

.solution-spec li .pic {
    display: inline-block;
    width: 100%;
    margin-bottom: 22px;
}

.solution-spec li .pic i {
    width: 216px;
    height: 216px;
    /*background-color: #E9E9E9;*/
    border-radius: 50%;
    position: relative;
}

.solution-spec li .pic-1 i {
    background: url(../images/solution-ico-1.png) no-repeat center;
}

.solution-spec li .pic-2 i {
    background: url(../images/solution-ico-2.png) no-repeat center;
}

.solution-spec li .pic-3 i {
    background: url(../images/solution-ico-3.png) no-repeat center;
}

.solution-spec li .pic-4 i {
    background: url(../images/solution-ico-4.png) no-repeat center;
}

.solution-spec li .pic i:before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #E9E9E9;
    content: ' ';
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
}

.solution-spec li:hover .pic i:before {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.solution-partner {
    padding-bottom: 70px;
}


/*赚钱方案*/

.cyl-youshi h3 {
    font-size: 25px;
    color: #333;
    text-align: center;
    line-height: 80px;
    padding-top: 16px;
}

.cyl-youshi h3 span {
    display: inline-block;
    font-size: 35px;
    color: #fff;
    background: #CD2F21;
    line-height: 60px;
    padding: 0 20px;
}

.cyl-youshi-pic {
    margin-top: 40px;
    width: 100%;
    height: 286px;
    background: url(../images/youshi.png?v=1) no-repeat center;
    background-size: 1000px;
}

.money-banner {
    width: 100%;
    height: 267px;
    background: url(../images/money_banner.jpg?v=1) no-repeat center;
}

.money-focus {
    padding-bottom: 95px;
}

.money-focus h4 {
    padding: 25px 0;
    font-size: 35px;
    color: #CE3627;
}

.money-focus h5 {
    font-size: 21px;
    color: #333333;
}

.money-focus h5 span,
.money-focus h5 span a {
    color: #CE3627;
}

.money-focus .hx-p {
    padding-top: 20px;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}

.three-model {
    padding-bottom: 25px;
    border-bottom: 3px solid #CCCCCC;
}

.three-model li {
    margin-right: 50px;
    /*float: left;*/
    font-size: 21px;
    color: #333333;
    line-height: 36px;
    padding-bottom: 20px;
}

.three-model li p {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}

.three-model li i {
    padding: 0 15px;
    margin-right: 14px;
    color: #fff;
    background: #CE3627;
}

.money-call {
    font-size: 26px;
    color: #333333;
}

.cyl-tongdian {
    margin-top: 85px;
    width: 100%;
    height: 493px;
    background: url(../images/money_banner_2.jpg) no-repeat center;
    text-align: center;
}

.cyl-tongdian h3 {
    padding: 52px 0 60px;
    font-size: 24px;
    color: #fff;
    line-height: 50px;
}

.cyl-tongdian h3 span {
    display: inline-block;
    padding: 0 7px;
    font-size: 30px;
    background: #CD2F21;
}


/*产品*/

.page-product {
    padding-bottom: 80px;
}

.product-tit {
    padding: 46px 0 50px;
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    color: #333;
}

.hot-product .hot-one {
    width: 760px;
    height: 330px;
    overflow: hidden;
}

.hot-product .hot-p {
    background: #E9E9E9;
    color: #333;
    font-size: 20px;
    position: relative;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.hot-product .hot-p:hover {
    background: #DE4235;
}

.hot-product .hot-p .a-box {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.hot-product .hot-p:hover .a-box {
    color: #fff;
}

.hot-product .hot-p .icon-right {
    width: 20px;
    height: 20px;
    background: url(../images/hot_icon.png) no-repeat;
    -webkit-transition: transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
}

.hot-product .hot-p:hover .icon-right {
    background-position: -20px 0;
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
}

.hot-product .hot-one {
    padding-left: 73px;
    width: 687px;
    height: 330px;
    overflow: hidden;
}

.hot-product .hot-one h5 {
    position: absolute;
    top: 120px;
}

.hot-product h5 span {
    font-size: 18px;
}

.hot-product .hot-one .icon-right {
    position: absolute;
    top: 199px;
}

.hot-product .hot-one .pic {
    position: absolute;
    right: 103px;
    top: 0px;
    width: 330px;
}

.hot-product .hot-p img {
    max-width: 100%;
    object-fit: scale-down;
    transition: .5s all;
    -webkit-transition: .5s all;
}

.hot-product .hot-p:hover img {
    transform: scale(1.1);
}

.hot-product .hot-two {
    padding: 95px 0 0 48px;
    width: 382px;
    height: 575px;
    overflow: hidden;
}

.hot-product .hot-two .pic {
    position: absolute;
    bottom: 85px;
    left: 0;
}

.hot-product .hot-two h5 {
    margin-bottom: 25px;
}

.hot-product .hot-three li {
    padding: 47px 0 0 44px;
    margin: 10px 12px 0 0;
    width: 329px;
    height: 283px;
    float: left;
}

.hot-product .hot-three li h5 {
    margin-bottom: 18px;
}

.hot-product .hot-three li .pic {
    position: absolute;
    right: 40px;
    bottom: 19px;
    width: 230px;
}


/*产品详情*/

.detail-product {
    margin-bottom: 41px;
    padding: 53px 0;
    background: #fff;
}

.detail-product .show-left {
    width: 741px;
}

.detail-product .show-left .pic-tit {
    margin: 0 21px;
    width: 112px;
}

.detail-product .show-left .pic-tit ul li {
    margin-bottom: 5px;
    width: 110px;
    height: 110px;
    overflow: hidden;
    border: 1px solid #E5E5E5;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.detail-product .show-left .pic-tit ul li.on {
    border-color: #CD2F21;
}

.detail-product .show-left .pic-show {
    width: 580px;
    height: 580px;
    overflow: hidden;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 580px;
    font-size: 0;
}

.detail-product .show-left .pic-show img {
    max-width: 100%;
}

.detail-product .show-right {
    padding: 15px 70px 0 23px;
    width: 366px;
}

.detail-product .show-right h2 {
    padding-bottom: 10px;
    font-size: 24px;
    color: #333;
}

.detail-product .show-right h5 {
    font-size: 14px;
    color: #CD2F21;
}

.detail-product .show-right h5 span {
    margin-right: 5px;
}

.detail-product .show-right h5 a {
    color: #CD2F21;
}

.detail-product .show-right .cont {
    margin: 30px 0 35px;
    min-height: 350px;
    font-size: 14px;
    color: #333;
    line-height: 25px;
}

.detail-product .show-right .btn-box a {
    display: inline-block;
    margin-right: 20px;
    width: 123px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    border-radius: 3px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.detail-product .show-right .btn-box .zixun {
    background-color: #0D6EB8;
}

.detail-product .show-right .btn-box .download {
    background-color: #EB6201;
}

.detail-product .show-right .btn-box .zixun:hover {
    background-color: #09538C;
}

.detail-product .show-right .btn-box .download:hover {
    background-color: #D05803;
}


/*页码*/

.page-list {
    margin-bottom: 50px;
    width: 100%;
    height: 34px;
    line-height: 34px;
    text-align: center;
}

.page-list .list-box a,
.page-list .list-box span {
    display: inline-block;
    width: 34px;
    height: 34px;
    color: #333;
    margin: 0 5px;
    font-family: "宋体";
    font-size: 13px;
    background-color: #E2E2E2;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.page-list .list-box .pre,
.page-list .list-box .nex {
    color: #CD2F21;
}

.page-list .list-box .pre:hover,
.page-list .list-box .nex:hover {
    background-color: #CD2F21;
    color: #fff;
}

.page-list .list-box .current,
.page-list .list-box a:hover {
    background-color: #CD2F21;
    color: #fff;
}


/*新闻列表页*/

.list-news {}

.item-list {
    padding: 42px 0 53px;
    text-align: center;
}

.item-list ul li {
    display: inline-block;
    /*margin: 0 5px;*/
    width: 119px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    border-radius: 20px;
}

.item-list ul li a {
    color: #333;
    display: block;
}

.item-list ul li:hover a {
    color: #CD2F21;
}

.item-list ul li.on {
    background: #CD2F21;
}

.item-list ul li.on a {
    color: #fff;
}

.list-news-ul {
    width: 1220px;
}

.list-news-ul li {
    margin-right: 19px;
    margin-bottom: 28px;
    width: 286px;
    float: left;
    overflow: hidden;
}

.list-news-ul li .news-pic {
    width: 286px;
    height: 180px;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.list-news-ul li .news-pic span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 44px;
    line-height: 44px;
    background: #000;
    opacity: 0.7;
    color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.list-news-ul li:hover .news-pic span {
    background-color: #C13B35;
    opacity: 0.8;
}

.list-news-ul li .news-cont {
    margin-bottom: 10px;
    padding-top: 15px;
    height: 44px;
    overflow: hidden;
    font-size: 14px;
    line-height: 22px;
}


/*关于*/

.page-about {
    padding-bottom: 68px;
    font-size: 14px;
}

.about-title {
    padding: 35px 0 25px;
}

.introduce-pic {
    margin-right: 32px;
}

.introduce p {
    line-height: 25px;
    text-indent: 2em;
    padding-bottom: 8px;
}

.introduce .band {
    margin-top: 5px;
    margin-left: 524px;
    padding: 0 33px;
    width: 607px;
    height: 58px;
    line-height: 58px;
    border: 1px solid #EFEFEF;
    font-size: 16px;
}

.introduce .band span {
    color: #cd2d21;
}

.shiyi {
    height: 182px;
}

.shiyi-logo {
    width: 242px;
    height: 182px;
    line-height: 182px;
    font-size: 0;
    text-align: center;
    background: #f8f6f6;
    margin-right: 6px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.shiyi-logo img {
    vertical-align: middle;
}

.shiyi-right {
    float: right;
    padding: 40px 0 0 60px;
    width: 892px;
    height: 142px;
    background: #f8f6f6;
    line-height: 30px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.about-youshi {
    padding-left: 17px;
    line-height: 25px;
}

.cyl-honor ul {
    width: 1250px;
}

.cyl-honor li {
    margin-right: 24px;
    float: left;
    width: 220px;
    background: red;
    height: 300px;
    overflow: hidden;
    border: 1px solid #ededed;
}

.cyl-honor li img {
    max-width: 100%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.cyl-honor li:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}


/*案例内页*/

.list-case .case-show-1 li {
    margin-bottom: 28px;
}


/*Contact*/

.page-contact {
    margin-bottom: 40px;
    background-color: #fff;
}

.page-contact .map-box {
    margin-right: 66px;
    width: 634px;
    height: 349px;
    overflow: hidden;
}

.page-contact .info-box {
    padding: 74px 34px 0 0;
}

.page-contact .info-box h5 {
    font-size: 18px;
    padding-bottom: 20px;
}

.page-contact .info-box p {
    font-size: 16px;
    line-height: 27px;
}

.page-contact .info-box .zixun {
    display: inline-block;
    margin-top: 25px;
    width: 240px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background-color: #EB6101;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.page-contact .info-box .zixun:hover {
    background-color: #C55100;
}


/*位置*/

.position {
    margin-bottom: 20px;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    color: #999;
    overflow: hidden;
}

.position a {
    color: #999;
}

.position a:hover {
    color: #CD2F21;
}

.position .item a {
    display: inline-block;
    margin-left: 10px;
    color: #666;
    font-size: 14px;
    padding: 0 6px;
    line-height: 49px;
}

.position .item a.on {
    color: #076AB6;
    border-bottom: 1px solid #076AB6;
}

.position .item a:hover {
    color: #076AB6;
}


/*新闻详情*/

.news-box {
    border-top: 1px solid #ddd;
    background: #F5F5F5;
}

.news-box .news-section {
    width: 1100px;
    min-height: 400px;
    color: #999;
    font-size: 14px;
    margin: auto;
    margin-bottom: 40px;
}

.news-box .news-high {
    width: 100%;
    height: 350px;
    overflow: hidden;
    position: relative;
    background: #fff;
    text-align: left;
    margin-bottom: 40px;
}

.news-box .news-section .news-content {
    float: left;
    width: 750px;
    background: #fff;
    margin: auto;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}

.news-box h1.title {
    padding: 0 0 10px 0;
    width: 1100px;
    margin: auto;
    display: block;
    font-size: 24px;
    color: #CD2F21;
}

.news-content .share-bar {
    position: relative;
    border-bottom: 1px #f1f1f1 solid;
}

.news-content .share-bar .share-btn {
    height: 45px;
    position: relative;
}

.news-content .share-bar .share-btn a {
    float: right;
    color: #a1a1a1;
    position: relative;
    top: 14px;
    right: 10px;
    font-size: 16px;
}

.news-content .share-bar .share-btn a b {
    width: 23px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    background-position: -64px -80px;
    position: relative;
    top: -2px;
}

.news-content .share-bar .share-btn a:hover,
.news-content .share-bar .share-btn a.current {
    color: #CD2F21;
}

.news-content .share-bar .share-btn a:hover b,
.news-content .share-bar .share-btn a.current b {
    background-position: -64px -98px;
}

.news-content .share-bar .share-list {
    width: 100%;
    height: 120px;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .98);
    overflow: hidden;
    display: none;
    border-top: #ededed 1px solid;
}

.news-content .share-bar .share-list ul {
    display: block;
    padding-top: 5px;
}

.news-content .share-bar .share-list ul li {
    width: 20%;
    float: left;
    text-align: center;
}

.news-content .share-bar .share-list ul li a b {
    background: url(../images/vivo-pht-share-ico.png) no-repeat;
    background-size: 480px 88px;
}

.news-content .share-bar .share-list ul li a {
    color: #000;
    display: block;
    position: relative;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.news-content .share-bar .share-list ul li a:active,
.news-content .share-bar .share-list ul li a:hover {
    opacity: .6;
}

.news-content .share-bar .share-list ul li a b {
    width: 80px;
    height: 80px;
}

.news-content .share-bar .share-list ul li a p {
    font-size: 12px;
}

.news-content .share-bar .share-list ul li a.sina b {
    background-position: 0 0;
}

.news-content .share-bar .share-list ul li a.tencent b {
    background-position: -80px 0;
}

.news-content .share-bar .share-list ul li a.renren b {
    background-position: -160px 0;
}

.news-content .share-bar .share-list ul li a.kaixin b {
    background-position: -285px 0;
}

.news-content .share-bar .share-list ul li a.qzone b {
    background-position: -240px 0;
}

.news-content .share-bar .share-list ul li a.w163 b {
    background-position: -400px 0;
}


/* start */

.news-content .share-bar .share-list ul li.start {}

.news-content .news-title {
    padding: 40px;
    padding-bottom: 20px;
    text-align: center;
    border-top: 1px #f1f1f1 solid;
}

.news-content .news-title h2 {
    font-size: 24px;
    color: #333;
    padding-bottom: 10px;
}

.news-content .news-title p {
    font-size: 14px;
    color: #666;
}

.news-content .news-views {
    margin: 40px 20px;
    margin-top: 0;
    font-size: 14px;
    min-height: 600px;
    color: #666;
    line-height: 2em;
    overflow: hidden;
}

.news-content .news-other {
    padding: 20px 40px;
    border-top: 1px #f1f1f1 solid;
}

.news-content .news-other p {
    display: block;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}

.news-content .news-other p a {
    font-size: 14px;
    color: #333;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding-left: 15px;
}

.news-content .news-other p a:first-child {
    background: url(../images/other-news-ico.jpg) center left no-repeat;
}

.news-content .news-other p a:hover {
    color: #CD2F21;
}

@media print,
only screen and (-webkit-min-device-pixel-ratio: 1.5),
screen and (min-resolution: 144dpi),
screen and (min-resolution: 144dppx) {
    .news-content .share-bar .share-list ul li a b {
        background: url(../images/vivo-pht-share-ico-x2.png);
        background-size: 480px 88px;
    }
}

.clear {
    clear: both;
}


/* crubms */

.v-crumbs {
    width: 1100px;
    margin: auto;
    color: #999;
    font-size: 12px;
    padding: 20px 0;
}

.v-crumbs a {
    color: #999;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.v-crumbs a:hover {
    color: #CD2F21;
}

.news-box .news-section .news-rel {
    float: right;
    width: 320px;
}

.news-rel dl {
    display: block;
    margin-bottom: 20px;
    background: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}

.news-rel dl dt {
    display: block;
    height: 42px;
    line-height: 42px;
    position: relative;
    border-bottom: 1px #f1f1f1 solid;
}

.news-rel dl.tab dt {
    display: table;
    width: 100%;
}

.news-rel dl.tab dt {
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #CD2F21;
    font-size: 18px;
}

.news-rel dl.tab dt {
    /*background: #CD2F21;*/
    color: #CD2F21;
    text-align: left;
    padding-left: 20px;
    width: 300px;
}

.news-rel dl.tab dd {
    height: 664px;
    position: relative;
}

.news-rel dl.tab dd ul {
    display: block;
    padding: 0 20px;
    height: 618px;
}

.news-rel dl.tab dd ul li {
    display: block;
    padding: 20px 0;
    border-bottom: 1px #f1f1f1 solid;
}

.news-rel dl.tab dd ul li a {
    display: block;
    height: 62px;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.news-rel dl.tab dd ul li span {
    width: 95px;
    height: 60px;
    float: left;
    border: 1px #e5e5e5 solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
}

.news-rel dl.tab dd ul li a h2 {
    height: 40px;
    color: #666;
    font-size: 14px;
    display: block;
    margin-left: 115px;
    margin-bottom1: 8px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    overflow: hidden;
}

.news-rel dl.tab dd ul li a p {
    color: #999;
    font-size: 12px;
    height: 32px;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: none;
}

.news-rel dl.tab dd ul li a:hover h2,
.news-rel dl.tab dd ul li a:hover p {
    color: #CD2F21;
}

.news-rel dl.tab dd ul li a i {
    margin: 4px 12px 0 0;
    float: right;
    font-size: 12px;
    color: #999;
}

.news-rel dl.tab dd .more {
    color: #333;
    height: 45px;
    line-height: 45px;
    border-top: 1px #f1f1f1 solid;
    position: relative;
    top: -1px;
    text-align: center;
}

.news-rel dl.tab dd .more a {
    display: inline-block;
    position: relative;
    color: #333;
}

.news-rel dl.tab dd .more a b {
    margin-left: 10px;
    font-family: "宋体";
    -webkit-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
}

.news-rel dl.tab dd .more a:hover b {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
}

.news-rel dl.tab dd .more a:hover {
    color: #CD2F21;
}

.news-rel dl.list dt {
    padding-left: 20px;
    color: #333;
    font-size: 18px;
}

.news-rel dl.tab dt a {
    width: 33%;
    height: 42px;
    line-height: 42px;
    text-align: center;
    display: table-cell;
    color: #CD2F21;
    font-size: 18px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.news-rel dl.list dt a b {
    width: 15px;
    height: 15px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    background-position: 0 -64px;
    margin-left: 2px;
    position: relative;
    top: -1px;
}

.news-rel dl.list dd ul {
    display: block;
    padding: 20px;
}

.news-rel dl.list dd ul li {
    padding-bottom: 12px;
    display: block;
    overflow: hidden;
}

.news-rel dl.list dd ul li a {
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.news-rel dl.list dd ul li a:hover {
    color: #CD2F21;
}

.news-rel dl.list dd ul li a b {
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    overflow: hidden;
    display: inline-block;
    margin-right: 10px;
    background: #aab2bd;
    position: relative;
    top: -1px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.news-rel dl.list dd ul li a b.top {
    background: #ff6600
}


/*客服*/

.qqkefu {
    position: fixed;
    bottom: 40%;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop + 365));
    z-index: 20;
    right: 0;
    width: 60px
}

.qqkefu ul li {
    width: 60px;
    padding: 6px 0;
    margin-bottom: 1px;
    float: right;
    background: #D24437;
    background: rgba(210, 68, 55, 0.95);
    /*line-height:47px;*/
    font-size: 12px;
    cursor: pointer;
    position: relative;
    text-align: center;
}

.qqkefu ul li a {
    color: #fff;
}


.qqkefu ul li.qq_cza .wx-show{
  position: absolute;
  left: -125%;
  top: 0;
  padding: 10px;
  background: #fff;
  border: 1px solid #ededed;
  transform: rotateY(90deg);
  transition: .4s all;
  -webkit-transition: .4s all;
}

.qqkefu ul li.qq_cza:hover .wx-show{
  left: -240%;
  transform: rotateY(0);
  
}

.qqkefu ul li:hover {
    background: #CD2F21;
}

.qqkefu ul li.top {
    height: 50px;
    color: #1c1c1c;
    font-weight: 800;
    text-align: center;
    background: #CD2F21 url(../images/top_icon.png) no-repeat center;
    position: relative;
    width: 60px;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.qqkefu ul li.top:hover {
    background-color: #AD261A;
}

.qqkefu ul li b {
    margin-top: 8px;
    margin-bottom: 5px;
    width: 100%;
    height: 22px;
    display: inline-block;
    overflow: hidden;
    float: left;
}

.qqkefu ul li b.a {
    background: url(../images/kf/czx4_color.png) no-repeat center center;
}

.qqkefu ul li b.b {
    background: url(../images/kf/czx3.png) no-repeat center center;
}

.qqkefu ul li b.c {
    background: url(../images/kf/czx5.png) no-repeat center center;
}

.qqkefu ul li b.lxb {
    background: url(../images/kf/phone0.png) no-repeat center center;
}

.qqkefu ul li b.d {
    background: url(../images/kf/bdsq.png) no-repeat center center;
}

.erweima {
    height: 150px;
    position: absolute;
    top: -105px;
    left: -134px;
    background: #FFF;
    border: 1px solid #CCC;
    float: right;
    cursor: default !important;
    display: none
}

.erweima p {
    line-height: 20px;
    color: #000;
    font-size: 12px;
    text-align: center;
    float: left;
    width: 130px;
}

.erweima p img {
    width: 110px;
    height: 110px;
    margin: 10px 10px 0px 10px;
}


/*联系*/

.contact-map {
    padding-top: 75px;
    padding-bottom: 80px;
}

.contact-map .map-content {
    width: 950px;
    margin: 0 auto;
}

.contact-map .map-content .map-box {
    margin-right: 80px;
    width: 501px;
    height: 352px;
    background: url(../images/map-box.png) no-repeat;
}

.contact-map .map-content .contact-info {
    padding-top: 28px;
}

.contact-info {
    font-size: 14px;
    color: #333;
}

.contact-info h4 {
    padding-bottom: 10px;
    font-size: 21px;
    color: #000;
}

.contact-info .cont {
    line-height: 30px;
}


/*.contact-info p{line-height: 30px;}*/

.contact-info .cont a {
    color: #333;
}

.contact-info .cont a:hover {
    color: #E10404!important;
}

.contact-info .qq-online {
    display: inline-block;
    margin-top: 25px;
    width: 246px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background-color: #E10404;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.contact-info .qq-online:hover {
    box-shadow: 0 0 20px #960D0D inset;
}

.company-address {
    padding: 40px 0;
    text-align: center;
}

.company-address .company-tit {
    margin-bottom: 25px;
    width: 209px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 21px;
    color: #fff;
    background-color: #363636;
    border-radius: 10px;
}

.company-address ul li {
    display: inline-block;
    padding: 0 100px;
    text-align: left;
}


/*留言*/

.form-box {
    padding: 10px 50px 50px;
    width: 833px;
    margin: 0 auto 40px;
    background: #fff;
}

.form-box ul {
    width: 872px;
}

.form-box ul li {
    float: left;
    margin-right: 39px;
    margin-bottom: 31px;
    width: 395px;
    height: 42px;
    line-height: 42px;
    border: 1px solid #DCDCDC;
    position: relative;
}

.form-box ul li input {
    line-height: 25px;
    width: 305px;
    text-indent: 5px;
}

.form-box input:focus,
.form-desc .text:focus {
    background-color: #f2f2f2;
}

.form-box .in-tit {
    padding-right: 10px;
    padding-left: 19px;
    font-size: 14px;
    color: #242424;
}

.form-desc {
    margin-bottom: 31px;
    padding-top: 14px;
    width: 831px;
    height: 187px;
    border: 1px solid #dcdcdc;
    position: relative;
}

.form-desc .error {
    bottom: -25px;
}

.form-desc .text {
    vertical-align: top;
    width: 740px;
    height: 160px;
    border: none;
    text-indent: 5px;
    font-size: 14px;
    line-height: 22px;
}

.verification {
    width: 211px;
    height: 42px;
    line-height: 42px;
    border: 1px solid #dcdcdc;
    position: relative;
}

.verification input {
    width: 105px;
    /*background-color: #f2f2f2;*/
    line-height: 25px;
    text-indent: 5px;
}

.verification .v-code {
    position: absolute;
    top: 0;
    left: 225px;
    width: 167px;
    height: 44px;
    line-height: 44px;
}

.sub-btn {
    display: block;
    width: 168px;
    height: 44px;
    line-height: 44px;
    background-color: #CD2F21;
    color: #fff;
    font-size: 18px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.sub-btn:hover {
    /*background-color: #0273AF;*/
    box-shadow: 0 0 20px #960D0D inset;
    cursor: pointer;
}

span.error {
    position: absolute;
    bottom: -38px;
    left: 0;
    color: #CC0000;
}

.help_wrap {
    width: 1200px;
    margin: 0 auto;
}

.fwyz_cont_left {
    /*width: 900px;float: left;*/
    width: 490px;
    margin: 0 auto;
}

.pic_show {
    text-align: center;
    padding-top: 30px;
}

.h_r_t {
    font-size: 24px;
    height: 100px;
    line-height: 100px;
    color: #333;
    font-weight: normal;
    text-align: center;
    border-top: 1px solid #ddd;
    padding-top: 30px;
}

.help_cont {
    line-height: 30px;
    color: #666;
    font-size: 14px;
}

.fwyz_cont {
    line-height: 30px;
    color: #666;
    font-size: 14px;
}

.fwyz_left {
    float: left;
    display: none;
}

.sn_main_left {
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 100px;
}

.sn_main_mid {
    margin-top: 20px;
}

.sn_main_mid h2 {
    font-family: microsoft yahei;
    font-size: 18px;
    font-weight: normal;
    color: #666;
}

.sn_main_mid .sn_input input {
    border: 1px solid #ccc;
    padding: 3px 10px;
    height: 30px;
    width: 335px;
    line-height: 30px;
    font-size: 14px;
    font-family: microsoft yahei;
    color: #ddd;
}

.sn_main_mid .sn_btn {
    text-align: center;
    width: 120px;
    background-color: #CD2F21;
    color: #fff;
    height: 38px;
    line-height: 38px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.sn_main_mid .sn_btn a {
    color: #fff;
    display: block;
    font-family: microsoft yahei;
    font-size: 16px;
    text-decoration: none;
}

.sn_main_mid .sn_btn:hover {
    box-shadow: 0 0 20px #960D0D inset;
}

.sn_main_mid p {
    font-size: 14px;
    line-height: 180%;
    height: 25px;
    color: #666;
}

.sn_main_mid p a {
    font-size: 14px;
    line-height: 180%;
    color: #f40;
    text-decoration: none;
}

.sn_main_mid span {
    float: left;
}

.sn_main_mid .sn_btn_kf {
    width: 80px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    margin-left: 10px;
    margin-top: 2px;
}

.sn_main_mid .sn_btn_kf a {
    width: 80px;
    color: #fff;
    font-family: microsoft yahei;
    font-size: 14px;
    text-align: center;
    background-color: #f40;
    height: 20px;
    line-height: 20px;
    text-decoration: none;
    display: block;
}

.search_jg {
    width: 100%;
    padding: 50px 0;
    font-size: 16px;
    text-align: center;
    color: #f00;
}

.sn_main_right {
    display: none;
    margin-top: 50px;
    border-left: 1px solid #ddd;
    padding-top: 20px;
    height: 200px;
    float: right;
    padding-left: 50px;
    width: 220px;
}

.sn_main_right h2 {
    font-family: microsoft yahei;
    font-size: 18px;
    font-weight: normal;
    color: #666;
    line-height: 35px;
}

.sn_main_right p {
    font-family: microsoft yahei;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    line-height: 25px;
}

.down_list h2 {
    float: left;
    width: 810px;
}


/*返回头部*/

#to-top {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #8E8A8A url(../images/gotop.png) no-repeat center;
    color: #ddd;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

#to-top:hover {
    background-color: #CD2F21;
    color: #fff;
}


/*友链*/

.links {
    margin-top: 25px;
    color: #fff;
    line-height: 1.75;
}

.links a {
    padding: 0 3px;
    color: #797979;
}

.links a:hover {
    color: #CD2F21;
}


/* banner 样式 */

.banner {
    width: 100%;
    position: relative;
    height: auto;
    overflow: hidden;
}


/* banner 样式 */


/* 版本2 主题颜色  color#236fe1 */


/*.div_top-2{ width: 1200px; margin: 0 auto; height: 76px; line-height: 76px; }
.logo-2{width: 310px; height: 76px; }
.logo-2 img{ padding-right: 10px; padding-bottom: 4px}
.logo-2 p{ font-size: 14px; color: #666; line-height:22px; padding-top: 20px; padding-left: 5px; }
.nav-2{  height: 76px;}
.nav-2 li{ float: left; }
.nav-2 li a{ font-size: 16px; color: #666; transition: 0s }
.nav-2 li a:hover{ color: #fff;}
.uline-2 li a{ display: block; padding:0 25px; }
.uline-2 li:hover{  background-color: #cd2d21; color:#fff;  }
.uline-2 li.on{  background-color: #cd2d21; color:#fff; }
.uline-2 li.on a{color:#fff; }
.welcome_r-2{ padding-left: 30px;background: url(../images/tel-2.png) no-repeat left center; padding-right: 4%; font-size: 12px; color: #999; }
.welcome_r-2 span{ font-size:16px; color: #236fe1; padding-left: 15px; }
.welcome_r-2 .search-sub{ width: 30px; height: 30px; background: url(../images/sousuo-2.png) no-repeat center center;}
.welcome_r-2 .search-txt{ width: 105px; margin-left: 20px; height: 29px; border-bottom: 1px solid #999; }
.welcome_r-2 input{ outline: none; }
.welcome_r-2 p{ line-height: 75px; }
.welcome_r-2 .search-box{ line-height: 70px; height: 76px; }
.pinpai-2{ width: 100%; height: 151px; background-color: #236fe1; }
*/


/* 首页产品 样式 */


/* 首页底部 样式 */


/*.footer{ width: 100%; height: 220px; }
.uline6 li{height: auto; line-height: 12px; }
.uline6 h3{color: #fff; font-size: 14px;}
 
.uline6 li a{ color: #8B8B8B; font-size: 12px; padding-bottom: 5px; line-height: 20px; }
.footer_left2{ width: 190px; text-align: left; }
.footer_left ul{ float: left; width: 160px; height: 145px; padding-top: 25px; }
.footer_left ul:nth-child(2){ width: 200px; }
.footer_left p{ font-size: 12px; }
.footer_left p a{ font-size: 14px;  }
.p_tel{ border-radius: 5px; margin-top: 40px; margin-left: 35px; margin-bottom: 15px; font-size: 14px; color: #fff; text-align: center; width: 118px; height: 31px; line-height: 31px; background-color: #cd2d21; }
.foot_tel{ font-size: 24px; color: #fff; }
.footer_main{ width: 100%; height: 173px; background-color: #323232; }
.footer_main_con{}
.footer_left{ width: 725px; height: 173px;color: #9D9D9D; }
.footer_left:nth-child(3){ border-right:none;; }*/

.p_one a {
    color: #cd2d21;
}


/*.footer_bottom{ clear: both; width: 100%; height: 68px;  line-height: 68px; text-align: center; font-size: 14px; color: #fff; background-color: #232323; }
.footer_bottom a{ padding-left: 10px; color: #9D9D9D; }
.footer_left img{ padding-left: 10px; padding-top: 15px;  float: left;}*/

.photo_one img {
    padding-right: 35px;
    padding-left: 70px;
}

.ooter_left ul {
    float: left;
}

.footer_left3 p {
    float: left;
    padding-top: 23px;
    padding-left: 13px;
}

.join_main {
    overflow: hidden;
}

.join_main h3 {
    text-align: center;
    font-size: 26px;
    color: #cd2d21;
    margin-bottom: 60px;
}

.join_main h3 span {
    display: block;
    line-height: 20px;
    font-size: 12px;
    color: #C2C2C2;
    font-family: sans-serif;
    text-transform: uppercase;
    line-height: 20px;
}

.join_main input {
    outline: none;
}


/* 我要加盟 样式 */

.join {
    width: 100%;
    height: 458px;
    background-color: #f7f7f7;
    padding-top: 70px;
}

.join_main {
    height: 330px;
    background-color: #fff;
    padding-top: 40px;
}

.guest_box li {
    float: left;
    width: 290px;
    margin: 0 40px;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #D3D3D3;
}

.guest_box li p {
    color: #8B8B8B;
    float: left;
}

.guest_box li input {
    width: 290px;
    height: 60px;
    line-height: 60px;
    color: #8B8B8B;
    float: left;
    font-size: 14px;
    font-family: '微软雅黑'
}

.submit {
    font-size: 22px;
    clear: both;
    width: 200px;
    height: 55px;
    margin: 0 auto;
    background-color: #cd2d21;
    color: #fff;
    text-align: center;
    line-height: 55px;
    margin-top: 60px;
    display: block;
    border-radius: 10px;
    font-family: '微软雅黑'
}

.youshi {
    width: 100%;
    height: 890px;
    background-color: #f7f7f7;
}

.youshi_main h3 {
    font-size: 30px;
    color: 020202;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 30px;
}

.youshi_main h3 a {
    color: #cd2d21;
}

.youshi_main h3 span {
    display: block;
    line-height: 30px;
    font-size: 12px;
    color: #C2C2C2;
    font-family: sans-serif;
    text-transform: uppercase;
}

.ul_left {
    float: left;
    margin-top: 60px;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
}

.ul_left li {
    width: 220px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 30px;
    color: #fff;
    background-color: #cd2d21;
    font-size: 20px;
}

.ul_right {
    overflow: hidden;
    float: left;
    padding-left: 40px;
    width: 570px;
    margin-top: 60px;
}

.ul_right li {
    color: #333;
    font-size: 16px;
    height: 55px;
    line-height: 55px;
    margin-bottom: 20px;
}

.youshi_main p {
    float: left;
}

.process {
    width: 100%;
    height: 645px;
    background-color: #fff;
}

.process_main {
    height: 645px;
    background: url(../images/bg.png) no-repeat center 105px;
}

.process_left {
    float: left;
    text-align: right;
    width: 453px;
    overflow: hidden;
    padding-right: 20px;
}

.process_right {
    float: right;
    text-align: left;
    width: 453px;
    overflow: hidden;
    padding-left: 20px;
}

.process_left_p1 {
    padding-right: 13px;
    margin-bottom: 55px;
}

.process_left_p2 {
    padding-right: 91px;
    margin-bottom: 53px;
}

.process_left_p3 {
    padding-right: 82px;
    margin-bottom: 55px;
}

.process_left_p4 {
    padding-right: 0px;
}

.process_left p {
    height: 75px;
    line-height: 72px;
}

.process_left span {
    color: #454545;
    font-size: 16px;
    display: block;
    padding-left: 20px;
    float: right;
}

.process_main h3 {
    text-align: center;
    font-size: 26px;
    color: #cd2d21;
    margin-bottom: 53px;
    margin-top: 85px;
}

.process_right_p5 {
    padding-left: 4px;
    margin-bottom: 55px;
}

.process_right_p6 {
    padding-left: 90px;
    margin-bottom: 53px;
}

.process_right_p7 {
    padding-left: 89px;
    margin-bottom: 53px;
}

.process_right_p8 {
    padding-left: 10px;
}

.process_right p {
    height: 75px;
    line-height: 72px;
}

.process_right span {
    color: #454545;
    font-size: 16px;
    display: block;
    float: left;
}

.process_main h3 span {
    display: block;
    line-height: 20px;
    font-size: 12px;
    color: #C2C2C2;
    font-family: sans-serif;
    text-transform: uppercase;
    line-height: 20px;
}

.process_left span:first-child {
    font-size: 20px;
    color: #000;
    padding-left: 85px;
}

.process_right span:first-child {
    font-size: 20px;
    color: #000;
    padding-right: 85px;
}

.dingwei {
    text-align: center;
    width: 510px;
    height: 190px;
    position: absolute;
    top: 25%;
    left: 50%;
    margin-left: -242px;
}

.dingwei h4 {
    font-size: 30px;
    color: #515354;
}

.dingwei h4 i {
    font-size: 120px;
    color: #cd2d21;
    font-family: 'Arial';
}

.dingwei h3 {
    font-size: 38px;
    color: #000;
    font-weight: lighter;
}

.dingwei p {
    margin: 0 auto;
    margin-top: 30px;
    width: 340px;
    height: 48px;
    background-color: #cd2d21;
    color: #fff;
    text-align: center;
    line-height: 48px;
    font-size: 18px;
}

.shichang {
    width: 100%;
    height: 600px;
    background-color: #fff;
}

.shichang_main {
    height: 600px;
    text-align: center;
    overflow: hidden;
}

.shichang_main .sc_one~.sc_one {
    margin-left: 62px;
}

.sc_one h4 {
    padding-top: 25px;
    padding-bottom: 15px;
    font-size: 16px;
    color: #000;
}

.sc_one {
    text-align: center;
    width: 190px;
    height: 360px;
    float: left;
    margin-top: 130px;
}

.sc_one p {
    font-size: 14px;
    color: #696969;
    text-align: left;
}


/* 首页实力展示轮播 样式 */

.slideGroup {
    width: 100%;
    text-align: left;
}

.slideGroup .parHd {
    height: 50px;
    line-height: 50px;
    position: relative;
    margin-bottom: 20px;
    margin-top: 25px;
}

.slideGroup .parHd ul {
    width: 340px;
    height: 50px;
    margin: 0 auto;
}

.slideGroup .parHd ul li {
    margin: 0;
    padding: 0 57px;
    display: block;
    float: left;
}

.slideGroup .parHd ul li.on {
    height: 50px;
    color: #fff;
    background-color: #cd2d21;
}

.slideGroup .slideBox {
    overflow: hidden;
    zoom: 1;
    padding: 10px 0 10px 10px;
    position: relative;
}

.slideGroup .sPrev,
.slideGroup .sNext {
    position: absolute;
    left: 5px;
    top: 10px;
    display: block;
    width: 30px;
    height: 94px;
    border: 1px solid #ddd;
    background: url(images/icoLeft.gif) center center no-repeat #f4f4f4;
}

.slideGroup .sNext {
    left: auto;
    right: 5px;
    background: url(images/icoRight.gif) center center no-repeat #f4f4f4;
}

.slideGroup .sPrev:hover,
.slideGroup .sNext:hover {
    border-color: #f60;
}

.slideGroup .parBd ul {
    overflow: hidden;
    zoom: 1;
}

.slideGroup .parBd ul li {
    width: 24%;
    margin: 0 8px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.slideGroup .parBd ul li .pic {
    text-align: center;
}

.slideGroup .parBd ul li .pic img {
    width: 97%;
    height: auto;
    display: block;
    border: 5px solid #fff;
}

.slideGroup .parBd ul li .pic a:hover img {
    border: 5px solid #cd2d21;
}

.slideGroup .parBd ul li .title {
    line-height: 24px;
}

.power .tempWrap {
    width: 100%!important;
}

.sPrev,
.sNext {
    display: none!important;
}


/* ====== 资料下载 ====== */

.gr-download {
    padding-bottom: 50px;
}

.gr-download-list li {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    height: 64px;
    border: 1px solid #EEEEEE;
    font-size: 16px;
    line-height: 64px;
}

.gr-download-list li .box {
    position: relative;
    padding: 0 22px;
    list-style-type: disc;
    display: block;
}

.gr-download-list li .box:hover {
    color: #fff;
}

.gr-download-list li .box:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #CD2F21;
    content: "";
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translateY(-62px);
    -o-transform: translateY(-66px);
    transform: translateY(-66px);
    -ms-transform: translateY(-66px);
}

.gr-download-list li .box:hover:before {
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -ms-transform: translateY(0);
}

.gr-download-list li .tit {
    display: inline-block;
    padding-left: 35px;
    background: url(../images/icon_pdf.png) no-repeat left center;
}

.gr-download-list li .box:hover .tit {
    background: url(../images/icon_pdf_on.png) no-repeat left center;
}

.gr-download-list li .des {
    position: absolute;
    left: 50%;
    margin-left: -65px;
    width: 130px;
    text-align: center;
}

.gr-download-list li .down-btn {
    padding-left: 32px;
    background: url(../images/icon_pdf_down.png) no-repeat left center;
}

.gr-download-list li .box:hover .down-btn {
    background: url(../images/icon_pdf_down_on.png) no-repeat left center;
}

.banner {
    position: relative;
    height: 580px;
    overflow: hidden;
}

.banner img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
    -webkit-animation: minus 10s 0s ease both infinite;
    -moz-animation: minus 10s 0s ease both infinite;
    animation: minus 10s 0s ease both infinite;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
}

.banner img {
    position: absolute;
    left: 50%;
    margin-left: -960px;
}


/*呼吸效果*/

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}


/*缩小停止*/

@-webkit-keyframes minus {
    from {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes minus {
    from {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}