/*@font-face{
	font-family:"PingFangSC-Regular";
	src: url("./PingFangSCRegular.ttf");
}*/
@font-face{
	font-family:"Helvetica-Neue";
	src: url("./Helvetica-Neue.ttf");
}
body{
	font-family:"Helvetica-Neue","Microsoft YaHei","Verdana","Arial";
    font-size: 16px;
	color: #575f84;
}
body,div,span,p,ul,ol,ul li,ol li,h1,h2,h3,h4,h5,h6,a{
	margin:0px 0px;
	padding:0px 0px;
}
body{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
ul,ul li{
	list-style: none;
}
a,a:visited{
	color: #333;
	text-decoration: none;
}
a:hover{
    text-decoration: underline;
    color: #476da5;
}
.clear {
	clear:both;
}
.main{
    width: 1260px !important;
    margin: 0 auto;
}
.toper{
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
    background: #f4f4f4;
}
.toper .main{
    text-align: right;
    color: #dfdfdf;
    line-height: 26px;
}
.toper .main span{
    margin:0px 12px;
}
.toper .main .red{
    color:red;
    font-weight:bold;
}
.menu{
    width: 100%;
    background: url(../images/menu_bg.gif) bottom repeat-x;
    height: 80px;
    z-index:99999;
    position:relative;
}
.menu .main{
	width: 1200px !important;
    position: relative;
}
.menu .left{
    position: absolute;
    left: 0;
    top: 15px;
    position: relative;
}
.menu .left img{
    width:174px;
    height:50px;
}
.menu .left strong{
    font-size: 28px;
    font-weight: normal;
    position: absolute;
    top: 6px;
    left: 186px;
    font-family:'Microsoft YaHei';
}
.menu .left strong.fixwidth{
    font-size: 22px;
}
.menu .right{
    position: absolute;
    right: -28px;
    top:20px;
}
.menu .right ul li{
    float: left;
    width: 90px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}
.menu .right ul li a:hover{
    text-decoration: none;
}
.menu .right ul li:hover{
    background: #476da5;
}
.menu .right ul li:hover a {
    color: #fff;
}
.menu .right ul li div{
    display: none;
    width: 118px;
    border:1px solid #476da5;
    background: #fff;
    box-shadow:#999 0px 1px 2px;
	-webkit-box-shadow:#999 0px 1px 2px;
	-moz-box-shadow:#999 0px 1px 2px;
}
.menu .right ul li:hover div p a{
    color: #333;
} 
.menu .right ul li div p a:hover{
    text-decoration: underline;
    color: #476da5;
}
.menu .right ul li:hover div{
    display:block;
}
.menu .right ul li div p{
    width: 110px;
    white-space: pre-wrap;
    line-height: 130%;
    margin:20px 4px;
}
.menu .right ul li.menu_pc_home{
    width: 250px;
}
.menu .lianxi{
    position: absolute;
    right: -298px;
    top: 15px;
}
.menu .lianxi>i{
    font-size: 28px;
    color: #0068b7;
}
.menu .lianxi>b{
	font-size: 34px;
    color: #434343;
    margin-left: 7px;
    font-weight: 700;
}
.subnav{
    width: 100%;
}
.subnav .block{
    width: 170px;
    float: left;
}
.subnav .line{
    width: 3px;
    height: 70px;
    background: url(../images/line.png) 0 50% no-repeat;
    margin: 8px 20px;
}
.subnav .block ul li{
    margin:6px 0px;
}
.subnav .block ul li a{
    width: 37px;
    display: inline-block;
    margin:0px 0px;
    padding:0px 0px;
    text-align: right;
    white-space:nowrap;
	font-size: 14px;
}
.subnav .block ul li a:first-child{
    text-align: left;
}
.subnav .block ul li span{
    color: #f00;
}
.hot_focus{
    width: 100%;
    background: #476da5;
    height: 46px;
    line-height: 46px;
    color: #fff;
}
.hot_focus .main{
    width: 1320px !important;
    margin: 0 auto;
}
.hot_focus span{
    font-size:16px;
    height: 30px;
    line-height: 30px;
    border-right: 1px solid #dcdcdc;
    display: inline-block;
    padding-right: 10px;
}
.hot_focus a{
    color: #fff;
    margin-left: 10px;
    margin-right:10px;
}
.banner{
    text-align: center;
    height: 450px;
}
.banner-box {
	max-width: 100%;
    min-width: 1240px;
    height:450px;
	position:relative;
	background:#d1d1d1;
	overflow:hidden;
	background-position:center;
	z-index:9998;
}
.banner-box div.one {
	background-position:center;
	background-repeat:no-repeat;
	width:100%;
	display:block;
}
.banmove {
	width:100%;
	height:100%;
	position:relative;
}
.banmove div {
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	z-index:1000;
	left:0;
	top:0;
	background-position:center;
	background-repeat:no-repeat;
}
.banmove div:first-child {
	z-index:1002;
}
.banmun {
	width:100%;
	height:10px;
	position:absolute;
	text-align:center;
	bottom:16px;
	right:0;
	z-index:9999;
}
.banmun font {
	width:10px;
	height:10px;
	margin:0 10px;
	font-size:0;
	background:#CCCACA;
	display:inline-block;
	cursor:pointer;
}
.banmun font.hover {
	background-color:#DA251D;
}
.module{
    margin-top: 30px;
}
.module .main{
    border-bottom: 1px solid #9ba3b9;
}
.module h1,.module h2{
    text-align: left;
    font-weight: 700;
    padding:10px 0px;
    font-size: 28px;
	font-family: Helvetica-Neue;
}
.title-en{
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	font-family: Helvetica-Neue;
}
.module ul{
    margin-left: 15px;
    margin-bottom: 15px;
}
.module ul li{
    float: left;
	padding: 20px 10px;
    padding-top: 26px;
    width: 115px;
	height: 100px;
    text-align: center;
    margin: 13px 17px;
	border: 1px solid #EEEEEE;
	border-radius: 5px;
}
.module ul li a{
	display: block;
	height: 80px;
}
.module ul li a img {
	width: 50px;
	height: 50px;
	vertical-align: moddle;
}
.module ul li p{
    white-space:nowrap;
	font-size: 16px;
	/*font-family:"PingFangSC-Regular";*/
}
.module ul li:hover{
    backgroun-color: #FFFFFF;
	border-color: #DEDDDD;
    padding-top: 26px;
    position: relative;
    z-index: 99;
    text-decoration: none;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0);
}
.module ul li:hover a img {
	width: 60px;
	height: 60px;
}
.module ul li:hover p{
    white-space:nowrap;
	font-size: 16px;
	margin-top: -2px;
}
.function{
    margin: 0 auto;
	margin-bottom: 20px;
	width: 1260px;
}
.function h2,.function h3,.industry_pm h3,.industry_pm h4,.industry_pm h5{
    text-align: left;
    font-weight: 700;
    padding:20px 0px 0px 0px;
    /*margin-bottom: -15px;*/
	line-height: 150%;
    font-size: 28px;
	color:#455164;
	font-family: Helvetica-Neue;
}
.function ul li{
    float:left;
    padding: 10px 0px;
    padding-top: 16px;
    width: 95px;
	height: 70px;
    text-align: center;
    margin: 8px 4px;
	border: 1px solid #EEEEEE;
	border-radius: 5px;
}
.function ul li a{
	display: block;
	height: 50px;
	font-size: 13px;
	/*font-family:"PingFangSC-Regular";*/
}
.function ul li a img {
	width: 30px;
	height: 30px;
	vertical-align: moddle;
}
.function ul li:hover{
    backgroun-color: #FFFFFF;
	border-color: #DEDDDD;
    padding-top: 16px;
    position: relative;
    z-index: 99;
    text-decoration: none;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0);
}
.function ul li:hover a img {
	width: 35px;
	height: 35px;
}
.function ul li:hover p{
    white-space:nowrap;
	margin-top: -2px;
}
.function ul li:last-of-type{
    margin-right: 0px;
}
.function ul h3,.function ul h4{
    text-align: left;
    height: 30px;
    border-bottom:1px solid #dedede;
    margin:30px 0px 20px 0px;
    font-size: 16px;
    /*font-weight: normal;*/
}

