  /* common css */
.fl {
    float: left;
}
.fr {
    float: right;
}
.container1 {
    width: 1200px;
    margin: 0 auto;
}
/* box-top */
.box-top {
    background-color: #f4f4f4;
    border-bottom: 1px solid #e5e5e5;
}
.top-wel {
    font-size: 13px;
    color: #666;
    line-height: 38px;
}
.top-seo {
    font-size: 13px;
    color: #666;
    line-height: 38px;
}
.top-seo a {
    color: #666;
}
.top-seo a:hover {
    color: #ee7700;
}
.box-head {
    height: 115px;
    padding-top: 37px;
}
.logo-text h3 {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    height: 26px;
}
.logo-text p {
    font-size: 14px;
    color: #666;
}
.head-tel {
    text-align: right;
}
.head-tel p {
    line-height: 1.5;
}
.head-right {
    position: relative;
    top: -6px;
}
.head-right img {
    margin-left: 15px;
}
/* box-menu */
.box-menu {
    height: 60px;
    background-color: #03499b;
}
/* box-search */
.box-search {
    height: 80px;
}
.hotsearch {
    font-size: 14px;
    color: #444;
    font-weight: bold;
    line-height: 80px;
}
.hotsearch a {
    color: #888;
    font-weight: 400;
    margin-right: 24px;
}
.hotsearch a:hover {
    color: #ee7700;
}
.box-search #formsearch {
    width: 366px;
    float: right;
    height: 44px;
    margin-top: 18px;
    background: url(/template/default/assets/images/ss.png) no-repeat center;
}

.box-search #formsearch input#keyword {
    height: 44px;
    line-height: 44px;
    color: #666;
    width: 290px;
    text-indent: 14px;
}
.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: 71px;
    height: 44px;
    background: none;
    border: none;
    line-height: 44px;
    color: #fff;
    font-size: 13px;
    outline: none;
}
.box-search #formsearch input#s_btn {
    padding-left: 25px;
}
/* box-product */
.box-product {
    background-color: #f9f9f9;
    padding: 54px;
}
.main-title {
    text-align: center;
}
.main-title h2 {
    font-size: 36px;
    font-weight: bold;
    color: #333;
    height: 53px;
}
.main-title p {
    font-size: 16px;
    color: #888;
}
.product-con {
    margin-top: 52px;
}
.pronav {
    width: 266px;
}
.pronav-top {
    height: 76px;
    background: #03499b url(../images/pronavicon.png) no-repeat 33px center;
    border-radius: 10px 10px 0 0;
    line-height: 76px;
    text-align: center;
    color: #fff;
    font-size: 24px;
}
.pronav-contact {
    height: 111px;
    background: #03499b url(../images/pronavcontacticon.png) no-repeat 26px center;
    border-radius: 0 0 10px 10px;
    padding: 16px 0 0 82px;
}
.product-list {
    width: 891px;
}
.product-item {
    width: 281px;
    margin-right: 24px;
    margin-bottom: 28px;
}
.product-item:hover h3 {
    background-color: #03499b;
    color: #fff;
}
.product-item:nth-child(3n) {
    margin-right: 0;
}
.product-img {
    width: 282px;
    height: 248px;
    overflow: hidden;  
}
.product-img img{
    width: 282px;
    height: 248px;
    -webkit-transition: all .7s ease;
	transition: all .7s ease;
}
.product-item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.product-item h3 {
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    color: #333;
    background-color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* box-feature */
.box-feature {
    background: url(/template/default/assets/images/featurebg.jpg) no-repeat center;
    height: 682px;
}
.feature-title {
    text-align: center;
    padding-top: 58px;
    margin-bottom: 68px;
}
.feature-title h2 {
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    height: 52px;
}
.feature-title p {
    font-size: 24px;
    color: #fff;
}
.feature-con {
    padding-top: 17px;
}
.feature-left {
    margin-right: 44px;
}
.feature-left-item,.feature-right-item {
    padding-top: 35px;
    margin-bottom: 64px;
}
.feature-left-item {
    text-align: right;
    padding-left: 25px;
}
.feature-right-item {
    text-align: left;
    padding-right: 25px;
}
.feature-left-text {
    margin-right: 17px;
}
.feature-right-text {
    margin-left: 22px;
}
.feature-left-item h3,.feature-right-item h3 {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    height: 42px;
}
.feature-left-item p,.feature-right-item p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
}
.feature-num {
    background: url(/template/default/assets/images/featurenum.png) no-repeat center;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    position: relative;
    top: 22px;
}
/* box-youshi */
.box-youshi {
    background: url(/template/default/assets/images/youshibg.jpg) no-repeat center;
    height: 900px;
    padding-top: 138px;
}
.youshi-title {
    font-size: 24px;
    color: #666;
    text-align: center;
}
.youshi-box {
    background-color: rgba(255, 255, 255, 0.7);
    margin-top: 64px;
}
.youshi-img {
    overflow: hidden;
    width: 610px;
    height: 400px;
    overflow: hidden;
}
.youshi-img img {
    -webkit-transition: all .7s ease;
	transition: all .7s ease;
}
.youshi-img:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.youshi-right {
    width: 490px;
    margin-right: 40px;
    padding-top: 45px;
}
.youshi-num{
    background: url(/template/default/assets/images/youshinum.png) no-repeat;
    width: 72px;
    height: 83px;
    text-align: center;
    line-height: 83px;
    font-size: 38px;
    font-weight: bold;
    color: #fff;
    margin-right: 30px;
}
.youshi-t h3 {
    font-size: 36px;
    font-weight: bold;
    color: #03499b;
    height: 44px;
    margin-top: 10px;
}
.youshi-t h4 {
    color: #444;
    font-size: 24px;
}
.youshi-summary {
    height: 192px;
    border-left: 1px solid #cecece;
    margin-top: 37px;
}
.youshi-summary p {
    font-size: 16px;
    color: #666;
    line-height: 29px;
    padding-left: 41px;
    position: relative;
    left: -7px;
}
.youshi-summary p:nth-child(odd) {
    background: url(/template/default/assets/images/youshidot.png) no-repeat left 9px; 
}
.youshi-summary p:nth-child(even) {
    background: url(/template/default/assets/images/youshidothover.png) no-repeat left 9px; 
}

