html, body, div, a, p, i, img, h2, h3, h4, h5, ul, li, dl, dd, dt, form, input, select, table, th, td, tr {
    margin: 0;
    padding: 0;
}
body{
	font-family: arial, 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
	overflow-x:hidden;
}
ul li{
	list-style: none;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
a:visited{
    text-decoration: none;
}
a:link{
    text-decoration: none;
}

img{
  max-width: 100%;
 
}
i{font-style:normal}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: inherit;
}

.tuiguang{
	overflow: hidden;
}
.header{
   padding-top: 3px;
    height: 45px;
    
}
/*各个页面左侧滚动导航样式*/
 .left-nav{
    display: flex;
    position: fixed;
    bottom: 180px;
    text-align: center;
    font-size: 15px;
    z-index: 999;
}
.tab-list-box{
    padding-top: 20px;
    background-color: rgb(67, 76, 89,0.8);
    display: inline-block;
    width: 29px;
    box-sizing: border-box;
    border-right: #667080 2px solid;
}
.tab-list li{
    display: block;
    text-align: center;
    border-bottom: 0;
    position: relative;
}

.tab-list li a{
    display: block;
    padding: 0 5px 0 0;
    margin-bottom: 20px;
    margin-top: 0px;
}
.tab-list li a span{
    display: block;
    color: #eef4ff;
    padding: 5px 0;
    line-height: 20px;
    
}
.tab-list li.actived a {
    background: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.2)),to(rgba(0,0,0,0)));
    background: linear-gradient(to left,rgba(0,0,0,.2),rgba(0,0,0,0));
}

.tab-list li.actived span{
    color: #00a4ff;
    text-decoration: none;
}
.tab-list li.actived:after {
    height: 100%;
    width: 4px;
    position: absolute;
    left: inherit;
    right: -3px;
    background: #00a4ff;
}

.tab-list li.actived:after {
    display: inline-block;
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    background: #00a4ff;
    z-index: 1;
}
.tab-list li.actived:after {
    display: inline-block;
    content: "";
    height: 100%;
    width: 4px;
    position: absolute;
    left: inherit;
    right: -2px;
    bottom: 0;
    top: 0;
    background: #00a4ff;
    z-index: 1;
}
.tab-panel{
    position: absolute;
    top: 0;
    left: 29px;
    display: inline-block;
    padding-top: 20px;
    background-color: rgb(67, 76, 89,0.8);
    display: none;
    width: 900px;
    height: 300px;
    padding-left: 50px;
    margin-left: -2px;
    box-sizing: border-box;
    border-left: #667080 1px solid;
    
}
.tab-panel .panel-item{
    position: absolute;
    padding-top: 15px;
    padding-right: 15px;
    text-align: left;
    opacity: 0;
	display:none;
    transition: all 0.2s ease-in-out;
}
.tab-panel .panel-item.active{
    opacity: 1;
    display:block;
}
.tab-panel .panel-item .panel-item-title{
     color: #fff;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 30px;
}
.tab-panel .panel-item .panel-item-content-text{
    font-size: 14px;
    color: #fff;
    line-height: 1.8;
}
.tab-panel .panel-item .panel-item-content-btn{
    padding-top: 65px;
}
.tab-panel .panel-item .panel-item-content-btn a{
    height: 35px;
    min-width: 140px;
    padding: 0 20px;
    background-color: #00a4ff;
    color: #fff;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    outline: 0;
    box-sizing: border-box;
}


/*各个页面左侧滚动导航样式*/
.clearfix{
    height: auto;
    margin: 0px auto;
    zoom: 1;
}
/*nav导航开始*/
.navbar-inverse .navbar-nav>li>a {
    color: #ffffff;
}
.navbar-inverse .navbar-nav>li>a:hover{
    color: #036fe2;
}
.dropdown-menu{
    background-color: #222222;
    border-color: #080808;
}
.dropdown-menu>li>a{
    line-height:30px;
    color: #ffffff;
}
.dropdown-menu>li>a:hover{
    background-color: #222222;
    border-color: #080808;
    color: #036fe2;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #222222;
    outline: 0;
}
.navbar-nav{
   
}
.nav>li>a{
    padding-left: 25px;
    padding-right: 25px;
}
/*nav结束*/
.tuiguang .head-bg{
	height: 600px;
    background-color: #fff;
}

