/* common css */
.fr {
    float: right;
}
.fl {
    float: left;
}
.container1 {
    width: 1200px;
    margin: 0 auto;
}
/* box-top */
.box-top {
    height: 34px;
    background-color: #222;
}
.main-top {
    line-height: 34px;
}
.top-wel,.top-seo {
    font-size: 12px;
    color: #c9c9c9;
}
.top-seo a {
    color: #c9c9c9;
}
.top-seo a:hover {
    color: #fff;
}
.box-head {
    height: 90px;
}
.box-search {
    height: 70px;
    border-bottom: 1px dashed #eee;
}
.hotsearch span {
    position: relative;
    font-size: 14px;
    color: #035848;
    font-weight: bold;
    margin-right: 29px;
}
.hotsearch span:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 12px;
    background-color: #035848;
    top: 5px;
    left: 110px;
}
.hotsearch a {
    font-size: 14px;
    color: #666;
    margin-right: 28px;
}
.hotsearch a:hover {
    color: #035848;
}
.box-search #formsearch {
    width: 362px;
    height: 42px;
    margin-top: 10px;
    border: 1px solid #d7d7d7;
    border-radius: 50px;
}

.box-search #formsearch input#keyword {
    height: 42px;
    line-height: 42px;
    color: #666;
    width: 325px;
    text-indent: 16px;
    float: left;
}
.box-search #formsearch input#keyword::-webkit-input-placeholder {
    color: #d5d5d5;
    font-size: 14px;
}
/* Mozilla Firefox 4 to 18 */
.box-search #formsearch input#keyword:-moz-placeholder {
    color: #c3c3c3;
    opacity: 1;
    font-size: 14px;
}
/* Mozilla Firefox 19+ */
.box-search #formsearch input#keyword::-moz-placeholder {
    color: #c3c3c3;
    opacity: 1;
    font-size: 14px;
}
/* Internet Explorer 10+ */
.box-search #formsearch input#keyword:-ms-input-placeholder {
    color: #c3c3c3;
    font-size: 14px;
}
.box-search #formsearch input {
    width: 20px;
    background: none;
    border: none;
    line-height: 40px;
    color: #fff;
    font-size: 13px;
    outline: none;
}
.box-search #formsearch input#s_btn {
    background: url(../images/searchicon.png) no-repeat center;
}
/* box-product */
.box-product {
    padding-top: 50px;
}
.procate {
    display: flex;
    justify-content: center;
}
.procatea {
    position: relative;
}
.procate a {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin: 0 25px;
    position: relative;
}
.procate a:hover {
    color: #035848;
}
.procate a:not(:last-child):after {
    position: absolute;
    content: '';
    width: 2px;
    height: 14px;
    background-color: #d1d1d1;
    top: 4px;
    left: 138px;
}
.procate-more {
    position: absolute;
    top: 0;
    right: 144px;
    background: url(../images/procatemore.png) no-repeat left center;
    padding-left: 30px;
    color: #035848;
    font-size: 16px;
    font-weight: bold;
}
.procate-more:hover {
    color: #035848;
}
.main-title {
    text-align: center;
}
.main-title h2 {
    color: rgba(0, 0, 0, 0.06);
    font-size: 48px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.main-title h3 {
    font-size: 34px;
    color: #333;
    font-weight: bold;
    position: relative;
    top: -34px;
}
#demo{overflow:hidden;width:100%;margin:0 auto;}
#indemo {float: left;width:800% !important}
#demo1 {float: left;}
#demo2 {float: left;}
.product-box {
    margin-top: 45px;
    margin-bottom: 68px;
}
.product-item {
    width: 286px;
    text-align: center;
    margin-right: 19px;
}
.product-img {
    width: 286px;
    height: 254px;
    border: 1px solid #333;
    padding-top: 8px;
}
.product-img img {
    width: 268px;
    height: 236px;
}
.product-item h3 {
    height: 48px;
    font-size: 16px;
    color: #fff;
    background-color: #333;
    line-height: 48px;
}
.product-item:hover h3 {
    background-color: #035848;
}
.product-item:hover .product-img {
    border:1px solid #035848;
}
/* box-worry */
.main-worry h2 {
    font-size: 34px;
    text-align: center;
    font-weight: bold;
    color: #333;
    margin-bottom: 65px;
}
.box-worry {
    background: url(../images/worrybg.jpg) no-repeat center;
    height: 648px;
    padding-top: 70px;
}
.worry-item {
    width: 200px;
    text-align: center;
}
.worry-list {
    display: flex;
    justify-content: space-between;
}
.worry-img {

    overflow: hidden;
    width: 172px;
    height: 172px;
    border-radius: 50%;
    margin: 0 auto;
    border: 6px solid #d1dced;
}
.worry-img img {

    border-radius: 50%;
    -webkit-transition: all .7s ease;
	transition: all .7s ease;
}
.worry-img:hover img {
    -webkit-transform: scale(1.1);
	        transform: scale(1.1);
}
.worry-item h3 {
    color: #333;
    font-size: 22px;
    font-weight: bold;
    height: 40px;
    margin-top: 30px;
}
.worry-summary {
    color: #333;
    font-size: 16px;
    line-height: 26px;
}
.worry-link {
    text-align: center;
}
.worry-contact,.worry-inquiry {
    display: inline-block;
    width: 170px;
    height: 54px;
    text-align: center;
    line-height: 54px;
    color: #fff;
    font-size: 16px;
    border-radius: 10px;
    margin: 57px 10px 0;
}
.worry-contact:hover ,.worry-inquiry:hover {
    color: #fff;
} 
.worry-contact {
    background-color: #035848;
}
.worry-inquiry {
    background-color: #ff7f00;
}
/* box-reason */
.box-reason {
    background: url(../images/reasonbg.jpg) no-repeat center;
    height: 644px;
    padding-top: 64px;
}
.reason-title {
    text-align: center;
    margin-bottom: 60px;
}
.reason-title h2  {
    font-size: 34px;
    color: #fff;
    font-weight: bold;
    height: 50px;
}
.reason-title p {
    font-size: 20px;
    color: #fff;
    color: #fff;
}
.reason-percent-list {
    display: flex;
    justify-content: center;
    margin-bottom: 51px;
}
.reason-percent-list li {
    text-align: center;
}
.reason-percent-list li:nth-child(1) {
    margin-right: 154px;
}
.reason-percent-list li:nth-child(2) {
  margin-right: 142px;
}
.reason-percent-list li:nth-child(3) {
  margin-right: 135px;
}
.reason-percent-list li h3 {
    font-size: 48px;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    height: 58px;
}
.reason-percent-list li p {
    font-size: 20px;
    color: #fff;
}
.reason-icon-list {
    display: flex;
    justify-content: center;
}
.reason-icon-list li {
    text-align: center;
    margin: 0 58px;
}
.reason-img {
    width: 164px;
    height: 164px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    text-align: center;
    padding-top: 9px;
}
.reason-img img {
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.reason-img:hover {
    cursor: pointer;
}
.reason-img:hover img {
    transition: all 1s;
    transform: rotateY(180deg);
}
.reason-icon-list li h3 {
   font-size: 24px;
   color: #fff;
   margin-top: 32px;
}
/* box-app */
.box-app {
    padding-top: 50px;
    padding-bottom: 62px;
}
.app-title {
    margin-bottom: 15px;
}
.app-arrow {
    position: relative;
    top: -170px;
}
.app-item h3 {
    height: 62px;
    line-height: 62px;
    text-align: center;
    font-size: 18px;
    color: #333;
    background-color: #f9f9f9;
}
.app-arrow .swiper-button-next,.app-arrow .swiper-button-prev {
    position: absolute;
    width: 45px;
    height: 45px;
    z-index: 10;
    cursor: pointer;
    background-size: 45px 45px;
    background-position: center;
    background-repeat: no-repeat;
    outline: none;
}
.app-arrow .swiper-button-prev {
    background-image: url(../images/appleft.png);
    left: -85px;
    right: auto;
}
.app-arrow .swiper-button-prev:hover {
    background-image: url(../images/applefthover.png);
}
.app-arrow .swiper-button-next {
    background-image: url(../images/appright.png);
    right: -85px;
    left: auto;
}
.app-arrow .swiper-button-next:hover {
    background-image: url(../images/apprighthover.png);
}
.app-img {
    overflow: hidden;
}
.app-img img {
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
}
.app-item:hover h3 {
    background-color: #035848;
    color: #fff;
}
.app-item:hover .app-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
/* box-company */
.box-company {
    background: url(../images/companybg.jpg) no-repeat top center;
    padding-top: 62px;
    padding-bottom: 66px;
}
.company-title {
    margin-bottom: 22px;
}
.company-title h2 {
    color: rgba(255, 255, 255, 0.06);
}
.company-title h3 {
    color: #fff;
}
.company-left {
    width: 700px;
    padding: 50px 54px 0 40px;
}
.company-left>h3 {
    font-size: 26px;
    color: #035848;
    font-weight: bold;
    margin-bottom: 5px;
}
.company-left>p {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: rgba(51, 51, 51, 0.7);
    margin-bottom: 23px;
}
.company-text {
    font-size: 15px;
    line-height: 30px;
    color: #666;
}
.company-link {
    margin-top: 34px;
}
.company-icon {
    padding-left: 60px;
    height: 50px;
    padding-top: 14px;
    margin-right: 62px;
}
.company-icon h3 {
    font-size: 18px;
    color: #333;
}
.company-icon p {
    font-size: 12px;
    color: #666;
}
.company-icon:hover h3 {
    color: #035848;
}
.company-icon1 {
    background: url(../images/companyicon1.png) no-repeat left center;
}
.company-icon2 {
    background: url(../images/companyicon2.png) no-repeat left center;
}
.company-icon3 {
    background: url(../images/companyicon3.png) no-repeat left center;
}
.company-icon1:hover {
    background: url(../images/companyicon1hover.png) no-repeat left center;
}
.company-icon2:hover {
    background: url(../images/companyicon2hover.png) no-repeat left center;
}
.company-icon3:hover {
    background: url(../images/companyicon3hover.png) no-repeat left center;
}
.company-img {
    width: 500px;
}
.company-con {
    background-color: #fff;
    margin-bottom: 46px;
    z-index: 2;
    -webkit-box-shadow: 0 12px 19px rgba(0,0,0,.05);
    box-shadow: 0 12px 19px rgba(0,0,0,.05);
    -webkit-transform: translate3d(0,-2px,0);
    transform: translate3d(0,-2px,0);
}
/* box-news */
.box-news {
    background-color: #f5f5f5;
    padding-top: 50px;
    padding-bottom: 64px;
}
.newscate {
    display: flex;
    justify-content: center;
    margin-bottom: 59px;
    margin-top: -4px;
}
.newscate a {
    display: block;
    width: 146px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    color: #333;
    font-size: 16px;
    border: 1px solid #eee;
    border-radius: 5px;
    background-color: #fff;
    margin: 0 5px;
}
.newscate a.cur {
    background-color: #035848;
    border: 1px solid #035848;
    color: #fff;
}
.news-left {
    width: 536px;
}
.news-left li:hover .news-left-top h3 {
    color: #035848;
}
.news-img {
    position: relative;
    overflow: hidden;
}
.news-img img {
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
}
.news-left li:hover img {
    -webkit-transform: scale(1.1);
	        transform: scale(1.1);
}
.news-img .news-toutiao {
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/newsjiao.png) no-repeat center;
    width: 83px;
    height: 92px;
    padding: 6px 0px;
}
.news-img .news-toutiao h3 {
    transform:rotate(-47deg);
    -ms-transform:rotate(-47deg); /* Internet Explorer 9*/
    -moz-transform:rotate(-47deg); /* Firefox */
    -webkit-transform:rotate(-47deg); /* Safari 和 Chrome */
    -o-transform:rotate(-47deg); /* Opera */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}
.news-left-con {
    padding: 28px 26px 33px 26px;
    background-color: #fff;
}
.news-left-top {
    margin-bottom: 13px;
    
}
.news-left-top h3 {
    font-size: 22px;
    color: #333;
    width: 380px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-left-time {
    font-size: 14px;
    color: #999;
    margin-top: 1px;

}
.news-left-text {
    font-size: 14px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-list {
    width: 618px;

}
.news-right-time {
    width: 102px;
    height: 88px;
    text-align: center;
    background-color: #4a4a4a;
    padding-top: 10px;
}
.news-right-time h3 {
    font-size: 42px;
    font-weight: bold;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}
.news-right-time p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    font-family: Arial, Helvetica, sans-serif;
}
.news-item-con {
    width: 510px;
    height: 88px;
    background-color: #fff;
    padding: 22px 32px 0 19px;
}
.news-item-con h3 {
    font-size: 18px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 28px;
}
.news-right-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #888;
}
.news-item {
    margin-bottom: 10px;
}
.news-item:hover .news-right-time {
    background-color: #035848;
}
.news-item:hover .news-item-con {
    background-color: #035848;
}
.news-item:hover .news-item-con h3 {
    font-weight: bold;
    color: #fff;
}
.news-item:hover .news-right-text {
    color: #fff;
}
/* box-foot */
.box-foot {
    background-color: #131313;
    padding-top: 55px;
}
.foot-nav dl {
    float: left;
}
.foot-nav dt {
    background: url(../images/footdtbg.jpg) no-repeat left center;
    padding-left: 19px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 31px;
}
.foot-nav dl dd a {
    padding-left: 19px;
    color: #e0e0e0;
    font-size: 14px;
    line-height: 30px;
}
.foot-nav dl dd a:hover {
    color: #acacac;
}
.dl-about {
    width: 215px;
}
.dl-product-con {
    width: 400px;
    height: 160px;
    writing-mode: vertical-lr;

}
.dl-product dd {
float: left;
writing-mode: horizontal-tb;
width: 205px;
}

.foot-contact {
    color: #e0e0e0;
    line-height: 30px;
}
.qrcode {
    text-align: center;
}
.qrcode h3 {
    font-size: 14px;
    color: #e0e0e0;
    margin-top: 20px;
}
.foot-flink {
    background-color: rgba(255, 255, 255, 0.04);
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 13px;
}
.foot-flink span {
    display: inline-block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.3);
    padding-left: 27px;
    line-height: 52px;
    background: url(../images/flinkicon.png) no-repeat left center;
    margin-left: 12px;
}
.foot-flink a {
    font-size: 14px;
    margin-right: 6px;
    color: rgba(255, 255, 255, 0.3);
}
.foot-flink a:hover {
    color: #fff;
}
.bottom-copyright,.x-region {
    font-size: 14px;
    color: #acacac;
}
.bottom-copyright a,.x-region a {
    color: #acacac;
} 
.foot-bottom {
    padding: 35px 0 42px;
}
.bottom-copyright a:hover,.x-region a:hover {
    color: #fff;
}
/* Backward */
.hvr-backward {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
  }
  .hvr-backward:hover, .hvr-backward:focus, .hvr-backward:active {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
  


  /* Forward */
.hvr-forward {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
  }
  .hvr-forward:hover, .hvr-forward:focus, .hvr-forward:active {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  