.youshi-summary p:not(:last-child) {
    margin-bottom: 23px;
}
.youshicate {
    margin-top: 49px;
}
.youshicate a {
    float: left;
    display: block;
    width: 284px;
    height: 158px;
    font-size: 24px;
    color: #333;
    border: 2px solid #eee;
    background-color: #fff;
    padding-top: 25px;
}
.youshicate a:not(:last-child) {
    margin-right: 10px;
    margin-right: 21.34px;
}
.youshicate a.cur {
    border: 2px solid #03499b;
    background-color: #03499b;
    color: #fff;
}
.youshicate-img {
    width: 56px;
    height: 56px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}
.youshicate-img img {
    position: absolute;
    top: 0;
}
.youshicate a.cur img {
    top: -56px;
}
.youshicate h3 {
    text-align: center;
    margin-top: 15px;
}
/* box-app */
.box-app {
    padding-top: 56px;
}
.app-title {
    margin-bottom: 45px;
}
.box-app .app-pag {
    position: relative;
}
.app-img {
    overflow: hidden;
    border-radius: 25px 0 0 0;
}
.app-img img{
    border-radius: 25px 0 0 0;
    -webkit-transition: all .7s ease;
	transition: all .7s ease;
}
.app-item h3 {
    font-size: 16px;
    color: #fff;
    line-height: 70px;
    text-align: center;
    background-color: #03499b;
    border-radius: 0 0 25px 0;
}
.app-item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.app-item:hover h3 {
    background-color: #ee7700;
}
.app-con {
    padding-bottom: 110px;
}
.box-app .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    background: #999;
    opacity: 1;
    margin: 0 5px;
}
.box-app .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ee7700;
}
.box-app .swiper-pagination {
    left: 50%;
    top: 44px;
    transform: translate(-50%);
}
/* box-company */
.box-company {
    background: url(/template/default/assets/images/companybg.jpg) no-repeat top center;
    padding-top: 62px;
}
.company-con {
    padding-bottom: 139px;
}
.company-img {
    width: 558px;
    height: 346px;
    border: 3px solid #fff;
    overflow: hidden;
}
.company-img img {
    -webkit-transition: all .7s ease;
	transition: all .7s ease;
}
.company-img:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
} 
.company-right {
    width: 580px;
    padding-top: 12px;
}
.company-title {
    margin-bottom: 60px;
}
.company-title h2,.company-title p {
    color: #fff;
}
.company-right h3 {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    height: 38px;
}
.company-right h4 {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 24px;
}
.company-text {
    color: #fff;
    font-size: 15px;
    line-height: 28px;
}
.company-more {
    display: block;
    width: 144px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    border: 1px solid #fff;
    margin-top: 36px;
}
.company-more span {
    font-family: "ËÎÌå","Î¢ÈíÑÅºÚ";
}
#demo{overflow:hidden;width:100%;margin:0 auto;}
#indemo {float: left;width:800% !important}
#demo1 {float: left;}
#demo2 {float: left;}