.diandian-line {
    padding-top: 120px;
}
.head-title{
	color: #fff;
	font-family: "微软雅黑";
	font-weight: 400;
	font-size: 30px;	
}
.big{
	margin-top: 10px;
	color: #fff;
	font-family: "微软雅黑";
	font-weight: 900;
	font-size: 55px;
}
.head-bg .diandian-line p {
	margin-top: 20px;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    text-align: left;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #ffffff;
}
.download-line {
    padding-top: 28px;
    height: 87px;
    margin-bottom: 190px;
}
.download-line .btn:hover {
    background-color: #ffffff;
    color: #333;
    transition: background-color .5s linear;
}
.download-line .btn {
	padding: 0;
    display: block;
    width: 220px;
    height: 50px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
}

.top-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
   }
.top-swiper .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ffffff;
     width: 30px;
    height: 10px;
    border-radius: 10px;
}
.data-line .shuzi-block {
    float: left;
    width: 387px;
    height: 143px;
    padding-top: 14px;
    border-right: 1px solid #e7e7e7;
}
 .data-line .shuzi-block span {
    font-family: 'Trump2';
    display: block;
    height: 90px;
    text-align: center;
    line-height: 90px;
    font-size: 80px;
    color: #cd3750;
}
.data-line .shuzi-block i {
    display: block;
    height: 43px;
    text-align: center;
    line-height: 43px;
    font-size: 15px;
    color: #666666;
}
.section-one{
    padding-top: 20px;
	padding-bottom: 60px;
    background-color: #F8F8F8;
}
.section-one .section-title {
    padding: 30px 0 30px;
    font-size: 30px;
    letter-spacing: 2px;
    text-align: center;
    color: #333;
}
.bottom_content ul li:first-child{
    padding-left: 0;
}
.section-one .slide-box{
	margin: 0 0px 20px 0;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,.2);
    border-radius: 4px;
    float: left;
    overflow: hidden;
    position: relative;
    transition: boxShadow .25s ease-out;
}
.section-one .slide-bg{
	width: 100%;
    display: block;
    height: 200px;
    position: relative;
    overflow: hidden;
    background-size: cover!important;
    background-repeat: no-repeat;
}
.section-one .slide-link{
      width: 80%;
	position: absolute;
    top: 0;
    left: 50%;
    margin-left: -40%;
    text-align: center;
    color: #fff;
    z-index: 5;
}
.section-one .slide-title{
	text-align: center; 
    margin-top: 65px;
    max-height: 40px;
    overflow: hidden;
    font-weight: bold;
    font-size: 16px;
}
.section-one .slide-icon{
	width: 24px;
	height: 28px;
	margin: 10px auto;
}
.section-one .slide-icon img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.section-one .slide-mubu{
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: .5;
}
.section-one .number .slide-box:nth-child(8n) .slide-mubu{
	opacity: .8;
    background-color: #FF6666;
}
.section-one .number .slide-box:nth-child(8n+1) .slide-mubu{
	opacity: .8;
    background-color: #3399CC;
}
.section-one .number .slide-box:nth-child(8n+2) .slide-mubu{
    opacity: .8;
    background-color: #999999;
    }
.section-one .number .slide-box:nth-child(8n+3) .slide-mubu {
    opacity: .8;
    background-color: #009966;
}
.section-one .number .slide-box:nth-child(8n+4) .slide-mubu {
    opacity: .8;
    background-color: #FFCC33;
}
.section-one .number .slide-box:nth-child(8n+5) .slide-mubu {
    opacity: .8;
    background-color: #CC6600;
}
.section-one .number .slide-box:nth-child(8n+6) .slide-mubu {
    opacity: .8;
    background-color: #666699;
}
.section-one .number .slide-box:nth-child(8n+7) .slide-mubu {
    opacity: .8;
    background-color: #000000;
}
.section-one .slide-content{
	    padding: 19px;
}
.section-one .jieshao{
	height: 80px;
    overflow: ;
}
.section-one .jieshao .bo {
	font-size: 16px;
    line-height: 1.5em;
    font-weight: bold;
     color: #666;
}
.section-one .jieshao .bq {
   font-size: 14px;
    line-height: 1.5;
    margin-top: 6px;
    overflow: hidden;
    color: #666;
   font-weight: normal;
}
.section-one .jieshao .bq a{
    color:#666;
}
.section-one  .ao{
	color: #999;
    margin-top: 20px;
}
.section-one .ao .left{
	float: left;
	font-size: 12px;
    line-height: 1.8;
}
.section-one .ao .right{
	float: right;
	font-size: 12px;
    line-height: 1.8;
}
.section-one .swiper-container .swiper-button-next, .swiper-container .swiper-button-prev {
   
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 10px;
    background-color: #fff;
    border-radius: 50%;
    margin-top: -60px;
    box-shadow: 0 1px 15px rgba(0,0,0,.1);
}
.section-one .swiper-one .swiper-wrapper{
	margin-top: 100px;
}
.section-one .btn {
	padding: 0;
    display: block;
    width: 212px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    background-color: #0073eb;
	opacity: 0.6;
    border: 0 none;
    border-radius: 3px;
    font-size: 18px;
    color: #ffffff;
    margin: 22px auto 0;
}
.section-one .btn:hover {
    opacity: 1;
    color: #fff;
    transition: opacity .5s linear;
}

