﻿@charset "utf-8";
/* CSS Document */
* {
	box-sizing: border-box;
}
html, body {
	width: 100%;
	min-width: 1250px;
	margin: 0;
	padding: 0;
	color: #3e3e3e;
	font-family: /*PingFangSC,helvetica neue,hiragino sans gb,arial,*/microsoft yahei ui, microsoft yahei, simsun, sans-serif !important;
	font-size: 18px;
}
a {
	text-decoration: none;
    
}
a img {
	border: 0;
}
h1, h2, h3, h4, h5 {
	font-weight: 200;
	margin: 0;
	padding: 0;
}
h3 {
	font-size: 50px;
	letter-spacing: 5px;
	text-align: center;
}
h4 {
	/*font-family: PingFangSC;*/
	line-height: 40px;
	font-size: 14px;
	letter-spacing: 10px;
	text-align: center;
	font-weight: 500;
	color: rgba(62,62,62,.8);
}
ul, li,ol, dl, dt, dd {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.w1200 {
	width: 1250px;
	margin: 0px auto;
	padding: 0 25px;
	position: relative;
}


/*导航样式*/
.navbar_bg {
	width: 100%;
	background: #fff;
}
.nav_bar {
	height: 90px;
	padding: 0 25px;
}
.menu_btn {
	display: none;
}
.logo {
	display: inline-block;
	width: 229px;
	height: 90px;
	
	vertical-align: middle;
}
.logo img{max-height:100%;margin-top:18px;}
.nav_line {
    border-bottom:1px solid #d5d5d5;
}
.links {
	display: inline-block;
	margin-right: 15px;
	margin-left: 380px;
	vertical-align: middle;
}
.links li {
	display: inline-block;
	position: relative;
	vertical-align: top;
}
.links a {
	display: inline-block;
	color: #3e3e3e;
	
	line-height: 86px;
	max-height:86px;
	padding: 0px 16px;
	font-size: 15px;
}

.links > li:nth-child(2) > a{margin-top:-6px;
	max-height:92px;}
.links > li {
	border-top: 4px solid transparent;
	min-width: 105px;
	text-align: center;
}
.links > li:hover {
	background-color: #fff;
	box-shadow: 0 0 2px rgba(0,0,0,.1);
	border-top: 4px solid #00499e;
	color: #515151;
	font-weight: bold;
}
.icon-down {
	display: inline-block;
	width: 14px;
	height: 14px;
	background-image: url(../images/icon_down_arrow.svg);
	background-size: 14px 14px;
	margin-left: 2px;
}
/*二级菜单*/
.links li ul {
	position: absolute;
	left: 0;
	top: 86px;
	background-color: #fafafa;
	padding: 0 0 5px;
	display: none;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
}
.links li ul.cpgl_menu {
	width:220px;
	font-size: 0;
	line-height: 0;
}
.links li ul.cpgl_menu > li {
	display: inline-block;
	width: 100%;
	margin-bottom:10px;
	margin-right: 5px;
	text-align: left;
	vertical-align: top;
}
.links li ul.cpgl_menu li ul {
	box-shadow: 0 -1px 2px 0 rgba(0,0,0,.05);
	left: auto;
	display: block;
	top: auto;
	position: relative;
	background-color: #fafafa;
	padding: 0 0 5px;
	text-align: left;
}
.links li ul.cpgl_menu li ul li {
	width: 145px;
	height: 30px;
}
.links li ul.cpgl_menu li a {
	line-height:20px;
	width: 100%;
}
.links li ul.cpgl_menu li a span.product_name{font-weight: bold;}
.links li ul.cpgl_menu li a:hover{line-height:20px;}
.links li ul.cpgl_menu li li a {
	font-weight: normal;
	padding: 0 6px;
}
.links li ul li a {
	display: block;
	line-height: 30px;
	font-size: 13px;
	font-weight: normal;
	color: #333;
	width: 150px;
}
.links li ul li a:hover {
	border: 0;
	background-color: #eff3f5;
}
.links li ul li a:hover {
	display: block;
	line-height: 30px;
	font-size: 14px;
	color: #333;
}
.nav_true {
	color: #3e3e3e;
	font-weight: bold;
}
.src_area {
	display: inline-block;
	vertical-align: middle;
	width: 165px;
	padding-left: 10px;
	height: 34px;
	border: 1px solid #7b7b7b;
	border-radius: 20px;
}
.src_area2 {
	display: inline-block;
	vertical-align: middle;
	width: 466px;
	padding-left: 20px;
	height: 43px;
	border: 1px solid #7b7b7b;
	border-radius: 50px;
}
.search_input {
	width: 145px;
	height: 32px;
	border: 0;
	color: #3e3e3e;
	border-radius: 20px;
	vertical-align: middle;
	line-height: 32px;
	font-size: 14px;
	display: inline-block;
}
.input2 {
    width:440px;
    height:40px;
    line-height:43px;
    font-size:16px;
}
input.search_input:focus {
	outline: none;
}
.search_btn {
	display: inline-block;
	width: 20px;
	height: 28px;
	vertical-align: middle;
	border: 0;
	background: url(../images/search_icon.png) center center no-repeat;
}
.user_area {
	display: inline-block;
	vertical-align: middle;
}
.user_area a.src_btn {
	display: block;
	width: 62px;
	height: 34px;
	background: #00499e url(../images/ico_src.png) no-repeat center;
	border-radius: 20px;
	margin-left: 5px;
	cursor: pointer;
}
.src_btn2 {
    width:84px !important ;
    height:43px !important ;
    border-radius: 40px !important ;
}
.auxiliary_t {
    font-size:16px;
    color: rgba(62,62,62,.65);
    line-height:100px;
}
.synopsis {
    font-size:16px;
    color:rgba(62,62,62,.85);
    line-height:22px;
}
.interlinking a{
    font-size:14px;
    color:rgba(62,62,62,.6);
    line-height:50px;
}
.interlinking a:hover{
    font-size:14px;
    color:rgba(62,62,62,.8);
    line-height:50px;
    text-decoration:underline;
}
.search_n h4{
    color:#3e3e3e !important ;
    font-weight:600 !important;
    line-height:100px !important ;
}
.search_n li {
    font-size:16px;
    color: rgba(62,62,62,.80);
    line-height:35px;
}
.search_text li{
    background: url(../images/ico_dot.png) 0px 16px no-repeat;
    background-size:4px 4px;
    margin-left:20px;
    padding-left:15px
}
.modular_list {
    border-bottom:1px solid #dbdbdb;
}
.load {
    width:185px;
    height:55px;
    background-color:#1fcee8;
    color:#fff;
    font-weight:bold;
    text-align:center;
    line-height:55px;
}
.load:hover {
    background-color:#00cdce;
}
.top_btn {
    width:100px;
    height:55px;
    background-color:#8fe6f3;
    color:#fff;
    font-weight:bold;
    text-align:center;
    line-height:55px;
}
.top_btn:hover {
    background-color:#00cdce;
}
.btn_area {
    width:100px;
    margin:0 auto;
    margin-top:74px;
    margin-bottom:50px;
}
.btn_area a{
    display:inline-block;
}
.title2 a{
    font-size:22px;
    color:#1fcee8;
    line-height:65px;
}
.title2 a:hover{
    font-size:22px;
    color:#00cdce;
    line-height:65px;
    text-decoration:underline;
}
.user_area .src_btn:hover {
	background: #00cdce url(../images/ico_src.png) no-repeat center;
	opacity: 80;
}
.user_area, .src_area {
	display: inline-block;
}
.solution_text {
    color:#3e3e3e;
}
/*锚点定位偏移*/
.navpoint:target {
	/*position:relative;

top:-140px;*/
	padding-top: 140px;
	margin-top: -140px;
	display: inline-block;
}
/*bottom*/
.footer {
	background: #1b1b1b;
	padding-top: 50px;
	padding-bottom: 40px;
}
.nav_bottom_area {
	width: 80%;
display:flex;
}
.copyright {
	align-items: center;
	color: #6d6c6c;
	height: 30px;
	margin-top: 20px;
	width: 50%;
	font-size:14px;
	position:absolute;
	right:0;
	bottom:0px;
}
.record_number {
	color: #6d6c6c;
	width: 50%;
	font-size:14px;
	position:absolute;
	right:0;
	bottom:35px;
}
.qr_code {
	display: block;
	width: 150px;
	height: auto;
	position: absolute;
	right: 20px;
	top: 0;
}
.wechat_code {
	display: block;
	width: 150px;
	height: auto;
	position: absolute;
	right: 200px;
	top: 20px;
}
.wechat_code dt {
    font-size:18px !important ;
    font-weight:normal !important ;
    text-align:center !important ;
}
.address {
	padding-top: 15px;
	width: 55%;
}
.copyright li {
	display: inline-block;
	vertical-align: middle;
}
.copyright li a {
	margin: 0 6px;
	color: #6d6c6c;
	font-size: 16px;
}
.copyright li a:hover {
	margin: 0 6px;
	color: #a8a8a8;
	cursor: pointer;
	font-size: 16px;
}
.sign {
	margin: 0 6px 0 0!important;
	color: #6d6c6c;
	font-size: 16px;
}
.sign:hover {
	margin: 0 6px 0 0!important;
	color: #a8a8a8;
	cursor: pointer;
	font-size: 16px;
}
.gray_line_z {
	width: 1px;
	height: 12px;
	background: #6d6c6c;
	display: inline-block;
}
.record_number a {
	color: #888;
	text-decoration: underline;
}
.nav_bottom_area > li {
	
	flex:1;
	vertical-align: top;
}
.nav_bottom_area > li:nth-child(1){flex:1.5;}
.nav_bottom_area > li:nth-child(2){flex:1.1;}
.nav_content {
	width: 100%;
	height: auto;
	
}

.nav_content li {
	width: 100%;
	height: auto;
}
.nav_bottom_area > li:nth-child(1) > ul >li.text_top a.nav_text_content{
	line-height:14px;

}
.nav_content li.nav_bottom_title {
	width: 100%;
	height: 30px;
	font-size: 18px;
	color:#ffffff;
	font-weight: bold;
}
.nav_bottom_area > li:nth-child(1)  .nav_bottom_title{margin-top:-6px;height:36px;}
.nav_bottom_title2 {
	padding-top: 20px;
	line-height: 35px;
	color: #b2b2b2;
	font-weight: bold;
	font-size: 16px;
}
.nav_bottom_title3 {
	padding-top: 23px;
	line-height: 35px;
	color: #b2b2b2;
	font-weight: bold;
	font-size: 16px;
}
.nav_content img {
	vertical-align: middle;
	margin: 0 7px 0 0
}
.nav_text_content {
	color: #999;
	font-size: 16px;
	line-height: 32px
}
.nav_text_content:hover {
	color: #d6d6d6;
	font-size: 16px;
	line-height: 32px
}


.text_top {
	margin-top: 18px;
}
.address li {
	color: #d1d1d1 !important;
	font-size: 16px;
	line-height: 30px
}
.code_name {
	font-size: 18px;
	color: #d1d1d1;
	text-align: center;
	line-height: 18px;
	padding-bottom:18px;
}
.qr_code img {
	width: 150px;
	height: 150px;
}
.wechat_code img {
	width: 150px;
	height: 150px;
}
.address a{
    color:#d1d1d1 !important;
}
.address a:hover{
    color:#ebebeb !important;
}
.address li.company {
	font-size: 18px !important;
	color: #E3E3E3 !important;
}
.company {
    padding-top:20px;
}
/*通用翻页*/
.list_page {
	text-align: center;
	padding: 30px 0;
}
.list_page li {
	display: inline-block;
	min-width: 31px;
	padding: 0 8px;
	line-height: 31px;
}
.list_page svg {
	width: 12px;
	height: 12px;
}
.list_page li a {
	color: rgba(62,62,62,.65);
	text-decoration: none;
}
.list_page li.item_active {
	background-color: #1fcee8;
	border-radius: 6px;
}
.list_page li.item_active a {
	color: #fff;
	text-shadow: 0px 1px 2px rgba(62,62,62,.35);
}
.list_page li.item_disabled a {
	color: #d9d9d9;
	text-decoration: none;
}
/*网站首页*/
.index_screen1 {
	background-color:#e9e9e9;
	min-height: 600px;
    height:600px;
    overflow:hidden;
	background-size: cover;
	text-align: center;
   
	
}
.index_screen1 div.banner01{
    
    height:600px;
    background-size:cover;
}
.index_screen1 div.banner02{
    
    height:600px;
     background-size:cover;
}
.index_screen1 div.banner03{
   
    height:600px;
     background-size:cover;
}
.index_screen1 div.banner04{
    
    height:600px;
     background-size:cover;
}
    .index_screen1 .slides li img {
    height:600px;
    
    }
    
.index_screen1 h3 {
	margin-top: 85px;
	letter-spacing: 35px;
	padding-left: 20px;
	color: #fff;
}
.index_screen1 h4 {
	letter-spacing: 11px;
	color: #fff;
}

.index_screen2 {
	background: url(../images/index_bg_02.jpg) no-repeat 100% 100% ;
	min-height:490px;
	 background-size:cover;
}
.index_screen2 h3 {
	padding-top: 25px;
}
.index_screen2 .scope_content {
	font-size: 0;
	line-height: 0;
}
.index_screen2 .scope_content dl {
	display: inline-block;
	width: 24%;
	margin: 60px .5% 0 .5%;
	padding: 0 28px;
	min-height: 240px;
	border-radius: 16px;
	vertical-align: middle;
	background-color: rgba(255,255,255,1);
}
.index_screen2 .scope_content dt {
	font-size: 22px;
	line-height: 70px;
}
.index_screen2 .scope_content dt img {
	display: block;
	margin-top: -40px;
    width:60px;

}
.index_screen2 .scope_content dd {
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	color: rgba(62,62,62,.85);
}
.index_screen3 {
	background: url(../images/index_bg_03.jpg) no-repeat;
	min-height: 850px;
	background-size: cover;
}
.index_screen3 h3 {
	color: #fff;
	padding-top: 40px;
}
.index_screen3 h4 {
	color: rgba(255,255,255,.65);
}
.index_screen3 .text {
	color: #fff;
}
.index_screen3 .blue_name3 {
	color: #1fcee8;
	font-size: 22px;
}
.index_screen4 {
	background: #f6f6f6 url(../images/index_bg_04.jpg) no-repeat;
	min-height: 760px;
	background-size: cover;
}
.index_screen4 h3 {
	padding-top: 40px;
}
.industry_ico_list {
	font-size: 0;
	line-height: 0;
	padding-top: 80px;
}
.industry_ico_list dl {
	width: 95px;
	margin-right: 126px;
	height: 165px;
	display: inline-block;
	font-size: 20px;
	font-weight: 600;
}
.industry_ico_list dt {
	line-height: 70px;
	text-align: center;
}
.industry_ico_list dd {
	width: 95px;
	height: 95px;
	background: rgba(255,255,255,.8) url(../images/ico_trade_01.png) no-repeat center center;
	border-radius: 50%;
}
.industry_ico_list dd.industry01 {
	background-image: url(../images/ico_trade_01.png);
}
.industry_ico_list dd.industry02 {
	background-image: url(../images/ico_trade_02.png);
}
.industry_ico_list dd.industry03 {
	background-image: url(../images/ico_trade_03.png);
}
.industry_ico_list dd.industry04 {
	background-image: url(../images/ico_trade_04.png);
}
.industry_ico_list dd.industry05 {
	background-image: url(../images/ico_trade_05.png);
}
.industry_ico_list dd.industry06 {
	background-image: url(../images/ico_trade_06.png);
}
.industry_ico_list dd.industry07 {
	background-image: url(../images/ico_trade_07.png);
}
.index_screen4 .solution_result {
	padding-top: 45px;
	font-size: 18px;
}
.last_dl, .last_div {
	margin-right: 0 !important;
}
.index_screen4 .solution_result div {
	background-color: rgba(255,255,255,.8);
	border-bottom: 5px solid #1fcee8;
	padding: 25px 32px 70px 32px;
	display: inline-block;
	width: 31.9%;
	margin-right: 1%;
}
.index_screen4 .solution_result h5 {
	line-height: 65px;
	font-size: 24px;
	font-weight: 600;
	color: rgba(62,62,62,.85);
	background: url(../images/r_line.png) left top no-repeat;
}
.index_screen4 .solution_result .solution_result_item {
	display: inline-block;
	width: 50%;
	margin: 0;
	font-size: 18px;
	line-height: 30px;
	text-align: left;
	vertical-align: middle;
	color: rgba(62,62,62,.85);
}
.index_screen4 .solution_result .solution_result_num {
	font-size: 50px;
	margin: 0;
	display: inline-block;
	width: 45%;
	text-align: right;
	vertical-align: middle;
    font-weight:600;
	color: rgba(62,62,62,.8);
}
.index_screen4 .solution_result .solution_result_num span {
	font-size: 24px;
    padding-left:10px;
    font-weight:bold;
}
.index_screen5 {
	background: url(../images/index_bg_05.jpg) no-repeat;
	min-height: 850px;
	background-size: cover;
}
.index_screen5 .benefits_content {
	font-size: 0;
	line-height: 0;
	padding-top: 50px;
}
.index_screen5 h3 {
	padding-top: 40px;
}
.index_screen5 .benefits_l_area {
	display: inline-block;
	width: calc(60% - 8px);
	margin-right: 8px;
	height: 590px;
	font-size: 0;
	line-height: 0;
	vertical-align: middle;
}
.index_screen5 .benefits_l_area dl {
	display: inline-block;
	width: calc((100% - 8px ) / 2);
	margin-right: 8px;
	height: 290px;
	vertical-align: middle;
	background-color: #f9f9f9;
	margin-bottom: 8px;
	font-size: 18px;
	line-height: 45px;
	padding: 0 40px;
}
.index_screen5 .benefits_l_area dt {
	font-weight: 800;
	font-size: 24px;
	line-height: 90px;
	margin-bottom: 15px;
	color: rgba(62,62,62,.85);
	background: url(../images/b_line.png) no-repeat left bottom;
}
.index_screen5 .benefits_content dd {
	color: rgba(62,62,62,.85);
}
.index_screen5 .benefits_r_area {
	display: inline-block;
	width: 40%;
	font-size: 18px;
	line-height: 30px;
	background-color: #f9f9f9;
	height: 590px;
	vertical-align: middle;
	border-bottom: 5px solid #1fcee8;
	padding-top: 35px;
}
.benefits_r_area li {
	display: inline-block;
	width: 49%;
	text-align: center;
	height: 180px;
	vertical-align: middle;
	
	background: url(../images/donut_bg_03.png) top center no-repeat;
	padding: 0 40px 0 40px;
  
}
 .benefits_r_area li i {
    display:block;
    width:97px;
    height:97px;
    margin:0 auto ;    
    }
.benefits_r_area li.benefits_31 i {
	background: url(../images/donut_11.png) top center no-repeat;
    
}
.benefits_r_area li.benefits_32 i{
	background: url(../images/donut_32.png) top center no-repeat;
    
}
.benefits_r_area li.benefits_33 i{
	background: url(../images/donut_33.png) top center no-repeat;
   
}
.benefits_r_area li.benefits_34 i{
	background: url(../images/donut_32.png) top center no-repeat;
   
}

.benefits_r_area li.benefits_35 {
	background: url(../images/donut_bg_04.png) top center no-repeat;
    
}
.benefits_r_area li.benefits_36{
	background: url(../images/donut_bg_04.png) top center no-repeat;
   
}
.benefits_r_area li.benefits_35 i{
	background: url(../images/donut_35.png) top center no-repeat;
   
}
.benefits_r_area li.benefits_36 i{
	background: url(../images/donut_36.png) top center no-repeat;
   
}




.benefits_r_area li span {
	display: inline-block;
	font-size: 18px;
	line-height: 60px;
	background: url(../images/r_line.png) bottom center no-repeat;
}
.index_screen6 {
	background: url(../images/index_bg_06.jpg) no-repeat;
	min-height: 850px;
	background-size: 100% 100%;
}
.index_screen6 h3 {
	color: #fff;
	padding-top: 40px;
}
.index_screen6 h4 {
	color: rgba(255,255,255,.65);
}
.index_screen6 .feature_content {
	font-size: 0;
	line-height: 0;
}
.index_screen6 .feature_content .feature_item {
	display: inline-block;
	width: 25%;
	height: 400px;
	vertical-align: middle;
	font-size: 18px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	padding: 0 40px;
}
.index_screen6 .feature_content .feature_item h5 {
	font-size: 36px;
	font-weight: 400;
	line-height: 65px;
}
.feature_content .feature_item i {
	width: 145px;
	height: 145px;
	display: block;
	margin: 0 auto;
	border-radius: 50%;
	margin-top: 150px;
	margin-bottom: 65px;
}
.feature_content .feature_item i.feature_ico01 {
	background: rgba(60,230,255,.75) ;
}
.feature_content .feature_item i.feature_ico02 {
	background: rgba(60,230,255,.75);
}
.feature_content .feature_item i.feature_ico03 {
	background: rgba(60,230,255,.75) ;
}
.feature_content .feature_item i.feature_ico04 {
	background: rgba(60,230,255,.75) ;
}
.feature_content .feature_item p {
	color: rgba(255,255,255,.65);
}
.index_screen7 {
	background: url(../images/index_bg_07.png) no-repeat;
	min-height: 750px;
	background-size: 100%;
	background-position-y: 190px;
}
.index_screen7 h3 {
	padding-top: 40px;
}
.index_screen7 .client_logo {
	
	min-height: 578px;
}
.index_screen7 .client_logo {
	line-height: 0;
	font-size: 0;
}
.index_screen7 ul {
font-size:0;
margin-top:30px;
margin-bottom:30px;

}
.index_screen7 li {
	display: inline-block;
	width: 124px;
	text-align: center;
	height: 124px;
	vertical-align: middle;
	margin: 28px 23px;
	 box-shadow: 0  0 5px rgba(0,0,0,.2);
	border-radius:50%;
    background:#f5f5f5;
    opacity:0;
    opacity:1\0;
}
.index_screen7 .client_logo li:nth-child(7n) {
	margin-right: 0;
}

   .index_screen7 li:nth-child(1) {
        animation-delay:100ms;
    }
     .index_screen7 li:nth-child(2) {
        animation-delay:200ms;
    }
       .index_screen7 li:nth-child(3) {
        animation-delay:300ms;
    }
        .index_screen7 li:nth-child(4) {
        animation-delay:400ms;
    }
         .index_screen7 li:nth-child(5) {
        animation-delay:500ms;
    }
          .index_screen7 li:nth-child(6) {
        animation-delay:600ms;
    }
           .index_screen7 li:nth-child(7) {
        animation-delay:700ms;
    }
            .index_screen7 li:nth-child(8) {
        animation-delay:800ms;
    }
             .index_screen7 li:nth-child(9) {
        animation-delay:900ms;
    }
              .index_screen7 li:nth-child(10) {
        animation-delay:1000ms;
    }
               .index_screen7 li:nth-child(11) {
        animation-delay:1100ms;
    }
    .index_screen7 li:nth-child(12) {
        animation-delay: 1200ms;
    }
    
           .index_screen7 li:nth-child(13) {
        animation-delay:1300ms;
    }
   .index_screen7 li:nth-child(14) {
        animation-delay:1400ms;
    }
    .index_screen7 li:nth-child(15) {
        animation-delay:1500ms;
    }
     .index_screen7 li:nth-child(16) {
        animation-delay:1600ms;
    }
      .index_screen7 li:nth-child(17) {
        animation-delay:1700ms;
    }
       .index_screen7 li:nth-child(18) {
        animation-delay:1800ms;
    }
        .index_screen7 li:nth-child(19) {
        animation-delay:1900ms;
    }
         .index_screen7 li:nth-child(20) {
        animation-delay:2000ms;
    }
          .index_screen7 li:nth-child(21) {
        animation-delay:2100ms;
    }

/*解决方案*/
.solution_layout h3 {
	font-size: 50px;
	letter-spacing: 5px;
	text-align: center;
	padding-top: 40px;

}
.solution_layout p {
	line-height: 28px;
}

.solution_screen1 {
	min-height: 600px;
	background: url(../images/solution_bg_01.jpg) no-repeat;
	background-size: cover;
	color: #fff !important;
	padding-top: 130px;
}
.solution_fmcg .solution_screen1 {
    background: url(../images/solution_bg_07.jpg) no-repeat;
    background-size:cover;
}
.solution_machining .solution_screen1 {
    background: url(../images/solution_bg_15.jpg) no-repeat;
    background-size:cover;
}
.solution_automobile .solution_screen1 {
    background: url(../images/solution_bg_11.jpg) no-repeat;
    background-size:cover;
}
.solution_pharmacy .solution_screen1 {
    background: url(../images/solution_bg_18.jpg) no-repeat;
    background-size:cover;
}
.solution_screen1 h3 {
	font-size: 54px;
        animation: zoom 1s ease  forwards ;
    animation-delay:100ms;
     opacity:0;
      opacity:1\0;
}
.solution_screen1 p {
	width: 1000px;
	text-align: center;
	line-height: 28px;
	margin: 75px auto 0 auto;
    opacity:0;
     opacity:1\0;
     animation: b2t_appear 2s ease  forwards ;
    animation-delay:500ms;
}
.solution_screen2, .solution_screen3 {
	min-height: 540px;
}
.solution_screen2 .industry_status_content {
	background: #e7e7e7 url(../images/solution_bg_02.jpg) top center no-repeat;
	min-height: 350px;
}
.solution_fmcg .solution_screen2 .industry_status_content {
	background: #e7e7e7 url(../images/solution_bg_08.jpg) top center no-repeat;
	
}
.solution_machining .solution_screen2 .industry_status_content {

	
}
.solution_pharmacy .solution_screen2 .industry_status_content {
	background: #e7e7e7 url(../images/solution_bg_19.jpg) top center no-repeat;
	
}
.solution_automobile .solution_screen2 .industry_status_content {
	
	
}
.solution_rail .solution_screen2 .industry_status_content {
	background: #e7e7e7 url(../images/solution_bg_22.jpg) top center no-repeat;
	
}
.solution_screen2 .w1200 {
	padding-right: 680px;
	margin-top: 0px;
}
.solution_screen2 em {
	background: url(../images/solution_ico_em.png) no-repeat center center;
	display: inline-block;
	width: 32px;
	height: 60px;
	margin-top: 10px;
}
.solution_fmcg .solution_screen2 .w1200,.solution_automobile .solution_screen2 .w1200 {
	
	margin-top: 0px;
}
.solution_fmcg .solution_screen2 em,.solution_automobile .solution_screen2 em {
	
	margin-top: 0px;
}
.solution_automobile .solution_screen2 em {
margin:0;
padding:0;
height:30px;
}

.solution_screen3 {
	background: url(../images/solution_bg_06.png) center 80% no-repeat;
}
.solution_screen3 .industry_painspots_content {
	font-size: 0;
	line-height: 0;
	margin-top: 40px;
}
.solution_screen3 dl {
	display: inline-block;
	width: calc((100% - 24px) / 4 );
	min-height: 270px;
	margin-right: 5px;
	background-color: #f9f9f9;
	border-top: 5px solid #1fcee8;
	vertical-align: middle;
	font-size: 18px;
	line-height: 40px;
	padding: 20px 30px;
}
.solution_b dl {
    width: calc((100% - 24px) / 3 );
}
.solution_machining .solution_screen3 {
    min-height:800px;
}
.solution_machining .solution_screen3 dl {
	
	width: calc((100% - 16px) / 3 );
	padding: 20px 30px 10px 20px;
    min-height: 280px;
    margin-bottom:10px;
}
.solution_pharmacy .solution_screen3 {
    min-height:680px;
}
.solution_pharmacy .solution_screen3 dl {
	
	width: calc((100% - 16px) / 3 );
	padding: 20px 30px 10px 20px;
    min-height: 220px;
    margin-bottom:10px;
}
.solution_screen3 dt {
	color: #e73371;
	font-size: 50px;
	line-height: 80px;
	font-family: Impact;
}
.solution_screen3_half {
	min-height: 540px;
}
 .solution_screen3_half h3 {
    padding-top:0px;
    }
    .solution_screen3_half h4 {
    margin-bottom:30px;
    }
.solution_screen3_half .industry_status_content {
	
	min-height: 350px;
    
    
}
.solution_machining .solution_screen3_half .industry_status_content {
	
	min-height: 350px;    
    
}
.solution_pharmacy .solution_screen3_half .industry_status_content {
	background: #e7e7e7 url(../images/solution_bg_20.jpg) top center no-repeat;
	min-height: 350px;    
    
}
.solution_screen3_half .w1200 {
	
	
    padding-left:680px;
}
.solution_pharmacy .solution_screen3_half .w1200 {
padding-top:50px;
}
    .solution_screen3_half ul {
    line-height:100px;
    font-size:29px;
    
    }
    .solution_screen3_half li {
    background:url(../images/r_line.png) -10px 97px no-repeat;
    }
    
.solution_screen4 {
	min-height: 680px;
	background: url(../images/solution_bg_03.jpg) no-repeat;
	background-size: cover;
	color: #fff !important;
}
.solution_automobile .solution_screen4 {
    min-height: 530px;
}
.solution_pharmacy .solution_screen4 {
    min-height: 280px;
}
.solution_rail .solution_screen4 {
    min-height: 330px;
}
.solution_pharmacy .solution_content p {
    font-size:18px;
    line-height:40px;
    text-align:center;
}
.solution_screen4 h4 {
	color: rgba(255,255,255,.5);
}
.solution_content {
	font-size: 0;
	line-height: 0;
}
    .solution_content dl li {
     list-style:disc;
    }
        .solution_content dl li strong {
        font-weight:normal;
       /* color:#1fcee8;*/
        }
.intergration_ul {
    font-size:0;
    line-height:0;
    
}
.bg_n {
    background:none !important;
}

.industry07 dl {
    margin-bottom:60px;
    height:570px;
}
.industry_painspots_content img {
   margin:5px 10px 4px 0px;
}
.integration_01,.integration_02,.integration_03  {
   display: inline-block;
	width: calc((100% - 140px) / 3 );
	
	vertical-align: middle;
	font-size: 18px;
	line-height: 32px;
    margin:0px 70px 20px 0;
    text-align:center;
    min-height:185px;
   
    
}

.integration_01 {
   
}
.integration_02 {
    
}
.integration_03 {
   
}
.solution_screen4 .solution_content dl {
	display: inline-block;
	width: calc((100% - 24px) / 3 );
	margin-right: 8px;
	vertical-align: middle;
	font-size: 18px;
	line-height: 32px;
    margin-top:30px;
}
.solution_machining .solution_screen4 {
min-height:420px;
}
.solution_machining .solution_screen4 .solution_content dl {
	display: inline-block;
	width: calc((100% - 32px) / 5 );
	
}
.solution_machining .solution_screen4 .solution_content dl li{
	list-style:none;
	
}
.solution_screen4 .solution_content dt {
	border-bottom: 5px solid #1fcee8;
	background: url(../images/solution_ico_arrow.png) 4% 100% no-repeat;
	line-height: 75px;
	color: #1fcee8;
    margin-top:-30px;
}
.solution_screen4 .solution_content dd {
	padding: 20px 20px 0 40px;
	background: rgba(255,255,255,.1);
	min-height: 400px;
}
.solution_machining  .solution_screen4 .solution_content dd {
	padding: 20px 20px 0 25px;
	background: rgba(255,255,255,.1);
	min-height: 200px;
}
.solution_automobile .solution_screen4 .solution_content dd {
	padding: 20px 60px 0 40px;
	background: rgba(255,255,255,.1);
	min-height: 300px;
}
.solution_screen4 .solution_content.kx dd {
	padding: 20px 20px 0 40px;
	background: rgba(255,255,255,.1);
	min-height: 460px;
}
.solution_screen4 .solution_content dd span.step_tit {
	color:#1fcee8;
	font-weight: 600;
	display: block;
	font-size: 22px;
	line-height: 55px;
}
.solution_screen4 .solution_content .last_dl dd {
	margin-right: 0;
}
.solution_screen5 {
	min-height: 1280px;
	background: url(../images/solution_bg_04.jpg) bottom center no-repeat;
	background-size: cover;
    padding-bottom:30px;
}
.solution_fmcg .solution_screen5 {
	min-height: 2000px;
	background: url(../images/solution_bg_09.jpg) top center no-repeat;
    background-size: cover;
	
}
.solution_automobile .solution_screen5 {
	min-height: 2440px;
	background: url(../images/solution_bg_14.jpg) top center no-repeat;
    background-size: cover;
	
}
.stress {
   color:#3e3e3e !important;
   font-weight:bold;
}
.industry_status_content {
padding-top:20px;
}
.solution_screen5 dl {
	background-color: #fff;
	vertical-align:top;
    display:inline-block;
    font-size:0;
    line-height:0;
    width:calc(50% - 12px);
    margin-right:10px;
    margin-bottom:10px;
	padding: 5px 25px 15px 25px;
     min-height:188px;
}
   .solution_fmcg .solution_screen5 dl {
       min-height:162px;
    }
      .solution_fmcg  .solution_screen5 dl.first_dl {
       min-height:212px;
       width:calc(50% - 11px);
        margin-right:10px;
    }
        .solution_machining  .solution_screen5 dl.fifth_dl {
       min-height:212px;
       width:100%;
        margin-right:0px;
    }
          .solution_machining  .solution_screen5 dl.first_dl {
       min-height:286px;
       
    }
              .solution_machining  .solution_screen5 dl.forth_dl {
       min-height:236px;
       
    }
        .solution_automobile  .solution_screen5 dl.first_dl.double_col {
       min-height:162px;
      width:100%;

        margin-right:10px;
    }
            .solution_automobile .solution_screen5 dl.first_dl.double_col dd {
            width:49%;
            display:inline-block;
            }
    .double_col2 {
        width:calc(100% - 9px) !important ;
    }
    .industry_h dl {
        min-height:130px;
    }
       .solution_fmcg  .solution_screen5 dl.second_dl {
       min-height:212px;
    }
       .solution_automobile  .solution_screen5 dl.first_dl {
       min-height:188px;
       width:calc(50% - 12px);
        margin-right:10px;
    }
       .solution_automobile  .solution_screen5 dl.second_dl {
       min-height:188px;
    }
         .solution_automobile  .solution_screen5 dl.sixth_dl {
       min-height:311px;
    }
    .solution_cement .solution_screen5 dl.first_dl {
    margin-right:0;
    width:100%;
     min-height:212px;
    }
      .solution_screen5 dl.second_dl {
   
     min-height:236px;
    }
.solution_screen5 dt {
	line-height: 55px;
	font-size: 22px;
    position:relative;
    font-weight:bold;
	border-bottom: 1px solid #f1f1f1;
	margin-bottom: 10px;
}
.solution_screen5 dt .subtitle {
	padding-left: 20px;
	color: #e73371;
	font-size: 16px;
	line-height: 55px;
    font-weight:normal;
	vertical-align: bottom;
    position:absolute;
    right:0;
    
}
.solution_screen5 dd {
	line-height: 25px;
    font-size:14px;
    background:url(../images/ico_dot.png) no-repeat 0 10px;
    padding-left:14px;

   
}
    .solution_screen5 dd span {
    display:block;
    width:100%;
    color:rgba(62,62,62,.65);
    }
.solution_sys_screen {
 font-size:0;
 line-height:0;
}
.solution_sys_screen .screen_pic{
    max-width:calc(100% - 20px);
    display:inline-block;
    vertical-align:top;
    margin:20px;
    text-align:center;
   
}
.solution_automobile .solution_sys_screen .screen_pic{
   
    margin:20px 14px;
    
   
}
    .solution_sys_screen .screen_pic img {
         box-shadow: 0  0 12px rgba(0,0,0,.2)
    }
        .solution_sys_screen .screen_pic.app_screen img {
         box-shadow: 0  0 12px rgba(0,0,0,.2);
         border-radius:26px;
    }
    .solution_sys_screen .screen_pic p {
        line-height:40px;
        font-size:18px;
    }

.solution_screen6 {
    min-height:470px;
}
.solution_screen6 p{
    text-align:center;
}
.solution_screen6 ul {
	font-size: 0;
	line-height: 0;
	margin-top: 40px;
}
.solution_screen6 li {
	display: inline-block;
	width: calc(100% / 6);
	text-align: center;
	height: 180px;
	vertical-align: middle;
	margin-bottom: 28px;
	padding: 0px 10px 0 10px;
	font-size: 18px;
	line-height: 24px;
    background: url(../images/donut_bg_01.png) top center no-repeat;
}
    .solution_automobile .solution_screen6 li {
    width: calc(100% / 5);
    }
    .solution_screen6 li i {
    display:block;
    width:98px;
    height:97px;
    margin:0 auto 23px auto;
    
    }
.solution_rail .solution_screen1 {
    background: url(../images/solution_bg_21.jpg) no-repeat;
    background-size:cover;
}
.solution_screen6 li.benefits_01 i {
	background: url(../images/donut_11.png) top center no-repeat;
    
}
.solution_screen6 li.benefits_02 i{
	background: url(../images/donut_12.png) top center no-repeat;
    
}
.solution_screen6 li.benefits_03 i{
	background: url(../images/donut_13.png) top center no-repeat;
   
}
.solution_screen6 li.benefits_04 i{
	background: url(../images/donut_14.png) top center no-repeat;
   
}
.solution_screen6 li.benefits_05 {
	background: url(../images/donut_bg_02.png) top center no-repeat;
    
}
.solution_screen6 li.benefits_06{
	background: url(../images/donut_bg_02.png) top center no-repeat;
   
}
.solution_screen6 li.benefits_05 i{
	background: url(../images/donut_15.png) top center no-repeat;
   
}
.solution_screen6 li.benefits_06 i{
	background: url(../images/donut_16.png) top center no-repeat;
  
}


.solution_screen6 li.benefits_11 i {
	background: url(../images/donut_21.png) top center no-repeat;
    
}
.solution_screen6 li.benefits_12 i{
	background: url(../images/donut_22.png) top center no-repeat;
    
}
.solution_screen6 li.benefits_13 i{
	background: url(../images/donut_23.png) top center no-repeat;
   
}
.solution_screen6 li.benefits_14 i{
	background: url(../images/donut_24.png) top center no-repeat;
   
}
.solution_screen6 li.benefits_13 {
	background: url(../images/donut_bg_02.png) top center no-repeat;
    
}
.solution_screen6 li.benefits_14{
	background: url(../images/donut_bg_02.png) top center no-repeat;
   
}
.solution_screen6 li.benefits_15 {
	background: url(../images/donut_bg_02.png) top center no-repeat;
    
}
.solution_screen6 li.benefits_16{
	background: url(../images/donut_bg_02.png) top center no-repeat;
   
}
.solution_screen6 li.benefits_15 i{
	background: url(../images/donut_25.png) top center no-repeat;
   
}
.solution_screen6 li.benefits_16 i{
	background: url(../images/donut_26.png) top center no-repeat;
  
}


.solution_screen6 li.benefits_21 i {
	background: url(../images/donut_21.png) top center no-repeat;    
}
.solution_screen6 li.benefits_22 i{
	background: url(../images/donut_12.png) top center no-repeat;    
}
.solution_screen6 li.benefits_23 i{
	background: url(../images/donut_26.png) top center no-repeat;   
}
.solution_screen6 li.benefits_24 i{
	background: url(../images/donut_26.png) top center no-repeat;   
}
.solution_screen6 li.benefits_23 {
	background: url(../images/donut_bg_02.png) top center no-repeat;    
}
.solution_screen6 li.benefits_24{
	background: url(../images/donut_bg_02.png) top center no-repeat;   
}
.solution_screen6 li.benefits_25 {
	background: url(../images/donut_bg_02.png) top center no-repeat;    
}
.solution_screen6 li.benefits_26{
	background: url(../images/donut_bg_02.png) top center no-repeat;   
}
.solution_screen6 li.benefits_25 i{
	background: url(../images/donut_26.png) top center no-repeat;   
}

.solution_screen6 li.benefits_41 i {

    
}
.solution_screen6 li.benefits_42 i{

    
}
.solution_screen6 li.benefits_43 i{

   
}
.solution_screen6 li.benefits_44 i{

   
}
.solution_screen6 li.benefits_42 {
	background: url(../images/donut_bg_02.png) top center no-repeat;
    
}
.solution_screen6 li.benefits_44{
	background: url(../images/donut_bg_02.png) top center no-repeat;
   
}
.solution_screen6 li.benefits_45 {
	background: url(../images/donut_bg_02.png) top center no-repeat;
    
}
.solution_screen6 li.benefits_46{
	background: url(../images/donut_bg_02.png) top center no-repeat;
   
}
.solution_screen6 li.benefits_45 i{

   
}
.solution_screen6 li.benefits_46 i{
	
   
}


.solution_screen6 li.benefits_51 i {
	background: url(../images/donut_25.png) top center no-repeat;
    
}
.solution_screen6 li.benefits_52 i{
	background: url(../images/donut_02.png) top center no-repeat;
    
}
.solution_screen6 li.benefits_53 i{
	background: url(../images/donut_27.png) top center no-repeat;
   
}
.solution_screen6 li.benefits_54 i{
	background: url(../images/donut_28.png) top center no-repeat;
   
}
.solution_screen6 li.benefits_55 i{
	background: url(../images/donut_29.png) top center no-repeat;
   
}
.solution_screen6 li.benefits_56 i{
	background: url(../images/donut_01.png) top center no-repeat;
   
}
.solution_screen6 li.benefits_51 {
	background: url(../images/donut_bg_02.png) top center no-repeat;
    
}
.solution_screen6 li.benefits_52 {
	background: url(../images/donut_bg_01.png) top center no-repeat;
    
}
.solution_screen6 li.benefits_53{
	background: url(../images/donut_bg_02.png) top center no-repeat;
   
}
.solution_screen6 li.benefits_54 {
	background: url(../images/donut_bg_02.png) top center no-repeat;
    
}
.solution_screen6 li.benefits_55{
	background: url(../images/donut_bg_02.png) top center no-repeat;
   
}
.solution_screen6 li.benefits_56 {
	background: url(../images/donut_bg_01.png) top center no-repeat;
    
}

.solution_screen7 {
    background: url(../images/solution_bg_10.png) center  96% no-repeat;
}
.solution_screen7 ul {
font-size:0;
margin-top:30px;
margin-bottom:30px;

}
.solution_screen7 li {
	display: inline-block;
	width: 124px;
	text-align: center;
	height: 124px;
	vertical-align: middle;
	margin: 28px 23px;
	 box-shadow: 0  0 5px rgba(0,0,0,.2);
	border-radius:50%;
    background:#f5f5f5;
    opacity:0;
     opacity:1\0;
}
.solution_pharmacy .solution_screen7 ul {
    margin-left:260px;
}
.solution_machining .solution_screen7 ul {
    margin-left:510px;
}
    
    .solution_screen7 li:nth-child(1) {
        animation-delay:100ms;
    }
     .solution_screen7 li:nth-child(2) {
        animation-delay:200ms;
    }
       .solution_screen7 li:nth-child(3) {
        animation-delay:300ms;
    }
        .solution_screen7 li:nth-child(4) {
        animation-delay:400ms;
    }
         .solution_screen7 li:nth-child(5) {
        animation-delay:500ms;
    }
          .solution_screen7 li:nth-child(6) {
        animation-delay:600ms;
    }
           .solution_screen7 li:nth-child(7) {
        animation-delay:700ms;
    }
            .solution_screen7 li:nth-child(8) {
        animation-delay:800ms;
    }
             .solution_screen7 li:nth-child(9) {
        animation-delay:900ms;
    }
              .solution_screen7 li:nth-child(10) {
        animation-delay:1000ms;
    }
               .solution_screen7 li:nth-child(11) {
        animation-delay:1100ms;
    }
    .solution_screen7 li:nth-child(12) {
        animation-delay: 1200ms;
    }
    
           .solution_screen7 li:nth-child(13) {
        animation-delay:1300ms;
    }
   .solution_screen7 li:nth-child(14) {
        animation-delay:1400ms;
    }
    .solution_screen7 li:nth-child(15) {
        animation-delay:1500ms;
    }
     .solution_screen7 li:nth-child(16) {
        animation-delay:1600ms;
    }
      .solution_screen7 li:nth-child(17) {
        animation-delay:1700ms;
    }
       .solution_screen7 li:nth-child(18) {
        animation-delay:1800ms;
    }
        .solution_screen7 li:nth-child(19) {
        animation-delay:1900ms;
    }
         .solution_screen7 li:nth-child(20) {
        animation-delay:2000ms;
    }
          .solution_screen7 li:nth-child(21) {
        animation-delay:2100ms;
    }
/*产品概览第一屏*/
.block_add {
	width: 100%;
	height: 844px;
	background: url(../images/cpgl_bg2.jpg) no-repeat center;
	background-size: cover;
}
.article_title {
	font-size: 54px;
	font-weight: 400;
	text-align: center;
	padding-top: 40px;
	color: #fff;
     opacity:0;
      opacity:1\0;
     animation: zoom 2s ease  forwards ;
    animation-delay:100ms;
}
.text {
	font-size: 18px;
	color: #b3b3b3;
    width:650px;
    margin:0 auto;
	text-align: center;
	line-height: 34px;
	margin-top: 35px;
     opacity:0;
      opacity:1\0;
     animation: b2t_appear 1s ease  forwards ;
    animation-delay:500ms;
}
.platfor_classification2 {
	height: 540px;
	margin-top: 35px;
	font-size: 0px;
	font-weight: bold;
}
.platfor_classification2 a:hover {
	-webkit-transform: scale(1.04);
	-moz-transform: scale(1.04);
	transform: scale(1.04);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,.2);
	-moz-box-shadow: 0 2px 3px rgba(0,0,0,.2);
	box-shadow: 0 2px 3px rgba(0,0,0,.2);
	transition-duration: 0.5s;
}
.industry_ico_list dl:hover {
    -webkit-transform: scale(1.04);
	-moz-transform: scale(1.04);
	transform: scale(1.06);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0);
	-moz-box-shadow: 0 2px 3px rgba(0,0,0,0);
	box-shadow: 0 2px 3px rgba(0,0,0,0);
	transition-duration: 0.5s;
}
.platfor_classification2 a {
	display: inline-block;
	vertical-align: middle;
	color: #efefef;
	width: 385px;
	height: 540px;

	background-color: rgba(51, 139, 140,.4);
	margin: 0 7px;
	text-align: center;
	transition-duration: 0.5s;
}
.platfor_classification2 a p {
	margin: 26px 0;
	/*letter-spacing: 12px;*/
	text-indent: 14px;
	font-size: 26px;
	font-weight: 400;
	line-height: 20px;
}
.plat_icon {
	padding-top: 73px;
}
.hipermatic_logo2 {
	padding-top: 95px;
}
.hipermatic_logo2 img{height:45px;}
.plat_intro {
	padding-top: 25px;
	font-size: 18px;
	font-weight: normal;
	color: rgba(255,255,255,.65);
	line-height: 38px;
}
.details_btn {
	margin-top: 40px;
}
/*平台介绍*/
.brief_introduction_bg {
	width: 100%;
	height: 500px;
	background: url(../images/brief_introduction_bg.jpg) no-repeat;
	background-size: cover;
}
.decision_making_bg {
	width: 100%;
	height: 500px;
	background: url(../images/decision_making_bg.jpg) no-repeat;
	background-size: cover;
}
.internet_things_bg {
	width: 100%;
	height: 500px;
	background: url(../images/internet_things_bg.jpg) no-repeat;
	background-size: cover;
}
.brief_introduction_area {
	
	font-size: 18px;
	line-height: 28px;
	color: #fff;
}
.brief_area {
	padding-top: 60px;    
   opacity:0;
    opacity:1\0;
    animation: appear 2s ease forwards;
     animation-delay:500ms;
}
.brief_title {
	font-size: 48px;
	line-height: 120px;
	color: #fff;
}
.brief_introduction {
	color: #cfcfcf;
	line-height: 30px;
}
.brief_introduction_pic {
	height: 335px;
	position: absolute;
	top: 75px;
	right: 0px;
    animation-delay:100ms;
    animation: r2l_appear 1s ease forwards;
}
.brief_btn {
	width: 170px;
	height: 42px;
	background: #00f4ff;
	color: #fff;
    text-shadow: 0px 1px 2px rgba(62,62,62,.35);
	font-weight: bold;
	font-size: 18px;
	border-radius: 20px;
	text-align: center;
	line-height: 42px;
	
    margin-top:40px;
    display:block;
}
.brief_btn:hover {
	background: #03d0d9;
}
/*子系统导航样式*/
.sub_sys_nav {
	background: #fff;
	padding: 50px 0;
	width: 100%;
	font-size: 0;
}
.sub_sys_nav li {
	display: inline-block;
	font-size: 22px;
	color: #3e3e3e;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.sub_sys_nav span {
	display: block;
	color: #3e3e3e;
}
.six_items_area li {
	min-width: 14.286%;
}
.three_items_area li {
	min-width: 33.333%;
}
.two_items_area li {
	min-width: 50%;
}
/*系统介绍*/

