@charset"UTF-8";
.free, body {
    min-width:1200px
}
a, body {
    color:#081E42
}
*, ul {
    padding:0
}
.btn:hover, .xiaoe-btn-transparent:active, .xiaoe-btn-transparent:focus, .xiaoe-btn-transparent:hover {
    opacity:.8
}
*, .comBtn {
    -webkit-box-sizing:border-box;
    box-sizing:border-box
}
* {
    margin:0
}
body {
    font-family:PingFangSC, "Microsoft Yahei", Helvetica, Tahoma, Arial, "Hiragino Sans GB", "Hiragino Sans GB W3", STXihei, STHeiti, Heiti, SimSun, sans-serif!important;
    font-weight:400;
    background:#fff;
    font-size:14px;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    text-rendering:optimizelegibility
}
a {
    text-decoration:none;
    outline:none;
}
a:focus, a:hover {
    text-decoration:none !important;
}
.hide {
    display:none
}
li, ul {
    list-style:none
}
.pull-right {
	float: right;
}
.pull-left {
	float: left;
}
.nav, .nav-space {
    height:60px
}
[class*=" icon-"], [class^=icon-] {
    font-family:iconfont!important;
    speak:none;
    font-style:normal;
    font-weight:400;
    font-variant:normal;
    text-transform:none;
    line-height:1;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}