.section-two{
	background-color: #fff;
    padding-top: 33px;
}
.section-two h4 {
    height: 113px;
    line-height: 113px;
    text-align: center;
    font-size: 30px;
    color: #454545;
}
.fangan .data-line {
    overflow: hidden;
    padding-top: 37px;
}
.section-two  .fangan  .fang-block {
    position: relative;
    float: left;
    padding-left: 96px;
    height: 163px;
}
.section-two .fangan .fang-block h5 {
    height: 22px;
    line-height: 22px;
    font-size: 17px;
    color: #000000;
    text-align: left;
    margin-bottom: 14px;
    font-weight: 400;
}
.section-two .fangan .fang-block p {
    line-height: 24px;
    color: #666666;
    font-size: 14px;
}
.section-two .fangan .fang-block img {
    position: absolute;
    top: 0;
    left: 0;
    width: 72px;
    height: 72px;
    border-radius: 50%;
}

.section-two .btn {
  display: block;
    width: 212px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    background-color: #f7dce0;
    border: 0 none;
    border-radius: 3px;
    font-size: 18px;
    color: #c62943;
    margin: 22px auto 0;
}
.section-two .btn:hover {
    background-color: #c62943;
    color: #fff;
    transition: background-color .5s linear;
}
/* mendian区域开始*/
.section-mendian{
	background-color: #F8F8F8;
}
.section-mendian .section-title {
    padding: 80px 0 50px;
    font-size: 30px;
    letter-spacing: 2px;
    text-align: center;
    color: #333;
}
.section-mendian .section-one-content {
    clear: both;
    overflow: hidden;
}
.section-mendian .section-one-container {
    overflow: hidden;
    background-color: #fff;
}
.section-mendian .avatar {
    display: block;
    width: 100%;
    height: 210px;
    margin: 0 auto;
    overflow: hidden;
}
.section-mendian .avatar img {
	height: 100%;
	object-fit: cover;
    display: block;
    border: 0;
    width: 100%;
    transform: scale(1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1);
}
.section-mendian .avatar:hover img {
    transform: scale(1.3);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.3);
}
.section-mendian .section-one-info {
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    padding: 20px 25px;
}
.section-mendian .info-name {
	min-height: 64px;
    padding-bottom: 14px;
}
 .section-mendian .info-name a {
    font-size: 18px;
    color: #333;
}
 .section-mendian  .info-content {
    font-size: 14px;
    line-height: 26px;
    color: #999;
    text-align: left;
}
.section-mendian .section-one-content .col-md-4, .section-one-content .col-sm-6 {
    margin-top: 20px;
}
.section-mendian .center {
    text-align: center;
    padding-bottom: 50px;
    margin-top: 40px;
}
.section-mendian .link-btn {
    display: inline-block;
    min-width: 116px;
    background-color: #0073eb;
    color: #fff!important;
    font-size: 18px;
    width: 212px;
    height: 55px;
    line-height: 55px;
    border-radius: 3px;
}
/* mendian区域结束*/
.section-three{
    background-color: #f7f7f7;
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 37px;
}
.section-three h4 {
	padding: 0 10px;
    line-height: 47px;
    font-size: 30px;
    color: #454545;
    text-align: center;
    font-weight:100;
}
.section-three .tips {
	padding: 0 10px;
    display: block;
    height: 29px;
    line-height: 29px;
    font-size: 15px;
    color: #999999;
    text-align: center;
}
.section-three .content {
	padding-top: 50px;
    position: relative;
    overflow: hidden;
}
.section-three .content .line-left, .section-three .content .line-right {
    padding-top: 19px;
    float: left;
    width: 297px;
}
.section-three  .content .single {
    position: relative;
    height: 109px;
    margin-bottom: 16px;
    border: 0 none;
    overflow: hidden;
    cursor: pointer;
}
.section-three .content .single img {
    position: absolute;
    top: 21px;
    left: 39px;
    width: 66px;
    height: 66px;
   }
