body a {
    margin: 0;
    padding: 0;
    border: none;
    font-family: "Microsoft YaHei", Helvetica, arial, sans-serif;
    color: #36475a;
    font-size: 14px;
    text-decoration: none !important;
}

*{
	margin: 0;
	padding: 0;
}
ul{
	margin: 0;
}
em,i{
	font-style:normal;
}
.rel{
	position: relative;
}
.abs{
	position: absolute;
}
.fixed{
	position: fixed;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clear::after{
	content: "";
	display: block;
	clear: both;
}
.mb50{
	margin-bottom: 50px;
}
.mt80{
	margin-top: 80px;
}
.w50p{
	width: 50%;
}
.w100p{
	width: 100%;
}
.h100p{
	height: 100%;
}
.text-center{
	text-align: center;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
li{
	list-style: none;
}
.block{
	display: block;
}

.pro_btn{
	display: inline-block;
    min-width: 80px;
    padding: 0 50px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 14px;
    color: #FFF ;
    background-color: #0080ff;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
    font-family:  "Microsoft YaHei", Helvetica, arial, sans-serif !important; 
}
.index_banner .pro_btn{
	height: 52px;
	line-height: 52px;
	font-size: 16px;
}
.pro_btn:hover{
	background: #00aaff;
}
.pro_btn::before{
	font-family: "宋体";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: relative;
    content: ">";
    position: absolute;
    left: 130%;
    top: 48%;
    margin-top: -8px;
    height: 100%;
    font-size: 125%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.pro_btn:hover:before{
	left: 80%;
}

.crumbs{
    position: relative;
    z-index: 10;
    background-color: #E8F0F2;
    width: 100%;
    height: 50px;
    line-height: 50px;
    transition: all 1.2s .1s ease;
}
.crumbs a,.crumbs span{
	    color: #36475a;
}
.crumbs a:hover{
	color: #0080ff;
}
.crumbs span{
	margin:  0 8px;	
}


/*header*/
.header{
	position: fixed;
	left: 0;
	top:0;
	transition: all .2s ease;
	width: 100%;
	height: 80px;
	z-index: 99;
	background: #fff;
}
.header_fixed{
	background: #fff;
	z-index: 99;
	background: rgba(255,255,255,.8);
}
.logo img{
	/*width: 240px;*/
	margin-top: 15px;
	height: 50px;
}
.nav_list>li{
    float: left;
    height: 80px;
    padding: 0px 20px;
    display: block;
    color: #36475a;
}
.nav_list>li>a{
    padding: 32px 0px 27px;
    color: #36475a;
    cursor: pointer;
    font-size: 16px;
    line-height: 80px;
}
.nav_list .nav_item:hover>a{
	border-bottom: 3px solid #0080ff;
	color: #0080ff;
}

.sub_w {
     display: none; 
    min-width: 100%;
    max-width: 100%;
    margin: auto;
    position: absolute;
    z-index: 99999;
    left: 0;
    top: 80px;
    right: 0;
    background-color: #F8F8F8;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
}
.nav_list .sub {
    display: block;
    margin: auto;
    width: 100%;
    min-height: 100px;
    max-width: 1400px;
}
.nav .sub_cp_l {
    padding: 0 20px 0 0;
}
.nav #cp .sub li.sub_w_c {
    padding: 50px 0;
    min-height: 100px;
}
.nav .sub li.sub_w_c {
    float: left;
    text-align: center;
    min-height: 180px;
    padding: 50px 0 30px 0;
    min-height: 100px;
}

.nav .sub .sub_cp_l .sub_tt {
    font-size: 16px;
    font-weight: 700;
    color: #36475a;
    margin: 0px auto 20px auto;
    text-align: left;
    padding-left: 27px;
    height: 24px;
    line-height: 24px;
}
.nav .sub li.sub_w_c .sub_img img {
    max-height: 100px;
}
.nav .sub li.sub_w_c a p {
    margin: 10px auto 10px auto;
    color: #6e798b;
}
.nav .sub li.sub_w_c .plan_nav_text {
    padding: 0px 25px;
    text-align: left;
}
.nav .sub li.sub_w_c .plan_nav_text h4 {
    text-align: left;
    margin: 0px;
    margin-bottom: 15px;
}
.nav .sub li.sub_w_c .plan_nav_text h4 a {
    font-size: 16px;
    font-weight: 700;
    color: #36475a;
    margin: 10px auto;
    background: transparent;
}
.nav .sub li.sub_w_c .industry_list {
    overflow: hidden;
}
.nav .sub li.sub_w_c .industry_list li {
    float: left;
    width: 33.33%;
    display: block;
    font-size: 14px;
    line-height: 32px;
    min-width: 130px;
}
.nav .sub li.sub_w_c .industry_list li a {
    display: block;
    min-width: 120px;
    color: #6e798b;
    border: 1px solid #D3E1E7;
    text-align: center;
    font-size: 14px;
    height: 42px;
    line-height: 40px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin: 10px auto;
    margin-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 5px;
}

.nav .sub li.sub_w_c .industry_list li a:hover{
	border-color:  #0080ff;
	color: #0080ff;
}


/*footer*/
.footer{
	width: 100%;
    min-height: 140px;
    background-color: #1f1f28;
    padding: 34px 0 24px;
}
.footer a{
	color: #fff;
	font-size: 12px;
}
.footer ul{
	margin-bottom: 14px;
	display: flex;
	justify-content: center;
}
.footer ul li{
	margin-right: 20px;
	color: #929296;
	font-size: 12px;
}


.page_number{
	text-align: center;
    margin: 30px auto;
}
.page_number a, .page_number span {
    height: 32px;
    line-height: 32px;
    border: solid 1px #CCCCCC;
    padding: 0px 20px;
    text-decoration: none;
    color: #666;
    display: inline-block;
    margin: 10px 5px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.page_number a:hover{
	border: solid 1px #0080ff;
    color: #FFF;
    background-color: #0080ff;
}

.m_header{
	display: none;
}

@media (min-width: 1600px){
	.container {
	    width: 1400px;
	}
	
}
@media screen and (max-width: 1200px){
	.logo{
		display: none;
	}
}

@media screen and (max-width: 1000px) {
	
	.header{
		display: none;
	}
	.m_header{
		display: block;
	}
	.m_logo img{
		height: 40px;
		margin: 5px 0 5px;
	}
	.navsm {
	    margin: 0 -15px;
	}
	.navsm .menu_handle {
	    display: inline-block;
	    vertical-align: middle;
	    padding: 10px;
	    background: transparent;
	    width: 100%;
	    border: none;
	    width: 24px;
	    height: 20px;
	    padding: 4px;
	    outline: none;
	    position: absolute;
	    top: 12px;
	    right: 15px;
	    z-index: 2000;
	}
	.navsm .menu_handle span {
	    display: block;
	    width: 20px;
	    height: 2px;
	    margin-bottom: 5px;
	    position: relative;
	    background: #0080ff;
	    border-radius: 3px;
	    z-index: 1;
	    transform-origin: 20px;
	    transition: background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, transform .5s cubic-bezier(.77, .2, .05, 1), width .5s;
	}
	.navsm .menu_handle.open span {
	    opacity: 1;
	    transform: rotate(45deg);
	}
	.navsm .menu_handle.open span:nth-last-child(3) {
	    opacity: 1;
	    transform: rotate(-45deg);
	}
	.navsm .menu_handle.open span:nth-last-child(2) {
	    width: 0;
	    opacity: 0;
	    transform: rotate(0);
	    transition: width .5s;
	}
	.navsm .menu_handle span:last-child {
	    margin-bottom: 0;
	}
	.navsm .hideul {
	    width: 100%;
	    height: auto;
	    background-color: rgba(243, 243, 243, 0.98);
	    position: absolute;
	    z-index: 100;
	    left: 0;
	    top: 50px;
	    display: none;
	    -webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
	    -moz-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
	    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
	}
	.navsm li {
	    list-style: none;
	    background-color: #F2F2F2;
	    color: #666;
	    border-bottom: 1px #E7E7E7 solid;
	    -webkit-transition: all 0.25s ease;
	    -o-transition: all 0.25s ease;
	    transition: all 0.25s ease;
	}
	.navsm li a {
	    position: relative;
	    text-align: right;
	    display: block;
	    padding-left: 20px;
	    line-height: 60px;
	    font-size: 15px;
	    text-align: left;
	    color: #36475a;
	    -webkit-transition: all 0.25s ease;
	    -o-transition: all 0.25s ease;
	    transition: all 0.25s ease;
	}
	.hideul ul.submenu {
	    width: 100%;
	    display: none;
	    position: static;
	}
	.hideul .active ul.submenu {
		display: block;
	}
	.submenu li {
	    border-bottom: 1px solid #0080ff;
	}
	.navsm li .submenu li a {
	    display: block;
	    font-size: 14px;
	    background: #0080ff;
	    color: #fff;
	    line-height: 52px;
	    -webkit-transition: all 0.25s ease;
	    -o-transition: all 0.25s ease;
	    transition: all 0.25s ease;
	    padding-left: 20px;
	}
	.footer_contact{
		flex-wrap: wrap;
	}
	
	
	
}



/*animation*/
@keyframes dx-motion {
	 0% {
	  background-position:0 0
	 }
	 100% {
	  background-position:center -40800px
	 }
}


 @keyframes fade_side_15 {
	 0% {
	 opacity: 0;
	 transform:translateX(0px) translateY(0);
	}
	50% {
	 opacity: 1;
	}
	 100% {
	 opacity: 0;
	 transform: translateX(45px) translateY(-45px);
	}
}

@keyframes circle-outer {
	 from {
	 transform:rotate(0deg)
	}
	 to {
	 transform:rotate(360deg)
	}
	}
	 @-webkit-keyframes circle_rotate {
	 0% {
	transform:rotate(0deg)
	}
	 10.7% {
	transform:rotate(-90deg)
	}
	 25% {
	 transform:rotate(-90deg)
	}
	 35.7% {
	transform:rotate(-180deg)
	}
	 50% {
	transform:rotate(-180deg)
	}
	 60.7% {
	transform:rotate(-270deg)
	}
	 75% {
	 transform:rotate(-270deg)
	}
	 85.7% {
	transform:rotate(-360deg)
	}
	 100% {
	 transform:rotate(-360deg)
	}
	}
	 @keyframes circle_rotate {
	 0% {
	 transform:rotate(0deg)
	}
	 10.7% {
	 transform:rotate(-90deg)
	}
	 25% {
	 transform:rotate(-90deg)
	}
	 35.7% {
	 transform:rotate(-180deg)
	}
	 50% {
	 transform:rotate(-180deg)
	}
	 60.7% {
	 transform:rotate(-270deg)
	}
	 75% {
	 transform:rotate(-270deg)
	}
	 85.7% {
	 transform:rotate(-360deg)
	}
	 100% {
	 transform:rotate(-360deg)
	}
}