.interface_cement2 {
	width: 100%;
	height: auto;
	padding-bottom: 80px;
	background: #fff;
}
.top_line {
	width: 100%;
	height: 2px;
	background: url(../images/top_line.png) no-repeat;
	padding-bottom: 10px;
}
.interface_title2 {
	font-size: 34px;
	color: #3e3e3e;
	text-align: left;
	font-weight: 600;
	line-height: 60px
}
/*.interface_en2 {
	font-size: 20px;
	color: rgba(62,62,62,.85);
	text-align: left;
	line-height: 30px;
}*/
.interface_en2 {
	font-size: 14px;
	color: rgba(62,62,62,.65);
	text-align: left;
	line-height: 30px;
}
.interface_subtit {
    font-size:20px;
    line-height:24px;
    margin:15px 0 5px 0;
    padding-left:12px;
    border-left:7px solid #1fcee8;

}

.interface_text_area7 {
	padding-top: 10px;
}
.production_interface {
	width: 100%;
	text-align: center;
}
.interface_text_area7 li {
	font-size: 16px;
	color: rgba(62,62,62,.65);
    background:url(../images/ico_dot.png) 0px 16px no-repeat;
    background-size:4px;
	padding-left:18px;
	line-height: 34px;
}
.interface_cement2 hr {
    border:1px solid #ededed;
    height:2px;
    margin-bottom:60px;
}
.interface_text_area7 span {
	color: #6e6d6d;
}
.production_interface img {
    max-width:520px;
}
.production_interface {
    width:48%;
    display:inline-block;
    vertical-align:top;
}
 .interface_text {
    width:50%;
    display:inline-block;
    vertical-align:top;
}
/*新闻中心*/
.news_list_div {
	background: #f5f5f5;
}
.banner {
	padding-top: 140px;
    background-size:cover !important;
}
.news_layout .banner {
	height: 440px;
	background: url(../images/banner_case.jpg) center center no-repeat;

}
.banner h3 {
	font-size: 65px;
	color: rgba(255,255,255,1);
	line-height: 100px;
    opacity:0;
     opacity:1\0;
     animation: zoom 2s ease  forwards ;
    animation-delay:100ms;
}
.banner h4 {
	font-size: 30px;
	color: rgba(255,255,255,0.75);
	line-height: 50px;
    opacity:0;
     opacity:1\0;
     animation: b2t_appear 2s ease  forwards ;
    animation-delay:500ms;
}
.news_layout .top_news {
	padding-top: 50px;
}
.news_layout .news_list_div, .news_layout .top_news_area {
	padding-top: 30px;
}
.news_layout .top_news_area {
	min-height: 445px;
	padding-bottom: 65px;
}
.top_news_area .news_pic {
	width: 570px;
	height: 340px;
	display: inline-block;
	vertical-align: top;
}
.top_news_area .top_news_content {
	width: 620px;
	padding-left: 55px;
	height: 340px;
	display: inline-block;
	vertical-align: top;
}
.top_news_area .news_time {
	margin: 5px 0 5px 0;
	line-height: 30px;
	vertical-align: top;
	color: rgba(62,62,62,.65);
	font-size: 16px;
	padding-left: 30px;
	background: url(../images/ico_time.png) no-repeat 0px center;
}
.top_news_area .news_tit {
	font-size: 24px;
	line-height: 33px;
}
.top_news_area .news_summary {
	line-height: 28px;
	color: rgba(62,62,62,.8);
	margin-top: 25px;
    max-height:140px;
    overflow:hidden;
}
.top_news_area .news_btn {
	margin-top: 50px;
}
.top_news_area .news_btn a, .news_list_div .news_more_btn a {
	display: inline-block;
	padding: 0 25px;
	line-height: 33px;
	background-color: #1fcee8;
	border-radius: 17px;
	font-size: 16px;
	color: #fff;
	text-shadow: 0px 1px 2px rgba(62,62,62,.35);
	font-weight: 600;
}
.news_list_div .news_more_btn {
	text-align: right;
}
.news_list_div {
	padding-bottom: 20px;
}
.news_list_area {
	font-size: 0;
	line-height: 0;
	padding-top: 20px;
}
.news_list_area .news_content {
	width: calc((100% - 60px) / 4);
	min-height: 365px;
	background-color: #fff;
	padding: 15px 22px;
	margin-right: 20px;
	display: inline-block;
	font-size: 16px;
	line-height: 1.5;
    cursor:pointer;
    vertical-align:top;
    position:relative;
}
.news_content .news_time {
	margin: 5px 0 15px 0;
	line-height: 30px;
	vertical-align: top;
	color: rgba(62,62,62,.65);
	font-size: 16px;
	padding-left: 30px;
	background: url(../images/ico_time.png) no-repeat 0px center;
}
.news_content .news_tit {
	font-size: 22px;
	line-height: 30px;
}
.news_content .news_summary {
	line-height: 28px;
	color: rgba(62,62,62,.6);
	margin-top: 25px;
	max-height: 125px;
	overflow: hidden;
	line-height: 26px;
}
.news_content .news_btn {
	position:absolute;
    right:22px;
    bottom:20px;
	text-align: right;
}
.news_content .news_btn a {
	font-size: 0;
	display: inline-block;
	width: 27px;
	height: 19px;
	background: url(../images/ico_enter.png) no-repeat;
}
.news_content .news_btn a:hover {
	background: url(../images/ico_enter.png) 2px 0 no-repeat;
}
/*新闻列表*/
.news_list {
	padding-top: 35px;
}
.news_list .news_content {
	border-bottom: 1px solid #f0f0f0;
}
.news_list .news_list_area .news_content {
	width: calc((100% - 60px));
	min-height: 180px;
}
.news_list .news_content .news_btn a {
	display: none
}
.news_list .news_content .news_tit {
	font-size: 24px;
	line-height: 60px;
}
.news_list .news_content .news_summary {
	margin-top: 0px;
	font-size: 18px;
	line-height: 32px;
}
.news_list .news_content .news_time {
	margin: 5px 0 5px 0;
}
.news_body {
	font-size: 18px;
	line-height: 28px;
	color: rgba(62,62,62,.8);
}
.img_wrap {
	text-align: center;
}
.img_wrap span {
	line-height: 30px;
	display: block;
	width: 100%;
}
.news_list.news_detail .news_content .news_tit {
	text-align: center;
}
.news_list.news_detail .news_content .news_time {
	text-align: center;
	width: 140px;
	margin: 0 auto;
}
.keyword {
	text-align: right;
}
.keyword a {
	padding-left: 16px;
	text-decoration: underline;
	font-size: 16px;
	line-height: 30px;
	color: rgba(62,62,62,.65);
}