.section-three  .content .single h5 {
    padding-top: 16px;
    line-height: 27px;
    font-size: 18px;
    color: #2a2b30;
    text-align: left;
	font-weight:normal;
	
}
.section-three .content .single p {
    padding-top: 5px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #2a2b30;
    text-align: left;
	opacity:0.7;
}

.section-three .content .line-right {
    float: left;
}
.section-three .content .line-center {
    position: absolute;
    right:30px;
    top: 20px;
    width: 299px;
    height: 596px;
    overflow: hidden;
}
.section-three .content .line-center .poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 291px;
    height: 530px;
    z-index: 999;
}
.section-three .swiper-container {
     width: 299px;
    height: 596px;
    overflow: hidden;
    }
    
.section-three .btn {
    display: block;
    width: 211px;
    height: 55px;
    border: 0 none;
    border-radius: 5px;
    background-color: #f7dce0;
    font-size: 18px;
    color: #c62943;
    text-align: center;
    line-height: 55px;
    margin: 0 auto;
}
.section-three .btn:hover {
    background-color: #c62943;
    color: #fff;
    transition: background-color .5s linear;
}
.section-three .pw {
    display: block;
    height: 29px;
    line-height: 29px;
    text-align: center;
    font-size: 14px;
    color: #f44864;
    padding-top: 14px;
}
.section-four .left-content.col-md-6,.section-four .right-content.col-md-6{
	padding-left: 0;
	padding-right: 0;
}
.section-four{
	overflow: hidden;
}
.section-four .left-content {
	position: relative;
    height: 366px;
}
.section-four .right-content{
	position: relative;
    height: 366px;
}

.section-four .left-content img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.section-four  .left-mubu{
	width: 100%;
    height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0.6;
	background: #E22946;
}
.section-four .left-block{
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -43px;
	z-index: 10;
}
.section-four .left-logo{
	width: 84px;
	height: 88px;	
}
.section-four .right-content .left-logo{
	width: 300px;
	height: 126px;	
	margin-left: -100px;
}
.section-four .right-content .left-block{
	top:35px;
}
.section-four .right-content .left-block .left-jiehao .title{
	margin-top:10px;
}
.section-four .left-logo img{
	border-radius: 10px;
	object-fit: cover;
}
.section-four .left-block .left-jiehao .title{
	margin-left: -25px;
	margin-top: 40px;
	color: #fff;
	font-size: 22px;
	font-weight: 500;
}
.section-four .right-content .left-block .left-jiehao .title{
	color: #454545;
}
.section-four .left-block .left-jiehao .zhengwen{
	text-align: center;
	color: #FFFFFF;
	margin-top: 20px;
	width: 270px;
	margin-left: -80px;
	font-size: 15px;
	line-height: 25px;
}
.section-four .right-content .left-block .left-jiehao .zhengwen{
	color: #BDBDBD;
}
.section-four .left-block .left-button{
	margin-top: 30px;
	height: 35px;
	width: 100px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 20px;
	line-height: 35px;
	text-align: center;
}
.section-four .right-content .left-block .left-button{
	color: #454545;
	border: 1px solid #454545;
}

