
/* CSS Document zqcn201808201300*/
body { font:16px "microsoft Yahei","Arial",sans-serif; color: #555; background-color: #fff; line-height: 24px;}
*{padding:0;margin:0;}
img{border:0; vertical-align: middle;}
ul,li{list-style:none;}
a{text-decoration:none;transition:all 0.4s;-webkit-transition:all 0.4s;}
input{  border: 0; background:none; font:14px "microsoft Yahei","Arial",sans-serif; width: 100%;}
h2{font-weight:400;}
i{ font-style:normal;}
b{ font-weight:normal;}

/*文本框默认颜色*/
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {opacity:0.8; color: #333}
input:-moz-placeholder, textarea:-moz-placeholder {opacity:0.8; color: #333}
input::-moz-placeholder, textarea::-moz-placeholder { opacity:0.8; color: #333}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {opacity:0.8; color: #333}

/*回顶部*/
#top{position:fixed; bottom:25%; right:20px; display: none;border-radius:3px; cursor:pointer; width:50px; height:50px; background:#666 url(../image/top.png); transition:all 0.2s ease-in; -webkit-transition:all 0.2s ease-in; z-index:9999;}	
#top:hover{background:#333 url(../image/top.png) 0px -50px;}

/* clear 页头，页脚，内容区都不用再加清除样式 */
.cf:before, body:before, .header:before, .main:before, .footer:before, .wrap:before { content: ''; display: table }
.cf:after, after, .header:after, .main:after, .footer:after, .wrap:after { content: ''; display: table; clear: both }
.cf, .header, .main, .footer, .wrap { *zoom: 1 }

/*图片放大*/
.tr_sc{ overflow:hidden; display:block;}
.tr_sc img{transition:0.3s all; -webkit-transition:0.3s  all;}
.tr_sc:hover img{transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}

/*其他公用*/
.con_r {float: right; width: 79.31%; box-sizing: border-box;}
.o_hid {overflow: hidden;}
.d_no {display: none;}
.wrap{width: 1160px; margin: 0 auto; box-sizing: border-box;}
.index_body .wrap {width: 1400px;}
.ww{ word-wrap: break-word}
.hidden {overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.index_link {display: block; width: 170px; text-align: center; line-height: 53px; border: 1px solid #fff; border-radius: 5px; color: #fff; font-size: 18px; font-weight: lighter;}
.index_link .link_icon {display: inline-block; padding-right: 30px; background: url(../image/link_icon.png) right center no-repeat;}
.index_link:hover {background-color: #0075c1;}
/*间距*/
.p80100 {padding: 80px 0 100px; box-sizing: border-box;}
.p100 {padding: 100px 0; box-sizing: border-box;}
.pt40{padding-top: 40px; box-sizing: border-box;}
.pb40{padding-bottom: 40px; box-sizing: border-box;}
.pt140 {padding-top: 140px; box-sizing: border-box;}
/*字体*/
@font-face {
	font-family: 'Conv_DINCond-Light';
	src: url('../font/DINCond-Light.eot');
	src: local('☺'), url('../font/DINCond-Light.woff') format('woff'), url('../font/DINCond-Light.ttf') format('truetype'), url('../font/DINCond-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_DINCond-Medium';
	src: url('../font/DINCond-Medium.eot');
	src: local('☺'), url('../font/DINCond-Medium.woff') format('woff'), url('../font/DINCond-Medium.ttf') format('truetype'), url('../font/DINCond-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*字体大小和行高以及字体是否变细*/
.font16 {font-size: 16px;line-height: 28px;}
.font24 {font-size: 24px;line-height: 36px;}
.fwL {font-weight: lighter;}
/*背景颜色*/
.bg_gray {background-color: #f9f8f8;}
.bg_blue {background-color: #0075c1;}
.bg_f3 {background-color: #f3f3f3;}
.bg_f4 {background-color: #f4f4f4;}
.bg_f6 {background-color: #f6f6f6;}
/*标题*/
.about_tit {font-size: 40px; line-height: 50px; padding-bottom: 18px; position: relative;}
.about_tit.tit_center {text-align: center;}
.about_tit:after {content: ""; position: absolute; bottom: 0; left: 0; width: 73px; height: 4px; background-color: #0075c1;}
.about_tit.tit_center:after {left: 50%; margin-left: -36px;}

/*公用头尾*/
/*头部*/
.header {padding: 18px 0 0; box-sizing: border-box; position: relative;z-index: 99;box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);}
.header a {display: block;}
.logo_box {float: left;}
.logo_box .logo {float: left; height: 50px;}
.logo_box .logo img {height: 100%;}

.logo_box .logo_text {float: left; margin: 22px 0 0 22px; display: none;}
.head_right {float: right; line-height: 23px;}
.head_right .nav {float: left;}
.head_right .nav>li {float: left; padding: 0 18px;transition:all 0.4s;-webkit-transition:all 0.4s;}
.index_body .head_right .nav>li {padding: 0 30px;}
.head_right .nav .one>a, .head_right .nav>li>a:hover {color: #0075c1;}
.head_right .nav>li>a {color: #555; font-weight: bold; font-size: 16px; padding-bottom: 30px;padding-top: 15px; box-sizing: border-box; position: relative;}
.head_language {float: right; margin-left: 16px;padding-top: 25px; display: none;}
.index_body .head_language {margin-left: 30px;}
.head_language a{float: left; width: 26px; text-align: center; color: #fff; font-size: 12px; background-color: #a9a9a9;}
.head_language .active {background-color: #0075c1;}
.head_right .nav>li>a:after {content:""; position: absolute; left: 50%; bottom: 0; height: 4px; background-color: #0075c1; width: 0;transition:all 0.4s;-webkit-transition:all 0.4s;}
.head_right .nav .one>a:after, .head_right .nav>li>a:hover:after {width: 100%; margin-left: -50%;}
/*普通二级导航*/
.navbar_two {position: absolute; top: 100%;background-color: #fff;border: 1px solid #e3e3e3; border-bottom-width: 4px; display: none; min-width: 150px; box-sizing: border-box; margin-left: -40px;transition:all 0.4s;-webkit-transition:all 0.4s; padding: 10px 0;}
.navbar_two li {padding: 10px 20px;}
.navbar_two li a{padding-left: 15px;color: #555;background: url(../image/circle_icon4.png) left 15px no-repeat;}
.navbar_two li span {display: inline-block; line-height: 24px; padding: 5px 0; position: relative;}
.navbar_two li span:after {content: ""; position: absolute; left: 50%; bottom: 0; width: 0; height: 2px; background-color: #0075c1;transition:all 0.4s;-webkit-transition:all 0.4s;}
.navbar_two li.on span:after, .navbar_two li a:hover span:after {width: 100%; margin-left: -50%;}
.head_right .nav>li:hover .navbar_two {display: block;}

/*头部产品与方案二级导航*/

.nav_hover_box {display: none; position: absolute; width: 100%; top: 100%; left: 0; border: 1px solid #e3e3e3; background-color: #fff; z-index: 100; box-sizing: border-box;}
.nav_hover_box:after {content: ""; position: absolute; top: 0; width: 100%; height: 75px; background-color: #f4f4f4; border-bottom: 1px solid #e3e3e3; z-index: -1;}
.nav_hover_box a {color: #555; display: block;}
.nav_hover_box a:hover {color: #0075c1;}
.nav_hover_box .active a {color: #0075c1;}
.nav_hover_box .wrap {display: table;}
.navTwo_tit {padding: 20px 0;}
.navTwo_tit1 {font-size: 24px; line-height: 36px; float: left;}
.navTwo_part1 {display: table-cell; width: 15%; border-right: 1px solid #e3e3e3; box-sizing: border-box; padding: 0 20px 0 30px;}
.navTwo_part2 {display: table-cell; width: 85%; box-sizing: border-box; padding-left: 78px; padding-bottom: 65px;}
.navTwo_part2_ul {float: right;}
.navTwo_part2_ul .navTwo_tit3 {float: left; padding-left: 45px; margin-top: 12px;}
.navTwo_btm {padding: 30px 0;}
.navTwo_tit2 {font-size: 18px; line-height: 30px;}
.navTwo_part1_ul .navTwo_tit2 {padding-bottom: 15px;}
.part2_btm_ul {width: 100%; margin-left: -60px;}
.part2_btm_ul .part2_btm_li {display: inline-block; padding-left: 60px; box-sizing: border-box; width: 35%; box-sizing: border-box;}
.part2_btm_ul .part2_btm_li.li3 {width: 30%;}
.part2_btm_li .navTwo_tit2 {padding-bottom: 10px; border-bottom: 1px solid #e3e3e3;}
.navTwo_btm_dl {margin: 0 -18px; font-size: 14px; line-height: 26px; padding: 15px 0;}
.navTwo_btm_dl dl {float: left; padding: 0 18px; box-sizing: border-box;}
.navTwo_btm_dl dt {padding: 5px 0; display: none;}
.navTwo_btm_dl dd {padding: 5px 0; /*padding-left: 20px; background: url(../image/circle_icon4.png) left 15px no-repeat;*/}
.navTwo_btm_dl dd>a {position: relative; display: inline-block;}
.navTwo_btm_dl dd>a:hover {color: #555;}
.navTwo_btm_dl dd>a:after {content:""; position: absolute; bottom: 0; left: 0; width: 0; left: 50%;height: 2px;background-color: #0075c1;transition:all 0.4s;-webkit-transition:all 0.4s;}
.navTwo_btm_dl dd>a:hover:after, .navTwo_btm_dl dd.select>a:after {width: 100%; margin-left: -50%;}
.navTwo_btn {padding: 20px; position: absolute; bottom: 25px; left: 50%; margin-left: -20px; background: url(../image/navTwo_btn.png) center no-repeat; cursor: pointer;}

/*头部搜索框*/
.head_search {float: left; margin-top: 11px;}

.head_search .ss_bg .ss_input .wbk::-webkit-input-placeholder {color: #fff;}
.head_search .ss_bg .ss_input .wbk:-moz-placeholder {color: #fff;}
.head_search .ss_bg .ss_input .wbk::-moz-placeholder { color: #fff;}
.head_search .ss_bg .ss_input .wbk:-ms-input-placeholder {color: #fff;}

.head_search .ss_bg{ position: relative; float: right;}
.head_search .ss_bg .ss .but2 {width: 32px;height: 32px;float: left;background: url(../image/a_search.png) center no-repeat;cursor: pointer;border: 0 none;}
.head_search .ss_bg .ss .but3 { display: none;width: 32px;height: 32px;float: left;background: url(../image/a_error.png) center no-repeat;cursor: pointer;border: 0 none;}
.head_search .ss_bg_one .ss .but2 { display: none;}
.head_search .ss_bg_one .ss .but3 { display: block;}
.head_search .ss_bg .ss_kuai{ width: 360px; position: absolute; right:-10px; top: 32px; display: none; background: #222222; padding:5px 20px 15px 20px;}

.head_search .ss_bg .results-container{max-height: 400px;overflow-y: auto; margin-top: 5px; }
.head_search .ss_bg .ss_input{ height: 30px; line-height: 30px; border-bottom: 1px solid #fff;}
.head_search .ss_bg .ss_input span{ display: block; margin-right: 30px; overflow: hidden;}
.head_search .ss_bg .ss_input .wbk{ width: 100%; height: 30px; line-height: 30px; background:none; border: none; font-size: 14px; color: #fff;outline: none;}
.head_search .ss_bg .ss_input .wbk::-ms-clear{display: none;}
.head_search .ss_bg .ss_input .sub{ height: 30px; line-height: 30px; width: 30px; float: right;background: url(../image/search_icon.png) right center no-repeat; border: none; float: right; cursor: pointer;}
.head_search .ss_bg .results-container ul{ border-bottom: 1px solid #434343; padding: 10px 0 14px 0; text-align: left;}
.head_search .ss_bg .results-container ul li{ color: #fff; font-size: 14px; line-height: 20px; padding: 5px 0;}
.head_search .ss_bg .results-container ul li a{ padding-left: 0; color: #fff; font-size: 14px; line-height: 20px;}
.head_search .ss_bg .results-container ul li a:hover{  color: #f60;}
.head_search .ss_bg .results-container ul li.header{ font-weight: bold;}
@media screen and (max-width: 1002px) {
	.in_heard_hei .ss_bg .ss_kuai{ width: 200px;}
}


/*尾部*/
.footer {background-color: #333; color: #fff; padding-bottom: 14px;}
.footer a {display: inline-block; color: #fff;}
.footer a:hover {color: #0075c1;}
.foot_top {overflow: hidden;padding-bottom: 10px;}
.foot_contact {float: left; width: 28.2%; box-sizing: border-box; padding-right: 40px;}
.index_body .foot_contact {width: 24.6%; padding-right: 60px;}
.foot_nav {float: left; width: 51%; box-sizing: border-box;}
.index_body .foot_nav {width: 55.4%;}
.foot_nav .ul_one {display: table; width: 100%;border-left: 1px solid #3e3e3e;}
.foot_nav .ul_one>li {display: table-cell; width: 25%; box-sizing: border-box; padding: 0 10px 0 40px; border-right: 1px solid #3e3e3e;}
.index_body .foot_nav .ul_one>li {padding: 0 10px 0 60px;}
.foot_ewm {float: right; width: 20.8%; box-sizing: border-box; padding-left: 25px;}
.index_body .foot_ewm {width: 20%; padding-left: 65px;}
.footer .foot_tit {font-size: 14px; font-weight: bold; padding: 40px 0 10px;}
.foot_lxwm_con {font-size: 14px; line-height: 20px;}
.foot_lxwm_con .li {padding: 6px 0;}
.foot_lxwm_con .li strong {float: left; padding-left: 30px; background: left center no-repeat; font-weight: normal;background-size: 18px 18px;}
.foot_lxwm_con .li p {overflow: hidden;}
.foot_nav .ul_two {padding-bottom: 25px;}
.foot_nav .ul_two>li {font-size: 14px; line-height: 27px;}
.foot_ewm_left {float: left; text-align: center;}
.foot_share {float: right; padding-top: 80px;}
.foot_ewm_pic {margin-top: 7px;}
.foot_ewm_pic img {width: 83px; height: 83px;}
.foot_share .bdshare-button-style0-16 a {margin: 0 0 0 10px;transition:all 0s;-webkit-transition:all 0s; padding-left: 26px; height: 26px; line-height: 26px; background-image: url(../image/foot_share.png);}
.foot_share .bdshare-button-style0-16 .bds_sqq {background-position: 0 0;}
.foot_share .bdshare-button-style0-16 .bds_weixin {background-position: -26px 0;}
.foot_share .bdshare-button-style0-16 .bds_tsina {background-position: -52px 0;}
.foot_btm {font-size: 12px;}
.foot_copy {float: left;}
.foot_link {float: right; box-sizing: border-box; text-align: right; margin-top: 12px;}
.foot_link .li {display: inline-block; padding-left: 30px; position: relative; transition: all 0.4s;-webkit-transition: all 0.4s;}
.foot_link .li>a {cursor: pointer;}
.foot_link .li a {background: left center no-repeat; padding-left: 30px; background-size: 24px 24px;}
/*底部链接二级导航*/
.link_son {position: absolute; width: 230px; bottom: 20px; left: 20px;box-sizing: border-box; padding: 0 0 15px 10px; display: none;}
.link_son ol {background: #000; padding: 8px 0; position: relative; border: 1px solid #0075c1;}
.link_son ol:before {content: ""; position: absolute; bottom: -6px; left: 32px; border-top: 6px solid #000;border-left: 6px solid transparent;border-right: 6px solid transparent;z-index: 1;}
.link_son ol:after {content: ""; position: absolute; bottom: -8px; left: 30px; border-top: 8px solid #0075c1;border-left: 8px solid transparent;border-right: 8px solid transparent;}
.foot_link .link_son a {padding: 4px 12px; display: block; text-align: left; color: #fff; line-height: 16px;}
.foot_link .link_son a:hover {opacity: 0.7;}
.foot_link .li:hover .link_son {display: block;}

/*首页*/
/*头部大图*/
.index_ban {/*height: 746px; background: center no-repeat; background-size: cover; */display: block; position: relative;}
.index_ban .wrap {position: absolute; top: 0; left: 50%; margin-left: -700px;}
.index_ban .ban_text {width: 55%; padding-top: 175px; color: #fff;}
.ban_text .ban_tit {font-size: 48px; line-height: 70px;}
.ban_text .ban_tit h1 {font-size: 72px; line-height: 90px; margin-bottom: 45px;}
/*轮播原点*/
.index_ban_box .owl-dots {line-height: 0;position: absolute;bottom: 30px;right: 0;width: 100%;text-align: center;}
.index_ban_box .owl-dots .owl-dot {display: inline-block;zoom: 1;}
.index_ban_box .owl-dots .owl-dot span {width: 12px;height: 12px;margin: 0 5px;background: #fff;display: block;-webkit-backface-visibility: visible;-webkit-transition: opacity 200ms ease;-moz-transition: opacity 200ms ease;-ms-transition: opacity 200ms ease;-o-transition: opacity 200ms ease;transition: opacity 200ms ease;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px;}
.index_ban_box .owl-dots .owl-dot.active span,
.index_ban_box .owl-dots .owl-dot:hover span {background: #0075c1;}

/*轮播箭头*/
.owl_nav1 .owl-controls .owl-nav .owl-next,
.owl_nav1 .owl-controls .owl-nav .owl-prev {
	font-size: 0;
	position: absolute;
    top: 50%;
    transition: background-color 0.4s;
    -webkit-transition: background-color 0.4s;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    background: center no-repeat;
    background-color: #000;
    background-color: rgba(0,0,0,0.4);
    border: 1px solid #0075c1;
}
.owl_nav1 .owl-controls .owl-nav .owl-next {
	background-image: url(../image/a_next.png);
}
.owl_nav1 .owl-controls .owl-nav .owl-prev {
	background-image: url(../image/a_prev.png);
}

.index_ban_box .owl-controls .owl-nav .owl-next {
	right: 60px;
}
.index_ban_box .owl-controls .owl-nav .owl-prev {
	left: 60px;
}

.index_ban_box .owl-controls .owl-nav .owl-next:hover,
.index_ban_box .owl-controls .owl-nav .owl-prev:hover {
	background-color: rgba(0,0,0,0.8);
}

/*首页第一部分*/
/*.index_part1 {padding: 20px 0;}*/
.index_part1 ul {overflow: hidden;}
.index_part1 .li{float: left; width: 50%; box-sizing: border-box; padding: 10px 0 0 10px;}
.index_icon {position: absolute; left: 50%; top: 50%; margin-left: -68px; margin-top: -78px;z-index: 10;}
.index_part1 .li1 {width: 100%;}
.index_part1_con {display: table; width: 100%; position: relative;overflow: hidden;}
.index_text,.index_pic {display: table-cell; width: 50%; box-sizing: border-box; vertical-align: middle;}
.index_pic img {width: 100%;}
.index_text {padding: 5px 40px 5px 90px; color: #fff; box-sizing: border-box;}
.li1 .index_text {background: #068189; /*padding: 5px 90px 5px 40px;*/padding: 5px 90px;}
.li2 .index_text {background: #014282;}
.li3 .index_text {background: #c35228;}
.li4 .index_text {background: #d58306;}
.li5 .index_text {background: #0075c1;}
.index_cn {font-size: 40px; line-height: 1.2; font-weight: lighter;}
.index_en {font-family:'Conv_DINCond-Light',Sans-Serif; font-size: 24px; line-height: 26px; filter: Alpha(opacity=30); opacity:0.3; height: 52px; margin-top: 10px; overflow: hidden;}
.index_zy {font-size: 16px; line-height: 20px; height: 80px; overflow: hidden; margin: 8px 0 28px;}
.li1 .index_zy {line-height: 30px; height: 90px; margin: 0 0 20px;}
.index_part1>ul {margin-left: -10px;}
/*按钮颜色*/
.index_part1 .index_link:hover {background-color: #fff; color: #0075c1;}
.index_part1 .index_link:hover .link_icon {background-image: url(../image/link_icon2.png);}
.index_part1 .li1 .index_link:hover {color: #068189;}
.index_part1 .li1 .index_link:hover .link_icon {background-image: url(../image/a_link_icon1.png);}
.index_part1 .li2 .index_link:hover {color: #014282;}
.index_part1 .li2 .index_link:hover .link_icon {background-image: url(../image/a_link_icon2.png);}
.index_part1 .li3 .index_link:hover {color: #c35228;}
.index_part1 .li3 .index_link:hover .link_icon {background-image: url(../image/a_link_icon3.png);}
.index_part1 .li4 .index_link:hover {color: #c35228;}
.index_part1 .li4 .index_link:hover .link_icon {background-image: url(../image/a_link_icon3.png);}

/*首页第二部分*/
.index_part2 {background: center no-repeat; background-size: cover;}
.index_tit_box {text-align: center; width: 57.2%; margin: 0 auto;}
.index_zy2 {margin-top: 20px; font-weight: lighter;}
.index_part2_con {text-align: center;}
.index_part2_con>ul>li {float: left; width: 25%; box-sizing: border-box; padding: 0 10px;}
.index_sum {font-family:'Conv_DINCond-Medium',Sans-Serif; font-size: 100px; color: #333; line-height: 104px; display: inline-block; position: relative;} 
.index_sum strong {position: absolute; right: -30px; top: 15px; width: 22px; height: 22px; background: url(../image/index_add.png) center no-repeat;}
.index_intro {font-size: 24px; line-height: 36px; height: 72px; overflow: hidden; margin-top: 36px; font-weight: lighter;}
/*人工智能*/
.index_ai_box {background: center no-repeat; background-size: cover; color: #fff; height: 770px; overflow: hidden;}
.index_ai_con>ul {overflow: hidden; margin-left: -9.6%;}
.index_ai_con>ul>li {float: left; width: 33.33%; box-sizing: border-box; padding-left: 9.6%;}
.index_ai_con .ai_tit_box {padding: 15px 0 30px; border-bottom: 2px solid #0075c1; box-sizing: border-box; overflow: hidden;}
.ai_tit_box .ai_icon {float: left;width: 80px; height: 80px; line-height: 0; margin-right: 20px;}
.ai_tit_box .ai_icon img {width: 100%; height: 100%;}
.ai_tit_box .ai_tit {font-size: 36px; line-height: 80px; height: 80px; overflow: hidden; display: block; font-weight: lighter;}
.index_ai_con .ai_intro {font-size: 20px; line-height: 36px; font-weight: lighter; margin: 20px 0 15px;}
/*中庆新闻*/
.owl_icon .owl-carousel .owl-item img {transform-style: flat;}
.index_news_box {background: center no-repeat; background-size: cover; margin-top: 30px; padding-top: 75px;}
.index_news_list {padding: 70px 0 80px;}
.index_news_list .item a {display: block; position: relative; color: #fff;}
.index_news_list .news_time {position: absolute; left: 0; top: 0; width: 100px; height: 100px; text-align: center; background: url(../image/opc_black4.png); z-index: 10; padding: 8px; box-sizing: border-box;}
.index_news_list .news_time strong {display: block; font-size: 48px; line-height: 60px; font-weight: lighter;}
.index_news_list .news_time b {display: block; font-size: 12px; line-height: 16px;}
.index_news_list .news_zy {background-color: #0075c1; padding: 15px 30px;}
.index_news_list .news_zy p {line-height: 28px; height: 56px; overflow: hidden;}
.index_news_box .index_link {margin: 0 auto; color: #0075c1; border-color: #0075c1;}
.index_news_box .index_link .link_icon {background-image: url(../image/link_icon2.png);}
.index_news_box .index_link:hover {color: #fff;}
.index_news_box .index_link:hover .link_icon {background-image: url(../image/link_icon.png);}
/*左右按钮*/
.owl_icon .owl-carousel .owl-controls .owl-nav .owl-next,
.owl_icon .owl-carousel .owl-controls .owl-nav .owl-prev {font-size: 0; position: absolute; top: 50%; margin-top: -25px; width: 28px; height: 49px; background: center no-repeat;}
.owl_icon .owl-carousel .owl-controls .owl-nav .owl-next {background-image: url(../image/next.png);}
.owl_icon .owl-carousel .owl-controls .owl-nav .owl-prev {background-image: url(../image/prev.png);}
.owl_icon .owl-carousel .owl-controls .owl-nav .owl-next:hover {background-image: url(../image/next_hover.png);}
.owl_icon .owl-carousel .owl-controls .owl-nav .owl-prev:hover {background-image: url(../image/prev_hover.png);}
/*新闻左右按钮*/
.index_news_list .owl-carousel .owl-controls .owl-nav .owl-next {right: -66px;}
.index_news_list .owl-carousel .owl-controls .owl-nav .owl-prev {left: -66px;}

/*栏目页共用CSS*/
/*栏目头图*/
.lanmu_ban {height: 390px; background: center no-repeat; background-size: cover;}
.lanmu_weizhi {text-align: right; line-height: 26px; font-size: 14px; font-family: "宋体"; font-weight: bold; padding-top: 24px;color: #fff;}
.lanmu_weizhi a {display: inline-block; color: #fff;}
.lanmu_weizhi .weizhi_home {padding-left: 20px; background: url(../image/weizhi_home.png) left center no-repeat;}
.lanmu_weizhi span {padding: 0 10px;}
.lanmu_box {text-align: center; padding-top: 96px; color: #fff;}
.lanmu_tit_cn {margin: 0 auto; width: 520px; line-height: 106px; box-sizing: border-box; border: 2px solid #fff; border: 2px solid rgba(255,255,255,0.4); background: url(../image/lanmu_tit_bg.png); font-size: 60px;}
.lanmu_tit_en {font-family: arial; font-size: 36px; line-height: 40px; padding-top: 13px; text-transform:uppercase;}
/*详情页头图*/
.lm_detail_ban {height: 120px; background: center no-repeat; background-size: cover;}
.lm_detail_tit {float: left; color: #fff; font-size: 40px; line-height: 120px; font-weight: lighter;}
.lm_detail_ban .lanmu_weizhi {padding-top: 58px; overflow: hidden; color: #a1d6ff;}
.lm_detail_ban .lanmu_weizhi a {color: #a1d6ff;}
.lm_detail_ban .lanmu_weizhi .weizhi_home {background-image: url(../image/weizhi_home_detail.png);}
.lm_detail_ban .lanmu_weizhi .active, .lm_detail_ban .lanmu_weizhi a:hover {color: #fff;}

/*二级导航*/
.nav_two_box {position: relative; border-bottom: 1px solid #e3e3e3;}
/*.nav_two_box:after {content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background-color: #e3e3e3;}*/
.nav_two {text-align: center; box-sizing: border-box;}
.nav_two li {float: left; box-sizing: border-box; border-right: 1px solid #e3e3e3; border-left: 1px solid #e3e3e3; margin-left: -1px;}
.nav_two li a {display: block; color: #555; font-weight: bold; line-height: 70px; position: relative;padding: 0 10px;}
.nav_two li a:after {content: ""; position: absolute; bottom: 0; left:50%; margin-left: 0; width: 0; height: 6px; background-color: #0075c1; transition: all 0.4s; -webkit-transition: all 0.4s;}
.nav_two .two a, .nav_two li a:hover {color: #0075c1; background-color: #dcf1ff;}
.nav_two .two a:after, .nav_two li a:hover:after {width: 100%; margin-left: -50%;}
/*二级导航边距*/
.nav_two.ul1 {padding: 0 40%;}
.nav_two.ul2 {padding: 0 30%;}
.nav_two.ul3 {padding: 0 20%;}
.nav_two.ul4 {padding: 0 10%;}
.nav_two.ul5 {padding: 0;}
.nav_two.ul6 {padding: 0;}
.nav_two.ul1 li {width: 100%;}
.nav_two.ul2 li {width: 50%;}
.nav_two.ul3 li {width: 33.33%;}
.nav_two.ul4 li {width: 25%;}
.nav_two.ul5 li {width: 20%;}
.nav_two.ul6 li {width: 16.66%;}

/*案例列表*/
.anli_list_box {padding: 60px 0 105px;}
.anli_list>li {padding-bottom: 40px;}
.anli_list>li>a {display: block; overflow: hidden; background-color: #f6f6f6; color: #555;}
.anli_list .anli_pic {float: left; width: 39.65%;}
.anli_pic img {width: 100%;}
.anli_list .anli_con {overflow: hidden; padding: 35px 0 20px 55px;}
.anli_con .anli_tit {font-size: 22px; line-height: 36px; padding-right: 55px; padding-bottom: 24px;}
.anli_con .anli_intro {line-height: 28px; padding: 24px 55px 0 0; border-top: 1px solid #e3e3e3;}
.anli_list>li>a:hover {background-color: #0075c1; color: #fff;}
.anli_list>li>a:hover .anli_intro{border-top-color: #56a6da;}
.anli_list_box .page {padding-top: 40px;}

/*案例详情*/
.case_detail_box {padding: 75px 0 98px;}
.case_detail_tit {text-align: center; font-size: 30px; line-height: 40px; padding-bottom: 20px;}
.case_detail_con {line-height: 28px;}
.case_detail_con img {max-width: 100%; margin-left: -2em;height:auto !important;}
/*首行缩进*/
.case_detail_con p {text-indent: 2em;}
.case_detail_con div {text-indent: 2em;}

/*产品列表*/
.product_list_box {padding: 55px 0 80px;}
.product_carousel_box{padding-bottom: 70px;}
.product_carousel_box .item {overflow: hidden;}
.product_carousel_box .item a {display: block;}
.product_carousel_box .product_con {float: left; width: 50%; font-weight: lighter; box-sizing: border-box; padding: 0 10px 0 70px;}
.product_con .product_tit {color: #555; font-size: 40px; line-height: 50px;}
.product_con .product_key {color: #0075c1; font-size: 24px; line-height: 50px;}
.product_con .product_intro {color: #555; line-height: 30px; margin: 10px 0 24px;}
.product_con .index_link {color: #0075c1; border-color: #0075c1; width: 160px; line-height: 42px;}
.product_con .index_link .link_icon {background-image: url(../image/link_icon2.png);}
.product_con .index_link:hover {color: #fff;}
.product_con .index_link:hover .link_icon {background-image: url(../image/link_icon.png);}

.product_carousel_box .product_pic {float: right; width: 50%;box-sizing: border-box;}
.product_carousel_box .product_pic img {transform-style: flat;}
/*产品列表轮播左右按钮*/
.product_carousel_box .owl-carousel .owl-controls .owl-nav .owl-next {right: 0;}
.product_carousel_box .owl-carousel .owl-controls .owl-nav .owl-prev {left: 0;}
.owl_icon .owl-dots {text-align: center; position: absolute; left: 0; width: 100%;}
.product_carousel_box .owl-dots {bottom: -30px;}
.owl_icon .owl-dot {width: 60px; height: 6px; background-color: #e3e3e3; display: inline-block; margin: 0 8px;}
.owl_icon .owl-dot.active {background-color: #0075c1;}

.product_ul {overflow: hidden; margin: 0 -40px -40px 0;}
.product_ul li {float: left; width: 33.33%; box-sizing: border-box; padding: 0 40px 40px 0;}
.product_ul li>a {display: block; position: relative; overflow: hidden;}
.product_ul .pro_list_pic img {width: 100%;}
.pro_list_show {position: relative;} 
.pro_list_show .pro_list_tit {text-align: center; color: #555; font-size: 24px; line-height: 38px; background-color: #faf9f9; background-color: rgba(249,249,249,0.8); position: absolute; bottom: 0; left: 0; width: 100%; word-wrap: break-word; padding: 20px; box-sizing: border-box;}
.pro_list_hide {position: absolute; top: 100%; left: 0; width: 100%; height: 100%; background: url(../image/opc_blue8.png);transition:all 0.4s;-webkit-transition:all 0.4s; padding: 25px; box-sizing: border-box;}
.pro_list_hide .pro_hide_tit {color: #fff; font-size: 24px; text-align: center; line-height: 52px; padding-bottom: 12px; position: relative;}
.pro_list_hide .pro_hide_tit:after {content:""; position: absolute; bottom: 0; left: 50%; margin-left: -48px; width: 96px; height: 2px; background-color: #fff;}
.pro_list_hide .pro_hide_intro {color: #fff;font-size: 14px; line-height: 26px; margin-top: 24px;}
.pro_list_hide .pro_link_icon {width: 44px; height: 44px; margin: 32px auto 0; background: url(../image/pro_link_icon.png) center no-repeat; background-size: cover;}
.product_ul li>a:hover .pro_list_hide {top: 0;}
.product_ul li>a:hover .pro_list_tit {display: none;}
.product_list .page {padding-top: 60px;}

/*产品与方案详情*/
.product_detail_box {padding: 10px 0 45px;}
.product_share {float: right;}
.product_share .share_wenzi {float: left; color: #a0a0a0; font-size: 12px; line-height: 28px; padding-right: 3px;}
.product_share .bdsharebuttonbox {float: left;}
.product_share .bdshare-button-style0-16 a {transition: all 0s;-webkit-transition: all 0s;}
/*产品详情-视频*/
.product_video {width: 800px; margin: 0 auto;}
#mediaplayer_logo {display: none !important;}
.product_video #mediaplayer_display_button {background-image: none !important; height: auto !important; padding: 0 !important; margin-top: -56px !important;}
.product_video #mediaplayer_display_button .jwicon {width: 112px !important; height: 112px !important; background-image: url(../image/video_btn.png) !important; background-size: cover !important;}
.video_tit {font-size: 30px; line-height: 40px; padding: 35px 0;text-align: center;}
/*产品详情-内容*/
.pro_part {padding: 55px 0 60px; box-sizing: border-box; border-top: 1px solid #e3e3e3; font-size: 16px; line-height: 28px;}
.pro_part img {max-width: 100%; height:auto !important;}
.pro_part table{max-width: 100%;}

.pro_part1 {padding: 35px 0 55px; border-top: none;}
.pro_detail_tit {font-size: 24px; line-height: 34px; position: relative; padding-bottom: 16px;}
.pro_detail_tit:after {content: ""; position: absolute; bottom: 0; left: 0; width: 50px; height: 4px; background-color: #0075c1;}
.pro_part_con {padding-top: 40px;}
.pro_part1 .pro_part_con {padding-top: 34px;}
.pro2_con_box {overflow: hidden; margin: -15px -20px;}
.pro2_con_item {float: left; width: 33.33%; box-sizing: border-box; padding: 15px 20px;}
.pro2_con_item .pro2_con {background: #f6f6f6 url(../image/pro2_con_bg.png) left 10px no-repeat; padding: 15px 20px 25px 35px;}
.pro2_con_tit {font-size: 20px; margin-bottom: 10px;}
.pro2_con_intro {height: 112px; overflow: hidden;}
/*产品详情-核心技术*/
.pro_part3 {padding-bottom: 35px;}
.pro_part3 .pro_part_con {overflow: hidden;}
.pro3_con_box {margin-top: -25px; margin-bottom: -1px;}
.pro3_con_item {padding-top: 25px;}
.pro3_pic_box {float: left; width: 360px; position: relative; margin-right: 30px;}
.pro3_pic_box .pro3_pic img {width: 100%;}
.pro3_pic_box .pro3_pic_tit {font-size: 30px; line-height: 40px; padding: 0 40px; margin-bottom: 25px; position: absolute; bottom: 0; left: 0; width: 100%; box-sizing: border-box; color: #fff; font-weight: lighter;}
.pro3_con_item .pro3_con {overflow: hidden; border-bottom: 1px solid #e3e3e3; padding-bottom: 25px;}
.pro3_con_tit {font-size: 24px; line-height: 36px; color: #000; font-weight: lighter; padding-right: 70px; margin-bottom: 30px;}
.pro3_con_intro h3 {font-weight: normal; color: #0075c1; font-size: 20px; margin: 25px 0 10px;}
/*产品详情-产品描述*/
.pro_part4 {overflow: hidden;}
.product_detail_box .pro_part4 {padding-bottom: 5px;}
.pro4_box {float: left; width: 50%; box-sizing: border-box;padding-right: 25px;}
.pro4_pic {float: right; width: 50%; box-sizing: border-box;}
.pro4_pic img {max-width: 100%;height:auto !important;}
.pro_part4 .pro_part_con li {padding: 0 0 16px 20px; background: url(../image/circle_icon.png) left 10px no-repeat;}
/*产品详情-多功能一体化*/
.pro5_ul {overflow: hidden; margin: -25px 0;}
.pro5_ul>li {float: left; width: 50%; box-sizing: border-box; padding: 25px 0;}
.pro5_ul_table {display: table; width: 100%; height: 128px;}
.pro5_con_tit {display: table-cell; vertical-align: middle; width: 112px; text-align: center; background: url(../image/pro5_tit_bg.png) center no-repeat; font-size: 18px; line-height: 24px; color: #fff; padding: 0 10px; box-sizing: border-box;}
.pro5_con_intro {display: table-cell; vertical-align: middle; padding: 0 45px 0 60px; line-height: 26px; position: relative;}
.pro5_con_intro:before {content: ""; position: absolute; left: 30px; top: 4px; height: 120px; width: 1px; background-color: #e3e3e3;}
/*产品详情-人性化设计*/
.pro6_ul {margin: -5px 0;}
.pro6_ul .li {padding: 5px 0;}
.pro6_con_box {background: #f6f6f6; overflow: hidden;}
.pro6_ul .pro6_pic {width: 38.8%;}
.pro6_pic img {width: 100%;}
.pro6_ul .li1 .pro6_pic {float: left;}
.pro6_ul .li2 .pro6_pic {float: right;}
.pro6_ul .pro6_con {display: table-cell; vertical-align: middle; height: 300px; padding: 0 60px 0 45px;}
.pro6_tit {font-size: 24px; font-weight: lighter; padding-bottom: 10px;}
/*应用方案*/
.pro8_ul {overflow: hidden; margin: -15px;}
.pro8_ul .li {float: left; width: 33.33%; box-sizing: border-box; padding: 15px;}
.pro8_con {background: #f9f8f8; display: block; color: #555;}
.pro8_pic img {width: 100%;}
.pro8_tit {padding: 18px; font-size: 20px; text-align: center;}
/*服务支持-常见问题*/
.problem_list_box {padding-top: 60px;}
.problem_list_box .page {padding-top: 60px;}
.problem_list {margin: -10px 0;}
.problem_list>li {padding: 10px 0;}
.problem_list>li>a {display: block; color: #555; padding: 30px 50px 30px 0;}
.problem_time {float: left; width: 150px; text-align: center;font-family: arial; font-size: 18px; line-height: 30px; padding-top: 15px;}
.problem_time strong, .problem_time b {display: block;}
.problem_time strong {font-size: 54px; line-height: 54px; font-weight: normal;}
.problem_con {overflow: hidden;}
.problem_tit {padding-bottom: 13px; border-bottom: 1px solid #e8e7e7;}
.problem_intro {height: 56px; overflow: hidden; margin-top: 14px;}
.problem_list>li>a:hover {background-color: #0075c1; color: #fff;}
.problem_list>li>a:hover .problem_tit {border-bottom-color: #66acda;}
/*服务支持-售后*/
.postSale_box {padding: 30px 0 130px;}
.hotLine_box {background: center no-repeat; min-height: 350px;}
.hotLine_con {width: 534px; box-sizing: border-box; padding: 65px 0 55px 153px;font-weight: lighter;}
.hotLine_tel_box {position: relative; padding-top: 14px;}
.hotLine_b {position: absolute; left: 33px; top: 0;display: inline-block; font-size: 20px; line-height: 28px; padding: 0 25px; background-color: #fff;}
.hotLine_tel {padding: 20px 20px 15px; text-align: center; border: 1px solid #c0dff4; border-radius: 10px; font-size: 40px; line-height: 52px; color: #0075c1;}
.hotLine_p {line-height: 30px; margin-top: 15px;}
.postSale_list {border-top: 1px solid #e3e3e3;}
.postSale_list .sale_li {border-top: 1px solid #fff;}
.postSale_tit {padding: 0 25px; line-height: 28px; font-size: 20px; cursor: pointer;}
.postSale_tit>span {display: block; padding: 14px 30px; background: url(../image/circle_icon10.png) left 23px no-repeat; position: relative;}
.postSale_tit>span:after {content: ""; position: absolute; right: 0; top: 18px; padding: 10px; background: url(../image/problem_icon.png) no-repeat; background-position: center top;}
.postSale_con {border: 1px solid #e6e9ec; border-top: none; padding: 0 55px 20px; line-height: 30px; display: none;}
.postSale_con ul li {padding: 5px 20px; background: url(../image/postSale_icon.png) left 16px no-repeat;}
.sale_li.expand .postSale_tit {background-color: #fff;border-left: 1px solid #e6e9ec;border-right: 1px solid #e6e9ec;}
.sale_li.expand .postSale_tit>span:after {background-position: center bottom;}
/*关于我们*/
/*中庆公司简介*/
.myShare_box {padding-top: 10px;}
.about_con_box {padding: 15px 0 75px;}
.about_pic_box {float: left; width: 41%; margin-right: 60px; margin-left: -140px; padding-top: 18px;}
.about_pic_box img {width: 100%;}
.about_con_box .about_con {overflow: hidden;}
.about_con .about_intro {line-height: 30px; margin-top: 32px;}
/*公司发展过程*/
.aboutus_part2 {background: center no-repeat; background-size: cover; padding-top: 40px; box-sizing: border-box; color: #fff;}
.aboutus_part2 .about_tit:after {background-color: #fff;}
/*公司发展过程-轮播*/
.aboutus_swiper {background: url(../image/about_iconLine.png) top center no-repeat; height: 100%; padding-top: 35px; box-sizing: border-box; overflow: hidden; position: relative;}
.aboutus_swiper .about_tit {width: 50%;}
.aboutus_swiper .swiper-container {padding-top: 100px;}
.aboutus_swiper .swiper-slide {position: relative; width: 100%; box-sizing: border-box; padding-bottom: 50px;}
.aboutus_swiper .swiper_year {position: absolute; top: 56px; left: 50%; margin-left: -63px; width: 126px; font-size: 40px; line-height: 56px; color: #0075c1; text-align: center;}
.swiper_ul {margin-top: 70px;}
.swiper_ul .swiper_li {width: 50%; box-sizing: border-box; margin-top: -70px;}
.swiper_ul .swiper_li.li1 {padding: 5px 60px 5px 75px;/*float: left;*/margin-right: 50%;}
.swiper_ul .swiper_li.li2 {padding: 5px 75px 5px 60px;/*float: right; position: relative; top: 65px;*/margin-left: 50%;}
.swiper_ul .swiper_time {font-size: 40px; line-height: 48px;}
.swiper_ul .swiper_intro {font-size: 20px; line-height: 32px;}
.swiper_ul .li1 .swiper_time {padding: 10px 60px 10px 20px;}
.swiper_ul .li2 .swiper_time {padding: 10px 20px 10px 60px;}
.swiper_ul .li1 .swiper_intro {padding: 20px 60px 20px 20px; background: url(../image/about_iconCircle.png) left top no-repeat;}
.swiper_ul .li2 .swiper_intro {padding: 20px 20px 20px 60px; background: url(../image/about_iconCircle2.png) right top no-repeat;}

/*轮播-页码*/
.aboutus_swiper .pagination {
	position: absolute;
	z-index: 20;
	right: 20px;
	top: 23%;
}
.pagination .event_year>li a {
	display: block;
	font-size: 16px;
	line-height: 96px;
	text-align: center;
	display: block;
	width: 48px;
	height: 96px;
	margin: 0 0px -28px;
	background: url(../image/about_page1.png) center no-repeat;
	cursor: pointer;
	color: #fff;
}
.pagination .event_year .selected {
	color: #0075c1;
	background-image: url(../image/about_page_active.png);
}


/*所获荣誉*/
.aboutus_part3 {padding: 75px 0 60px;}
.aboutus_part3_list>ul {margin: -12px;}
.aboutus_part3_list>ul>li {float: left; width: 25%; padding: 12px; box-sizing: border-box;}
.honor_pic_box {position: relative; text-align: center;box-shadow: 5px 4px 11px 0px rgba(0, 0, 0, 0.11);}
.honor_pic_box .honor_tit {position: absolute; top: 68px; left: 0; font-weight: bold; font-size: 36px; line-height: 48px; color: #fff; width: 100%;}
.honor_pic_box img {width: 100%;}
.honor_btn_box {text-align: center; padding-top: 35px;}  
.honor_btn_box .honor_btn {color: #0075c1; display: inline-block; line-height: 35px; border: 1px solid #0075c1; border-radius: 5px; padding: 0 10px; min-width: 130px; box-sizing: border-box;}
.honor_btn_box .honor_btn:hover {color: #fff; background-color: #0075c1;}
/*中庆是个家*/
.aboutus_part4 {padding: 55px 0 60px;}
.aboutus_part4_list .item a {display: block; color: #fff;}
.zqsgj_zy {padding: 14px 30px;}
.zqsgj_zy p {line-height: 26px; height: 52px; overflow: hidden;}
.aboutus_part4_list .owl-carousel {padding: 0 46px; box-sizing: border-box;}
.aboutus_part4_list .owl-carousel .owl-controls .owl-nav .owl-prev {left: 0;}
.aboutus_part4_list .owl-carousel .owl-controls .owl-nav .owl-next {right: 0;}
/*解决方案详情*/
.solution_detail_box .product_share_box{padding-top: 10px;}
.solution_detail_box .pro4_pic {float: left; line-height: 24px;}
.solution_detail_box .pro4_box {float: right; padding-right: 0; padding-left: 80px;}
.solution_detail_box .pro_part4 h2{padding: 7px 0 13px; font-size: 24px; line-height: 32px;}
.solution_detail_box .pro_part4 h3{padding: 5px 0 13px; font-size: 20px; line-height: 28px; color: #0075c1;font-weight: normal;}
.jjfa_part10 .pro6_ul .pro6_pic {width: 39.65%;}
.jjfa_part10 .pro6_ul .pro6_con {height: 280px;}
.pro_detail_intro {margin-top: 10px;}
.pro3_con_intro ul li {padding: 0 0 5px 20px; background: url(../image/circle_icon5.png) left 11px no-repeat;}
.solution_detail_box .pro3_con_tit {margin-bottom: 8px;}
/*关于我们-联系我们*/
.contact_box {padding: 60px 0;}
.contact_pic {float: left; width: 42.24%;}
.contact_pic img {width: 100%;}
.contact_con {overflow: hidden; padding: 35px 40px 10px; color: #fff;}
.contact_tit {font-size: 30px; line-height: 40px;}
.contact_intro {margin-top: 15px;font-size: 20px; line-height: 36px;}
/*联系我们地图*/
#map_container {height: 900px; background: url(../image/map1.jpg) center no-repeat;background-size: cover;}
.map_tc{ background:#f0f0f0; width:530px; box-sizing: border-box; box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);border: 1px solid #0075c1; border-radius: 10px;text-align:left; position:relative;}
.map_tc .tit{ font-size:22px; line-height:32px; padding:15px 50px 15px 20px; color:#fff; background: url(../image/map_tit.png) center no-repeat;background-size: cover;}
.map_tc .tit b {display: block; padding-left: 30px; background: url(../image/map_tit_btn.png) left top no-repeat;}
.map_tc .nr{ padding:12px 50px 18px; color: #555; font-size: 16px; line-height: 30px;}
.map_tc .btn{ position:absolute; width:0; height:0; border-bottom: 16px solid transparent;border-right: 16px solid #0075c1;left:50%; margin-left: -16px;bottom:-16px;}
.map_tc .btn:after {content: ""; position: absolute; top: 0; left: 1px; width:0; height:0; border-bottom: 14px solid transparent;border-right: 14px solid #f0f0f0;}

/*企业资质-详情*/
.qyzz_detail_box {padding: 10px 0 50px;}
.qyzz_detail_box .page {margin-top: 20px;}
.qyzz_con_box {padding-top: 34px;}
.pro_detail_tit.qyzz_tit {text-align: center;padding-bottom: 20px;}
.pro_detail_tit.qyzz_tit:after {left: 50%; margin-left: -25px;}
.qyzz_list_box {padding-top: 55px;}
.qyzz_list_box>ul {margin: 0 0 -10px -112px;}
.qyzz_list_box>ul>li{display: inline-block; width: 33.33%; padding: 0 0 10px 112px; box-sizing: border-box; text-align: center;}
.qyzz_list_tit {margin-top: 15px; font-size: 20px; line-height: 30px; height: 60px; overflow: hidden;}
.qyzz_list_pic img {max-width: 100%;}
/* 服务支持-下载中心 */
a{outline: none;}
.clear{clear:both; width:100%; overflow:hidden; height:0; }
/*下载软件-查看详情*/
.xz_ckxq {display: block;border: 1px solid #fff; color: #fff; border-radius: 3px; padding: 5px 15px; width: 100px; box-sizing: border-box; margin: 15px auto 0;}

/*三级导航切换 start*/
.ltab_nav{width: 20.69%;float: left;box-sizing: border-box;padding-right: 40px;}
.ltab_nav .box{border-top: 1px solid #0075c1;padding-top: 40px;background:url(../image/alzh_dload_bgi.jpg) no-repeat;background-position: top;background-color: #0075c1;}
.ltab_nav li {position: relative; border-bottom: 1px solid #00438a;}
.ltab_nav a{display: block;font-size: 18px;color: #fff;background-color: #0075c1;text-align: center;padding: 18px 0;position: relative;box-sizing: border-box;}
.ltab_nav a:before{content: "";width: 9px;height: 16px;background:url(../image/alzh_dload_ico.png) no-repeat; background-size: contain;position: absolute;right: 14px;top: 50%;margin-top: -6px;opacity: 0;}
.ltab_nav .selected {color: #0075c1;background-color: #fff;border-bottom: 1px solid #1f88d0;border-left: 2px solid #1f88d0; box-sizing: border-box;}
.ltab_nav .selected:before {opacity: 1;}
/*三级导航切换 end*/
.lzh_dload_list {padding: 60px 0 100px;}
.lzh_dload_list .page {padding-top: 20px;}
.lzh_dload_list .ltab_con .lcon{}
.lzh_dload_list .ltab_con .lcon ul{overflow: hidden;margin: 0 -20px;}
.lzh_dload_list .ltab_con .lcon ul li{width: 33.3%;float: left;box-sizing: border-box;padding: 0 20px;margin-bottom: 40px;}
.lzh_dload_list .ltab_con .lcon ul li a{display: block;overflow: hidden;position: relative;border: 1px solid #f9f8f8;}
.lzh_dload_list .ltab_con .l_show{}
.lzh_dload_list .ltab_con .l_show .lpic{position: relative;}
.lzh_dload_list .ltab_con .l_show .lpic img{width: 100%;}
.lzh_dload_list .ltab_con .l_show .lpic .lmin{position: absolute;bottom: 0;left: 0;width: 100%;background:url(../image/alzh_dload_bgi2.jpg) no-repeat;background-size: cover;
  opacity: 0.8;color: #fff;text-align: right;padding: 3px 20px;box-sizing: border-box;}
.lzh_dload_list .ltab_con .l_show .ltit{text-align: center;background-color: #f9f8f8;color: #555;padding: 20px; font-size: 20px;}
.lzh_dload_list .ltab_con a:hover .l_hidden{bottom: 0;}
.lzh_dload_list .ltab_con .l_hidden{width: 100%;height: 100%;background-color: #0075c1;position: absolute;
  bottom: 100%;
  left: 0;width: 100%;height: 100%;transition: all 0.4s;-webkit-transition: all 0.4s;padding: 26px 20px;box-sizing: border-box;}
.lzh_dload_list .ltab_con .l_hidden .l_dld{text-align: center;border-bottom: 1px dashed rgba(225,225,225,0.2);margin-bottom: 10px;}
.lzh_dload_list .ltab_con .l_hidden .l_dld img{}
.lzh_dload_list .ltab_con .l_hidden .l_dld span{display: block;font-size: 16px;color: #fff;margin: 10px 0;}
.lzh_dload_list .ltab_con .l_hidden .l_sum{color: #fff;font-size: 12px;line-height: 20px;height: 80px;overflow: hidden;}


/* 关于我们-投资人 */
/* 重要公告 */
.lzh_zygg{padding: 54px 0 45px; background-color: #f9f8f8;border-top: 1px solid #f9f8f8;border-bottom: 1px solid #f9f8f8}
.lzh_zygg .ltp_con{overflow: hidden; position: relative;}
.lzh_zygg .ltp_con:after {content: ""; position: absolute; right: 34.5%; top: 0; height: 100%; width: 1px; background-color: #e3e3e3;}
.lzh_zygg .ltp_con .g_left{width: 65.5%; float: left; padding-right: 40px; box-sizing: border-box;}
.lzh_zygg .ltp_con .g_left .pic{width: 40%;float: left;}
.lzh_zygg .ltp_con .g_left .pic img{width: 100%;}
.lzh_zygg .ltp_con .g_left .text{width: 60%;float: left;box-sizing: border-box;padding-left: 30px;}
.lzh_zygg .ltp_con .g_left .text .tit a{color: #666;line-height: 28px; font-weight: bold;}
.lzh_zygg .ltp_con .g_left .text .tit a:hover{color: #0075c1;}
.lzh_zygg .ltp_con .g_left .text .tit .time{font-weight: lighter;color: #0075c1;margin-left: 13px;}
.lzh_zygg .ltp_con .g_left .text .sum{font-weight: lighter;color: #555;line-height: 28px;height: 112px;overflow: hidden;margin-top: 10px;}
.lzh_zygg .ltp_con .g_right{width: 34.5%; float: right; padding-left: 40px; box-sizing: border-box;}
.lzh_zygg .ltp_con .g_right a{display: block;color: #555;margin-bottom: 17px;}
.lzh_zygg .ltp_con .g_right a:hover{color: #0075c1;}
.lzh_zygg .ltp_con .g_right a .time2{font-size: 14px;color: #0075c1;font-weight: lighter;margin-right: 10px;}
.lzh_zygg .ltp_con .g_right .a0{margin-bottom: 0;}

/* 定期报告 */
.lzh_dqbg{padding: 54px 0 104px;}
.lzh_dqbg .ltp_con ul{margin: 0 -20px;}
.lzh_dqbg .ltp_con ul li{width: 25%;float: left;padding: 0 20px;box-sizing: border-box;margin-bottom: 40px;}
.lzh_dqbg .ltp_con ul li a {display: block; color: #555;}
.lzh_dqbg .ltp_con .pic{border:1px solid #e3e3e3;padding: 10px;}
.lzh_dqbg .ltp_con .pic img {width: 100%;}
.lzh_dqbg .ltp_con .tit{font-weight: lighter;text-align: center;padding-top: 20px;}
.lzh_dqbg .page {padding-top: 15px;}

/*新闻列表*/
.news_list_box {padding: 60px 0; box-sizing: border-box;}
.news_tit_box {position: relative; padding-right: 140px; line-height: 36px; margin-bottom: 15px;}
.news_tit_box .news_tit {font-size: 22px; position: relative; z-index: 2;}
.news_tit_box .news_shi {font-size: 20px; position: absolute; right: 0; top: 0;}
.news_lunbo_box .owl-dots {bottom: 20px; z-index: 3;}
.news_lunbo_box .item a {display: block; color: #fff;}
.news_lunbo_box .new_con {position: absolute; bottom: 0; left: 0; width: 100%; padding: 20px 30px; box-sizing: border-box; z-index: 2;}
.news_lunbo_box .news_intro {height: 84px; overflow: hidden;position: relative; z-index: 2;}
.news_btm_list .anli_list .anli_pic{width: 41.3%; position: relative;}
.news_btm_list .anli_list .anli_con {padding: 25px 0 20px 30px;}
.news_btm_list .anli_con .anli_tit {padding: 0 30px 15px 0; position: relative;}
.anli_con .anli_tit .news_btm_time {position: absolute; top: 0; right: 30px; font-size: 20px;}
.news_btm_list .news_btm_tit {/*padding-right: 140px;*/}
.news_btm_list .anli_con .anli_intro {padding: 15px 30px 0 0;}
.news_btm_list .page {padding-top: 20px;}

/*给轮播图蒙一层黑色透明的蒙版*/
.news_lunbo_box .new_con:before {content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: url(../image/opc_black4.png);}

/*新闻中心左右按钮*/
.news_con_box .owl-carousel .owl-controls .owl-nav .owl-next {right: 20px;}
.news_con_box .owl-carousel .owl-controls .owl-nav .owl-prev {left: 20px;}

/*新闻时间css*/
.news_btm_list .news_time {position: absolute; left: 0; top: 0; width: 86px; height: 86px; text-align: center; background: url(../image/opc_black4.png); z-index: 10; padding: 10px 4px; box-sizing: border-box;}
.news_btm_list .news_time strong {display: block; font-size: 30px; line-height: 44px; font-weight: normal; color: #fff;}
.news_btm_list .news_time b {display: block; font-size: 12px; line-height: 16px; color: #fff;}


/*关于我们-加入我们*/
.joinUs_part1_box {padding: 60px 0;}
.joinUs_part1 {background: center no-repeat; background-size: cover; padding: 118px 210px;}
.joinUs_part1_table {display: table; width: 100%; height: 210px; box-sizing: border-box; padding: 30px 45px;background: url(../image/opc_white92.png);}
.joinUs_part1_con {display: table-cell; vertical-align: middle; line-height: 30px; color: #333;}
.joinUs_part2_box {padding-top: 50px;}
.join_ul .li {float: left; width: 33.33%;}
.join_part2_table {display: table; width: 100%; height: 258px; padding: 30px 55px; box-sizing: border-box;}
.join_part2_con {display: table-cell; vertical-align: middle; line-height: 30px;}
.join_part2_pic {height: 156px; overflow: hidden;}
.join_part2_pic img {width: 100%;}
.join_ul .li1 {color: #000;}
.join_ul .li2 {color: #fff;}
.join_part2_tit {display: inline-block; position: relative; padding-right: 65px;}
.join_part2_tit:after {content: ""; position: absolute; right: 0; top: 55%; width: 50px; height: 1px; background-color: #b1b1b1; margin-top: -1px;}
.join_part2_intro {font-size: 20px; margin-top: 6px;}
.joinUs_part3_box {padding: 45px 0;}
.joinUs_tit {font-size: 20px; line-height: 30px; color: #000; padding-bottom: 13px;}
.join_search_box {border: 1px solid #e1e1e1; padding: 0 35px; font-size: 14px;}
.join_search_box strong {float: left; color: #333; padding-right: 10px;}
.join_search_ul a {color: #666; display: block; padding: 0 10px;}
.select_ul_box {height: 24px;}
.join_search_ul .select_ul {margin: -5px;}
.join_search_ul .select_ul>li {float: left; padding:5px;}
.join_search_ul .select_ul .selected a {background-color: #0075c1; color: #fff;}
.join_search_ul .search_li {padding: 15px 80px 15px 0; background: url(../image/joinUs_line.png) left bottom repeat-x; position: relative;}
.join_search {padding: 15px 0; line-height: 38px;}
.search_input_box .search_input {float: left; width: 300px;border: 1px solid #c4c4c4; border-right: none;line-height: 0;}
.search_input_box .search_input input {height: 36px; line-height: 36px; color: #666; padding: 0 13px; box-sizing: border-box;}
.search_input_box .search_input input:focus {outline: none;}
.search_input_box .search_button {float: left; height: 38px; background: #0075c1 url(../image/search_icon.png) 25px center no-repeat;-webkit-appearance: button;cursor: pointer; color: #fff; padding: 0 23px 0 50px;border: none;}
.search_input_box .search_button:focus {outline: none;}
.search_input_box .search_button:hover {background-color: #00438a;}
/*更多*/
.join_more_box {position: absolute; top: 0; right: 0; padding: 15px 30px; z-index: 10;}
.join_more_box span {display: inline-block; padding-right: 15px; color: #0075c1; background: url(../image/select_btn.png) right center no-repeat;cursor: pointer;}
.join_more_box ul {display: none; overflow: hidden; position: absolute; left: 0; top: 45px; width: 100%; padding: 5px; box-sizing: border-box; border: 1px solid #0075c1; background-color: #fff;}
.join_more_box:hover ul {display: block;}
/*招聘列表*/
.join_list_box {margin-top: 25px;}
.join_list_box .li{float: left; padding: 0 35px; box-sizing: border-box;}
.join_list_box .li1 {width: 48.3%;}
.join_list_box .li2, .join_list_box .li3 {width: 13%;}
.join_tit_ul {padding: 8px 0; color: #fff;}
.join_list_tit {padding: 14px 0; color: #333; font-weight: bold;cursor: pointer;}
.join_list {position: relative; font-size: 14px; margin-bottom: 10px;}
.join_list .join_expand {position: absolute; top: 16px; right: 35px; padding: 10px; background: url(../image/join_expand.png) center top no-repeat; cursor: pointer;}
.join_list.expand .join_expand {background-position: center bottom;}
.join_list_con {border: 1px solid #ececec; display: none; position: relative; height: 555px; overflow: hidden; box-sizing: border-box;}
.join_list_con .tet {padding: 23px 35px 35px;line-height: 26px; color: #666;}
.join_list_con h3 {font-size: 14px; font-weight: normal; color: #333; margin: 12px 0 6px;}
.join_list_con ul {margin: 12px 0 20px; overflow: hidden;}
.join_list_con ul li {float: left; min-width: 125px; text-align: center; padding: 2px 10px; box-sizing: border-box; background-color: #e5f1f9; margin-right: 15px; margin-bottom: 10px; color: #0075c1;}
.join_list_con a {color: #0075c1;}
/*滚动条样式*/
.gdt_style .ps-container .ps-scrollbar-y-rail {width: 10px; border-radius: 0; background-color: #e2e2e2; right: 0; opacity: 1; filter: alpha(opacity = 1);}
.gdt_style .ps-container .ps-scrollbar-y {width: 10px; border-radius: 0;background-color: #0075c1;}
.gdt_style .ps-container:hover .ps-scrollbar-y-rail, .gdt_style .ps-container.hover .ps-scrollbar-y-rail {opacity: 1;filter: alpha(opacity = 1);}
.gdt_style .ps-container .ps-scrollbar-y-rail:hover, .gdt_style .ps-container .ps-scrollbar-y-rail.hover {background-color: #e2e2e2;}
.gdt_style .ps-container .ps-scrollbar-y-rail:hover .ps-scrollbar-y, .gdt_style .ps-container .ps-scrollbar-y-rail.hover .ps-scrollbar-y {background-color: #0075c1;}

/*隐藏区域*/
.ip_nav {display: none;}
.phone_show {display: none;}
.phone_map_box {display: none;}

/*--1600--*/
@media screen and (max-width:1600px){/*--1600--*/
	/*padding*/
	body {font-size: 14px; line-height: 1.5;}
	.p100 {padding: 70px 0;}
	.pt140 {padding-top: 50px;}
	/*首页*/
	/*头部*/
	.index_body .wrap {width: 1080px;}
	.index_body .head_right .nav>li {padding: 0 18px;}
	.index_body .head_language {margin-left: 16px;}
	/*.logo_box .logo {height: 46px;}*/
	.header {padding: 12px 0 0;}
	.head_right .nav>li>a {padding: 14px 0 25px;}
	.navbar_two li {padding: 3px 10px;}
	/*.navbar_two li a {padding-left: 10px; background-position-y: 10px;}
	.navbar_two li span {font-size: 14px; padding: 0;}*/
	
	
	/*产品二级导航*/
	.navTwo_btn {bottom: 15px;}
	.navTwo_part1 {padding: 0 10px 0 15px;}
	.navTwo_tit {padding: 10px 0;}
	.navTwo_tit1 {font-size: 18px; line-height: 28px;}
	.nav_hover_box:after {height: 48px;}
	.navTwo_btm {padding: 15px 0;}
	.navTwo_tit2 {font-size: 15px;line-height: 24px;}
	.navTwo_part1_ul .navTwo_tit2 {padding-bottom: 8px;}
	.navTwo_part2 {padding-left: 35px;padding-bottom: 30px;}
	.navTwo_part2_ul .navTwo_tit3 {font-size: 14px;padding-left: 30px;margin-top: 5px;}
	.part2_btm_ul {margin-left: -40px;}
	.part2_btm_ul .part2_btm_li {padding-left: 40px;}
	.navTwo_btm_dl {padding: 10px 0;margin: 0 -12px;}
	.navTwo_btm_dl dl {padding: 0 12px;}
	.navTwo_btm_dl dd {padding: 2px 0;padding-left: 10px; font-size: 13px; background-position-y: 13px;}
	
	/*首页-轮播*/
	.index_ban .wrap {margin-left: -540px;}
	/*.index_ban {height: 550px;}*/
	.index_ban_box .owl-dots {bottom: 20px;}
	.index_ban .ban_text {padding-top: 130px; width: 50%;}
	.ban_text .ban_tit {font-size: 36px; line-height: 52px;}
	.ban_text .ban_tit h1 {font-size: 54px; line-height: 68px; margin-bottom: 35px;}
	.index_link {font-size: 14px; font-weight: normal; line-height: 38px; width: 110px;}
	.index_link .link_icon {padding-right: 20px;}
	/*首页-五大块*/
	.index_cn {font-size: 30px;}
	.index_en {font-size: 18px; line-height: 20px; height: 40px;margin-top: 7px;}
	.index_zy {font-size: 14px; line-height: 20px; height: 80px; margin: 5px 0 15px;}
	.li1 .index_zy {line-height: 24px; height: 78px; margin: 0 0 15px;}
	.index_icon {margin-left: -40px;margin-top: -46px;}
	.index_icon img{width: 80px;}
	.index_text {padding: 10px 30px 10px 60px;}
	.li1 .index_text {/*padding: 5px 60px 5px 30px;*/padding: 5px 60px;}
	
	/*首页-中庆集团 根植教育 服务教育*/
	.index_tit_box {width: 66%;}
	.index_zy2 {margin-top: 15px; font-size: 14px;}
	.index_sum {font-size: 70px; line-height: 74px;}
	.index_intro {font-size: 18px; line-height: 28px; height: 56px; margin-top: 20px;}
	
	/*首页-人工智能*/
	.index_ai_box {height: 550px;}
	.ai_tit_box .ai_icon {width: 60px;height: 60px;margin-right: 15px;}
	.ai_tit_box .ai_tit {font-size: 26px;line-height: 60px;height: 60px;}
	.index_ai_con>ul>li {padding-left: 5%;}
	.index_ai_con>ul {margin-left: -5%;}
	.index_ai_con .ai_tit_box {padding: 10px 0 20px;}
	.index_ai_con .ai_intro {font-size: 15px; line-height: 24px;margin: 15px 0 10px;}
	/*首页-中庆新闻*/
    .index_news_box{margin-top: 20px; padding-top: 55px;}
    .index_news_list {padding: 50px 0 60px;}
    .index_news_list .news_time strong {font-size: 36px;line-height: 44px;}
    .index_news_list .news_time {width: 88px;height: 88px; padding: 10px 5px;}
    .index_news_list .news_zy {padding: 12px 20px;}
    .index_news_list .news_zy p {line-height: 22px; height: 44px;}
	/*首页-底部*/
	.index_body .foot_contact {width: 28.2%; padding-right: 40px;}
	.index_body .foot_nav {width: 51%;}
	.index_body .foot_nav .ul_one>li {padding: 0 10px 0 40px;}
	.index_body .foot_ewm {width: 20.8%; padding-left: 25px;}
	.foot_link .li a {background-size: 18px 18px;padding-left: 24px;}
	.foot_link .li {padding-left: 20px;}
	.foot_other {margin-top: 5px;}
	/*底部链接导航*/
	.link_son {padding: 0 0 20px 0; bottom: 10px;}
	.foot_link .link_son a {padding: 5px 15px;}
	
	
	/*关于我们*/
	.wrap {width: 1080px;}
	.lanmu_ban {height: 300px;}
	.lanmu_weizhi {padding-top: 18px; font-size: 12px;}
	.lanmu_box {padding-top: 70px;}
	.lanmu_tit_cn {width: 390px; font-size: 40px; line-height: 80px;}
	.lanmu_tit_en {font-size: 26px;line-height: 30px; padding-top: 10px;}
	.nav_two li a {line-height: 54px;}
	.nav_two li a:after {height: 3px;}
	/*中庆公司简介*/
	.about_con_box {padding: 10px 0 55px;}
	.about_pic_box {width: 30%;margin-right: 40px;margin-left: -50px;padding-top: 10px;}
	.about_tit {font-size: 30px;line-height: 40px;padding-bottom: 15px;}
	.about_con .about_intro {line-height: 1.6;margin-top: 18px;}
	
	/*公司发展过程*/
	.aboutus_part2 {padding-top: 30px;}
	.aboutus_swiper .swiper-container {padding-top: 70px;}
	.swiper_ul .swiper_time {font-size: 30px; line-height: 36px;}
	.swiper_ul .swiper_intro {font-size: 15px;line-height: 26px;}
	.aboutus_swiper .swiper_year {font-size: 36px;line-height: 42px; top: 70px; width: 100px;margin-left: -50px;}
	.aboutus_swiper {background-size: 100px auto;}
	.swiper_ul .swiper_li.li1 {padding: 5px 48px;}
	.swiper_ul .swiper_li.li2 {padding: 5px 48px;}
	
	/*所获荣誉*/
	.aboutus_part3 {padding: 55px 0 45px;}
	.pt40 {padding-top: 30px;}
        .pb40{padding-bottom: 30px;}
	.aboutus_part3_list>ul {margin: -8px;}
	.aboutus_part3_list>ul>li {padding: 8px;}
	.honor_pic_box .honor_tit {font-size: 26px;line-height: 36px; top: 50px;}
	.honor_btn_box {padding-top: 25px;}
	.honor_btn_box .honor_btn {min-width: 100px;}
	/*中庆是个家*/
	.aboutus_part4 {padding: 40px 0 45px;}
	.zqsgj_zy {padding: 12px 20px;}
	.zqsgj_zy p {line-height: 22px; height: 44px;}
	/*关于我们-联系我们*/
	#map_container {height: 838px;}
	/*新闻*/
	.news_btm_list .anli_con .anli_intro {max-height: 87px; overflow: hidden;}
	.news_btm_list .anli_list .anli_pic {width: 40%;}
	.news_lunbo_box .new_con {padding: 15px 20px;}
}
/*--1400--*/
@media screen and (max-width:1400px){/*--1400--*/
	/*首页*/
	.index_body .wrap {width: 960px;}
	.wrap {width: 960px;}
	.p100 {padding: 60px 0;}
	.pt140 {padding-top: 40px;}
	
	/*首页-轮播*/
	.index_ban .wrap {margin-left: -480px;}
	/*.index_ban {height: 480px;}*/
	.index_ban .ban_text {padding-top: 120px;}
	.ban_text .ban_tit {font-size: 26px; line-height: 40px;}
	.ban_text .ban_tit h1 {font-size: 40px; line-height: 50px;}
	/*首页-五大块*/
	.index_link {width: 110px; line-height: 36px;}
	.index_cn {font-size: 24px;}
	.index_en {font-size: 16px; line-height: 18px; height: 36px; margin-top: 5px;}
	/*.index_zy {font-size: 14px; line-height: 20px; height: 80px;}*/
	.index_icon img {width: 60px;}
	.index_icon {margin-left: -30px;margin-top: -34px;}
	.index_text {padding: 10px 20px 10px 50px;}
	.li1 .index_text {/*padding: 5px 50px 5px 30px;*/padding: 5px 50px;}
	.index_sum {font-size: 54px; line-height: 60px;}
	.index_sum strong {right: -22px;top: 6px;width: 16px;height: 16px; background-size: contain;}
	.index_intro {font-size: 16px;line-height: 24px;height: 48px; margin-top: 10px;}
	/*首页-人工智能*/
	.index_ai_box {height: 480px;}
	.ai_tit_box .ai_icon {width: 50px; height: 50px;}
	.ai_tit_box .ai_tit {font-size: 20px;line-height: 50px;height: 50px;}
	.index_ai_con .ai_intro {font-size: 14px; line-height: 22px;}
	/*首页-新闻*/
	.index_news_box {padding-top: 45px;}
	.index_news_list {padding: 40px 0 50px;}
	/*页脚*/
	.index_body .foot_contact {width: 28%; padding-right: 20px;}
	.index_body .foot_nav {width: 50%;}
	.index_body .foot_nav .ul_one>li {padding: 0 10px 0 15px;}
	.index_body .foot_ewm {width: 22%;padding-left: 15px;}
	
	/*关于我们*/
	.lanmu_ban {height: 260px;}
	.lanmu_tit_cn {width: 300px;font-size: 30px;line-height: 60px;}
	.lanmu_tit_en {font-size: 20px;line-height: 24px;}
	.nav_two li a {line-height: 48px;}
	.nav_two li a:after {height: 2px;}
	.about_pic_box {width: 36%; margin-right: 30px;}
	.about_tit {font-size: 24px;line-height: 32px;}
	
	.aboutus_part2 {padding-top: 20px;}
	.aboutus_swiper {padding-top: 25px;}
	.aboutus_swiper .swiper-slide {padding-bottom: 40px;}
	.swiper_ul .swiper_time {font-size: 24px;line-height: 30px;}
	.swiper_ul .swiper_intro {font-size: 14px;line-height: 22px;}
	
	.aboutus_part3 {padding: 50px 0 40px;}
	.honor_pic_box .honor_tit {font-size: 20px;line-height: 30px;}
	
	.foot_contact {width: 28%; padding-right: 20px;}
	.foot_nav {width: 50%;}
	.foot_nav .ul_one>li {padding: 0 10px 0 15px;}
	.foot_ewm {width: 22%;padding-left: 15px;}
	
	/*关于我们-联系我们*/
	#map_container {height: 745px;}
}
/*--1310--*/
@media screen and (max-width:1310px){/*--1310--*/
	.index_news_list .owl-carousel .owl-controls .owl-nav .owl-prev {left: 10px;}
	.index_news_list .owl-carousel .owl-controls .owl-nav .owl-next{right: 10px;}
}

/*--ipad横--*/
@media screen and (max-width:1200px){/*--1024--*/
	
	/*hover*/
	.nav_two li a:hover {color: #555; background-color: transparent;}
	.nav_two li a:hover:after {display: none;}
	
	/*padding*/
	.p100 {padding: 70px 0;}
	.pt140 {padding-top: 45px;}
	/*首页*/
	.index_body .wrap {width: 100%; padding: 0 50px;}
	.logo_box .logo_text {display: none;}
	/*首页轮播图*/
	.index_ban .wrap {margin-left: 0; left: 0;}
	/*.index_ban {height: 420px;}*/
	.index_ban_box .owl-controls .owl-nav .owl-next {right: 20px;}
	.index_ban_box .owl-controls .owl-nav .owl-prev {left: 20px;}
	.owl_nav1 .owl-controls .owl-nav .owl-next,
	.owl_nav1 .owl-controls .owl-nav .owl-prev{width: 44px; height: 44px; background-size: auto 20px;}
	/*首页轮播图*/
	.index_ban .ban_text {padding-top: 80px;}
	.ban_text .ban_tit {font-size: 26px; line-height: 40px;}
	.ban_text .ban_tit h1 {font-size: 48px;line-height: 60px;}
	.index_icon {width: 70px; margin-left: -35px; margin-top: -40px;}
	.index_icon img {width: 100%;}
	.index_text {padding: 10px 15px 10px 50px;}
	.li1 .index_text {padding: 10px 50px;}
	.index_zy {display: none;/*display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; height: auto;*/}
	.index_cn {font-size: 26px; line-height: 34px;}
	.index_intro {font-size: 16px; line-height: 24px; height: 48px; margin-top: 15px;}
	.index_tit_box {width: 80%;}
	.index_ai_con .ai_tit_box {padding: 0 0 20px;}
	.ai_tit_box .ai_icon {width: 60px; height: 60px;margin-right: 15px;}
	.ai_tit_box .ai_tit {font-size: 20px; line-height: 60px; height: 60px;}
	.index_ai_con .ai_intro {margin: 10px 0;}
	.index_news_box {margin-top: 20px;}
	.index_news_list {padding: 50px 0 60px;}
	.index_news_list .news_zy {height: 78px; box-sizing: border-box; padding: 15px 20px;}
	.index_news_list .news_zy p {display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; height: auto; line-height: 24px;}
	.index_news_list .news_time strong {font-size: 30px; line-height: 44px;}
	.index_news_list .news_time {width: 84px; height: 84px;}
	.index_body .foot_contact {padding-right: 15px;}
	.index_body .foot_nav .ul_one>li {padding: 0 15px;}
	.footer .foot_tit {padding: 25px 0 10px;}
	.foot_nav .ul_two>li {line-height: 24px;}
	.index_body .foot_ewm {padding-left: 15px;}
	.foot_ewm_pic img {width: 60px; height: 60px;}
	.foot_share .bdshare-button-style0-16 a {margin: 0 0 0 8px;}
	
	.foot_nav .ul_two {padding-bottom: 15px;}
	/*栏目页*/
	.wrap {width: 100%; padding: 0 50px;}
	.lanmu_ban {height: 300px;}
	.lanmu_weizhi {padding-top: 12px;}
	.lanmu_box {padding-top: 70px;}
	.lanmu_tit_cn {font-size: 40px; line-height: 80px; width: 400px;}
	.lanmu_tit_en {font-size: 30px; line-height: 36px; padding-top: 8px;}
	.foot_contact {padding-right: 15px;}
	.foot_nav .ul_one>li {padding: 0 15px;}
	.foot_ewm {padding-left: 15px;}
	/*案例列表*/
	.anli_list_box {padding: 50px 0 80px;}
	.anli_list .anli_con {padding: 20px 0 20px 30px;}
	.anli_con .anli_tit {font-size: 20px;line-height: 30px;padding-right: 30px;padding-bottom: 15px;}
	.anli_con .anli_intro {padding: 15px 30px 0 0;}
	.anli_list>li {padding-bottom: 30px;}
	.anli_list_box .page {padding-top: 25px;}
	/*案例详情*/
	.lm_detail_ban {height: 100px;}
	.lm_detail_tit {font-size: 32px; line-height: 100px;}
	.lm_detail_ban .lanmu_weizhi {padding-top: 45px;}
	.case_detail_box {padding: 60px 0 80px;}
	.case_detail_tit {font-size: 24px;line-height: 32px;}
	/*产品与方案-列表*/
	.product_list_box {padding: 50px 0 70px;}
	.product_con .product_tit {font-size: 32px; line-height: 40px;}
	.product_con .product_key {font-size: 20px; line-height: 40px;}
	.product_con .product_intro {line-height: 24px;margin: 10px 0 20px;display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;}
	.product_con .index_link {width: 140px;}
	.product_carousel_box {padding-bottom: 60px;}
	.product_ul li {padding: 0 25px 25px 0;}
	.product_ul {margin: 0 -25px -25px 0;}
	.pro_list_hide {display: none;}
	.product_ul li>a:hover .pro_list_tit {display: block;}
	.pro_list_show .pro_list_tit {font-size: 20px;line-height: 30px;padding: 15px;}
	.product_list .page {padding-top: 50px;}
	/*产品与方案-详情*/
	.pro_detail_tit {font-size: 20px;line-height: 30px;padding-bottom: 10px;}
	.pro_part_con {padding-top: 30px;}
	.pro_part1 .pro_part_con {padding-top: 25px;}
	.pro_part {font-size: 14px; line-height: 24px; padding: 40px 0 50px;}
	.pro_part1 {padding: 30px 0 45px;}
	.pro2_con_box {margin: -10px -15px;}
	.pro2_con_item {padding: 10px 15px;}
	.pro2_con_tit {font-size: 18px; margin-bottom: 5px;}
	.pro2_con_item .pro2_con {padding: 15px 15px 20px 30px;}
	.pro2_con_intro {height: 96px;}
	.pro3_pic_box .pro3_pic_tit {font-size: 24px;line-height: 32px;padding: 0 25px;margin-bottom: 15px;}
	.pro3_pic_box {margin-right: 20px;}
	.pro3_con_tit {font-size: 20px;line-height: 28px; padding-right: 0; margin-bottom: 20px;}
	.pro3_con_intro h3 {font-size: 18px;margin: 20px 0 10px;}
	.pro_part4 .pro_part_con li {padding: 0 0 10px 15px; background-position-y: 9px; background-size: 6px auto;}
	.pro5_ul>li {padding: 15px 0;}
	.pro5_ul {margin: -15px 0;}
	.pro5_con_intro {padding: 0 25px 0 40px;line-height: 20px;}
	.pro5_con_intro:before {left: 20px;}
	.pro6_tit {font-size: 20px;}
	.pro6_ul .pro6_con {height: 239px; padding: 0 40px 0 30px;}
	.pro8_tit {font-size: 16px; padding: 15px;}
	.pro8_ul .li {padding: 10px;}
	.pro8_ul {margin: -10px;}
	.product_detail_box {padding: 10px 0 30px;}
	.product_video {width: 650px;}
	.product_video #mediaplayer_display_button {margin-top: -40px !important;}
	.product_video #mediaplayer_display_button .jwicon {width: 80px !important; height: 80px !important;}
	/*关于我们*/
	.about_tit {font-size: 32px; line-height: 40px;padding-bottom: 15px;}
	.about_pic_box {margin-right: 25px;margin-left: 0; width: 40%;}
	.about_con .about_intro {line-height: 24px; margin-top: 20px;}
	.about_con_box {padding: 15px 0 60px;}
	.aboutus_part3 {padding: 60px 0 50px;}
	.pt40 {padding-top: 35px;}
        .pb40{padding-bottom: 35px;}
	.aboutus_part3_list>ul {margin: -8px;}
	.aboutus_part3_list>ul>li {padding: 8px;}
	.honor_btn_box {padding-top: 30px;}
	.honor_pic_box .honor_tit {font-size: 26px;line-height: 36px; top: 50px;}
	/*关于我们-轮播图*/
	.aboutus_part2 {padding-top: 30px;}
	.aboutus_swiper {padding-top: 25px; background-size: 100px auto;}
	.aboutus_swiper .swiper-container {padding-top: 80px;}
	.aboutus_swiper .swiper_year {width: 100px;font-size: 36px;line-height: 42px; margin-left: -50px;}
	.swiper_ul .swiper_time {font-size: 32px;line-height: 40px;}
	.swiper_ul .swiper_intro {font-size: 16px;line-height: 24px;}
	.pagination .event_year>li a {width: 32px;height: 64px;font-size: 13px;line-height: 64px; background-size: 32px auto; margin: 0 0 -18px;}
	.aboutus_swiper .swiper-slide {padding-bottom: 60px;}
	.swiper_ul .swiper_li.li1 {padding: 5px 48px 5px 60px;}
	.swiper_ul .swiper_li.li2 {padding: 5px 60px 5px 48px;}
	.swiper_ul .li1 .swiper_time {padding: 5px 30px 5px 15px;}
	.swiper_ul .li2 .swiper_time {padding: 5px 15px 5px 30px;}
	.swiper_ul .li1 .swiper_intro {padding: 15px 30px 15px 15px; background-size: 101% auto;}
	.swiper_ul .li2 .swiper_intro {padding: 15px 15px 15px 30px; background-size: 100% auto;}
	
	/*服务支持-下载*/
	.ltab_nav{padding-right: 20px;}
	.ltab_nav .box{padding-top: 30px;}
	.ltab_nav a{padding: 10px 0;font-size: 16px;}
	.ltab_nav a::before{width: 7px;margin-top: -5px;}
	
	.lzh_dload_list{padding: 50px 0 80px;}
	.lzh_dload_list .ltab_con .lcon ul{margin: 0 -10px;}
	.lzh_dload_list .ltab_con .lcon ul li{padding: 0 10px;margin-bottom: 20px;}
	.lzh_dload_list .ltab_con .l_show .ltit{padding: 15px 10px 4px; font-size: 16px;}
	
	.lzh_dload_list .ltab_con .l_hidden{display: none;}
	.d_no {display: block;}
	.xz_intro {background-color: #f9f8f8; padding: 4px 10px 15px; color: #555; font-size: 12px; line-height: 18px;}
	.xz_btn {position: absolute; top: 0; bottom: 28px; left: 0; width: 100%; text-align: center; background: rgba(0,0,0,0.3);}
	.xz_btn_con {position: absolute; width: 100%; top: 50%; margin-top: -25px;}
	.lzh_dload_list .ltab_con .lpic .xz_btn img{width: 35px;}
	.xz_btn span{display: block;font-size: 14px;margin: 5px 0; color: #fff;}
	.xz_intro_con {height: 54px; overflow: hidden; position: relative; padding-right: 5px;}
	.xz_intro .ps-container .ps-scrollbar-y-rail {opacity: 0.9;margin-right: -3px; background-color: #d4d4d4;}
	.xz_intro .ps-container .ps-scrollbar-y {background-color: #0075c1;}
	.xz_intro .ps-container .ps-scrollbar-x-rail {display: none !important;}
	
	/*服务支持-常见问题*/
	.font24 {font-size: 20px; line-height: 30px;}
	.p80100 {padding: 60px 0 80px;}
	.problem_list>li>a {padding: 25px 35px 25px 0;}
	.problem_time {width: 120px;}
	.problem_time strong {font-size: 48px; line-height: 50px;}
	.font16 {font-size: 14px; line-height: 22px;}
	.problem_tit {padding-bottom: 10px;}
	.problem_intro {height: 44px;margin-top: 10px;}
	.problem_list {margin: -8px 0;}
	.problem_list>li {padding: 8px 0;}
	.problem_list_box .page {padding-top: 50px;}
	.problem_list_box {padding-top: 50px;}
	
	/*服务支持-售后*/
	.hotLine_box {min-height: 280px; background-size: cover;}
	.hotLine_con {padding: 40px 0 30px 50px; width: 430px;}
	.hotLine_b {font-size: 18px; line-height: 24px; padding: 0 15px;}
	.hotLine_tel_box {padding-top: 12px;}
	.hotLine_tel {font-size: 36px; line-height: 42px;}
	.hotLine_p {line-height: 24px;}
	.postSale_tit {font-size: 18px; line-height: 24px;padding: 0 20px;}
	.postSale_tit>span {padding: 12px 30px 12px 20px; background-position: left 20px; background-size: 8px auto;}
	.postSale_tit>span:after {top: 14px;}
	.postSale_con {padding: 0 40px 20px; line-height: 24px;}
	.postSale_con ul li {padding: 5px 15px; background-position-y: 13px;}
	.postSale_box {padding: 30px 0 80px;}
	
	/*关于我们-加入我们*/
	.joinUs_part1 {padding: 90px 160px;}
	.joinUs_part1_table {padding: 20px 30px; height: 200px;}
	.join_part2_pic {height: auto;}
	.join_part2_table {height: 220px;padding: 20px 35px;}
	.join_part2_intro {font-size: 18px;}
	.join_part2_con {line-height: 26px;}	
	.select_ul_box {height: 22px;}
	.join_list_box .li {padding: 0 20px;}
	.join_list_box .li2, .join_list_box .li3 {width: 15%;}
	.join_list .join_expand {right: 20px; padding: 8px; background-size: 16px auto; top: 15px;}
	.join_list_tit {padding: 12px 0;}
	.join_list_con .tet {padding: 15px 20px 20px; line-height: 22px;}
	.join_list_con ul {margin: 12px 0 20px;}
	.join_list_con {height: 400px;}
	.join_search_box {padding: 0 20px;}
	
	/*关于我们-联系我们*/
	.contact_box {padding: 50px 0;}
	.contact_con {padding: 28px 25px 10px;}
	.contact_tit {font-size: 24px; line-height: 32px;}
	.contact_intro {font-size: 18px; line-height: 30px;margin-top: 10px;}
	/*联系我们地图*/
	#map_container {height: 715px;background-size: 100% auto;}
	
	/*关于我们-投资人关系*/
	.lzh_zygg {padding: 40px 0 30px;}
	.pro_detail_tit.qyzz_tit {padding-bottom: 15px;}
	.lzh_zygg .ltp_con .g_left .text {padding-left: 20px;}
	.lzh_zygg .ltp_con .g_left .text .tit a {line-height: 22px;}
	.lzh_zygg .ltp_con .g_left .text .sum {line-height: 22px;display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 4; -webkit-box-orient: vertical; height: auto;margin-top: 5px;}
	.lzh_zygg .ltp_con .g_left {padding-right: 25px;}
	.lzh_zygg .ltp_con .g_right {padding-left: 25px;}
	.lzh_zygg .ltp_con .g_right a {margin-bottom: 10px;}
	.lzh_dqbg {padding: 40px 0 80px;}
	.lzh_dqbg .ltp_con ul {margin: 0 -10px;}
	.lzh_dqbg .ltp_con ul li {padding: 0 10px;margin-bottom: 20px;}
	.lzh_dqbg .ltp_con .pic {padding: 5px;}
	.lzh_dqbg .ltp_con .tit {padding-top: 10px;}
	
	/*关于我们-新闻中心*/
	.news_list_box {padding: 50px 0;}
	.news_lunbo_box .new_con {padding: 15px 20px;}
	.news_tit_box {padding-right: 120px;line-height: 30px;margin-bottom: 10px;}
	.news_tit_box .news_tit {font-size: 22px;}
	.news_tit_box .news_shi {font-size: 18px;}
	.anli_list>li {padding-bottom: 20px;}
	.news_btm_list .anli_list .anli_con {padding: 25px 0 20px 18px;}
	.news_btm_list .anli_con .anli_tit {padding: 0 20px 8px 0;font-size: 18px;line-height: 24px;}
	.news_btm_list .news_btm_tit {/*padding-right: 110px;*/}
	.news_btm_list .anli_con .anli_intro {padding: 8px 20px 0 0;line-height: 22px;}
	.anli_con .anli_tit .news_btm_time {right: 20px;font-size: 18px;}
	.news_lunbo_box .news_intro {height: 66px;}
	
	/*解决方案-详情(2)*/
	.jjfa_part10 .pro6_ul .pro6_con {height: 223px;padding: 0 25px;}
	.pro3_con_intro ul li {padding: 0 0 3px 15px; background-position-y: 9px;}
	.solution_detail_box .pro4_box {padding-left: 60px;}
	.solution_detail_box .pro_part4 h2 {font-size: 20px; line-height: 28px;padding: 5px 0;}
	
	/*企业资质-详情*/
	.qyzz_list_box {padding-top: 45px;}
	.qyzz_list_box>ul {margin: 0 0 -10px -50px;}
	.qyzz_list_box>ul>li {padding: 0 0 10px 50px;}
	.qyzz_list_tit {font-size: 16px;line-height: 24px;height: 48px; font-weight: normal;}
	
	/*首页原点*/
	.index_ban_box .owl-dots {bottom: 20px;}
}
/*--ipad竖--*/
@media screen and (max-width:1002px){/*--768--*/
	.head_search {float: right; margin-right: 10px;}
	.p100 {padding: 60px 0;}
	.pt140 {padding-top: 40px;}
	.index_body .wrap {padding: 0 20px;}
	.header {display: none;}
	.phone_nav .head_language {float: none; padding: 20px 0 30px; margin-left: 0; text-align: center;}
	.phone_nav .head_language a {float: none; display: inline-block; width: 60px; line-height: 30px; background-color: #fff; color: #555;}
	.phone_nav .head_language .active {background-color: #555; color: #fff;}
	.main {margin-top: 50px;}
	
	.Ppagelist {display: none;}
	/*首页*/
	/*首页轮播图*/
	/*.index_ban {height: 350px;}*/
	.index_ban .ban_text {padding-top: 60px;}
	.ban_text .ban_tit {font-size: 22px;line-height: 36px;}
	.ban_text .ban_tit h1 {font-size: 40px;line-height: 50px;margin-bottom: 30px;}
	.index_link {width: 110px;line-height: 36px;font-size: 14px;}
	.index_link .link_icon {padding-right: 17px; background-size: 7px auto;}
	.index_cn {font-size: 22px;line-height: 30px;}
	.index_en {font-size: 16px;line-height: 20px;height: 40px;}
	.foot_top {display: none;}
	.foot_btm {padding-top: 14px;}
	.foot_copy {float: none; text-align: center;}
	.foot_link {float: none; text-align: center; margin-top: 10px;}
	.foot_link .li {padding: 0 15px;}
	.index_ai_con .ai_intro {font-size: 14px; line-height: 24px;}
	.index_ai_con>ul>li {padding: 0 10px;}
	.index_ai_con>ul {margin-left: 0;}
	.index_news_list {padding: 40px 0 50px;}
	.index_ban_box .owl-controls .owl-nav .owl-next {right: 15px;}
	.index_ban_box .owl-controls .owl-nav .owl-prev {left: 15px;}
	.owl_nav1 .owl-controls .owl-nav .owl-next,
	.owl_nav1 .owl-controls .owl-nav .owl-prev{width: 36px; height: 36px; background-size: auto 16px;}
	/*案例列表*/
	.wrap {padding: 0 20px;}
	.lanmu_ban {height: 260px;}
	.lanmu_box {padding-top: 50px;}
	.lanmu_tit_cn {font-size: 30px; line-height: 64px; width: 300px;}
	.lanmu_tit_en {font-size: 24px;line-height: 30px;}
	.nav_two li a {line-height: 60px;}
	.nav_two li a:after {height: 5px;}
	.anli_con .anli_intro {display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;padding-top: 12px;}
	.anli_con .anli_tit {padding-bottom: 12px;}
	.anli_list_box {padding: 45px 0 70px;}
	.anli_list>li {padding-bottom: 22px;}
	.anli_list_box .page {padding-top: 20px;}
	/*案例详情*/
	.case_detail_box {padding: 50px 0 70px;}
	/*产品与方案-列表*/
	.product_list_box {padding: 45px 0 60px;}
	.product_con .product_tit {font-size: 26px; line-height: 32px;}
	.product_con .product_key {font-size: 18px; line-height: 36px;}
	.product_carousel_box {padding-bottom: 50px;}
	.product_carousel_box .owl-dots {bottom: -20px;}
	.product_ul {margin: 0 -12px -12px 0;}
	.product_ul li {padding: 0 12px 12px 0;}
	.pro_list_show .pro_list_tit {font-size: 18px;line-height: 24px;padding: 10px 15px;}
	.product_list .page {padding-top: 30px;}
	/*产品与方案-详情*/
	.video_tit {font-size: 24px; line-height: 32px; padding: 30px 0;}
	.pro2_con_box {margin: -5px -7px;}
	.pro2_con_item {padding: 5px 7px;}
	.pro2_con_intro {height: 120px;}
	.pro2_con_item .pro2_con {padding: 15px 10px 20px 25px;}
	.pro5_ul>li {float: none; width: 100%;}
	.pro5_con_intro {padding: 0 0 0 40px;}
	.pro6_ul .pro6_con {height: 188px; padding: 0 30px 0 20px;}
	.pro8_ul {margin: -7px;}
	.pro8_ul .li {padding: 7px;}
	.pro_part {padding: 30px 0 40px;}
	.pro_part1 {padding: 25px 0 35px;}
	.pro_part_con {padding-top: 25px;}
	.pro_part1 .pro_part_con {padding-top: 20px;}
	.product_detail_box {padding: 10px 0 20px;}
	/*关于我们*/
	.about_tit {font-size: 26px; line-height: 32px;}
	.about_pic_box {display: none;}
	.honor_pic_box .honor_tit {font-size: 22px;line-height: 30px; top: 40px;}
	/*关于我们-轮播图*/
	.aboutus_part2 {padding-top: 20px;}
	.aboutus_swiper .pagination {right: 2px;}
	.aboutus_swiper {background-size: 86px auto;}
	.aboutus_swiper .swiper_year {width: 86px;font-size: 32px;line-height: 36px;margin-left: -43px;top: 30px;}
	.swiper_ul .swiper_li.li1 {padding: 5px 41px 5px 20px;}
	.swiper_ul .swiper_li.li2 {padding: 5px 20px 5px 41px; top: 40px;}
	.swiper_ul .swiper_time {font-size: 24px; line-height: 30px;}
	.swiper_ul .swiper_intro {font-size: 14px; line-height: 22px;}
	.aboutus_swiper .swiper-container {padding-top: 75px;}
	
	/*服务支持-下载*/
	.lzh_dload_list{padding: 45px 0 70px;}
  	/*.lzh_dload_list .ltab_con .lcon ul li{width: 50%;}*/
  	.lzh_dload_list .ltab_con .lcon ul {margin: 0 -6px;}
  	.lzh_dload_list .ltab_con .lcon ul li {padding: 0 6px;margin-bottom: 15px; width: 50%;}
  	.ltab_nav{width: 23%;padding-right: 16px;}
  	.con_r{width: 77%;}
  	
  	/*服务支持-常见问题*/
  	.p80100 {padding: 50px 0 60px;}
  	.problem_time {width: 100px; font-size: 16px; line-height: 24px;}
  	.problem_list>li>a {padding: 20px 30px 20px 0;}
  	.font24 {font-size: 18px; line-height: 24px;}
  	.problem_list {margin: -6px 0;}
  	.problem_list>li {padding: 6px 0;}
  	.problem_list_box .page {padding-top: 40px;}
  	/*服务支持-售后*/
  	.hotLine_box {min-height: 250px;}
	.hotLine_con {width: 380px;padding: 30px 0 20px 40px;}
	.postSale_box {padding: 25px 0 60px}
	
	/*关于我们-加入我们*/
	.join_list_con {height: auto;}
	.joinUs_part1_box {padding: 40px 0;}
	.joinUs_part1 {padding: 60px 90px;}
	.joinUs_part1_con {line-height: 24px;}
	.joinUs_part1_table {padding: 15px 20px; height: 170px;}
	.joinUs_part2_box {padding-top: 40px;}
	.join_part2_table {height: 180px;padding: 15px 25px;}
	.join_part2_con {line-height: 24px;}
	.join_part2_intro {font-size: 16px;}
	.join_part2_tit {padding-right: 50px;}
	.join_part2_tit:after {width: 40px; top: 51%;}
	.joinUs_part3_box {padding: 40px 0;}
	.join_list_con ul li {min-width: 90px; font-size: 13px;margin-right: 10px;margin-bottom: 6px;}
	
	/*关于我们-联系我们*/
	.contact_tit {font-size: 18px; line-height: 24px; font-weight: bold;}
	.contact_intro {font-size: 14px; line-height: 22px; font-weight: normal; margin-top: 8px;}
	/*联系我们地图*/
	#map_container {height: 600px;}
	.map_tc {width: 450px;}
	.map_tc .tit {font-size: 18px;line-height: 26px;padding: 10px 15px;background-position: top center;}
	.map_tc .tit b {padding-left: 25px; background-size: auto 100%;}
	.map_tc .nr {padding: 10px 15px 15px;font-size: 14px;line-height: 22px;}
	
	/*关于我们-投资人关系*/
	.lzh_zygg {padding: 30px 0;}
	.lzh_zygg .ltp_con .g_left .text {padding-left: 15px;}
	.lzh_zygg .ltp_con .g_left .text .tit a {display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden;}
	.lzh_zygg .ltp_con .g_left .text .tit .time {margin-left: 0;}
	.lzh_zygg .ltp_con .g_left .text .sum {-webkit-line-clamp: 3;}
	.lzh_zygg .ltp_con .g_left {padding-right: 20px;}
	.lzh_zygg .ltp_con .g_right {padding-left: 20px;}
	.lzh_zygg .ltp_con .g_right a {margin-bottom: 5px;}
	.lzh_dqbg {padding: 30px 0 60px;}
	.lzh_dqbg .ltp_con ul li {padding: 0 6px;}
	.lzh_dqbg .ltp_con ul {margin: 0 -6px;}
	.lzh_dqbg .ltp_con .pic {padding: 0;}
	
	/*关于我们-新闻中心*/
	.news_list_box {padding: 50px 0;}
	.anli_list>li {padding-bottom: 15px;}
	.news_lunbo_box .owl-dots {bottom: 10px;}
	.news_btm_list .anli_list .anli_con {padding: 17px 0 14px 15px;}
	
	/*解决方案-详情(2)*/
	.solution_detail_box .pro4_box {padding-left: 25px;}
	.pro_part4 .pro_part_con li {padding: 0 0 5px 15px;}
	.solution_detail_box .pro_part4 h3 {font-size: 18px; line-height: 24px;padding: 5px 0;}
	.jjfa_part10 .pro6_ul .pro6_pic {width: 300px;}
	.jjfa_part10 .pro6_ul .pro6_con {padding: 0 15px; height: 182px;}
	
	/*企业资质-详情*/
	.qyzz_list_box {padding-top: 35px;}
	.qyzz_list_box>ul {margin: 0 0 -10px -20px;}
	.qyzz_list_box>ul>li {padding: 0 0 10px 20px;}
	.qyzz_list_tit {font-size: 14px;line-height: 20px;height: 40px; margin-top: 10px;}
  	
}
/*--手机横--*/
@media screen and (max-width:758px){/*--480--*/
	/*首页*/
	.p100 {padding: 50px 0;}
	.pt140 {padding-top: 40px;}
	.index_ai_box {height:auto;}
	.index_zy2 {margin-top: 10px;}
	.index_part1 .li {float: none; width: 100%;}
	.index_icon{display: none;}
	.index_text {padding: 15px 20px;}
	.index_part1 .li1 .index_text, .index_part1 .li1 .index_pic {display: block; width: 100%;}
	.index_part1 .li1 .index_part1_con{position: relative;padding-bottom: 85px;}
	.index_part1 .li1 .index_text {position: absolute; bottom: 0;left: 0; padding: 15px 20px;}
	.index_part1 .li1 .index_link {position: absolute; top: 25px;right: 20px;}
	.index_part1 .li1 .index_cn, .index_part1 .li1 .index_en{padding-right: 130px;}
	.index_part1 .li1 .index_en {height: auto;}
	.index_part2_con>ul>li {width: 50%;}
	.index_tit_box {width: 100%;}
	.index_intro {font-size: 14px; line-height: 20px; height: 40px; margin-top: 10px;}
	.index_sum {font-size: 50px; line-height: 50px;}
	.index_ai_con>ul>li {float: none; width: 100%; padding: 10px;}
	.owl_icon .owl-carousel .owl-controls .owl-nav .owl-next, .owl_icon .owl-carousel .owl-controls .owl-nav .owl-prev {width: 14px; background-size: contain;}
	.index_ban .ban_text {width: 300px; padding-top: 30px; display: none;}
	/*首页轮播图*/
	/*.index_ban {height: 250px;}*/
	.ban_text .ban_tit {font-size: 16px;line-height: 24px;}
	.ban_text .ban_tit h1 {font-size: 24px; line-height: 30px; margin-bottom: 20px;}
	.index_ban_box .owl-controls .owl-nav .owl-next {right: 10px;}
	.index_ban_box .owl-controls .owl-nav .owl-prev {left: 10px;}
	.owl_nav1 .owl-controls .owl-nav .owl-next,
	.owl_nav1 .owl-controls .owl-nav .owl-prev{width: 30px; height: 30px; background-size: auto 12px; margin-top: -20px;}
	/*首页交错感觉*/
	.pc_show {display: none;}
	.phone_show {display: block;}
	/*案例列表*/
	.lanmu_ban {height: 200px;}
	.lanmu_weizhi {line-height: 20px;font-size: 12px;padding-top: 10px;}
	.lanmu_weizhi .weizhi_home {background-size: auto 18px;padding-left: 15px;}
	.lanmu_weizhi span {padding: 0 8px;}
	.lanmu_box {padding-top: 40px;}
	.lanmu_tit_cn {font-size: 24px;line-height: 50px;width: 200px;}
	.lanmu_tit_en {font-size: 18px;line-height: 22px;padding-top: 5px;}
	/*二级导航*/
	.nav_two {display: none;}
	.ip_nav {display: block; padding: 0 20px;background-color: #0075c1;}
	.ip_nav>a {display: block; line-height: 45px; background: url(../image/link_icon.png) right center no-repeat; color: #fff; font-weight: bold;}
	.ip_nav>a.expand {background-image: url(../image/link_icon_btm.png);}
	.nav_two_box {padding-top: 40px; border-bottom: none;}
	.nav_two_box:after {display: none;}
	.nav_two {text-align: left; border: 1px solid #e3e3e3; border-top: none; padding: 0 !important;}
	.nav_two li {display: block; width: 100% !important; border: none; margin-left: 0;}
	.nav_two li a {line-height: 44px; padding: 0 35px;}
	.nav_two li a:after {display: none;}
	/*案例列表*/
	.anli_list_box {padding: 25px 0 50px;}
	.anli_list>li {padding-bottom: 15px;}
	.anli_list_box .page {padding-top: 10px;}
	.anli_list .anli_pic {width: 220px;}
	.anli_list .anli_con {padding: 15px 0 15px 20px;}
	.anli_con .anli_tit {font-size: 18px;line-height: 24px; padding-right: 20px; padding-bottom: 10px;}
	.anli_con .anli_intro {line-height: 20px; padding: 10px 20px 0 0;}
	/*案例详情*/
	.lm_detail_ban {height: 80px;}
	.lm_detail_tit {font-size: 24px; line-height: 80px;}
	.lm_detail_ban .lanmu_weizhi {padding-top: 33px;}
	.case_detail_box {padding: 40px 0 50px;}
	.case_detail_tit {font-size: 20px; line-height: 28px;}
	.case_detail_con {line-height: 24px;}
	/*产品与方案-列表*/
	.product_list_box {padding: 30px 0 50px;}
	.product_carousel_box .product_pic {float: none; width: 100%; padding: 0 20px; box-sizing: border-box;}
	.product_carousel_box .product_con {float: none; width: 100%; padding: 20px;}
	.product_con .product_intro {display: none;}
	.product_con .index_link {width: 120px; line-height: 40px; margin-top: 10px;}
	.product_ul {margin: 0 0 -10px;}
	.product_ul li {float: none; width: 100%; padding: 0 0 10px;}
	.pro_list_show {float: left; width: 200px;}
	.pro_list_show .pro_list_tit {display: none;}
	.pro_list_hide {display: block; position: relative; overflow: hidden; width: auto; background: #0075c2;}
	.pro_list_hide .pro_hide_intro {overflow: hidden; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 3; -webkit-box-orient: vertical; margin-top: 18px;}
	.pro_list_hide .pro_link_icon {display: none;}
	.product_ul li>a {background: #0075c2;}
	.pro_list_hide .pro_hide_tit {font-size: 20px;line-height: 30px;}
	.product_list .page {padding-top: 25px;}
	.product_ul li>a:hover .pro_list_tit {display: none;}
	.owl_icon .owl-dot {width: 40px;height: 4px; margin: 0 5px;}
	/*产品与方案-详情*/
	.product_video {width: 100%; padding: 0 20px; box-sizing: border-box;}
	.product_video #mediaplayer_display_button {margin-top: -25px !important;}
	.product_video #mediaplayer_display_button .jwicon {width: 50px !important;height: 50px !important;}
	.video_tit {font-size: 20px;line-height: 28px;padding: 25px 0;}
	.pro_detail_tit {font-size: 17px;line-height: 24px;}
	.pro_part {padding: 25px 0 35px; line-height: 22px;}
	.pro_part1 {padding: 20px 0 30px;}
	.pro_part_con {padding-top: 20px;}
	.pro_part1 .pro_part_con {padding-top: 15px;}
	.pro2_con_item {float: none; width: 100%;}
	.pro2_con_intro {height: auto;}
	.pro2_con_tit {font-size: 16px;}
	.pro3_pic_box {display: inline-block; float: none; width: auto; margin-right: 0; margin-bottom: 15px;}
	.pro3_pic_box .pro3_pic img {max-width: 100%; width: auto;}
	.pro3_pic_box .pro3_pic_tit {font-size: 20px;line-height: 28px;padding: 0 15px;margin-bottom: 10px;}
	.pro3_con_tit {font-size: 17px;line-height: 24px;margin-bottom: 10px;}
	.pro3_con_intro h3 {font-size: 16px;margin: 10px 0;}
	.pro4_box {float: none; width: 100%; padding-right: 0; padding-bottom: 10px;}
	.pro4_pic {float: none; width: 100%; text-align: center;}
	.pro4_pic img {max-width: 100%; width: auto;}
	.pro5_ul {margin: -8px 0;}
	.pro5_ul>li {padding: 8px 0;}
	.pro5_con_tit {width: 80px; background-size: 80px auto;font-size: 14px;line-height: 18px; font-weight: bold;}
	.pro5_ul_table {height: 100px;}
	.pro5_con_intro:before {height: 92px;}
	.pro6_ul .pro6_con {height: auto; padding: 20px;}
	.pro6_tit {font-size: 17px;padding-bottom: 6px; font-weight: normal;}
	.pro8_tit {font-size: 14px;padding: 10px;}
	/*关于我们*/
	.about_con_box {padding: 15px 0 45px;}
	.aboutus_part3 {padding: 50px 0 40px;}
	.pt40 {padding-top: 30px;}
        .pb40{padding-bottom: 30px;}
	.aboutus_part3_list>ul {margin: -15px -8px;}
	.aboutus_part3_list>ul>li {width: 50%; padding: 15px 8px;}
	.honor_btn_box {padding-top: 20px;}
	.aboutus_part4 {padding: 40px 0 50px;}
	.aboutus_part4_list .owl-carousel {padding: 0 30px;}
	.zqsgj_zy {padding: 8px 15px;}
	.zqsgj_zy p {font-size: 12px; line-height: 20px; height: 40px;}
	/*关于我们-轮播图*/
	.aboutus_part2 {padding-top: 30px; height: auto;}
	.aboutus_swiper .about_tit {width: 100%; box-sizing: border-box; margin-left: 60px;}
	.aboutus_swiper {padding-top: 0; background: url(../image/about_phone_icon.png) 20px top no-repeat;}
	.aboutus_swiper .swiper_year {left: 0; margin-left: 0; transform: rotate(90deg); -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); font-size: 24px; line-height: 30px; width: 30px; top: 0;}
	.swiper_ul {margin-top: 0}
	.swiper_ul .swiper_li {width: 100%; margin-top: 0;}
	.swiper_ul .swiper_li.li1 {padding: 0 50px 5px 28px;margin-right: 0;}
	.swiper_ul .swiper_li.li2 {padding: 0 50px 5px 28px;margin-left: 0;}
	.swiper_ul .swiper_time {font-size: 22px; line-height: 28px;}
	.swiper_ul .li1 .swiper_time {padding: 0px 10px 5px 30px;}
	.swiper_ul .li2 .swiper_time {padding: 0px 10px 5px 30px;}
	.swiper_ul .swiper_intro {font-size: 12px; line-height: 18px;}
	.swiper_ul .li1 .swiper_intro {background: url(../image/about_iconCircle2.png) right top no-repeat;padding: 15px 10px 15px 30px;background-size: 100% auto;}
	.swiper_ul .li2 .swiper_intro {padding: 15px 10px 15px 30px;}
	.aboutus_swiper .swiper-slide {padding-bottom: 40px;}
	.aboutus_swiper .swiper-container {padding-top: 0;}
	.aboutus_swiper .pagination {display: none;}
	
	
	/*公司发展过程-滚动条*/
	.fzlc_gdt_box { margin-top: 35px; box-sizing: border-box; position: relative;}
	.fzlc_gdt_box:before{content:""; position:absolute; right:-1px; top:0; display:block; width:8px; height:100%; box-sizing: border-box; border: 1px solid rgba(255,255,255,0.5); border-radius: 5px; }
	
	.fzlc_swiper_box {position: relative; height: 458px; overflow: hidden; }	
	.fzlc_swiper_box .ps-scrollbar-y-rail{ opacity: 1!important; right: 0!important; }
	.fzlc_swiper_box .ps-scrollbar-y{background-color: #99eaff!important; width: 6px!important; border-radius: 5px!important;}
	
	
	/*.fzlc_swiper_box.ps-container .ps-scrollbar-y-rail {width: 6px; border: 1px solid rgba(255,255,255,0.5);border-radius: 5px; background-color: transparent; right: 0; opacity: 1; filter: alpha(opacity = 1);}
	.fzlc_swiper_box.ps-container .ps-scrollbar-y {width: 6px; border-radius: 5px;background-color: #99eaff;}
	.fzlc_swiper_box.ps-container:hover .ps-scrollbar-y-rail, .fzlc_swiper_box.ps-container.hover .ps-scrollbar-y-rail {opacity: 1;filter: alpha(opacity = 1);}
	.fzlc_swiper_box.ps-container .ps-scrollbar-y-rail:hover, .fzlc_swiper_box.ps-container .ps-scrollbar-y-rail.hover {background-color: transparent;}
	.fzlc_swiper_box.ps-container .ps-scrollbar-y-rail:hover .ps-scrollbar-y, .fzlc_swiper_box.ps-container .ps-scrollbar-y-rail.hover .ps-scrollbar-y {background-color: #99eaff;}*/
	
	/*服务支持-下载*/
	.ltab_nav{width: 100%; padding-right: 0;}
	.ltab_nav li {border-bottom: none;border-top: 1px solid #00438a;border-left: 1px solid #00438a; box-sizing: border-box;}
    .ltab_nav li:first-child {border-left:none;}
    .ltab_nav .ul2 li {width: 50%;float: left;}
    .ltab_nav .ul3 li {width: 33.33%;float: left;}
    .ltab_nav a{font-size: 14px;padding: 5px 0;}
    .ltab_nav a::before{display: none;}
    .ltab_nav .selected{border:none;}   
	.ltab_nav .box {border: 1px solid #00438a; overflow: hidden; background-image: url(../image/a_add_icon1.jpg); background-size: auto 30px;}
	.con_r {width: 100%;margin-top: 20px;}
	
	.lzh_dload_list{padding: 20px 0 45px;}
    .lzh_dload_list .ltab_con .lcon ul{margin: 0 -5px;}
    .lzh_dload_list .ltab_con .lcon ul li{padding: 0 5px;margin-bottom: 10px;}
    .lzh_dload_list .ltab_con .lpic .xz_btn img {width: 30px;}
    .xz_btn span {font-size: 12px; line-height: 16px;}
    .lzh_dload_list .ltab_con .l_show .lpic .lmin {font-size: 12px; font-weight: normal; line-height: 16px;padding: 3px 10px;}
    .xz_btn {bottom: 22px;}
    
    /*服务支持-常见问题*/
   	.p80100 {padding: 25px 0 50px;}
   	.problem_list_box .page {padding-top: 25px;}
   	
   	/*服务支持-售后*/
   	.hotLine_box {min-height: 200px;}
   	.hotLine_con {width: 250px; padding: 20px 0;font-weight: normal;}
   	.hotLine_tel {font-size: 24px;line-height: 30px;padding: 15px 15px 10px;}
   	.hotLine_b {font-size: 14px; line-height: 20px; left: 15px; padding: 0 10px;}
   	.hotLine_tel_box {padding-top: 10px;}
   	.hotLine_p {font-size: 13px; line-height: 18px;margin-top: 10px;}
   	.postSale_con ul li {padding: 5px 0 5px 15px;background-position-y: 11px;}
   	.postSale_con {padding: 0 20px 20px; line-height: 20px;}
   	.postSale_box {padding: 25px 0 50px;}
   	/*关于我们-加入我们*/
   	.joinUs_part1_box {padding: 25px 0;}
   	.joinUs_part1 {padding: 30px 20px;}
   	.joinUs_part1_table {padding: 10px 15px; height: 150px;}
   	.joinUs_part2_box {padding-top: 30px;}
   	.join_part2_table {height: 150px; padding: 10px;}
   	.join_part2_con {line-height: 20px;}
   	.join_part2_tit {font-size: 12px;padding-right: 30px;}
   	.join_part2_intro {font-size: 14px;}
   	.join_part2_tit:after {width: 25px;}
   	.joinUs_part3_box {padding: 30px 0;}
   	.joinUs_tit {font-size: 18px; line-height: 26px; padding-bottom: 10px;}
   	.join_search_box {padding: 0 10px; font-size: 12px; line-height: 20px;}
   	.join_search_ul .search_li {padding: 10px 60px 10px 0;}
   	.join_search_box strong {padding-right: 5px;}
   	.join_search_ul a {padding: 0 5px;}
   	.join_search_ul .select_ul>li {padding-right: 5px;}
   	.join_more_box {padding: 10px 20px;}
   	.join_more_box ul {top: 35px;}
   	.join_search {padding: 10px 0;line-height: 32px;}
   	.search_input_box .search_input {width: 160px;}
   	.search_input_box .search_input input {height: 30px; line-height: 30px; font-size: 12px; padding: 0 6px;}
    .search_input_box .search_button {height: 32px; font-size: 12px;padding: 0 15px 0 35px;background-size: 15px auto; background-position-x: 15px;}
    .join_list_box {margin-top: 20px; font-size: 12px; line-height: 16px;}
    .join_list_box .li {padding: 0 10px;}
    .join_list {font-size: 12px;margin-bottom: 6px;}
    .join_list_box .li1 {width: 41%;}
    .join_list_box .li2, .join_list_box .li3 {width: 16%;}
    .join_list_tit {padding: 10px 0;}
    .join_list .join_expand {padding: 6px;background-size: 12px auto;right: 10px;top: 12px;}
    .join_list_con .tet {padding: 10px 10px 15px; line-height: 18px;}
    .join_list_con h3 {font-size: 12px; margin: 8px 0 4px;}
    .join_list_con ul {margin: 10px 0 15px;}
    .join_list_con ul li {font-size: 12px;min-width: 60px;padding: 2px 6px;margin-right: 5px; margin-bottom: 4px;}
	
	/*关于我们-联系我们*/
	.contact_box {padding: 25px 0 45px;}
	.contact_pic {float: none; width: 100%;}
	.contact_con {padding: 20px;}
	/*联系我们地图*/
	#map_container {display: none;}
	.phone_map_box {display: block;}
	.map_tc {width: 100%; margin-top: 12px;border-radius: 0;}
	.map_tc .tit {background-position: center; background-color: #0075C1;}
	
	/*关于我们-投资人关系*/
	.lzh_zygg .ltp_con .g_left {width: 100%; float: none; padding-right: 0; padding-bottom: 10px;}
	.lzh_zygg .ltp_con .g_right {width: 100%; float: none; padding-left: 0; padding-top: 10px; border-top: 1px solid #e3e3e3;}
	.lzh_zygg .ltp_con:after {display: none;}
	.lzh_dqbg .ltp_con ul li {padding: 0 4px;margin-bottom: 12px;}
	.lzh_dqbg .ltp_con ul {margin: 0 -4px;}
	.lzh_dqbg .ltp_con .tit {font-size: 12px;line-height: 16px;font-weight: normal;}
	
	/*关于我们-新闻中心*/
	.news_lunbo_box .owl-dots {bottom: 145px;}
	.news_con_box .news_btm_list {padding-top: 15px;}
	.news_lunbo_box .new_con {padding: 15px 10px; font-weight: normal; position: initial; background: #0075c1;}
	.news_tit_box {padding-right: 10px;line-height: 24px; padding-bottom: 10px; border-bottom: 1px solid rgba(255,255,255,0.3);}
	.news_tit_box .news_tit {font-size: 18px;}
	.news_tit_box .news_shi {font-size: 12px;position: initial; line-height: 16px; margin-top: 5px;}
	.news_lunbo_box .news_intro {height: 44px;}
	.news_btm_list .anli_list .anli_con {font-weight: normal; padding: 8px 0 9px 15px;}
	.news_btm_list .anli_con .anli_tit {font-size: 16px;line-height: 22px;padding: 0 15px 5px 0;}
	.anli_con .anli_tit .news_btm_time {position: initial; font-size: 12px;}
	.news_btm_list .news_btm_tit {padding-right: 0;}
	.news_btm_list .anli_con .anli_intro {font-size: 12px; line-height: 18px; -webkit-line-clamp: 2;padding: 5px 15px 0 0;}
	.news_list_box {padding: 20px 0 45px;}
	.news_btm_list .page {padding-top: 15px;}
	.news_lunbo_box .new_con:before {display: none;}
	
	/*解决方案-详情(2)*/
	.solution_detail_box .pro4_box {padding-left: 0;}
	.pro_part4 .pro_part_con li {background-position-y: 8px;}
	.jjfa_part10 .pro6_ul .pro6_pic {width: 100%;}
	.jjfa_part10 .pro6_ul .pro6_con {height: auto; padding: 15px;}
	
	/*企业资质-详情*/
	.qyzz_con_box {padding-top: 25px;}
	.qyzz_list_box {padding-top: 25px;}
	.qyzz_list_box>ul {margin: 0 0 -10px -10px;}
	.qyzz_list_box>ul>li {padding: 0 0 10px 10px;}
	.qyzz_list_tit {font-size: 12px;line-height: 18px;height: 36px; margin-top: 10px;}
	
	/*首页原点*/
	.index_ban_box .owl-dots {bottom: 10px;}
	.index_ban_box .owl-dots .owl-dot span {width: 9px; height: 9px;margin: 0 4px;}
}
/*--手机竖--*/
@media screen and (max-width:470px){/*--320--*/
	#top {right: 10px; bottom: 20%;}
	.head_search .ss_bg .ss_kuai {width: 230px;}
	
	/*页码*/
	/*.page a.Pprev {width: 45px;}
	.page a.Pnext {width: 45px;}*/
	/*首页*/
	.p100 {padding: 40px 0;}
	.pt140 {padding-top: 30px;}
	.index_body .wrap {padding: 0 10px;}
	.phone_nav .top {padding: 0 10px;}
	.phone_nav .box_con {margin: 50px 10px 10px 10px;}
	/*首页轮播图*/
	/*.index_ban {height: 220px;}*/
	.index_ban .ban_text {width: 240px;}
	.ban_text .ban_tit {font-size: 16px; line-height: 26px;}
	.ban_text .ban_tit h1 {font-size: 22px; line-height: 32px; margin-bottom: 15px;}
	.index_link {width: 90px;line-height: 32px;font-size: 12px;font-weight: normal;}
	.index_link .link_icon {background-size: 5px auto; padding-right: 12px;}
	.index_cn {font-size: 18px; line-height: 24px; font-weight: normal;}
	.index_part1 .li1 .index_cn, .index_part1 .li1 .index_en {padding-right: 105px;}
	.index_zy2 {font-size: 12px; line-height: 18px; font-weight: normal; margin-top: 6px;}
	.index_sum {font-size: 40px;line-height: 42px;}
	.index_intro {font-size: 12px;line-height: 18px;height: 36px;margin-top: 5px; font-weight: normal;}
	.ai_tit_box .ai_icon {width: 40px; height: 40px;}
	.ai_tit_box .ai_tit {font-size: 18px;line-height: 40px;height: 40px;font-weight: normal;}
	.index_ai_con .ai_tit_box {padding: 0 0 15px;}
	.index_ai_con .ai_intro {font-weight: normal;}
	.index_news_box {margin-top: 10px;}
	.index_news_list {padding: 30px 0 40px;}
	.foot_link>ul {margin: -4px;}
	.foot_link .li {padding: 4px;}
	.foot_link .li a {background-size: 15px auto;padding-left: 18px;}
	
	.index_part1 .li1 .index_part1_con {padding-bottom: 79px;}
	/*栏目页*/
	.wrap {padding: 0 10px;}
	.lanmu_ban {height: 170px;}
	.lanmu_box {padding-top: 30px;}
	.lanmu_tit_cn {font-size: 18px; line-height: 42px; width: 160px;}
	.lanmu_tit_en {font-size: 16px;line-height: 20px;}
	.nav_two_box {padding-top: 35px;}
	/*案例列表*/
	.anli_list_box {padding: 20px 0 45px;}
	.anli_list>li {padding-bottom: 10px;}
	.anli_list .anli_pic {float: none; width: 100%;}
	/*案例详情*/
	.lm_detail_ban {height: 70px;}
	.lm_detail_tit {font-size: 18px; line-height: 70px;}
	.lm_detail_ban .lanmu_weizhi {padding-top: 25px;}
	.case_detail_box {padding: 35px 0 45px;}
	.case_detail_tit {font-size: 17px; line-height: 24px; font-weight: bold; padding-bottom: 15px;}
	.case_detail_con {line-height: 22px;}
	/*产品与方案-列表*/
	.pro_list_show {width: 120px;}
	.pro_list_hide {padding: 14px;}
	.pro_list_hide .pro_hide_tit {font-size: 18px;line-height: 24px;padding-bottom: 10px;}
	.pro_list_hide .pro_hide_intro {-webkit-line-clamp: 2;margin-top: 10px;}
	.product_list_box {padding: 20px 0 45px;}
	.product_carousel_box .product_con {font-weight: normal;}
	.product_con .product_tit {font-size: 20px; line-height: 24px;}
	.product_con .product_key {font-size: 15px; line-height: 30px;}
	.product_con .index_link {width: 98px; line-height: 34px;}
	.product_carousel_box {padding-bottom: 35px;}
	.product_carousel_box .owl-dots {bottom: -10px;}
	.product_list .page {padding-top: 20px;}
	/*产品与方案-详情*/
	.product_video {padding: 0 10px;}
	.pro5_con_intro {padding: 0 0 0 15px;}
	.pro5_con_intro:before {display: none;}
	.pro5_ul>li {border-bottom: 1px solid #e3e3e3;}
	.pro5_ul>li:last-child {border-bottom-color: transparent;}
	.pro6_ul .pro6_pic {width: 100%;}
	.pro8_ul .li {float: none; width: 100%; max-width: 380px; margin: 0 auto;}
	/*关于我们*/
	.about_tit {font-size: 20px; line-height: 26px;padding-bottom: 10px;}
	.about_tit:after {width: 40px; height: 3px;}
	.about_tit.tit_center:after {margin-left: -20px;}
	.about_con .about_intro {margin-top: 15px;}
	.about_con_box {padding: 10px 0 35px;}
	.aboutus_part3 {padding: 35px 0 30px;}
	.pt40 {padding-top: 25px;}
        .pb40{padding-bottom: 25px;}
	.aboutus_part3_list>ul {margin: -10px -3px;}
	.aboutus_part3_list>ul>li {padding: 10px 3px;}
	.honor_pic_box .honor_tit {font-size: 18px; line-height: 24px; top: 30px;}
	.honor_btn_box {padding-top: 12px;}
	.honor_btn_box .honor_btn {min-width: 100px; line-height: 32px;}
	.aboutus_part4 {padding: 30px 0 40px;}
	/*关于我们-轮播图*/
	.aboutus_swiper {background-position-x: 10px;}
	
	/*服务支持-常见问题*/
	.p80100 {padding: 20px 0 45px;}
	.problem_time {width: 80px; font-size: 14px; line-height: 20px; padding-top: 8px;}
	.problem_time strong {font-size: 40px;line-height:40px;}
	.problem_list>li>a {padding: 15px 20px 15px 0;}
	.font16 {font-size: 13px; line-height: 18px;}
	.font24 {font-size: 16px; line-height: 22px;}
	.problem_tit {padding-bottom: 8px;}
	.problem_intro {margin-top: 8px; height: 36px;}
	.problem_list {margin: -5px 0;}
	.problem_list>li {padding: 5px 0;}
	.problem_list_box .page {padding-top: 20px;}
	
	/*服务支持-售后*/
	.postSale_box {padding: 20px 0 40px;}
	.hotLine_con {width: 220px;}
	.postSale_tit {font-size: 16px;line-height: 22px;padding: 0 10px;}
	.postSale_tit>span {padding: 9px 20px 9px 12px; background-size: 6px auto;background-position: left 17px;}
	.postSale_tit>span:after {background-size: 12px auto;padding: 6px;}
	.postSale_con {padding: 0 10px 15px; font-size: 13px;}
	
	/*服务支持-下载中心*/
	.lzh_dload_list .ltab_con .l_hidden .l_sum{-webkit-line-clamp: 2;}
	/*关于我们-加入我们*/
	.joinUs_part1_con {font-size: 12px; line-height: 18px;}
	.join_part2_pic {display: none;}
	.join_ul .li {float: none; width: 100%;}
	.join_part2_table {height: 100px; padding: 10px 30px;}
	.search_input_box .search_button {background-image: none; padding: 0 14px;}
	.join_list .join_expand {padding: 6px 10px;}
	.join_list_box .li4 {width: 21%;}
	
	/*关于我们-联系我们*/
	.contact_box {padding: 20px 0 40px;}
	.contact_con {padding: 15px;}
	.contact_tit {font-size: 16px;}
	.contact_intro {font-size: 13px;line-height: 20px;margin-top: 5px;}
	/*联系我们地图*/
	#map_container {background-size: 100% auto; height: 300px;}
	
	/*关于我们-投资人关系*/
	.lzh_dqbg {padding: 30px 0 50px;}
	.pro_detail_tit.qyzz_tit:after {width: 36px;height: 3px;margin-left: -18px;}
	.pro_detail_tit.qyzz_tit {padding-bottom: 12px;}
	.lzh_zygg .ltp_con .g_left .text .sum {font-size: 12px; line-height: 16px;font-weight: normal; -webkit-line-clamp: 2;margin-top: 0;}
	.lzh_dqbg .ltp_con ul li {width: 50%;}
	
	/*关于我们-新闻中心*/
	.news_lunbo_box .news_intro {height: 36px;}
	.news_lunbo_box .owl-dots {bottom: 135px;}
	.news_btm_list .anli_list .anli_pic {width: 100%;}
	.news_btm_list .anli_list .anli_con {padding: 10px 10px 5px 10px;}
	.news_btm_list .anli_con .anli_tit {padding: 0 0 5px 0;}
	.news_btm_list .anli_con .anli_intro {display: none;}
	.con_r {margin-top: 15px;}
	.news_con_box .news_btm_list {padding-top: 10px;}
	
	/*企业资质-详情*/
	.qyzz_list_box>ul>li {width: 50%;}
	.qyzz_con_box {padding-top: 20px;}
	
}