/*案例*/
.case_layout .banner {
	height: 440px;
	background: url(../images/banner_case.jpg) center center no-repeat;
	
}
.tab_area {
border-bottom:1px solid rgba(112,112,112,.2);
}
.tab_sort {
    height:90px; 
    line-height:0px;
    font-size:0;
    
    text-align:right;
}
    .tab_sort li {
        text-align:center;
        display:inline-block;
        line-height:86px;
        border-bottom:4px solid transparent;
        min-width:170px;
        font-size:20px;
        cursor:pointer;
    }
        .tab_sort li.tab_active {
           border-bottom:4px solid #1fcee8;
        }
.tab_tag.w1200 {

}
.case_benfit_pic {
    text-align:center;
}
.tab_tag2,.tab_tag {
    line-height:0px;
    font-size:0;
    padding:20px 0 20px 20px;
    background:#ebebeb;
}
.tab_tag2 dl {
     display:inline-block;
     max-width:20%;
    
     margin-right:5%;
     min-height:120px;
     font-size:16px;
     line-height:30px;
     vertical-align:top;
     color:rgba(62,62,62,0.65);
}
    .tab_tag2 dt {
        font-size:16px;
        font-weight:500;
        color:rgba(62,62,62,1);
    }
     .tab_tag2 dd {
        font-size:15px;      
        display:inline-block;
        width:45%;
        
        white-space:nowrap;
        color:rgba(62,62,62,0.65);
    }
        .tab_tag2 dl:nth-child(1) dd {
       
        width:32%;       
       
    }
     
   