.section-five{
    margin-top: 100px;
    background-color: #fff;
}
.section-five h4 {
    line-height: 47px;
    font-size: 30px;
    color: #454545;
    text-align: center;
    font-weight: 100;
}
.section-five .item {
     margin-top: 40px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.section-five .border {
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
.section-five .expert {
    position: relative;
}
.section-five .expert .expert-img {
    opacity: 0.5;
}
.section-five .expert .expert-img:hover{
    opacity: 1;
}
.section-five img {
    max-width: 100%!important;
    max-height: 100%!important;
}
.section-six {
    height: 904px;
    background-color: #fff;
    overflow: hidden;
}
.section-content{
	padding-left: 360px;
    width: 840px;
    padding-top: 263px;
    height: 535px;
}
.xinsheng{
	position: relative;
    display: block;
    width: 840px;
    overflow: hidden;
    height: 435px;
}
.xinsheng .head{
	border-radius: 50%;
    display: block;
    width: 124px;
    height: 124px;
    margin: 0 auto;

}
.xinsheng .text{
	display: block;
    padding-top: 20px;
    height: 26px;
    line-height: 26px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    margin-bottom: 25px;
}
.xinsheng p{
	
    line-height: 36px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;

}
.section-six .btn{
	margin-top: 30px;
    display: block;
    width: 220px;
    height: 60px;
    background-color: #ffffff;
    border: 0 none;
    border-radius: 3px;
    font-size: 18px;
    color: #c62943;
    margin-left: 316px;
    text-align: center;
    line-height: 60px;

}
.section-six .btn:hover{
        background-color: #f1f1f1;
        color: #c62943;
        transition: background-color .5s linear;
    }
.footer {
	 margin-top: 150px;
    height: 250px;
    background-color: #c92d47;
}
.footer-container{
	
    padding-top: 11px;

}
.footer-container .left {
    float: left;
    width: 600px;
    padding-top: 47px;
}
.footer-container .left .logo {
    display: block;
    width: 85px;
    height:40px;
    }
.footer .footer-container .left .nav {
    padding-top: 53px;
}
.footer .footer-container .left .nav a {
    float: left;
    height: 25px;
    line-height: 25px;
    color: rgba(255, 255, 255, 0.5);
    margin-right: 30px;
}
.footer .footer-container .middle {
    float: left;
   
}
.footer .footer-container .middle .head {
    height: 33px;
    line-height: 33px;
    font-size: 18px;
    color: #fff;
    margin-bottom: 22px;
}
.footer .footer-container .middle p {
    line-height: 34px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
}
.footer .footer-container .right {
    float: right;
    width: 160px;
}
.footer .footer-container .right img {
    float: right;
    width: 157px;
    height: 157px;
}
.footer .footer-container .right p {
    float: right;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
}
.saoyisao{
	position: fixed;
    top: 50%;
    margin-top: -175px;
    right: 20px;
    width: 164px;
    height: 164px;
    z-index: 800;
}
  .saoyisao-btn{
  	position: fixed;
    top: 50%;
    margin-top: 10px;
    right: 20px;
    width: 164px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-color: #f5758b;
    color: #fff;
    font-size: 15px;
    z-index: 800;
    border: 0 none;
    border-radius: 5px;
    overflow: hidden;
  }
  .tanchumubu{
	display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    z-index: 88;
    overflow: hidden;
}
.hiddens{
	overflow: hidden;
}
 .erweima-block{
	display: none;
	width: 220px;
	height: 220px;
	padding: 10px 20px 30px 20px;
	background: #FFFFFF;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 999;
	margin-top: -110px;
	margin-left:-110px;
}

/*联系我们*/
.advice{
    padding-top: 20px;
    padding-left: 150px;
    position: fixed;
    z-index: 999;
    right:0;
    bottom: 180px;
}
.advice-menu{
    background-color: rgba(51, 202, 229, 0.8);
    width: 29px;
    text-align: center;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    color: #fff;
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
}
.img-et{
    display: inline-block;
    width: 19px;
    height: 12px;
    margin-bottom: 5px;
    background: url("../img/fuhe.png") -80px 0;
}
.advice-items{
    display:none;
    padding: 20px;
    background-color: #fff;
    position: absolute;
    right: 0;
    margin-right: 40px;
    bottom: 0;
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.15);
    white-space: nowrap;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
}
.advice-items .hd{
    text-align: right;
}
.img-close {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url("../img/fuhe.png") 0 0;
}
.advice-items ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.advice-menu i {
    display: block;
    margin-top: -5px;
}
.img-tel{
    display: inline-block;
    width: 24px;
    height: 25px;
    background: url("../img/tel.png");
}
.img-drcloud {
    display: inline-block;
    width: 24px;
    height: 25px;
    background: url("../img/fuhe.png") -50px 0;
}
.advice-item-desc{
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
    margin-top: -10px;
}
.advice-item-desc a {
    color: #373D41;
    line-height: 24px;
    font-size: 14px;
    margin: 0;
    text-decoration: none;
}
.advice-item-desc a:hover{
    color: #00C1DE;
}
.advice-item-desc p{
    color: #9B9EA0;
    line-height: 24px;
    font-size: 12px;
    margin: 0;
}
.img-connect {
    display: inline-block;
    width: 24px;
    height: 25px;
    background: url("../img/fuhe.png") -20px 0;
}

/*行业百科 首页底部开始*/
.section-articlelist{
    margin-top: 60px;
    overflow: hidden;
}
.section-articlelist a{
    font-size: 14px;
    color: #2a2b30;
}
.section-articlelist a:hover{
    color: #036fe2;
}
.section-articlelist .titleinfo{
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  margin-bottom: 8px;
}
.listtext .more-read{
    float: right;
    margin-top: 12px;
}
.listtext .more-read a{
    color: #036fe2;
}
/*行业百科 首页底部结束*/
.animate-item {
    position: relative;
}
#product {
	overflow: hidden;
}
#product .item-wrap {
    height: 640px;
    background-size: 100%;
}
.item-wrap.left-wrap{
	float:left;
	width: 50%;
}
 .item-wrap.right-wrap{
 	float:left;
	width: 50%;      
}
.item-wrap img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#product .item-wrap .product-jianjie{
    width: 440px;
    height: 580px;
    margin: 0 auto;
    opacity: 0;
    -webkit-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
}
#product .hd {
    color: #fff;
    font-size: 21px;
}
.product-jianjie .hd {
    margin-top: -25px;
    margin-left: 80px;
    margin-bottom: 50px;
}

