:root{
    --red--:#E60012;
    --green--:#FEB447;
    --title--:#303133;
    --green--:#0046AF;
    --font--:#606266;
}
*{
    box-sizing: border-box;
    padding:0;
    margin:0;
    font-family:'Arial';
}
ul,li{
    list-style: none;
    margin-bottom:0;
}
a:hover,
a{
    text-decoration: none;
    color:var(--font--);
}
img{
    border:none;
    max-width:100%;
}
::selection {
    background:var(--red--); 
    color:#fff;
}   
::-moz-selection {
    background:var(--red--); 
    color:#fff;
}  
::-webkit-selection {
    background:var(--red--); 
    color:#fff;
}
.cl{
    clear: both;
}
.containers{
    max-width:1200px;
    margin:0 auto;
}
.header .containers{
    height:140px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo{
    width: 451px;
    height: 68px;
}
.adva{
    width: 232px;
    height: 64px;
    margin-right:40px;
}
.tel{
    position: relative;
}
.tel::before{
    content:'';
    width: 45px;
    height: 45px;
    position: absolute;
    left:-50px;
    top:50%;
    transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    background:url(../images/tel.svg) no-repeat;
}
.tel span{
    font-size: 23px;
    line-height: 26px;
    color: #303133;
}
.tel span b{
    letter-spacing: 3px;
    color:#E60012;
    font-weight:bold;
    font-size:26px;
}
.menu{
    height:56px;
    background-color: #E60012;
    line-height:56px;
}
.menu .containers>ul>li{
    float:left;
    width:150px;
    height:56px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s;
    position: relative;
}
.menu .containers>ul>li.active,
.menu .containers>ul>li:hover{
    background-color: #FEB447;
}
.menu .containers>ul>li:first-child::before{
    content:'';
    width:20px;
    height:18px;
    background:url(../images/home.svg) no-repeat;
    margin-right:5px;
}
.menu .containers>ul>li>a{
    font-size: 19px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #FFFFFF;
}
.menu .containers>ul>li>dl{
    position: absolute;
    background: #fff;
    width:150px;
    z-index: 444;
    top:56px;
    left:50%;
    transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
    -o-transform:translateX(-50%);
    border-radius: 0 0 10px 10px;
    display:none;
}
.menu .containers>ul>li>dl>dd{
    height:42px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu .containers>ul>li>dl>dd:hover{
    background-color: #E60012;
}
.menu .containers>ul>li>dl>dd:hover a{
    color:#fff;
}
.banner .slick-dots{
    bottom:30px;
}
.banner .slick-dots li{
    height:12px;
    width:12px;
    background: rgba(255, 255, 255, .6);
}
.banner .slick-dots li.slick-active{
    border: 2px solid #E60012;
    background: none;
}
.about{
    height:700px;
}
.probox-top,
.core-top,
.about-top{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    margin-top:104px;
}
.probox-top p,
.core-top p,
.about-top p{
    font-size: 26px;
    line-height: 26px;
    letter-spacing: 0.01em;
    color: #303133;
    position: relative;
    margin-top:22px;
}
.probox-top p::before,
.core-top p::before,
.about-top p::before{
    content:'';
    position: absolute;
    width: 37px;
    height: 5px;
    background: #E60012;
    top:-15px;
}
.about-main{
    display: flex;
    justify-content: space-between;
    margin-top:50px;
}
.about-desc{
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.01em;
    color: #606266;
    width:588px;
}
.about-desc p{
    text-indent: 2rem;
}
.about-img{
    position: relative;
}
.about-img::after{
    content:'';
    position: absolute;
    width: 320.93px;
    height: 144px;
    background: #FEB447;
    top:-47px;
    right:-30px;
    z-index: -1;
}
.about-info{
    display:flex;
    justify-content: space-between;
    margin-top:40px;
}
.about-info-li>span{
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 0.01em;
    color: #606266;
}
.about-info-li p{
    margin-top:20px;
    display: flex;
    align-items: flex-end;
}
.about-info-li p span{
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 0.01em;
    color: #303133;
    margin-left:20px;
}

.core{
    height:749px;
    background:url(../images/core.jpg) no-repeat center;
    background-size:cover;
}
.core-top{
    margin-top:0;
    padding-top:130px;
}
.core-top p{
    color:#fff;
    margin-top:46px;
}
.core-top p::before{
    background-color: #fff;
    top:-28px;
}
.core-title{
    display: flex;
    font-size: 36px;
    line-height: 50px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    margin:56px 0 38px 0;
}
.core-title p{
    font-size:24px;
    letter-spacing:3px;
}
.core-ul{
    position: relative;
}
.core-ul::after{
    content:'';
    width:80px;
    height:70px;
    background:url(../images/core-ul.svg) no-repeat;
    position: absolute;
    bottom:30px;
    left:380px;
}
.core-li{
    font-size: 22px;
    line-height: 38px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    position: relative;
    margin-left:28px;
    padding-left:36px;
}
.core-li::before{
    content:'';
    width:22px;
    height:22px;
    background:url(../images/core-li.svg) no-repeat;
    position: absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -o-transform:translateY(-50%);
}
.probox{
    min-height:1020px;
}
.probox-t{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top:116px;
}
.probox-top{
    margin-top:0;
}
.probox-top p{
    margin-top:34px;
}
.probox-top p::before{
    top:-18px;
}
.probox-more{
    width: 189px;
    height: 58px;
    background: #FEB447;
    border-radius: 8px;
    display: flex;
    align-items:center;
    justify-content:center;
    margin-top:40px;
}
.probox-more a{
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
}
.probox-more:hover{
    background:#E60012;
}
.probox-main{
    display: flex;
    justify-content:space-between;
    margin-top:52px;
}
.probox-side{
    width:330px;
    height:auto;
    background: #E60012;
    border-radius: 10px;
    padding:32px 15px 48px 12px;
}
.probox-side-li{
    border-bottom:1px solid rgba(255, 255, 255, .4);
}
.probox-side-li>a{
    display: flex;
    align-items: center;
    padding:18px 0 18px 12px;
    transition: all .5s;
}
.probox-side-active>a{
    background-color: #fff;
    border-radius: 23px;
    margin-bottom:0;
}
.probox-side-li:last-child>a{
    margin-bottom:16px;
}
.probox-side-li.probox-side-active a span{
    color: #E60012;
}
.probox-side-li>a span{
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    margin-left:24px;
    transition: all .5s;
}
.side-word{
    width:100px;
}
.probox-side-li>a p{
    width:76px;
    height:76px;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content:center;
    align-items: center;
}
.probox-side-li>a p img{
    max-width:74px;
    max-height:74px;
}
.probox-side-li ul{
    display: none;
    padding:5px 10px;
    transition: all .5s;
}
.probox-side-li.probox-side-active ul{
    display: block;
}
.probox-side-li ul li{
    padding:30px 10px 30px 50px;
    position: relative;
    display: flex;
    align-items: center;
    transition: all .4;
}
.probox-side-li ul li.active {
    background: #FEB447;
    border-radius: 20px;
    padding:20px 10px 20px 50px;
    margin:10px 0;
}
.probox-side-li ul li::before{
    content:'';
    width:26px;
    height:26px;
    background:url(../images/star.svg) no-repeat center;
    position: absolute;
    left:10px;
    top:50%;
    transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -o-transform:translateY(-50%);
}
.probox-side-li ul li.active::after{
    content:'';
    width:30px;
    height:30px;
    background:url(../images/line.svg) no-repeat center;
    position: absolute;
    right:8px;
    top:50%;
    transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -o-transform:translateY(-50%);
}
.probox-side-li ul li a{
    font-size: 24px;
    line-height: 26px;
    display: flex;
    align-items: flex-end;
    letter-spacing: 0.01em;
    color: #FFFFFF;
}
.probox-ul{
    width:848px;
}
.probox-li{
    float:left;
    margin:20px 16px 20px 0;
    overflow: hidden;
}
.probox-li:nth-child(3n+0){
    margin-right:0;
}
.probox-pic{
    width: 272px;
    height: 280px;
    overflow: hidden;
    border: 1px solid #E4E7ED;
    border-radius: 8px;
}
.probox-pic a{
    display:flex;
    align-items: center;
    justify-content: center;
    width:100%;
    height:100%;
}
.probox-pic img{
    max-width: 90%;
    max-height: 90%;
    transition: all .3s;
}
.probox-pic:hover a img{
    transform: scale(1.1);
}
.probox-li>a{
    display:block;
    width:272px;
    margin-top:20px;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #303133;
    text-align: center;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.taste{
    height:340px;
    background:url(../images/taste.jpg) no-repeat top;
    background-size:100% 100%;
}
.taste .containers{
    display: flex;
    justify-content: space-between;
    padding-top:12px;
}
.taste-eng{
    margin-top:40px;
}
.taste-tel{
    display:flex;
    justify-content: center;
    padding-left: 70px;
}
.taste-tel p{
    font-size: 23px;
    line-height: 26px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    margin-top:20px;
    position: relative;
    padding-left:90px;
}
.taste-tel p::before{
    content: '';
    width:45px;
    height:45px;
    background:url(../images/taste-tel.svg) no-repeat;
    position: absolute;
    left:40px;
    top:50%;
    transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -o-transform:translateY(-50%);
}
.taste-tel span{
    font-size:30px;
    color:#FEB447;
}
.news{
    height:765px;
    background:url(../images/news-bg.jpg) no-repeat;
    background-size: 100% 100%;
    padding-top:118px;
    margin-top:-50px;
}
.news .containers{
    display: flex;
    justify-content: space-between;
}
.news-l{
    width:578px;
}
.news-top{
    display: flex;
    justify-content: space-between;
    padding:18px 0;
    position: relative;
}
.news-top::before{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width: 37px;
    height: 5px;
    background: #E60012;
}
.news-name{
    display: flex;
}
.news-name span{
    font-size: 26px;
    line-height: 26px;
    letter-spacing: 0.01em;
    color: #303133;
}
.news-name p{
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #303133;
    margin-left:14px;
}
.news-more{
    position: relative;
    padding-right: 24px;
}
.news-more::after{
    content:'';
    width:24px;
    height:24px;
    background:url(../images/news-more.svg) no-repeat;
    position: absolute;
    right:0;
    top:0;
}
.news-more a{
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.01em;
    color: #C0C4CC;
}
.news-appoint{
    display: flex;
    justify-content: space-between;

    margin-top:32px;
}
.news-pic{
    width:237px;
    height:163px;
}
.news-desc{
    width:341px;
    border: 1px solid #E4E7ED;
    display: flex;
    flex-direction: column;
    padding:15px;
}
.news-desc a{
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.01em;
    color: #303133;
    margin-top:15px;
    display: block;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.news-desc p{
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: #606266;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin:6px 0 13px 0;
}
.news-desc span{
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #909399;
}
.news-ul{
    margin-top:34px;
}
.news-ul ul li{
    margin:18px 0;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.news-ul ul li::before{
    content:'';
    width:5px;
    height:5px;
    border-radius: 50%;
    background: #303133;
    position: absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -o-transform:translateY(-50%);
}
.news-ul ul li a{
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.01em;
    color: #303133;
    display:block;
    margin-left:12px;
    width:460px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.news-ul ul li span{
    display: block;
    width:80px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #909399;
}

.foot{
    height:454px;
    background: #21252E;
    padding-top:50px;
}
.foot .containers{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.foot-main{
    display: flex;
    justify-content: space-around;
    width:100%;
    padding-bottom:46px;
}
.foot-code>span,
.foot-tel>span{
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    position: relative;
}
.foot-code>span::before,
.foot-tel>span::before{
    content:'';
    width:20px;
    height:20px;
    background:url(../images/foot-tel.svg) no-repeat;
    position: absolute;
    left:-30px;
    top:50%;
    transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -o-transform:translateY(-50%);
}
.foot-code>span{
    padding-left:20px;
}
.foot-code>span::before{
    width:21x;
    height:21px;
    background:url(../images/foot-code.svg) no-repeat;
    left:-10px;
}
.foot-code{
    width:440px;
}
.code{
    display:flex;
    width:100%;
    justify-content:space-between;
    margin-top:20px;
}
.code-li span{
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #909399;
    display: block;
    width:100%;
    margin-top:10px;
}
.code-li p{
    width:111px;
    height:108px;
    background:url(../images/code.png) no-repeat;
    display: flex;
    justify-content: center;
    align-items:center;
}
.foot-tel ul {
    margin:14px 0;
}
.foot-tel ul li{
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 0.01em;
    color: #C0C4CC;
}
.foot-tel ul li b{
    color:#FEB447;
}
.foot-logo{
    margin-bottom:20px;
}
.foot-nav>a{
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #FFFFFF;
}
.foot-nav ul{
    margin-top:20px;
}
.foot-nav ul li{
    margin:10px 0;
}
.foot-nav ul li a{
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.01em;
    color: #C0C4CC;
}
.foot-nav:first-child ul li a{
    color:#ffffff;
}
.copy{
    height:56px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, .2);
}
.copy p a,
.copy p{
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #909399;
    opacity: 0.4;
}

.page-bar{
    height:400px;
    overflow: hidden;
    background:url(../images/page-bar.jpg) no-repeat center;
    background-size:100% 100%;
    width:100%;
}
.page-bar .containers{
    position: relative;
    height:100%;
}
.page-name{
    position: absolute;
    bottom:180px;
    font-size:28px;
    color:#fff;
}
.nav{
    height:48px;
    line-height:48px;
    border-bottom: 1px solid rgba(139, 23, 26, .05);
}
.nav,
.nav span,
.nav a{
    font-size:14px;
    color:#8d8d8d;
    padding:0 6px;
}
.nav span{
    position: relative;
}
.page .probox{
    height:auto;
}
.page .probox-main{
    margin-top:0;
    padding:50px 0 40px 0;
    align-items: flex-start;
}
/*
.page .probox-ul{
    flex:1;
}
.page .probox-li:nth-child(3n+0){
    margin-right:16px;
}
.page .probox-pic{
    width:284px;
    height:290px;
}*/
.page .probox-li{
    margin-top:10px;
}
.page .probox-li:nth-child(-n+3){
    margin-top:0px;
}
.pagination {
	display: inline-block;
	border-radius: 4px;
}
.pager {
	display: flex;
	justify-content: center;
	margin:4rem 0 4rem 0;
	width:100%;
}
.pager li {
	display: inline;
}
.pager li span,  .pager li a {
	margin:0 8px;
	padding:7px 12px;
    background:#E60012;
	color:#fff;
    border-radius:4px;
    border-color:#fff;
}
.pager li a:hover,
.pagination > .active > span {
	background:#FEB447;
	color:#fff;
    border-color:#fff;
}
.pagination > .disabled > span {
	background: white !important;
	color:#666666;
    border-color:#fff;
}
.videoed { display:none; width:50px; height:50px; position: absolute; left:45%; top:45%; z-index:99; border-radius:100%; }
.videos{ display:none; border: 1px solid #080808; position:fixed; left:50%; top:50%; margin-left:-320px; margin-top:-210px; z-index:100; width:640px; height:360px; }
.vclose { position:absolute;right:1%; top:1%; border-radius:100%; cursor: pointer; }
.newsbox{
    padding:20px;
}
.news-li{
    padding:28px 0;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    justify-content: space-between;
}
.newsbox-info{
    flex: .95;
    padding-left:5px;
}
.newsbox-info a{
    font-size:16px;
    color:#444444;
    position: relative;
    padding-left:20px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.newsbox-info a::before{
    content: '';
    width:6px;
    height:6px;
    background: #b6b6b6;
    border-radius: 50%;
    position: absolute;
    top:50%;
    left:0;
    transform: translateY(-50%);
}
.newsbox-info p{
    font-size:14px;
    color:#8e8e8e;
    line-height:24px;
    margin-top:12px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-time{
    width:72px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.news-time span{
    font-size:18px;
    color:#8e8e8e;
}
.news-time a{
    display: flex;
    align-items: center;
    padding:0 16px;
    position: relative;
    margin-top:16px;
}
.news-time a::before{
    content: '';
    width:1px;
    height:16px;
    background: #d2d2d2;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    left:0;
}
.joinbox{
    padding:30px 0;
}
.joinbox table tr{
    cursor: pointer;
}
.joinbox table tr:hover{
    background:rgba(254, 180, 71, .1);
}
.joinbox table tr th{
    height: 50px;
    background: #E60012;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #fff;
}
.joinbox table tr td{
    height:5.4rem;
    text-align: center;
}
.joinbox table tr td.joinbox-content{
    border-bottom: 1px solid #EBEEF5;
    font-size: 16px;
    letter-spacing: 0.01em;
    color: #606266;
    line-height: 1.8;
    padding:10px 20px;
    display: none;
    height:auto;
    text-align: left ;
    width:100%;
    background:#fafafa;
}
.joinbox table:nth-child(2) tr td.joinbox-content{
    display:table-cell;
}
.joinbox-content p{
    margin: 0;
}
.telbox{
    padding:20px 0;
}
.view{
    padding:50px 020px;
}
.title{
    font-weight: 700;
    font-size: 32px;
    line-height: 2;
    text-align: center;
    letter-spacing: 0.01em;
    color: #303133;
}
.time{
    border-top: 1px solid #EBEEF5;
    border-bottom: 1px solid #EBEEF5;
    margin-top:26px;
    height:70px;
    width:100%;
    display:flex;
    align-items: center;
    position: relative;
}
.time span{
    position: relative;
    margin-left:70px;
    font-size: 16px;
    line-height:1.5;
    letter-spacing: 0.01em;
    color: #909399;
}
.time span:nth-child(1)::before{
    content:'';
    width:22px;
    height:22px;
    background:url(../images/time.svg) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    left:-30px;
    top:50%;
    transform:translateY(-50%) ;
    -ms-transform:translateY(-50%);
    -moz-transform:translateY(-50%); 
    -webkit-transform:translateY(-50%); 
    -o-transform:translateY(-50%);
}
.time span:nth-child(2)::before{
    content:'';
    width:26px;
    height:26px;
    background:url(../images/views.svg) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    left:-30px;
    top:50%;
    transform:translateY(-50%) ;
    -ms-transform:translateY(-50%);
    -moz-transform:translateY(-50%); 
    -webkit-transform:translateY(-50%); 
    -o-transform:translateY(-50%);
}
.time span:nth-child(3){
    position: absolute;
    right:40px;
    top:50%;
    transform:translateY(-50%) ;
    -ms-transform:translateY(-50%);
    -moz-transform:translateY(-50%); 
    -webkit-transform:translateY(-50%); 
    -o-transform:translateY(-50%);
}
.content{
    padding:35px 20px;
}
.tool{
    text-align: left;
    padding:20px 0px;
}
.tool ul{
    padding:0;
    display: flex;
    justify-content: space-between;
}
.tool ul li{
    color:#464646;
    height:30px;
    line-height:30px;
    font-size:14px;
	overflow:hidden;
}
.tool ul li a{
    margin-left:2rem;
    font-size:14px;
    color:#464646;
}
.video-main .probox-ul{
    width:100%;
}
.video-main .probox-li:nth-child(3n+0){
    margin-right:16px;
}
.video-main .probox-li:nth-child(-n+4){
    margin-top:0;
}
.video-main .probox-pic{
    border-radius:0;
    width:284px;
}
.page{
    position: relative;
}
#side{
    position: absolute;
    top:-50px;
}
.cont_bg img {
    width: 609px;
}
.cont_bg {
    height:580px;
    padding-top: 85px;
	background-color: #f4f6fb;
}
.cont_bg .cont_bg_main {
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.cont_bg_main {
	width: 1300px;
	margin: 0 auto;
}
.cont_bg .cont_box {
	width: 665px;
	background: #fff;
	box-sizing: border-box;
	padding: 32px;
	position: relative;
}
.cont_bg .cont_tit {
	font-size: 26px;
	line-height: 45px;
	width: 500px;
}
.cont_bg .cont_tit small {
	font-size: 24px;
	display: block;
}
.cont_bg .box1 {
	margin-top: 20px;
}
.cont_bg .box span {
	font-size: 24px;
	display: block;
	margin-bottom: 10px;
}
.cont_bg .box1 p, .cont_bg .box2 p {
	background-size: 20px !important;
}
.cont_bg .box p {
	font-size: 20px;
	line-height: 50px;
	padding-left: 33px;
}
.cont_bg .cont_box::after {
	content: " ";
	display: block;
	width: 598px;
	height: 1px;
	background: #EBEEF5;
	position: absolute;
	left: 30px;
	top: 170px;
}
.hello {
	font-size: 34px;
}
.zhaopian {
	height: 400px;
}
.cont_box {
	height: 400px;
}
.hello_small{
	background: url(../images/hello_add.png) no-repeat left center; 
	background-size: 25px;
	padding: 30px;
}
.cont_p1{
	background: url(../images/hello_tel.png) no-repeat left center;
}
.cont_p2{
	background: url(../images/hello_p.png) no-repeat left center;
}
.cont_p3{
	background: url(../images/hello_www.png) no-repeat left center;
}