.tab_tag2 {
    display:none;
}

.tab_tag li {
     display:inline-block;
     width:11.5%;
    text-align:center;
     margin-right:5%;
     
     font-size:16px;
     line-height:30px;
     vertical-align:top;
     color:rgba(62,62,62,0.65);
}
 .tab_tag li.active,.tab_tag2 dt.active,.tab_tag2 dd.active {
    color:#1fcee8;
    font-weight:600; 
    }
 .case_list_area {
font-size:0;
line-height:0;

}
.case_pic img {
    width:100%;
    height:225px;
}
.case_content {
    width:calc((100% - 30px) / 3);
    display:inline-block;
    vertical-align:top;
    height:auto;
    border:1px solid #e8e8e8;
    margin-right:15px;
    margin-top:20px;
    font-size:16px;
    line-height:24px;
    color:rgba(62,62,62,.65);
    cursor:pointer;
    
}
.case_tit {
    line-height:60px;
    font-size:24px;
    color:rgba(62,62,62,1);
    margin:0 15px;
    height:60px;
    overflow:hidden;
    border-bottom:1px dotted #e8e8e8;
}
.case_summary {
    margin:25px 15px;
    height:48px;
    overflow:hidden;
}

.case_body h3,.case_benfit h3 {
    text-align:left;
    font-size:30px;
    line-height:70px;
    margin-top:40px;
    letter-spacing:0;
    font-weight:bold;
}
.case_body h4 {
    text-align:left;
    font-size:20px;
    line-height:40px;
    font-weight:bold;
    letter-spacing:0;
    margin-top:20px;
    color:rgba(62,62,62,1);
}
.case_body p,.case_body ul {
    margin:10px 0  10px 0;    
}
.case_body p {
    color:rgba(62,62,62,.8)
}
.case_body li {
    list-style:disc;
    margin-left:18px;
}
.case_body p, .case_body li {
    font-size:16px;
    line-height:24px;
}