.industry_pm{
    margin-bottom: 20px;
}
.industry_pm h4,.industry_pm h3{
    margin-bottom: 0px;
}
.industry_pm ul li{
    float: left;
    margin-right: 22px;
    margin-top: 22px;
    position: relative;
    width: 230px;
    height: 230px;
}
.industry_com ul li{
    height: 180px; 
}
.industry_pm ul li:nth-of-type(5n){
    margin-right: 0px;  
}
.industry_pm ul li h5{
    position: absolute;
    top: 15px;
    left: 0;
    font-weight: normal;
    font-size: 20px;
    text-align: center;
    width: 230px;
    color: #fff;
}
.industry_pm ul li h5 a{
    color: #fff;
}
.shadow{
    box-shadow:#d1d1d1 0px 3px 5px;
	-webkit-box-shadow:#d1d1d1 0px 3px 5px;
	-moz-box-shadow:#d1d1d1 0px 3px 52px; 
}
.sort_news{
    margin-top: 10px;
}
.sort_news .block{
    float: left;
    width: 395px;
    min-height: 253px;
    border:1px solid #d1d1d1;
    margin-right: 14px;
    margin-bottom: 14px;
}
.sort_news .block:nth-of-type(3n){
    margin-right: 0px;  
}
.sort_news .block ul{
    margin-left: 14px;
    margin-bottom: 8px;
}
.sort_news .block ul li{
    background: url(../images/news_li.gif) 0 50% no-repeat;
    padding-left: 15px;
    line-height: 26px;
    height: 26px;
    white-space:nowrap;
    width: 362px;
    overflow:hidden;
    text-overflow: ellipsis;
}
.sort_news .block .title h3,.sort_news .block .title h4{
    /*border-top: 1px solid #DA251D;*/
    border-top: 2px solid #654bcf;
	box-shadow: 0px 45px 45px -45px #afacc7 inset;
    box-shadow: 0px 45px 45px -45px #7870b9 inset;
    padding: 4px 2px 0 14px;
    height: 30px;
    font-weight: 800;
    line-height: 30px;
    font-size: 14px;
}
.sort_news2{
	margin: 0 auto;
    margin-top: 10px;
	height: 280px;
}
.sort_news2 .block{
    float: left;
    width: 610px;
    min-height: 253px;
    border:1px solid #d1d1d1;
    margin-right: 14px;
    margin-bottom: 14px;
}
.sort_news2 .block:nth-of-type(2n){
    margin-right: 0px;  
}
.sort_news2 .block ul{
    margin-left: 14px;
    margin-bottom: 8px;
}
.sort_news2 .block ul li{
    background: url(../images/news_li.gif) 0 50% no-repeat;
    padding-left: 15px;
    line-height: 26px;
    height: 26px;
    white-space:nowrap;
    width: 570px;
    overflow:hidden;
    text-overflow: ellipsis;
	position: relative;
}
.sort_news2 .block ul li .date {
	float: right;
	margin-right: 5px;
	color: #666666;
}
.sort_news2 .block .title h3,.sort_news2 .block .title h4{
    /*border-top: 1px solid #DA251D;*/
    border-top: 3px solid #654bcf;
	box-shadow: 0px 45px 45px -45px #afacc7 inset;
    padding: 4px 2px 0 14px;
    height: 30px;
    font-weight: 800;
    line-height: 30px;
    font-size: 14px;
}
.column{
    margin-top: 14px;
}
.column .meta,.sort_meta{
    text-align: right;
    margin: 10px 20px 15px 20px;
    color: #ccc;
    font-size: 13px;
    border-top: 1px dashed #ccc;
    padding-top:15px;
}
.column .meta a,.sort_meta a{
    color: #ccc;
    text-decoration: underline;
}
.sort_title{
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    margin-top: 20px;
    border-bottom:1px dashed #ccc;
    padding-bottom:15px;
}
.related_news{
    margin-bottom: 15px;
}
.related_news .main,.column .main{
    width: 1238px;
    border:1px solid #dedede;
}
.related_news h3,.column h1{
    text-align: center;
    font-weight: normal;
    font-size: 26px;  
    margin-top: 10px;
}
.related_news ul{
    margin:15px 0px 10px 14px;
}
.related_news ul li{
    float: left;
    width: 373px;
    background: url(../images/news_li.gif) 0 50% no-repeat;
    padding-left: 15px;
    line-height: 26px;
    height: 26px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
    margin-right: 20px;
}
.related_news.erp_related_news ul li{
    width: 209px;
}
.other_sort{
    margin-bottom: 15px;
}
.other_sort .main{
    width: 1238px;
    border:1px solid #dedede;
}
.other_sort .title{
    border-bottom: 1px #DDD dashed;
    height: 30px;
    line-height: 30px;
}
.other_sort .title h4,.other_sort .title h5,.other_sort .title h6{
    margin-left: 15px;
    font-size: 14px;
}
.other_sort p{
    margin:10px 14px;
    line-height: 170%;
    text-align: justify;
}
.other_sort p a{
   margin-right: 10px;
}
.other_sort p a:nth-of-type(4n){
    color: #F00;
}
.content .main{
	width: 1260px !important;
}
.content .left{
    float: right;
    width: 1000px;
    margin-left: 30px;
}
.content .right{
    float: right;
    width: 210px;
}
.content .left .mininav,.content .right .title{
    border-bottom: 1px solid #acacac;
    height: 36px;
    margin: 10px 0;
}
.content .left .mininav span,.content .right .title span,.content .left .mininav h1{
    height: 36px;
    line-height: 36px;
    color: #DA251D;
    display: inline-block;
    font-size: 18px;
    border-bottom: 1px solid #DA251D;
}
.tubiao{
    background: url(../images/wjjtb.jpg) 0 50% no-repeat;
    padding-left: 26px;
    margin-left: 10px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    font-size: 18px;
}
.content .left .mininav p{
    float: right;
    line-height: 34px;
    height: 38px;
    padding-right: 10px; 
}
.content .left h1{
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ccc;
}
.content .left .meta{
    text-align: right;
    color:#ccc;
    padding-top: 10px;
    border-top: 1px dashed #ccc;
}
.content .left .meta a{
    color: #ccc;
    text-decoration: underline;
}
.content .left .mininav h1{
    padding: 0px 0px;
    margin: 0px 0px;
}
.content .left .data{
    margin: 20px 0px;
    font-size: 14px;
    line-height: 190%; 
}
.column .content{
    margin: 10px 20px 20px 20px;
    font-size: 16px;
    line-height: 190%; 
}
.content .left #video{
    width:800px;
    height:480px;
    margin:0 auto;
    margin-top:20px;
    border-left: 1px solid #000;
}
.content .left .data p,.content .left .data div,.column .content p,.column .content div{
    font-size: 16px;
    line-height: 190%;
    margin-bottom: 16px;
}
.content .left .data table,.column .content table{
    border-collapse:collapse;
    line-height: 160%; 
}
.content .left .data table tr td,.column .content table tr td{
    padding:4px 6px 4px 9px;
}
.content .left .data img,.column .content img{
    padding: 2px;
    max-width: 998px !important;
}
.column .content img{
    max-width:1190px !important;
}
.content .left .data a,.column .content a{
    text-decoration: underline;
    color: #1C57C4;
}
.content .left .data a:hover,.column .content a:hover{
    text-decoration: none;
    color: #476da5;
}
.content .left .data .haobuy{
    width: 70%;
    margin: 0 auto;
}
.content .left .data .haobuy .step{
    border: 1px solid #00B4FF;
    border-radius: 6px 6px;
    height: 92px;
}
.content .left .data .haobuy .step .l{
    float: left;
    width: 15%;
    height: 92px;
    line-height: 92px;
    background: #00B4FF;
    text-align: center;
    color: #fff;
}
.content .left .data .haobuy .step .r{
    float: left;
    width: 85%;
    text-align: center;
}
.content .left .data .haobuy .step .r span{
    display: block;
    margin:10px 0px 5px 0px;
    font-weight: bold;
}
.content .left .data .haobuy .arrows{
    text-align: center !important;
    line-height: 100%;
    margin-left: 15%;
}
.content .left .data .haobuy .arrows img{
    border: none;
    width: 12px;
    height: 34px;
}
.content .left .data .haobuy .two{
    border: 1px solid #00C15E;
}
.content .left .data .haobuy .two .l{
    background: #00C15E;
}
.content .left .data .haobuy .three{
    border: 1px solid #FFB500;
}
.content .left .data .haobuy .three .l{
    background: #FFB500;
}
.content .left .data .haobuy .four{
    border: 1px solid #7B78FF;
}
.content .left .data .haobuy .four .l{
    background: #7B78FF;
}
.content .left .data .haobuy .five{
    border: 1px solid #00BA8D;
}
.content .left .data .haobuy .five .l{
    background: #00BA8D;
}
.content .left .data .haobuy .six{
    border: 1px solid #EF4300;
}
.content .left .data .haobuy .six .l{
    background: #EF4300;
}
.content .left .data .format_doc_icon,.content .left .data .format_xls_icon,.content .left .data .format_ppt_icon,.content .left .data .format_mp4_icon,.content .left .data .format_avi_icon{
    display: inline-block;
    width:38px;
    height: 16px;
    background: url(../images/format_doc.png);
}
.content .left .data .format_xls_icon{
    background: url(../images/format_xls.png);
}
.content .left .data .format_ppt_icon{
    background: url(../images/format_ppt.png);
}
.content .left .data .format_avi_icon{
    background: url(../images/format_avi.png);
}
.content .left .data .format_mp4_icon{
    background: url(../images/format_mp4.png);
}
.content .left .data .download_icon{
    display: inline-block;
    margin-top: 5px;
    width:69px;
    height: 18px;
    background: url(../images/download.png);
}
.content .left .data_sort,.content .left .data_news,.content .left .newslist{
    margin-bottom: 15px;
}
.content .left .data_sort .title,.content .left .data_news .title,.content .left .newslist .title{
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
}
.content .left .data_sort ul li{
    float: left;
    margin-right: 20px;
    width: 150px;
    white-space:nowrap;
    overflow: hidden;
    margin-bottom: 8px;
}
.content .left .data_sort ul li:nth-of-type(6n){
    margin-right: 0px;
}
.content .left .data_sort ul li span,.content .left .data_news ul li span{
    padding: 1px 6px;
    background: #3662a7;
    color: #fff;
    font-size: 12px;
    margin-right: 5px;
    font-family: "宋体";
}
.content .left .data_news ul li,.content .left .newslist ul li{
    float: left;
    width: 320px;
    margin-right: 20px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
}
.content .left .data_news ul li:nth-of-type(3n){
    margin-right: 0px;
}
.content .left .data_news ul li span{
    background: #DA251C;
}
.content .left .newslist ul li{
    float: left;
    width: 490px;
    margin-right: 20px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
}
.content .left .newslist ul li:nth-of-type(2n){
    margin-right: 0px;
    margin-bottom: 12px;
}
.content .left .newslist ul li a{
    background: url(../images/news_li.gif) 0 50% no-repeat;
    padding-left: 12px;
}
.content .left .newslist ul li p{
    white-space: normal;
    margin-top:4px;
    color: #aaa;
    height: 38px;
    margin-left: 12px;
    text-align: justify;c
}
.content .left .other_page .previous,.content .left .other_page .next{
    float: left;
    width: 490px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
    margin-bottom: 20px;
}
.content .left .other_page .next{
    margin-left: 20px;
}
.content .left .other_page a{
    text-decoration: underline;
    color: #1C57C4;
}
.content .left .other_page a:hover{
    text-decoration: none;
    color: #476da5;
}
.content .left .case_li ul li {
    margin-bottom:20px;
}
.content .left .case_li{
    margin-top: 20px;
}
.content .left .case_li ul li .img{
    float: left;
}
.content .left .case_li ul li .img img{
    width: 224px;
    height: 154px;
    padding: 2px;
    border: 1px solid #EAEAEA;
}
.content .left .case_li ul li .txt{
    float: left;
    margin-left: 20px;
    width: 750px;
}
.content .left .case_li ul li .txt p.title{
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
.content .left .case_li ul li .txt p.info{
    color: #666;
    margin-top: 15px;
    line-height: 170%;
}
.content .left .case_li ul li .txt p.time{
    margin-top: 15px;
}
.content .left .data .cities ul li{
    width: 488px;
    float: left;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    padding-bottom: 10px;
}
.content .left .data .cities ul li:nth-of-type(2n){
    margin-left:20px;
}
.content .left .data .cities ul li .title{
    border-left: 3px solid #FF3300;
    padding-left: 6px;
    height: 16px;
    line-height: 16px;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.content .left .data .cities ul li p{
    margin-left:10px;
    margin-bottom: 0px;
    line-height: 180%;
}
.content .left .data .cities ul li p img{
    padding:0px 0px;
    border: none;
    margin-bottom: -8px;
}
.content .left .data .cities ul li p a.wap{
   display: none;
}
.content .left .pagelist{
    margin-bottom: 20px;
    text-align: center;
}
.content .left .pagelist a,.content .left .pagelist b{
    border: 1px solid #ccc;
    padding:3px 10px;
    margin-right: 6px;
}
.content .left .pagelist b{
    background: #ddd;
}
.content .left .pagelist a b{
    border: 0px;
    padding:0px 0px;
    background: none;
}
.content .right ul{
    margin-bottom: 20px;
}
.content .right ul li{
    line-height: 40px;
    font-size: 16px;
    border-bottom: 1px dashed #ccc;
}
.content .right ul li p{
    display: block;
    max-width: 192px;
    white-space:nowrap;
    overflow: hidden;
}
.content .right ul li p{
    background: url(../images/arrow_right.gif) 0 50% no-repeat;
    padding-left: 16px;
}
.content .right ol li p{
    background: url(../images/sort_li.gif) 0 50% no-repeat;
    padding-left: 26px;
    margin-left: 10px;
}
.content .right .contact p{
    font-size: 16px;
    text-align: justify;
    margin-bottom: 16px;
    line-height: 200%;
}
.content .right .contact p.tel{
    color: #DA251D;
    font-size: 20px;
}
.content .right .contact p.qq a{
    display: inline-block;
    width: 162px;
    height: 44px;
    font-size: 0px;
    vertical-align: middle;
    background: url(../images/qq.png) no-repeat 0px 0px;
}
.content .right .contact p.qq a:hover{
	background-position:0px -44px;
}
.links{
    margin-bottom: 15px;
}
.links .main{
    background: #F7F7F7;
    padding-bottom: 10px;
}
.links .title{
    margin:0px 15px;
    padding:10px 0px;
    color: #000;
}
.links p{
    margin:0px 15px;
    text-align: justify;
}
.links p a{
    color: #999;
    margin-right: 15px;
    line-height: 170%;
}
.footer{
    background: #476da5;
    color: #fff;
}
.footer a{
    color: #fff;
}
.footer .block{
    float: left;
    margin:30px 25px;
    text-align: center;
}
.footer .block .title{
    font-size: 16px;
    margin-bottom: 25px;
}
.footer .block p{
    line-height: 180%;
}
.footer .block .line{
    width: 1px;
    height: 160px;
    margin-top: 5px;
    background: #A1B4DC;
}
.footer .block .tel{
    border:1px solid #A1B4DC;
    width: 180px;
    height: 40px;
    line-height: 40px;
    border-radius:20px;
    font-size: 20px;
    margin-bottom:10px;
}
.footer .block p a{
    margin-right: 6px;
}
.footer .block p a:nth-of-type(3n){
    margin-right: 0px;
}
.copyright{
    text-align: center;
    line-height: 240%;
    font-size: 13px;
    background: #555;
    color: #fff;
}
.copyright a{
    color: #fff;
    margin-left: 10px;
}
.subnav .title,.closenav,.wap,.menu_tel,.menu_wap_home{
    display: none;
}
.company img{
    float: left;
    margin:0px 15px 10px 0px;
}
.company .titl{
    font-size: 16px;
    color: #000;
    border-left: 3px solid #FF3300;
    padding-left: 6px;
    height: 16px;
    line-height: 16px;
    margin:15px 0px 15px 0px;
}
.about_right{
    margin:20px 0px 30px 0px;
}
.about_right .timeline{
    margin:20px 0px 30px 20px;
}
.about_right .ullf{
    border-left: 1px solid #FF6633;
    padding-top:20px;
    margin-left:80px;
}
.about_right .liif{
    margin-bottom: 25px;
    margin-left:32px;
    position: relative;
    text-align: justify;
}
.about_right .timea{
    position: absolute;
    left: -130px;
    color: #6B6B6B;
    font-family: "Tekton Pro";
}
.about_right .num{
    position: absolute;
    left: -55px;
    background: url(../images/timeline_num.png) 0 50% no-repeat;
    background-size: 18px 18px;
    width: 18px;
    height: 18px;
    line-height:18px;
    top: 6px;
}
.about_right .desc{
    margin:0px 6px;
    margin-left:-25px;
}
.otherlink{
    padding:10px 10px 0px 10px;
}
.otherlink h3{
    margin-bottom:4px;
}
.otherlink li{
    width: 50%;
    float: left;
    list-style-type: circle;
    text-indent: 10px;
}
.otherlink span.clear{
    display: block;
}
.zoomify{
    cursor:pointer;
    cursor:-webkit-zoom-in;
    cursor:zoom-in
}
.zoomify.zoomed{
    cursor:-webkit-zoom-out;
    cursor:zoom-out;
    padding:0;
    margin:0;
    border:none;
    border-radius:0;
    box-shadow:none;
    position:relative;
    z-index:100001
}
.zoomify-shadow{
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    height:100%;
    display:block;
    z-index:100000;
    background:rgba(0,0,0 ,.3);
    opacity:0
}
.zoomify-shadow.zoomed{
    opacity:1;
    cursor:pointer;
    cursor:-webkit-zoom-out;
    cursor:zoom-out
} 
.update_log p,.update_log div{
    margin-bottom: 0px !important;
}
.content .left .update_log{
    line-height: 180% !important;
}
.update_log ul{
    margin-left: 20px;
    margin-bottom:20px;
}
.update_log ul li{
    list-style-type:circle;
}
.update_log strong,.update_log b{
    color: #387ada;
}
.jiejuefangan {
  width: 100%;
  padding-top: 14px;
}
.jiejuefangan2{
	margin-top: 20px;
}
.jiejuefangan2 .main h5{
	text-align: center;
    font-weight: normal;
    padding: 20px 0px 0px 0px;
    margin-bottom: -15px;
    font-size: 26px;
}
.jiejuefangan li {
  float: left;
  margin: 5px 0px;
  width: 25%;
}
.jiejuefangan li dl {
  margin: 0 21px;
}
.jiejuefangan li dl dd {
	margin: 0;
	padding: 0;
}
.jiejuefangan li dt {
  width: 174px;
  position: relative;
  margin: 0 auto;
}
.jiejuefangan li dt img {
  width: 100%;
  height: 193px;
}
.jiejuefangan li dt i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 193px;
  background: url(../images/p3.png) 0 0 no-repeat;
}
.jiejuefangan li dd > div {
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  padding: 5px 0 5px;
}
.jiejuefangan li dd > div a {
  font-weight: 600;
}
.jiejuefangan li dd p {
  font-size: 14px;
  line-height: 20px;
  color: #333;
  text-align: center;
  min-height: 60px;
  overflow: hidden;
}
.jiejuefangan li dd p a:hover {
  text-decoration: none;
}
.liangdian{
	margin: 20px auto;
	width: 1260px;
}
.liangdian .main ul{
	padding: 10px 0;
	display: inline-block;
}
.liangdian .main h5{
	text-align: left;
    font-weight: 700;
    padding: 20px 0px 0px 0px;
    /* margin-bottom: -15px; */
    line-height: 150%;
    font-size: 28px;
    color: #455164;
    font-family: Helvetica-Neue;
}
.liangdian .main ul li{
	float: left;
    padding: 0px 0px;
    width: 385px;
    height: 280px;
	line-height: 30px;
    text-align: center;
    margin: 17px 15px;
    border: 1px solid #EEEEEE;
    border-radius: 5px;
	/*background-color: #969ef1;*/
	font-size: 16px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}
.liangdian ul li:hover{
    backgroun-color: #FFFFFF;
	border-color: #DEDDDD;
    position: relative;
    z-index: 99;
    text-decoration: none;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0);
	font-size: 16px;
}
.liangdian .main ul li h5{
	padding: 0;
	padding-top: 5px;
	line-height: 50px;
    font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.liangdian .main ul li p{
	padding: 0 10px;
	padding-left: 15px;
	line-height: 150%;
	text-align: left;
	text-indent: 30px;
}
.liangdian2{
	margin: 20px auto;
	width: 1260px;
}
.liangdian2 .main ul{
	padding: 10px 0;
	display: inline-block;
}
.liangdian2 .main h5{
	text-align: left;
    font-weight: 700;
    padding: 20px 0px 0px 0px;
    /* margin-bottom: -15px; */
    line-height: 150%;
    font-size: 28px;
    color: #455164;
    font-family: Helvetica-Neue;
}
.liangdian2 .main ul li{
	float: left;
    padding: 0px 0px;
    width: 115px;
    height: 30px;
	line-height: 30px;
    text-align: center;
    margin: 7px 5px;
    border: 0px solid #EEEEEE;
    border-radius: 5px;
	background-color: #969ef1;
	font-size: 14px;
	color: #FFFFFF;
	cursor: pointer;
}
.liangdian2 ul li:hover{
    backgroun-color: #FFFFFF;
	border-color: #DEDDDD;
    position: relative;
    z-index: 99;
    text-decoration: none;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0);
	font-size: 16px;
}
@media screen and (max-width:800px) {
    .toper span,.toper a,.menu .right ul li.menu_pc_home,.banner,.banner-box,.pc,.links,.footer,.table_none{
        display:none;
    }
	.toper{
        margin-top:45px;
        border-bottom: none;
		
    }
    .toper .main{
        line-height: 32px;
    }
    .toper .main span{
        padding:0px 0px;
        margin:0px 0px;
    }
    .toper a.red{
        display:inline-block;
        width: 19%;
        text-align: center;
    }
    .toper .main{
        text-align: left;
    }
    .wap,.menu_tel{
        display: block;
    }
    .main,.other_sort .main{
        width: 100% !important;
        border: none;
    }
	.main h4{
		padding: 0 20px;
	}
    .related_news .main, .column .main{
        width: 96%;
        margin:0px 2%;
    }
    .related_news h3, .column h1{
        font-size: 1.4rem;
    }
    .menu{
        background:none;
        height: auto;
		
    }
	.menu .main{
		width: 100% !important;
	}
    .menu .left{
        position: fixed;
        z-index: 10;
        left: 0;
        top: 0;
        width: 100%;
        height: 44px;
        line-height: 44px;
        border-bottom: 1px solid #1b2f5d;
        background:#fff;
    }
    .menu .left img{
        margin-bottom:-8px;
        margin-left: 2%;
        height: 34px;
        width: auto;
    }
    .menu .left a{
        height: 40px;
    }
    .menu .left strong{
        position: static;
        font-size: 1.4rem;
        margin-left: 10px;
        color: #1b2f5d;
    }
    .menu .left .m_menu{
        float: right;
        width: 40px;
        height: 40px;
    }
    .menu .left .m_menu a {
        display: block;
        width: 100%;
        height: 100%;
        background: url(../images/m_menu.png) no-repeat center;
        background-size: 66% auto;
    }
    .menu .right{
        float: none;
        width: 100%;
        position: static;
    }
    .menu .right ul li:hover div{
        display: none;
    }
    .menu .right ul li{
        margin: 1% 0px;
        display: inline-block;
        height: 26px;
        line-height: 26px;
        width: 25%;
        overflow: hidden;
    }
    .menu_wap_home{
        display: block;
    }
	.menu .lianxi {
		position: fixed;
		right: 0px;
		top: 45px;
		background-color: #F1F1F1;
		padding: 0 10px;
		border-radius: 0px 0px 0px 7px;
		padding-bottom: 5px;
	}
	.menu .lianxi>b{
		font-size: 28px;
		margin-right: 10px;
	}
    .floatnav {
        position: fixed;
        z-index: 10000001;
        overflow: auto;
        left: 0;
        top: -100%;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.7);
        filter: alpha(opacity=70);
    }
    .floatnav .closenav {
        display: block;
        border: 1px solid #fff;
        border-radius: 2px;
        color: #fff;
        width: 80px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        float: right;
        margin:10px 2% 0px 0px;
    }
    .subnav{
        margin-top: 50px;
    }
    .subnav .title{
        display: block;
        text-align: center;
        height: 60px;
        line-height: 60px;
        color: #fff;
        font-size: 18px;
    }
    .subnav .line{
        display: none;
        float: none;
    }
    .subnav .block{
        float: none;
        width: 100%;
    }
    .subnav .block ul li {
        margin: 10px 0px;
    }
    .subnav .block ul li a:first-child{
        text-align: center;
        background: #f36910;
        border:1px solid #f36910;
        padding: 2px 0px;
    }
    .subnav .block ul li span{
        color: #fff;
    }
    .subnav .block ul li a{
        width: 22%;
        color: #fff;
        text-align: center;
        border:1px solid #f36910;
        padding: 2px 0px;
        margin-right: -4px;
        margin-left: 2%
    }
    .hot_focus{
        background:none;
        text-align: center;
        height:auto;
        margin-bottom: 50px;
    }
    .hot_focus span{
        display: block;
        padding-right:0px;
        height: 60px;
        line-height: 60px;
    }
    .hot_focus a{
        float: left;
        display: block;
        width: 22%;
        margin: 5px 0px 5px 2.4%;
        background: #476da5;
        line-height: 30px;
    }
    .module{
        margin-top: 0px;
		
    }
	.module .main h3{
		color: #333333;
		padding: 5px 0;
	}
    .module h1, .module h2{
        font-size: 1.4rem;
    }
    .module ul{
        margin-left: 0px;
    }
    .module ul li{
        width: 28%;
        margin: 10px 0px 0px 5px;
		padding: 20px 5px;
    }
    .liangdian{
        margin-top: 0px;
		width: 100%;
		
    }
    .liangdian h1, .liandian h2{
        font-size: 1.4rem;
    }
    .liangdian ul{
        margin-left: 0px;
    }
    .liangdian .main ul li{
        width: 96%;
        margin: 10px 0px 0px 5px;
    }
    .liangdian2{
        margin: 0px;
		width: 100%;
		
    }
    .liangdian2 h1, .liandian2 h2{
        font-size: 1.4rem;
    }
    .liangdian2 ul{
        margin-left: 0px;
    }
    .liangdian2 .main ul li{
        width: 29%;
        margin: 10px 0px 0px 10px;
    }
    .jiejuefangan2{
        margin-top: 0px;
		
    }
    .jiejuefangan2 h1, .jiejuefangan2 h2{
        font-size: 1.4rem;
    }
    .jiejuefangan2 ul{
        margin-left: 0px;
    }
    .jiejuefangan2 .main ul li{
        width: 30%;
        margin-left: 3%;
    }
	.jiejuefangan{
		margin: 0 5px;
		
	}
	.jiejuefangan li dt{
		width: 100%;
		overflow: hidden;
	}
	.jiejuefangan li dt img{
		height: 100%;
		width: 110%;
	}
	.jiejuefangan li dt i{
		background-size: contain;
	}
	.jiejuefangan li dl dd{
		margin-top: 10px;
	}
	.title-en{
		padding-bottom: 5px;
	}
    .industry_pm{
		margin-bottom: 4px;
		
    }
    .industry_pm ul li{
        margin-right:0px;
        width: 46%;
        height:auto;
        margin:4px 2% 4px 2%;
    }
    .industry_pm ul li img{
        width: 100%;
        height: auto;
    }
    .industry_pm ul li:nth-of-type(2n){
        margin-left:0px;
    }
    .industry_pm ul li:nth-of-type(5n){
        margin-right:2%;
    }
    .industry_pm ul li h5{
        width: 100%;
        font-size: 1.2rem;
        padding: 0px 0px;
    }
    .function{
        margin-bottom: 0px;
		width: 100%;
		
    }
    .function ul li{
        margin-right: 0px;
        width: 31%;
        margin-bottom:8px;
    }
    .function ul h3, .function ul h4{
        margin: 0px 0px 10px 0px;
        height: 24px;
        font-weight: bold;
    }
    .function h2, .function h3, .function h4, .industry_pm h3, .industry_pm h4, .industry_pm h5{
        font-size: 1.4rem;
        margin-bottom:10px;
        padding: 10px 0px 0px 10px;
    }
	
    .function ul li p{
        height: 38px;
        width: 60px;
        text-align: center;
        margin:0 auto;
    }
    .function ul li p a strong{
        font-weight: normal;
    }
    .column .content{
        margin: 12px 2% 0px 2%;
    }
    .column .content img{
        max-width: 98% !important;
        height: auto !important;
    }
    .content,.other_sort,.copyright .main{
        width: 96% !important;
        margin:0 2%;
    }
    .content{
        position: relative;
        overflow-x: hidden;
    }
	.content .main{
		width: 100% !important;
	}
    .content .right{
        display:block;
        position: absolute;
        top: 6px;
        left: -145px;
        width: 145px;
        background:#f3f3f3;
        transition: all 0.5s ease-in-out;
    }
    .content .left{
        float:none;
        width: 100%;
        margin-left: 0px;
        right: 0;
        position: relative;
        transition: all 0.5s ease-in-out;
    }
    .content .right .title{
        height: 30px;
    }
    .content .right .title span{
        height: 30px;
        line-height: 30px;
        font-size: 0.8rem;
        margin-left: 10px;
    }
    .content .left #video{
        width:100%;
        height:auto;
        border: 1px solid #000;
    }
    .trigger{
        position: fixed;
        top: 40%;
        left: 0;
        text-align: center;
        background: #476da5 url(../images/trigger.png) no-repeat 50%;
        width: 19px;
        height: 60px;
        transition: all 0.5s ease-in-out;
        z-index: 10;
    }
	.sort_news{
		width: 100%;
		
	}
    .sort_news .block{
        width: 95%;
        margin-left:2%;
        margin-right:0px;
        height: 190px;
        min-height: 190px;
        margin-bottom: 10px;
        overflow: hidden;
    }
    .sort_news .block:nth-of-type(2n){
        margin-left:2%;
        margin-right: 0px;
    }
    .sort_news .block .title h3{
        padding: 0px 4px 0 8px;
        white-space:nowrap;
        overflow: hidden;
    }
    .sort_news .block ul{
        margin-left: 8px;
    }
    .sort_news .block ul li{
        width: 92%;
        padding-left: 10px;
    }
	.sort_news2 {
		width: 100%;
		
	}
	.sort_news2 .block{
		width: 95%;
	}
	.sort_news2 .block ul li{
		width: 96%;
	}
	.sort_news2 .block ul li .date{
		display: none;
	}
    .related_news ul{
        margin: 15px 0px 10px 0px;
    }
    .related_news ul li{
        width: 44%;
        margin-right: 0;
        margin-left: 2%;
        padding-left: 10px;
    }
    .content .trigger_move{
        left: 155px;
    }
    .content .content_left_move{
        right: -155px;
    }
    .content .content_right_move{
        left: 0px;
    }
    .content .right ul li{
        white-space:nowrap;
        max-width: 128px;
        overflow: hidden;
        margin-left: 8px;
        font-size: 0.8rem;
    }
    .content .right ul li p{
        padding-left: 12px; 
    }
    .content .right ol li p{
        padding-left: 10px;
        margin-left: 15px;
    }
    .content .right ol.two li p{
        background: url(../images/arrow_right.gif) 0 50% no-repeat;
    }
    .content .right ol.three li p{
        background: url(../images/sort_li.gif) 0 50% no-repeat;
    }
    .content .right .contact p{
        font-size: 0.8rem;
        margin:0px 10px 10px 10px;
        line-height: 160%;
    }
    .content .right .contact p.tel{
        font-size: 1.1rem;
    }
    .content .right .contact p.qq a {
        width: 126px;
        height: 34px;
        background: url(../images/m_qq.png) no-repeat 0px 0px;
    }
    .content .right .contact p.qq a:hover{
        background-position:0px -34px;
    }
    .content .left .mininav{
        margin: 6px auto;
        border: none;
        height: 26px;
        background:#f3f3f3;
        color: #bebebe;
    }
    .content .left .mininav a{
        color: #bebebe;
    }
    .content .left .mininav span,.content .left .mininav h1{
        display: none;
    }
    .content .left .mininav p{
        float:none;
        padding-right: 0px;
        margin: 0px 6px;
        line-height: 26px;
        height: 26px;
        white-space:nowrap;
        text-overflow:ellipsis;
        overflow:hidden;
    }
    .content .left h1{
        margin-top: 10px;
        font-size: 1.5rem;
    }
    .content .left .meta{
        font-size: 0.8rem;
        padding: 10px 0px;
        text-align: left;
    }
    .content .left .data img{
        max-width: 98% !important;
        height: auto !important;
    }
    .content .left .data .haobuy{
        width: 100%;
    }
    .content .left .data .haobuy p{
        margin-left:5px;
        margin-right: 5px;
        line-height: 140%;
    }
    .content .left .data .haobuy .step .l{
        width: 20%;
    }
    .content .left .data .haobuy .step .r{
        width: 80%;
    }
    .content .left .data_sort, .content .left .data_news{
        margin-bottom: 6px;
    }
    .content .left .data_sort .title, .content .left .data_news .title, .content .left .newslist .title{
        margin-bottom: 5px;
    }
    .content .left .data_sort ul li{
        width: 32%;
        margin-right:2%;
        margin-bottom: 5px;
    }
    .content .left .data_sort ul li:nth-of-type(3n){
        margin-right: 0px;
    }
    .content .left .data_news ul li{
        width: 50%;
        margin-right: 0px;
        margin-bottom: 5px;
    }
    .content .left .data_sort ul li span, .content .left .data_news ul li span{
        padding: 1px 4px;
    }
    .content .left .other_page .previous{
        width: 100%;
        margin-left: 0px;
        margin-top: 0px;
        margin-bottom:0px;
    }
    .content .left .other_page .next{
        width: 100%;
        margin-left: 0px;
        margin-top: 6px;
        margin-bottom:6px;
    }
    .content .left .pagelist{
        white-space: nowrap;
        margin-bottom: 5px;
    }
    .content .left .case_li ul li{
        border-bottom: 1px solid #ccc;
        padding-bottom: 12px;
    }
    .content .left .case_li ul li .img{
        width: 99%;
        float: left;
        display: none;
    }
    .content .left .case_li ul li .img img{
        width: 100%;
        height: auto;
        padding: 0px;
        border: 0px solid #ccc;
    }
    .content .left .case_li ul li .txt{
        margin-left: 0px;
        width: 100%;
        float: left;
    }
    .content .left .case_li ul li .txt p.info,.content .left .case_li ul li .txt p.time{
        margin-top: 6px;
    }
    .content .left .data p, .content .left .data div, .column .content p, .column .content div{
        line-height: 160%;
        margin-bottom: 6px;
    }
    .content .left .data .cities ul li{
        width: 99%;
    }
    .content .left .data .cities ul li:nth-of-type(2n){
        margin-left:0px;
    }
    .content .left .data .cities ul li p a.wap{
        display: inline-block;
     }
    .content .left .data .cities ul li p a.pc{
        display: none;
     }
    .other_sort{
        border: 1px solid #dedede;
        margin-bottom: 10px;
        margin-top: 10px;
		
    }
    .copyright{
        line-height: 140%;
        padding:6px 0px;
		
    }
    .shadow {
        box-shadow:none;
        -webkit-box-shadow:none;
        -moz-box-shadow:none;
    }
    .column .meta,.sort_meta{
        text-align: left;
    }
    .otherlink{
        padding: 0px 10px 0px 0px;
    }
    .otherlink li{
        width: 100%;
        float: none;
        white-space:nowrap;
        text-overflow:ellipsis;
        overflow:hidden;
    }
}
@media screen and (max-width:420px){
    .menu .left strong{
        font-size: 1.18rem;
    }
}
@media screen and (max-width:350px){
    .menu .left strong{
        font-size: 0.86rem;
    }
    .module ul li{
        width: 33.33%;
    }
}