#product  .jianjie-item .title {
    padding-bottom: 14px;
}
#product .jianjie-item .title .chinese {
    font-size: 18px;
}
#product .jianjie-item .chinese {
    color: #fff;
}
#product  .jianjie-item .english {
    color: #a2a2a2;
}
#product  .english {
    font-size: 12px;
    color: #707070;
}
#product .item-wrap .product-jianjie .jianjie-item {
    padding: 23px 0 0 78px;
    height: 140px;
    opacity: 0;
    position: relative;
}
#product .chinese {
	margin-top:5px;
    font-size: 13px;
    color: #000;
}
#product .show-animate .product-jianjie {
	width: 100%;
    padding-top: 60px;
    opacity: 1;
}
#product .show-animate .product-jianjie .bd .item-2 {
    padding-top: 3px;
    opacity: 1;
    -webkit-transition: all 2s ease-in-out .4s;
    transition: all 2s ease-in-out .4s;
}
#product .show-animate .product-jianjie .bd .item-3 {
    padding-top: 40px;
    opacity: 1;
    -webkit-transition: all 2s ease-in-out .8s;
    transition: all 2s ease-in-out .8s;
}
#product .show-animate .product-jianjie .bd .item-1 {
    padding-top: 3px;
    opacity: 1;
    -webkit-transition: all 2s ease-in-out 1.2s;
    transition: all 2s ease-in-out 1.2s;
}
.section-fourtwo{
	padding-top: 50px;
}
.section-fourtwo h4 {
	padding: 0 10px;
    line-height: 47px;
    font-size: 30px;
    color: #454545;
    text-align: center;
    font-weight: 100;
}

.section-fourtwo .tips {
	padding: 0 10px;
    display: block;
    height: 29px;
    line-height: 29px;
    font-size: 15px;
    color: #999999;
    text-align: center;
}
.section-four h4 {
    line-height: 47px;
    font-size: 30px;
    color: #454545;
    text-align: center;
    font-weight: 100;
}

.section-four .tips {
    display: block;
    height: 29px;
    line-height: 29px;
    font-size: 15px;
    color: #999999;
    text-align: center;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%…2L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E);
    right: 10px;
    background-size: 50%;
    left: auto;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%…19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E);
    left: 10px;
     background-size: 50%;
    right: auto;
}