.client_pic,.client_info {
    width:45%;
    display:inline-block;
    vertical-align:top;
    
}
.client_info {
    margin-left:4%;
}
.client_pic img {
    width:100%;
    border-top:7px solid #1fcee8;
}
.client_info .case_intro {
    color:rgba(62,62,62,.8);
    line-height:29px;
}
 .case_pdf_btn a {
display:inline-block;
width:185px;
height:55px;
border-radius:28px;
line-height:55px;
text-align:center;
background-color:#1fcee8;
color:#fff;
margin-top:35px;
font-weight:bold;
}
i.ico_pdf {
    display:inline-block;
    width:32px;
    height:32px;
background:url(../images/pdf.svg) no-repeat;
margin-right:9px;
vertical-align:middle;
}
.case_detail {
padding:70px 0;
}
    .case_detail .case_tit {
    border:0;
    margin:0;
    font-size:30px;
    line-height:30px;

    }
.case_sys_screen {
    padding-top:60px;
    font-size:0;
    line-height:0;
}
.case_sys_screen .screen_pic{
    max-width:calc(100% - 20px);
    display:inline-block;
    vertical-align:top;
    margin:20px;
    text-align:center;
   
}
    /*.case_sys_screen .screen_pic img {
         box-shadow: 0  0 12px rgba(0,0,0,.2)
    }*/
    .case_sys_screen .screen_pic p {
        line-height:40px;
        font-size:18px;
    }