.clearfix {
	clear: both;
}
.wrapper {
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
}
.nav-space.nav-space__sp {
    display:none
}
.nav {
    position:fixed;
    left:0;
    top:0;
    width:100%;
    line-height:60px;
    z-index:100;
    border-bottom:1px solid #E2E4EE;
    background:#fff
}
.nav.nav-sp {
    position:static
}
.nav .nav-content {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    width:1200px;
    height:60px;
    margin:0 auto
}
.nav .nav-logo_wrap {
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex
}
.nav .nav-logo {
    height:40px
}
.nav .nav-func {
    height:60px;
    font-size:0
}
.nav-func_item:nth-child(2) .more-list{
	display: none;
}
.nav .nav-func_item {
    position:relative;
    display:inline-block;
    height:inherit;
    margin:0 20px;
    font-size:14px;
    font-weight:500;
    color:#24273C
}
.nav-func_item a:after{
    content: '';
    position: absolute;
    top: 25px;
    width: 10px;
    height: 10px;
    right: -12px;
    background-image: url(../img/tit_arrow.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.nav-func_item:first-child a:after {
	content:'';
	background: none;
}
.nav-func_item:first-child a:after{
	content: '';
}
.nav .nav-func_item:after {
    content:'';
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:2px;
    background:#2A75ED;
    -webkit-transform:scaleX(0);
    transform:scaleX(0);
    -webkit-transform-origin:center;
    transform-origin:center;
    -webkit-transition:-webkit-transform .3s ease-in-out;
    transition:-webkit-transform .3s ease-in-out;
    transition:transform .3s ease-in-out;
    transition:transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}
.nav-func_item a {
    display: block;
    color: #081E42;
}
.nav .nav-func_item:hover .product-list {
    max-height:500px;
    border-bottom:1px solid #E2E4EE
}
.nav .nav-func_item:hover .more-list {
    max-height:500px
}
.nav .more-list, .nav .product-list {
    max-height: 0;
    font-weight:400;
    -webkit-transition: max-height .3s ease-in-out;
    transition: max-height .3s ease-in-out;
    z-index:200;
    overflow:hidden;
}
.nav .maxHeight {
    max-height: 377px;
}
.nav .nav-func_item:hover:after {
    -webkit-transform:scaleX(1);
    transform:scaleX(1)
}
.nav .nav-func_item-new {
    position:relative
}
.nav .nav-func_item-new:before {
    content:'NEW';
    position:absolute;
    right:5px;
    top:10px;
    width:48px;
    height:24px;
    line-height:24px;
    border-radius:12px;
    background:#FF3535;
    text-align:center;
    font-size:12px;
    color:#fff;
    -webkit-transform:scale(.5);
    transform:scale(.5);
    -webkit-transform-origin:right top;
    transform-origin:right top
}
.nav .nav-func_item-select, .nav .nav-func_item:hover, .nav .nav-func_item:hover .arrow-down:before, .nav .nav-item_select, .nav .nav-item_select .arrow-down:before {
    color:#2a75ed
}
.nav .nav-func_item-new:after {
    content:'';
    position:absolute;
    right:14px;
    top:22px;
    border:3px solid transparent;
    border-top:3px solid #FF3535
}
.nav .nav-item_select {
    position:relative
}
.nav .nav-item_select:before {
    content:'';
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:2px;
    background:#2A75ED
}
.nav .nav-more {
    cursor:pointer;
    margin-right:25px
}
.nav .arrow-down {
    position:absolute;
    top:24px;
    right:-16px;
    font-size:12px;
    margin:0 0 0 6px
}
.nav .arrow-down:before {
    color:#353535
}
.nav .product-list {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    position:fixed;
    left:0;
    top:60px;
    width:100%;
    min-width:1200px;
    height:377px;
    background:#fff;
    cursor:default
}
.nav .product-list .product-item {
    width:280px;
    margin:32px 0 0;
    padding:0 0 0 39px;
    -webkit-box-sizing:border-box;
    box-sizing:border-box
}
.nav .product-list .product-item__sp {
    padding:0 20px 0 68px;
    height:281px;
    border-right:1px solid #E2E4EE
}
.nav .product-list .product-item__title {
    line-height:17px;
    font-size:12px;
    color:#415070;
    padding:0 0 0 12px;
    margin:0 0 12px
}
.nav .product-list .product-item__func {
    display:block;
    overflow:hidden;
    padding:0 0 0 12px
}
.nav .product-list .product-item__func:hover {
    background:#f4f6f9
}
.nav .product-list .product-item__func.product-item__func-sp:hover {
    background:#fff
}
.nav .product-list .product-item__name {
    line-height:20px;
    font-size:14px;
    color:#081E42;
    margin:12px 0 5px
}
.nav .product-list .product-item__tip {
    line-height:17px;
    font-size:12px;
    color:#9196A0;
    margin:0 0 12px
}
.nav .product-list .product-item__yunying {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    height:48px;
    font-size:0;
    padding:12px 0 12px 12px
}
.nav .product-list .product-item__yunying-img {
    display:inline-block;
    width:24px;
    height:24px;
    margin:0 16px 0 0;
    background-position:center;
    background-repeat:no-repeat;
    background-size:20px
}
.nav .product-list .product-item__yunying-img1 {
    background-image:url(../fonts/icon-daohang-1.svg)
}
.nav .product-list .product-item__yunying-img2 {
    background-image:url(../fonts/icon-daohang-2.svg)
}
.nav .product-list .product-item__yunying-img3 {
    background-image:url(../fonts/icon-daohang-3.svg)
}
.nav .product-list .product-item__yunying-img4 {
    background-image:url(../fonts/icon-daohang-4.svg)
}
.nav .product-list .product-item__yunying-img5 {
    background-image:url(../fonts/icon-daohang-5.svg)
}
.nav .product-list .product-item__yunying-text {
    color:#081E42;
    font-size:14px
}
.nav .more-list {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    position:absolute;
    left:-12px;
    top:60px;
    width:80px;
    text-align:center;
    font-size:14px;
    border-radius:0 0 4px 4px;
    background:#fff;
    -webkit-box-shadow:0 2px 4px 0 rgba(0, 0, 0, .05), 0 6px 12px 0 rgba(0, 0, 0, .04);
    box-shadow:0 2px 4px 0 rgba(0, 0, 0, .05), 0 6px 12px 0 rgba(0, 0, 0, .04)
}
.nav .more-item {
    display:inline-block;
    line-height:20px;
    margin:26px 0 0
}
.nav .more-item:hover {
    color:#2a75ed
}
.nav .more-item:last-child {
    margin-bottom:26px
}
.nav .nav-func_btn {
    display:inline-block;
    height:30px;
    line-height:28px;
    padding:0 19px;
    font-size:14px;
    text-align:center;
    vertical-align:top;
    margin:15px 0 0;
    border-radius:2px
}
.nav .nav-func_submit {
    margin:16px 16px 0 16px;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    position:relative;
    top:-1px;
    border:1px solid #2A75ED;
    color:#2A75ED
}
.nav .nav-func_forFree {
    background:#2a75ed;
    color:#fff
}



.free .free-content {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    width:1200px;
    margin:0 auto;
    height:inherit
}
.free .free-content img {
    width:500px
}
.free .free-tips {
    width:420px;
    margin:0 0 0 143px
}
.free .free-tips_text {
    line-height:42px;
    font-size:30px;
    color:#fff
}
.free .free-tips_text span {
    font-size:18px;
    line-height:28px;
    margin:6px 0 44px;
    display:block
}
.free .free-tips_btn {
    display:inline-block;
    width:136px;
    height:50px;
    line-height:48px;
    border-radius:2px;
    font-size:18px;
    color:#fff;
    border:1px solid #fff;
    text-align:center
}

/*底部公共*/
.footer {
    font-size: 14px;
    line-height: 1.8;
    color: #a8aaba;
    background: #32333b;
}
.footer_flex {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding:30px 0 20px;
}
.footerList_tit h3{
	margin-bottom: 15px;
    font-size: 18px;
    font-weight: normal;
    color: #d7d8d9;
}
.footerList_tit p {
	width: 100%;
	font-size: 14px;
	margin-bottom: 8px;
    color: #9b9ea0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.footerList_tit p a {
	color: #9b9ea0;
}
.footerList_tit a:hover{
	color: #2a7efb;
}
.product_show {
	display: flex;
	justify-content: space-between;
	width: 170px;
}
.footerList_tit .product_show p{
}
.product_show a {
	display: block;
	margin-bottom: 8px;
}

.focus_nengyu {
	width: 110px;
	height: 110px;
	overflow: hidden;
}
.focus_nengyu img{
	display: inline-block;
	width: 100%;
}

.nengyu_img {
	display: inline-block;
	width: 100%;
}
.websiete_place {
	display: block;
	width: 100%;
	padding:  10px 0;
}
.link {
	padding: 10px 0;
	width: 100%;
	border-top: 1px solid #41424c;
	border-bottom: 1px solid #41424c;
}
.linkText {
	display: inline-block;
	color: #a8aaba;
	font-size: 14px;
	line-height: 16px;
}
.fLink {
	display: inline-block;
}
.fLink a {
	display: inline-block;
	float: left;
	color: #a8aaba;
	padding: 0 10px;
	font-size: 12px;
	border-right: 1px solid;	
	line-height: 12px;
}
.websiete_place b {
	display: inline-block;
	font-size: 15px;
}
.websiete_place a {
	display: inline-block;
	color: #a8aaba;
	padding: 0 7px;
	font-size: 14px;
	line-height: 12px;
}
.fLink a:hover,
.websiete_place a:hover{
	color: #2a7efb;
}
.fLink a:last-child {
	border-right: none;
}
.copyright {
	color: #a8aaba;
	padding: 20px 0;
	font-size: 12px;
	text-align: center;
}
.copyright a {
	color: #a8aaba;
}
.copyright a:hover {
	color: #2a7efb;
	border-bottom: 1px solid #2a7efb;
}
.webInfo-ga-icon{
	display: inline-block;
	width: 12px;
	margin-right: 3px;
}



.hd {
    position: absolute;
    display: block;
    bottom: 10px;
    left: 45%;
    width: 87.0789px;
    height: 14.8219px;
}
.banner{
    z-index:1;
    background-color: #1f2531;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 274px;
    margin-top: 60px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}
.banner_boxs {
    position: relative;
}
.banner_img {
    float: left;
}
.banner_img a {
    display: inline-block;
    width: 100%;
}
.banner_img img {
    display: inline-block;
    width: 100%;
}
.changeColor {
    background-color: red;
}
.banner_len {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}
.banner_len span  {
    margin-right: 10px;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: rgba(255,255,255,0.6);
    cursor: pointer;
}
.banner_len .current {
    background: #fff;
}
.news_left {
    float: left;
    width: 800px;
    margin-top: 20px;
}
.content p {
	text-indent: 0;
}
.news_heade_tit {
    margin-bottom: 30px; 
    clear: both;   
}
.news_heade_tit h3 {
    float: left;
    font-size: 16px;
    border: 1px solid #3499fd;
    color: #3499fd;
    font-weight: 500;
    width: 104px;
    height: 40px;
    line-height: 38px;
    color: #222;
    border-radius: 100px;
    text-align: center;
    cursor: pointer;
    margin-right: 10px;
}
.news_heade_tit li {
    float: left;
    margin-left: 10px;
}
.news_heade_tit a {
    display: block;
    border: 1px solid #3499fd;
    color: #3499fd;
    font-weight: 500;
    width: 104px;
    height: 40px;
    border: none;
    line-height: 38px;
    color: #222;
    border-radius: 100px;
    text-align: center;
    cursor: pointer;
}
.news_boxs_list {
    height: 178px;
    padding:20px 0; 
    border-bottom: 1px solid #eee;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}
.news_boxs_list a {
    height: 100%;
    display: block;
    overflow: hidden;
}
.new_pic {
    float: left;
    width: 249px;
    height: 140px;
    margin-right: 13px;
    overflow: hidden;
}
.new_pic img {
    display: inline-block;
    width: 100%;
}
.new_desc {
    float: left;
    width: 520px;
    height: 100%;
    overflow: hidden;
}
.new_desc h3 {
    font-size: 18px;
    line-height: 28px;
    margin-top: 5px;
    height: 28px;
    color: #212121;
    margin-bottom: 10px;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: normal;
    transition-duration： .3;
}
.news_boxs_list:hover  h3 {
	color:#2a7efb;
}
.new_desc p {
    color: #666;
    font-size: 13px;
    margin-bottom: 10px;
    line-height: 1.7;
    max-height: 47px;
    width: 520px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.new_desc .news_tit{
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
    height: 19px;
    overflow: hidden;
}
.news_btn {
    color: #3499fd;
    font-size: 16px;

}
.news_right {
    float: right;
    width: 380px;
}
.new_news {
    position: relative;
    margin-bottom: 40px;
}
.news_boxs {
	display:block;
    width:790px;
}
.news_boxs_tit {
    position: relative;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    padding: 0 20px 0 34px;
    background: linear-gradient(to right, #2a7efb, #69beff);
    background: -webkit-linear-gradient(to right, #2a7efb, #69beff);
    border-radius: 6px 6px 0 0;
    font-weight: bold;
}
.news_boxs_tit span {
    position: absolute;
    top: 15px;left: 20px;
    content: '';
    width:5px;
    height:20px;
    background: #fff;
}
.banner2_index {
    height: 480px;
    margin-top: 60px;
}
.banner_news {
    width: 100%;
    overflow: hidden;
}
.banner2_news {
    width: 540px;
    height: 340px;
    float: left;
    border-radius: 6px;
    overflow: hidden;
}
.banner2_right {
    float: right;
}
.banner2_right a {
    display: block;
    margin-bottom: 5px;
    border-radius: 6px;
    height: 166px;
    overflow: hidden;
}
.banner2_right img {
    display: inline-block;
    height: 100%;
}
.banner2_news img {
    display: inline-block;
    height: 100%;
}
.news_list_tag {
    color: #999;
    display: inline-block;
    font-weight: bold;
    font-size: 12px;
    background-color: #eee;
    border-radius: 11px;
    padding: 0 10px;
    line-height: 22px;
    height: 22px;
    margin-bottom: 10px;
}
.tag_box a{
    display: inline-block;
    padding: 0 10px;
    line-height: 39px;
    margin:  0 16px 20px 0;
    color: #979797;
    background-color: #f7f7f7;
    border-radius: 10px;
    border-radius: 15px;
}
.articleInfoBox {
    display: block;
    margin: 13px 0 16px;
}
.articleInfoBox span {
    color: #838383;
  	font-size: 13px;
    margin-right: 7px;
}
.articleInfoBox span i{
    margin-right: 7px;
}
.articleInfoBox span i img {
	display:inline-block;
    width: 14px;
}
.news_redian {
    width:380px;
    margin: 20px 0;
}
.news_redian .swiper-container {
	position: relative;
	display: block;
	width: 100%;
	border-radius: 6px;
	
}
.news_redian .swiper-container img{
	display: inline-block;
	width: 100%;
}
.redian_box {
    width: 100%;
    padding-top: 20px;
    border: 1px solid #ddd;
    border-radius: 0 0 6px 6px;
}
.redian_list {
    padding: 0 20px;
	margin-bottom: 15px;
}
.redian_list span {
float: left;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    background-color: #868686;
    border-radius: 2px;
    text-align: center;
}
.redian_list > a {
    float: right;
    display: inline-block;
    width: 301px;
}
.redian_tit{
    width: 100%;
    height: 20px;
    padding-left: 11px;
    line-height: 20px;
    font-size: 14px;
    color: #282828;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.redian_desc {
    height: 0;
    overflow:hidden;
    transition: height .5s;
    color: #999;
    margin-top:8px;
    font-size: 12px;
}
.redian_list.active span {
	background-color: #2a7efb;
}
.redian_list.active .redian_desc{
    height: 33px;
}
.new_slogin img{
        width: 100%
}

.news_BGbanner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 380px;
    margin-top: 60px;
    background-image: url(../img/new_BGbanner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.news_BGbanner_tit h2{
	display: block;
	color: #fff;
	font-size: 32px;
	font-weight: bold;
}
.news_BGbanner p {
    font-size: 18px;
    margin-top: 19px;
    color: #fff;
}
.news_BGbanner a {
	width: 130px;
    height: 38px;
    margin: 35px auto 0;
    background-color: #fff;
    border-radius: 3px;
    color: #000;
    line-height: 38px;
    display: block;
  	text-align:center;
     background-size: cover;
}

    
.news_classify {
	position: relative;
	display: block;
	width: 100%;
}
.news_classify_box {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 1200px;
    margin: 30px auto;
    justify-content: space-between;
}
.news_classify_list {
    position:relative;
    width: 280px;
    height: 105px;
    padding: 0 20px;
    background-image: url(../img/nav3.jpg);
    background-repeat:no-repeat;
  	background-size:contain;
}
.news_classify_list .on img {
	top: 28px;
    opacity:1;
}
.news_classify_list img {
	display: inline-block;
    position: absolute;
    top: 0;right: 30px;
  	opacity:0;
  	transition-duration: .3s;
}
.news_classify_list:hover img{
	top: 28px;
    opacity:1;
}
.news_classify_list:nth-child(3) {
	background-image: url(../img/nav1.jpg);
}
.news_classify_list > a {
	display:block;
}
.news_classify_list h2 {
    font-weight: bold;
    font-size: 24px;
    margin-top: 20px;
    color: #fff;
}
.news_classify_list small {
    display:block;
    font-size: 16px;
    margin-top: 12px;
    color: #fff;
}
.t_redian {
    padding: 0 20px 20px;
    border: 1px solid #eee;
    border-radius: 0 0 6px 6px;
}
.t_redian_list {
	line-height: 50px;
  border-bottom: 1px dashed #e2e2e2;
}
.t_redian_list a {
	display: flex;
    align-items: center;
  	justify-content: space-between;
    width: 100%;
}
.t_redian_tit {
    width: 210px;
    line-height: 50px;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}



.fullSlide {
	width: 100%;
	height: 600px;
	margin-top: 60px;
	position: relative;
}
.fullSlide a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/202001011577854343312078.jpg) no-repeat center top;
	background-size: cover;
}
.TiTle {
    margin-top: 60px;
    color: #282828;
    text-align: center;
}
.TiTle .name {
    font-size: 32px;
}
.TiTle .infor {
    font-size: 16px;
    margin-top: 14px;
    color: #999;
}
.function_list {
	
}
.function_list li {
	    float: left;
    width: 240px;
    text-align: center;
    margin-top: 60px;
    cursor: pointer;
}
.function_list li .pictrue {
	background: url(../images/functionBg.png) no-repeat 100% 100%;
    width: 83px;
    height: 93px;
    text-align: center;
    line-height: 93px;
    font-size: 44px;
    color: #2a7efb;
    margin: 0 auto;
}
.function_list li .name {
    font-size: 18px;
    color: #282828;
    margin-top: 15px;
}
.function_list li .infor {
    font-size: 14px;
    color: #999;
    padding: 0 30px;
    line-height: 1.7;
    margin-top: 10px;
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.crmeb {
    margin-top: 70px;
    background: url(../images/crmeb.jpg)/*tpa=/template/default/images/crmeb.jpg*/ center 0 no-repeat;
    background-size: cover;
    width: 100%;
    height: 685px;
    padding: 85px 0;
}
.crmebPhone {
    position: relative;
}
.dis1 {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    z-index: 0;
    height: 514px;
    width: 257px;
    margin-left: 165px;
}
.dis2 {
	display: inline-block;
    vertical-align: middle;
    width: 586px;
    margin-left: 184px;
    color: #fff;
}
.crmeb .prev {
    left: 65px;
    position: absolute;
    top: 50%;
    color: #fff;
    font-size: 45px;
    margin-top: -50px;
}
.crmeb .next {
    left: 475px;
    position: absolute;
    top: 50%;
    color: #fff;
    font-size: 45px;
    margin-top: -50px;
}
.crmebPhone .dis2 > .name {
    font-size: 32px;
}
.crmebPhone .dis2 ul {
    width: 487px;
    overflow: hidden;
    margin: 43px 0 20px 0;
}
.crmebPhone .dis2 ul li.on {
    background-color: #fff;
    border-radius: 10px;
    color: #2a7efb;
}
.crmebPhone .dis2 ul li {
    float: left;
    margin: 0 20px 25px 0;
    width: 100px;
    height: 100px;
    display: table;
    cursor: pointer;
}
 .crmebPhone .dis2 ul li .name {
    font-size: 14px;
    margin-top: 10px;
    text-align: center;
}
.crmebPhone .dis2 ul li .item {
    display: table-cell;
    vertical-align: middle;
}
.crmebPhone .dis2 ul li.on .pictrue {
    background-image: url(../images/model2.png)
}
.crmebPhone .dis2 ul li .pictrue {
    background: url(../images/model.png) no-repeat 100% 100%;
    width: 36px;
    height: 41px;
    text-align: center;
    line-height: 49px;
    color: #fff;
    font-size: 14px;
    margin: 0 auto;
}
.marketing .list li {
    height: 500px;
}
.marketing .list li .text {
    width: 580px;
    height: 500px;
    display: table;
}
.marketing .list li .text .tableCell {
    display: table-cell;
    vertical-align: middle;
}
.marketing .list li .text .num {
    width: 68px;
    height: 46px;
}
.marketing .list li .text .num img {
    width: 100%;
    height: 100%;
}
.marketing .list li .text .name {
    font-size: 28px;
    color: #282828;
    margin-top: 22px;
}
.marketing .list li .text .infor {
    font-size: 16px;
    color: #999;
    margin-top: 28px;
    line-height: 1.7;
}
.marketing .list li .pictrue {
    width: 533px;
    height: 500px;
    display: table;
}
.product-introduction .marketing .list li .pictrue .img {
    display: table-cell;
    vertical-align: middle;
}
.marketing .list li .pictrue .img img {
    width: 100%;
    height: 100%;
}
.marketing .list li.bgColor {
    background-color: #f5f9ff;
}
.crmebPhone .dis2 .dis {
    display: inline-block;
    vertical-align: middle;
    margin-top: 25px;
}
.crmebPhone .dis2 .ewm {
    width: 120px;
    height: 120px;
    border: 1px dashed #fff;
    display: table-cell;
    vertical-align: middle;
}
.crmebPhone .dis2 .dis .name {
    text-align: center;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
}
.crmebPhone .dis2 .ewm img {
    width: 100px;
    display: block;
    height: 100px;
    margin: 0 auto;
}
.news_left .prve{
	display: flex;
	justify-content: space-between;
}













/*留言*/
.about_bbs {
	position: relative;
	width: 100%;
	height: 100px;
	margin-top: 100px;
	background: url(../img/copy/icon-33.png) no-repeat center top;
	background-size: 100% 100%;
	background-color: rgba(0,0,0,.6);
}
.footer-submit form {
	display: block;
	width: 100%;
	height: 100%;
}
.footer-submit {
	position: relative;
	height: 100%;
}
.footer-submit .container {
	display: block;
	height: 100%;
}
.footer-submit .container>p {
    display: block;
    float: left;
    width: 320px;
    margin-left: 180px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.footer-submit .container>p span {
	font-size: 32px;
    line-height: 35px;
    font-weight: bold;
    display: block;
    height: 35px;
    color: #ffea00;
}
.footer-submit .container>.submit-item {
    width: 350px;
    height: 100%;
    padding: 10px 0;
    float: right;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.submit-item span {
	display: block;
	height: 40px;
}
.submit-item img {
	display: block;
	width: 170px;
	height: 36px;
}
.close {
    width: 20px;
    height: 20px;
    display: block;
    line-height: 20px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 5px;
}
.username,
.mobile{
	border: 1px solid #e9e9e9;
    height: 36px;
    line-height: 36px;
    padding: 13px 10px 13px;
    font-size: 14px;
    width: 170px;
    display: inline-block;
    vertical-align: middle;
    clear: both;
    float: none;
    color: #aaa;
    background-color: #fff;
    outline: none ;
}
.about_submit {
	float: right;
}
.about_submit button{
	width: 100px;
    margin: 10px 20px 0 10px;
    height: 76px;
    border: none;
    font-weight: bold;
    color: #333;
    background: #ffea00;
    font-size: 18px;
    font-family: '微软雅黑';
}

.about_bbs .container>i.woman {
    background: url(../img/copy/icon-32.png) no-repeat center;
    background-size: contain;
    width: 165px;
    height: 151px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
}

/*详情页*/
.content_tabbar {
	width: 100%;
    margin: 0 auto 20px;
    padding: 10px 20px;
    background: #fff;
    box-shadow: 0 1px 5px #ccc;
    font-size: 14px;
    color: #999;
    border-top: 1px solid #ccc;
}
.content_tabbar a {
	color: #999;
}
.content_tabbar a:hover {
	color: #2a7efb;
}