#n_demo{overflow:hidden;width:100%;margin:0 auto;}
#n_indemo {float: left;width:800% !important;}
#n_demo1 {float: left;}
#n_demo2 {float: left;}

#m_demo{overflow:hidden;width:100%;margin:0 auto;}
#m_indemo {float: left;width:800% !important;}
#m_demo1 {float: left;}
#m_demo2 {float: left;}
.comtab {
    position: relative;
    top: -60px;
}
.tabb_content {
    margin-top: 45px;
}
.tabb a {
    display: block;
    float: left;
    width: 242px;
    height: 60px;
    border-radius: 8px 8px 0 0;
    color: #333;
    font-weight: bold;
    font-size: 20px;
    padding-top: 15px;
    padding-left: 100px;
    margin-right: 5px;
}
.tabb li:nth-child(1) a {
    background: #fff url(../images/1.png) no-repeat 55px center;
}
.tabb li:nth-child(2) a {
    background: #fff url(../images/2.png) no-repeat 55px center;
}
.tabb li:nth-child(3) a{
    background: #fff url(../images/3.png) no-repeat 55px center;
}
.tabb li a.tabb_click {
    color: #fff;
}
.tabb li:nth-child(1) a.tabb_click {
    background: #ee7700 url(../images/1hover.png) no-repeat 55px center;
}
.tabb li:nth-child(2) a.tabb_click {
    background: #ee7700 url(../images/2hover.png) no-repeat 55px center;
}
.tabb li:nth-child(3) a.tabb_click {
    background: #ee7700 url(../images/3hover.png) no-repeat 55px center;
}