.case_pdf_area iframe{
    min-height:630px;
    width:100%;
    border:0;
}

/*资料下载*/
.download_layout .banner {
	height: 440px;
	background: url(../images/banner_case.jpg) center center no-repeat;
	
}
.download_list_area {
    font-size:0;
    line-height:0;
}
.download_list_area .download_content{
    background:#f5f5f5 url(../images/pdfbg.png);
    min-height:360px;
    display:inline-block;
    width:calc(50% - 10px);
    margin-right:20px;
    vertical-align:middle;
    font-size:16px;
    line-height:29px;
    margin-top:20px;
    padding:30px;
}
    .download_list_area .download_content:nth-child(2n) {
    margin-right:0;
    }
    .download_btn a{display:inline-block;
width:115px;
height:33px;
border-radius:17px;
line-height:33px;
text-align:center;
background-color:#1fcee8;
color:#fff;
margin-top:35px;
font-weight:bold;}
.download_tit {
    font-size:24px;
    
    line-height:35px;
    background:url(../images/ico_pdf.png) 0px center no-repeat;
    padding-left:32px;

}
.download_summary,.download_info {
    padding-top:45px;
}
i.ico_download {
    display:inline-block;
    width:33px;
    height:33px;
background:url(../images/ico_preview.png) center 6px no-repeat;

vertical-align:middle;
}