/*footer开始*/
.public-page-footer {
    margin-top: 100px;
    width: 100%;
    background: rgba(1,1,1,0.9);
}
.public-page-footer a{
	color: #666666;
}
.linkmain {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.contact {
    margin: 80px 0 30px 0;
}
.contact dd {
    color: #feffff;
    margin-bottom: 5px;
}
.bottom_content {
    color: #666666;
    line-height: 2.5;
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    border-top: 1px solid #323232;
}
.wxewm {
    position: absolute;
    left: 740px;
    top: 20px;
    width: 130px;
    height: 130px;
}
.wxewm img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* cat */
.width-26{
	width: 22%;
	float: left;
}
.section-one .slide-box.width-26{
	 margin: 0 1.25% 25px 1.25%;
}

/* single*/
.page-content {
    margin-top: 50px;
}
.news-page {
    padding: 68px 0 90px;
}
.page-content .news-page-title {
    font-size: 30px;
    line-height: 58px;
    color: #333;
}
.news-page .news-page-info {
    color: #999;
    line-height: 30px;
}
.news-page-info .news-page-time {
    font-size: 14px;
    margin-right: 15px;
}
.news-page-info .news-page-svn {
    font-size: 14px;
}
.news-page .news-tag {
    padding-bottom: 20px;
}
.news-tag .news-tag-title {
    font-size: 14px;
    margin-right: 15px;
}
news-tag .news-tag-item {
    font-size: 14px;
    color: #0073eb;
}
.news-tag a {
    color: #0073eb;
    margin-right: 15px;
    display: inline-block;
}
.news-page-content {
    margin-top: 20px;
    min-height: 280px;
    padding-bottom: 44px;
}
.news-page-content p {
    font-size: 15px;
    color: #333;
    box-sizing: border-box !important;
    word-wrap: break-word !important;
    letter-spacing: 1px;
    line-height: 30px;
}
.news-page-content img{
    max-width: 100%!important;
}
.nopadding {
    padding-left: 0;
    padding-right: 0;
}
.recent-news-title {
    font-size: 16px;
    color: #333;
    line-height: 16px;
    padding: 80px 0 36px;
}
.recent-news-item {
    font-size: 14px;
    padding: 0 0 30px 10px;
    width: 270px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}
.recent-news-item a:hover {
    text-decoration: underline;
}
.recent-news-item a {
    color: #666;
}
.news-page-more a, .news-page-next, .news-page-next a {
    font-size: 14px;
    color: #666;
    line-height: 34px;
    width: 700px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*分页*/
.fenye{
    text-align: center;
    line-height:40px;
}
.readmore{
    margin-top: 50px;
    margin-bottom: 20px;
}
.fenye a{
    background-color: #fff;
    padding:12px; 
    margin-right:-1px;
    color: #333;
    border: 1px solid #EEE;

}
.fenye a:hover{
    color: #FF552E;
}
.crumbs_navigation .current{
    font-size: 12px;
    color: #888;
}
.fenye .current{
    background-color:  #555;
    color: #fff;

}
.fenye .current:hover{
    color: #fff;
    text-decoration: none;
}
.post-nav{
    padding: 20px;
}
.post-nav a{
    color: #333;
}
.bread-nav{
    font-size: 15px;
    padding-top: 30px;
}
.bread-nav a{
    color: #333;

}
.bottom_content ul{
    overflow: hidden;
}
.bottom_content ul li{
    padding: 0 10px;
    float: left;
    position: relative;
}
.public-page-footer .bottom_content ul li a:after{
     content: '';                
     position: absolute;   
     top: 10px;  
    right: 2px;
     background: #333;  
     width: 1px;
    height: 15px;

}
/* page*/
.news-banner {
    position: relative;
    margin-top: 50px;
    height: 256px;
}
.news-banner-shape {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.6);
}
.news-title {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.news-title p {
    color: #fff;
    font-size: 48px;
    line-height: 48px;
    padding: 106px 0 124px;
    text-align: center;
}
.page-content {
    margin-top: 50px;
}
.page-page {
    padding: 0 0 90px 0;
}
.news-page-content {
    min-height: 280px;
    padding-bottom: 44px;
}
.news-page-content p {
	 margin-bottom: 20px;
    font-size: 15px;
    color: #333;
    box-sizing: border-box !important;
    word-wrap: break-word !important;
    letter-spacing: 1px;
    line-height: 30px;
}
.news-banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*产品介绍*/
.news-item {
    margin-bottom: 40px;
}
.news-item-title a {
    font-size: 18px;
    color: #333;
    line-height: 38px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.news-content .news-list .news-item .news-item-area .news-item-txt p {
    color: #666;
    white-space: normal;
    font-size: 14px;
    line-height: 26px;
    width: 770px;
    margin: 4px 0;
}
.news-content .news-list .news-item .news-item-area .news-item-more a {
    color: #0073eb;
    line-height: 34px;
}
.tag-list {
    padding-left: 80px;
}
.tag-list-title {
    font-size: 16px;
    color: #333;
    margin: 10px 0 34px;
    line-height: 16px;
}
.tag-cloud-link {
    line-height: 14px;
    margin-right: 28px;
    margin-bottom: 34px;
    display: inline-block;
    white-space: nowrap;
    font-size: 14px;
    color: #666;
}
.news-banner {
    position: relative;
    margin-top: 50px;
    height: 256px;
}
.news-content {
    margin-top: 70px;
}
.news-item-title a:hover{
    color:#0073eb;
   
}
/* 评论表单*/
#commentform .panel{
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0px 0px 5px 1px #efebeb;
    box-shadow: 0px 0px 5px 1px #efebeb;
    border-radius: 3px;
    border-top: 1px solid #efefef;
}
#commentform  .panel .fabiao-title{
    overflow: hidden;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #efefef;
    padding: 0 0 0 16px;
    font-size: 16px;
    font-weight: 700;
    color: #151519;
}
#commentform .form-content{
    padding: 16px 16px;
}
#commentform .form-item{
    margin-bottom: 22px;
}
#commentform .form-title{
    text-align: right;
    font-size: 14px;
    color: #606266;
    line-height: 40px;
    padding: 0 12px 0 0;
    font-weight: normal;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#commentform .submit-tijiao{
    height: 40px;
    width: 200px;
    border: 0;
    line-height: 40px;
    background: #3a8ee6;
    color: #fff;
    border-radius: 3px;
    transition: .3s;
    
}
#commentform .reset-tijiao{
    height: 40px;
    width: 200px;
    outline: 0;
    border:1px solid #dcdfe6;
    line-height: 40px;
    background: #ffffff;
    color: rgb(96, 98, 102);
    border-radius: 3px;
    transition: .3s;
}
#commentform .submit-tijiao:hover{
    background: #66b1ff;
}
#commentform .reset-tijiao:hover{
    color: rgb(64, 158, 255);
    background-color: rgb(236, 245, 255);
    border-color: rgb(198, 226, 255);
}
#commentform .btn-submit{
    text-align: center;
}
#commentform .required{
    color: #f56c6c;
}
#commentform .form-group{
    position: relative;
}
#commentform .prompot.false{
    position: absolute;
    color: #ff4949;
    top: 40px;
    left: 18%;
}
#commentform .form-group.bighe .prompot.false{
     position: absolute;
    color: #ff4949;
    top: 112px!important;
    left: 18%;
}
@media (max-width: 768px) {
	.left-nav{
		display: none;
	}
    .advice{
        display: none;
    }
    .tuiguang .head-bg{
	height: 300px;
    }
	.diandian-line {
    padding-top: 60px; 
    }
    .head-title{
	font-size: 20px;	
	
   }
   .big{
	font-size: 35px;
}
.head-bg .diandian-line p {
	display: none;
}
.download-line .btn {
    display: block;
    width: 100px;
    height: 40px;
    line-height: 40px;
}
.section-one .ao {
    margin-top: 10px;
}
.section-one .slide-bg {
   height: 150px;
}
.section-one .slide-title {
    padding: 0;
}

.section-two h4 {
    font-size: 20px;
   
}
#product .item-wrap {
    height: 300px;
 }
 .product-jianjie .hd {
	 margin-left: 10px;
   margin-bottom: 10px;
    }
    #product .item-wrap .product-jianjie .jianjie-item {
     padding: 23px 3px 0 10px;
     height: 55px;
}
#product .english{
	display: none;
}
#product .jianjie-item .title .chinese {
    height: 40px;
    overflow: hidden;
    font-size: 16px;
}
#product .chinese {
    height: 33px;
    overflow: hidden;
    font-size: 13px;
}
#product .show-animate .product-jianjie {
    
    padding-top: 40px;
  
}
.section-mendian .section-title {
    font-size: 20px;
    padding: 40px 0 20px;
    }
  .section-fourtwo h4 {
    line-height: 47px;
    font-size: 20px;
    
}
 .section-three h4 {
    line-height: 47px;
    font-size: 20px;
    
}
.section-three .swiper-container {
    width: 100%;
    overflow: hidden;
}
.section-four h4 {
	padding: 0 10px;
    font-size: 20px;
    
}
.section-four .tips {
	padding: 0 10px;
	}
	.section-five .table {
   
    margin-left: 0px;
    
}
.section-five .table .tbody .tr .td2 {
    padding-left: 5px;
    overflow:hidden;
    text-overflow:ellipsis;
   white-space: nowrap;
    }
    .section-five .head {
    font-size: 20px;
 
}
.section-five {
	margin-top: 0;
}
.width-26{
	width: 100%;
	float: left;
}
    .section-one .width-26 .slide-title{
    	margin: 65px 55px 0 55px;
    }
	  .section-one .slide-box.width-26 {
     margin-left: 0;
}
 .section-two .fangan .fang-block{
        padding-left: 0;
    }
.section-one .section-title {
    font-size: 20px;
    padding: 20px 0 20px;
}

#product .jianjie-item .desc{
        display:none;
    }
    #product .show-animate .product-jianjie .bd .item-3 {
    padding-top: 20px;
}
/* 表单*/
   #commentform .prompot.false{
    position: absolute;
    top: 80px;
    left: 10%;
}
#commentform .form-group.bighe .prompot.false{
     position: absolute;
    color: #ff4949;
    top: 159px!important;
    left: 10%;
}
  #commentform .submit-tijiao{   
    width: 80px;
    margin-left: -40px;
}
#commentform .reset-tijiao{
    width: 80px;  
    margin-left: 10px;
}
}