.comtab-item {
    margin-right: 17px;
}
/* box-news */
.box-news {
    background: url(/template/default/assets/images/newsbg.jpg) no-repeat center;
    padding-top: 56px;
    padding-bottom: 63px;
}
.news-title {
    margin-bottom: 42px;
}
.newscate a {
    display: block;
    width: 250px;
    height: 96px;
    background-color: #fff;
    font-size: 18px;
    color: #333;
    line-height: 96px;
    text-align: center;
}
.newscate a:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
.newscate a.cur {
    background-color: #03499b;
    color: #fff;
    position: relative;
}
.newscate a.cur:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 39px;
    right: -11px;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 11px solid #03499b;
}
.news-box {
    margin-left: 38px;
}
.news-left {
    position: relative;
    margin-right: 44px;
}
.news-left .news-img {
    overflow: hidden;
    width: 410px;
    height: 290px;
}
.news-left .news-img img {
    -webkit-transition: all .7s ease;
	transition: all .7s ease;
}
.news-left:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.news-left-con {
    width: 100%;
    height: 86px;
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 19px 45px 0 30px;
}
.news-left-con h3 {
    font-size: 18px;
    color: #fff;
    height: 24px;
}
.news-left-text {
    color: rgba(255, 255, 255, 0.7);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-item {
    background-color: #fff;
    width: 458px;
    height: 89px;
    padding: 19px;
}
.news-item:not(:last-child) {
    margin-bottom: 12px;
}
.news-time {
    text-align: center;
    height: 50px;
    border-right: 1px solid #ebebeb;
    padding-right: 17px;
    padding-top: 3px;
}
.news-time h3 {
    color: #666;
    font-size: 24px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.news-time p {
    font-size: 16px;
    color: #999;
}
.news-right-con {
    width: 325px;
}
.news-right-con h3 {
    font-size: 18px;
    color: #333;
    margin-top: 5px;
    height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-right-con .news-text {
    font-size: 12px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-item:hover .news-right-con h3 {
    color: #03499b;
}
/* box-flink */
.box-flink {
    height: 90px;
}

.flink-left {
    margin-right: 34px;
}
.flink-left h3 {
    font-size: 14px;
    color: #fff;
    width: 70px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    background-color: #03499b;
    margin-top: 25px;
}
.flink-left p {
    font-size: 24px;
    color: #666;
    font-size: 24px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    top: -4px;
}
.flink-right {
    width: 910px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.flink-right a {
    line-height: 90px;
    position: relative;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.flink-right a:hover {
    color: #ee7700;
}
.flink-right a:not(:last-child) {
    margin-right: 34px;
}
.flink-right a:not(:last-child)::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 12px;
    right: -16px;
    top: 5px;
    background-color: #d8d8d8;
}
.flink-apply {
    font-size: 13px;
    color: #999;
    line-height: 90px;
}
.flink-apply:hover  {
    color: #ee7700;
}
/* box-foot */
.box-foot {
    background-color: #002f66;
    padding: 45px 0;
}
.foot-nav {
    background-color: rgba(255, 255, 255, 0.08);
    height: 54px;
    border-radius: 50px;
    color: #fff;
    font-size: 15px;
    text-align: center;
}
.foot-nav a {
    line-height: 54px;
    color: #fff;
    margin: 0 42px;
}
.foot-nav a:hover {
    color: #ee7700;
}
.foot-bottom {
    margin-top: 49px;
}
.qrcode-wechat {
    margin-left: 95px;
    margin-right: 20px;
}
.qrcode-wechat,.qrcode-mobile {
    text-align: center;
}
.qrcode-wechat p,.qrcode-mobile p {
    color: #7799c2;
    font-size: 12px;
    margin-top: 19px;
}
.foot-right {
    width: 695px;
}
.foot-contact {
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    padding-top: 14px;
    padding-bottom: 20px;
}
.foot-contact h3 {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    height: 27px;
}
.foot-contact-text {
    color: #a0bbdc;
}
.foot-copyright, .foot-copyright a,.foot-region,.foot-region a {
    color: #a0bbdc;
    font-size: 12px;
}
.foot-copyright a:hover ,.foot-region a:hover {
    color: #ee7700;
}
.foot-copyright {
    margin-top: 24px;
    margin-bottom: 5px;
}
/* ÄÚÒ³ */

.page-position .page-top {
    background: url(/template/default/assets/images/pagedot.jpg) no-repeat left center;
    border-bottom: 1px dashed #dfdfdf;
    padding: 20px 0 20px 20px;
}
.xypg-product-list li:hover h3 a {
    background-color: #03499b;
    color: #fff;
}
/* Back Pulse */
@-webkit-keyframes hvr-back-pulse {
    50% {
      background-color: rgba(238, 119, 0, 0.75);
    }
  }
  @keyframes hvr-back-pulse {
    50% {
      background-color: rgba(238, 119, 0, 0.75);
    }
  }
  .hvr-back-pulse {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    overflow: hidden;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
  }
  .hvr-back-pulse:hover, .hvr-back-pulse:focus, .hvr-back-pulse:active {
    -webkit-animation-name: hvr-back-pulse;
    animation-name: hvr-back-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-color: #ee7700;
    background-color: #ee7700;
    color: white;
    border-color:#ee7700 ;
  }