/*招贤纳士*/
.job_layout .banner,.contact_layout .banner {
	height: 440px;
	background: url(../images/banner_case.jpg) center center no-repeat;

}
.job_list {
    padding:30px 0 60px 0;
}
    .job_list h3 {
        font-size:24px;
        line-height:28px;
        text-align:left;
        letter-spacing:0;
        font-weight:400;
    }
.job_item {
    min-height:75px;
    font-size:0;
    line-height:0;
}
.job_item span {
    display:inline-block;
    line-height:75px;
    font-size:16px;
    height:75px;
    vertical-align:middle;
    overflow:hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    cursor:pointer;
}
.job_item span.item_close {
    background:url(../images/ico_open.png) no-repeat center center;
    margin-right:20px;
    width:27px;        
}
.job_item span.item_open {
    background:url(../images/ico_close.png) no-repeat center center;
    margin-right:20px;
    width:27px;        
}
.job_item span.job_name {
    font-weight:600;
    width:280px;
    background:url(../images/ico_job.png) left center no-repeat;
    padding-left:35px;
    font-size:18px;
}
.job_item span.job_location{
    width:310px;
}
.job_item span.job_location_co{
    width:310px;
}
.job_item span.job_location_man{
    width:210px;
}
.job_item span.job_location i {
    background:url(../images/ico_location.png) 8px center no-repeat;
    padding-left:43px;
    font-style:normal;  
    display:inline-block;
    line-height:75px;
}
.job_item span.job_location_co i {
    background:url(../images/ico_location_co.png) 8px center no-repeat;
    padding-left:43px;
    font-style:normal;  
    display:inline-block;
    line-height:75px;
}
.job_item span.job_location_man i {
    background:url(../images/ico_location_man.png) 8px center no-repeat;
    padding-left:43px;
    font-style:normal;  
    display:inline-block;
    line-height:75px;
}
.job_item span.job_requirements {
    width:412px;
    margin-left:10px;
}
.job_item_detail {
    background:#f5f5f5;
    padding:15px 15px 15px 327px;
}
.job_item dl {
    font-size:0;
    line-height:0;
    margin-top:10px;
}
.job_item dt, .job_item dd {
    font-size:16px;
    line-height:33px;
    color:rgba(62,62,62,.8);
    display:inline-block;
    vertical-align:top;
}
.job_item dt {
    width:95px;
}
.job_item dd {
    width:730px;
}
.job_item dd ol li {
    list-style:decimal;
    margin-left:20px;
}
.deliver {
    font-weight:600;
}
/*伙伴招募*/
.partners_layout .banner {
    height: 440px;
    background: url(../images/banner_case.jpg) center center no-repeat;
}
.partners_area {
    padding:50px 0;
}
.partners_area2 {
    padding:25px 0 50px 0;
}
.partners_area2  h3{
    font-weight:bold !important; 
}
.partners_area h3 {
    font-size:34px;
    line-height:85px;
    letter-spacing:0;
    text-align:left;
    font-weight:400;
}
.partners_area h4 {
    font-size:24px;
    line-height:85px;
    letter-spacing:0;
    text-align:left;
    font-weight:400;
}
    .partners_area h3.plan_tit {
    color:#1fcee8;
    }
    .partners_area h3.plan_sub_tit {
    background:url(../images/r_line.png) -10px bottom no-repeat;
    }
    .partners_area p {
    line-height:36px;
    }
.partners_contact_area {
    background-color:#f5f5f5;
    padding-bottom:60px;
}
    .partners_contact_area .w1200 {
    position:relative;
    }
.partners_area dl {
    line-height:38px;
}
    .partners_area dl.qr_code {
    width:150px;
    }
.partners_area dl.qr_code dt {
    line-height:38px;
    text-align:center;
}
    .partners_area dl.qr_code {
    position:absolute;
    right:25px;
    top:20px;
    }
    .partners_area dl.wechat_code {
    width:150px;
    }
.partners_area dl.wechat dt {
    line-height:38px;
    text-align:center;
}
    .partners_area dl.wechat {
    position:absolute;
    right:25px;
    top:20px;
    }

     .partners_area dl a{
   color:#1fcee8;
   font-weight:600;
   
    }
.branch_area {
    background-color:#f5f5f5;
    padding:60px 0 0 0;
    font-size:0;
    line-height:0;
}
    .branch_area dl {
    line-height:36px;
    font-size:18px;
    display:inline-block;
    width:50%;
    
    min-height:210px;
    vertical-align:top;
    }
    .branch_area dt {
    font-size:24px;
    font-weight:600;
    }
.partners_area dt {
    font-size:24px;
    font-weight:600;
}
.qr_code dt {
    font-size:18px;
    font-weight:normal;
}
    /*发展历程*/
     .about_layout .banner {
	height: 440px;
	background: url(../images/banner_about.jpg) center center no-repeat;	
    
}
.about_branch_area {
    min-height:760px;
    /*background: url(../images/bg_about_01.jpg) center center no-repeat;	
    background-size:cover;*/
    background-color:#f5f5f5;
}
.about_development_area {
    min-height:860px;
    background: url(../images/bg_about_03.jpg) top center no-repeat;	
    background-size:cover;
}
.about_property_area {
padding:40px 0 60px 0;
text-align:center;
}
    .about_property_tit {
    font-size:34px;
    line-height:40px;
    color:rgba(62,62,62,.8);
    text-align:center;
    position:relative;
    height:80px;
    margin-top:30px;
    }
       .about_property_tit span {
         z-index:999;
          display:block;
       position:absolute;
       width:650px;
       height:40px;
       
       left:50%;
       top:0px;
      
       margin-left:-325px;
        }
  .about_property_tit i {
       display:block;
       position:absolute;
       width:650px;
       height:28px;
       background-color:#d3f9ff;
       left:50%;
       top:20px;      
       margin-left:-325px;
    }
.about_area {
padding:50px 0;
}
    .about_area h4 {
    margin-bottom:30px;
    }
    .about_area p {
        font-size:18px;
        line-height:36px;
        margin:10px 130px;
        text-align:center;
    }

.about_branch_area {
    padding:50px 0 40px 0;

}
    .about_branch_area .w1200 {
        background:url(../images/bg_about_02.png) 290px center no-repeat;
    }
    .about_branch_area dl {
    padding-bottom:35px;
    padding-left:125px;
    width:600px;
    }
    .about_branch_area dl.dl_01 {
        background:url(../images/ico_about_01.png) left 17px no-repeat;
    }
     .about_branch_area dl.dl_02 {
        background:url(../images/ico_about_02.png) left 17px no-repeat;
    }
      .about_branch_area dl.dl_03 {
        background:url(../images/ico_about_03.png) left 17px no-repeat;
    }
    .about_branch_area dt {
    padding:17px 0;
    font-size:24px;
    background:url(../images/r_line.png) bottom left no-repeat;
    margin-bottom:10px;
    }
    .about_branch_area dd {
    font-size:16px;
    line-height:28px;
    color:rgba(62,62,62,.8);
    }
        .about_branch_area dd i {
        font-style:normal;
        color:#de3071;
        font-weight:600;
        }
            .about_branch_area dd i.logo_qr {
            margin-left:10px;
            margin-top:4px;
            display:inline-block;
            vertical-align:top;
            height:21px;
            padding:0 20px;
            width:87px;
            background:#fff url(../images/join_logo/logo_qr.png) no-repeat center center;
            border-radius:11px;
            }
            .about_branch_area dd i.logo_sc {
            margin-left:10px;
            margin-top:4px;
            display:inline-block;
            vertical-align:top;
            height:21px;
            padding:0 20px;
            width:122px;
            background:#fff url(../images/join_logo/logo_sc.png) no-repeat center center;
            border-radius:11px;
            }
            .about_branch_area dd i.logo_shdq {
            margin-left:10px;
            margin-top:4px;
            display:inline-block;
            vertical-align:top;
            height:21px;
            padding:0 20px;
            width:90px;
            background:#fff url(../images/join_logo/logo_shdq.png) no-repeat center center;
            border-radius:11px;
            }
            .about_branch_area dd i.logo_dyl {
            margin-left:10px;
            margin-top:4px;
            display:inline-block;
            vertical-align:top;
            height:21px;
            padding:0 20px;
            width:70px;
            background:#fff url(../images/join_logo/logo_dyl.png) no-repeat center center;
            border-radius:11px;
            }
.about_development_area {
    padding:40px 0;
}
.about_development_area li span{
    line-height:24px;
    padding:10px 25px;
    background-color:rgba(255,255,255,.65);
    border-radius:22px;
    display:inline-block;
    margin-bottom:17px;
    opacity:0;
     opacity:1\0;
   /* animation: r2l_appear 1s ease  forwards ;*/
    }
.about_development_area li:nth-child(1) span{ 
    animation-delay:100ms;
        }
.about_development_area li:nth-child(2) span{ 
    animation-delay:200ms;
    }
.about_development_area li:nth-child(3) span{ 
    animation-delay:300ms;
    }
.about_development_area li:nth-child(4) span{ 
    animation-delay:400ms;
    }
.about_development_area li:nth-child(5) span{ 
    animation-delay:500ms;
    }
.about_development_area li:nth-child(6) span{ 
    animation-delay:600ms;
    }
.about_development_area li:nth-child(7) span{ 
    animation-delay:700ms;
    }
.about_development_area li:nth-child(8) span{ 
    animation-delay:800ms;
    }
.about_development_area li:nth-child(9) span{ 
    animation-delay:900ms;
    }
.about_development_area li:nth-child(10) span{ 
    animation-delay:1000ms;
    }
.about_development_area li:nth-child(11) span{ 
    animation-delay:1100ms;
    }
.steps_year .steps-item-icon{
    width:44px;
    height:44px;
    border-radius:50%;
    background-color:#b6b6b6;
    line-height:44px;
    text-align:center;
    font-size:14px;

}
.steps_year .steps-item-line {
    width:7px;
    height:78px;
    background-color:rgba(255,255,255,1);
    margin-left:18px;
}
.steps_year {
    padding-right:90px;
    display:inline-block;
    width:134px;
    vertical-align:top;
}
.steps_content {
    display:inline-block;
    width:calc(100% - 174px);
    vertical-align:top;
}
    .steps_content ul {
    display:none;
}
        .steps_content ul.active_content {
    display:block;
}
        .steps_year .steps-item-icon.active_icon {
       
        background-color:#de3070;
        color:#fff;
        }
.steps_detail {
padding:45px 0 40px 235px;
}
/*动画*/
@keyframes r2l_appear
{
    0%{ transform: translateX(200px); opacity: 0;}
    100%{ transform: translateX(0px); opacity: 1;}  
}

@keyframes b2t_appear
{
    0%{ transform: translateY(30px); opacity: 0;}
    100%{ transform: translateY(0px); opacity: 1;}  
}
@keyframes appear
{
    0%{ opacity: 0;}
    100%{ opacity: 1;}  
}
@keyframes ssz_roate
{
    0%{ transform:rotate(-90deg);}
    100%{transform:rotate(0deg)}  
}
@keyframes nsz_roate
{
    0%{ transform:rotate(90deg);}
    100%{transform:rotate(0deg)}  
}
@keyframes zoom
{
    0%{ transform:scale(1.5);opacity:0}
   
    100%{transform:scale(1);opacity:1}  
}
.ssz_ani {
    animation: ssz_roate 1s ease  forwards ;
    animation-delay:100ms;
   
}
.nsz_ani {
    animation: nsz_roate 1s ease  forwards ;
    animation-delay:100ms;
   
}
.zoom {
    animation: zoom 1s ease  forwards ;
    animation-delay:100ms;
}
.r2l_appear {
    animation: r2l_appear 1s ease  forwards ;
   
}
/*申请试用按钮*/
.test_btn {
    width:80px;
    height:80px;
    background:url(../images/test_icon.png) 20px 10px no-repeat #fff;
    position:fixed;
    top:590px;
    right:20px;
    border-radius:4px;
    color:#3e3e3e;
    font-size:14px;
    text-align:center;
    padding-top:55px;
    box-shadow: #c7c7c7 0px 0px 5px;
    z-index:1;
    display:none;
}

/*申请试用*/
.test_layout .banner {
	height: 440px;
	background: url(../images/banner_test.png) center center no-repeat;
}
.test_information {
    width:530px;
    margin:0 auto;
    font-size:16px;
    padding-top:70px;
}
.test_information input {
    width:433px;
    height:43px;
    border:1px solid #c5c5c5;
    border-radius:4px;
    margin-bottom:40px;
    margin-left:35px;
    padding-left:16px;
}
.test_information select {
    width:433px;
    height:43px;
    border:1px solid #c5c5c5;
    border-radius:4px;
    margin-bottom:40px;
    margin-left:35px;
    padding-left:16px;
}
.asterisk_icon {
    display:inline-block;
    width:15px;
    height:12px;
    background:url(../images/asterisk_icon.png) no-repeat;
}
.test_btn_bto {    
    border-radius:0;
    width:185px !important;
    height:50px !important;
    background-color:#1fcee8;
    color:#fff;
    font-size:18px;
    border:none !important;
    border-radius:0px !important;
    padding-left:5px !important;
    margin-left:50px !important;
    cursor:pointer;
    margin-top:15px;    
}
.war_text {
    color:#3e3e3e;
    font-size:16px;
    line-height:46px;
    text-align:center;
    margin-bottom:60px;
}


/*产品资讯*/
.info_layout .banner {
    height: 440px;
    background: url(../images/banner_test.png) center center no-repeat;
}
.info_list {
    padding-top:30px;
}
.info_pic {
    width:300px;
    height:140px;
    background-color:#ececec;
    position:absolute;
    right:0px;
    top:20px;
}
.news_area {
    padding-right:320px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    padding-top:50px;
}
.news_area_title {
    padding-right:320px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.col_jgnr{font-size:14px;}
.qk_col{width:100%!important;}

.solution_screen5 .hytj{
    display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.solution_screen5 .industry_status_content p{line-height:16px;}

.list-paddingleft-2 li p{line-height:22px}
.industry_painspots_content p{line-height:22px}
.solution_screen5 .content_area{
    display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.p_nrh p{line-height:20px;}



