html, body {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}
@charset "utf-8";
h1{font-size: 17px; font-weight: normal; display: inline; line-height: 50px;}
h1 a{color: #fff;}
h1 a:hover{color: #fff;}
/*NAVIGATION*/
.header_top{height: 5px; background: #c1a72c; width: 100%;}
.header_top_small{width: 1300px;}
.header_top .header_left{width: 500px; font-size: 17px; box-sizing: border-box; height: 50px; float: left; background: url(../images/ico_ser.png) 0 15px no-repeat; line-height: 50px; color: #fff; padding: 0 0 0 35px;}
.header_top .header_right{width: 500px; float: right;}
.header_top .header_right li{width: 22px; height: 22px; float: right; margin: 10px;}
.top_nav{width:100%; position: fixed; top: 0; height: 100px; margin:auto; z-index:99999; background:rgba(255, 255, 255, 1);}
.header-nav {
    width: 100%;
	z-index:99;
	color:#000;
}

.header-content {
    width: 1300px;
    height: 100px;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

.header-logo {
    width: 309px;
    height: 100px;
    float: left;
    box-sizing: border-box;
    display: inline;
}

.header-logo p a {
    float: left;
    color: #000;
    font-size: 18px;
}

.header-logo a {
    padding: 0;
    color: #000;
    font-size: 26px;
    text-decoration: none;
}

.header-logo a img {
    width: 309px;
    height: 100px;
    display: inline;
    border: none;
}
.header-logo22{
    display: inline; float: right;
    border: none;
}
.header-logo22 img {
    height: 100px;
    width: auto;
    float: left;
    border: none;
}
.header-nav-list {
    float: left;
    margin:0px 5px 0 100px;
}

.header-nav-list ul {
    float: right;
}

.header-nav-list ul li {
    position: relative;
    display: block;
    float: left;
}

.header-nav-list ul li a {
    color: #000;
    padding: 0 30px;
    font-size: 16px;
    line-height: 70px;
    background: none;
    position: relative;
    display: block;
}

.header-nav-list ul li a:hover {
    color: #333; font-weight: bold;
}

.header-nav-list ul li .cur {
    color: #1f5f61;
}
.inavi{font-size: 7px!important; margin: 0 3px;}



.UrlSiteNow{color: #1f5f61!important;}



.aui-dow-box {
    position: absolute;
    top: 200%;
    left: 50%;
    width: 140px;
    padding: 30px 0;
    background-color: #ffffff;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.aui-dow-box-list {
    width: 1200px;
    left: -180px;
    height: 410px;
    z-index: 9999;
    background: #2bb4e6;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.drop-down:hover .aui-dow-box-list {
    top: 100%;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

.aui-down-menu {
    padding: 0 24px;
    width: auto;
    float: none;
    display: block;
    margin-bottom: 10px;
}

.aui-down-menu-title {
    padding-bottom: 10px;
    color: #000;
    font-size: 16px;
    line-height: 1;
    border-bottom: 0;
    margin-bottom: 0;
}

.aui-down-menu-list {
    float: left;
    font-size: 0;
}

.aui-down-menu-list-item {
    display: inline-block;
    margin:0 20px 30px;
    width: 330px;
    height: 150px;
    line-height: 30px;
    padding-top: 0;
}

.aui-top-border {
    border-top: 1px solid #9ee4fe;
}

.header-nav-list ul .aui-down-menu-list-item a {
    padding: 0;
    line-height: inherit;
}

.aui-down-menu-list-title {
    margin-top: 15px;
    margin-bottom: 15px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}

.aui-down-menu-list-text {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    line-height: 26px;
    color: #def6ff;
    font-size: 13px;
    letter-spacing: 1px;
}

.aui-down-menu-list-text:hover{color: #fff; background: #1f5f61;}

.aui-down-menu-list-title:hover {
    color: #fff;
    background: #1f5f61;
}



.aui-about-dow {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    padding: 8px 10px;
    background: #fff;
    width: 100%;
    min-width: 220px;
    text-align: center;
    z-index: 99;
    box-shadow: 0 10px 8px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

.drop-down:hover .aui-about-dow {
    top: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    filter: alpha(opacity=100);
}

.header-nav-list .aui-about-dow li a {
    padding: 0;
    line-height:33px;
    display: block;
    padding:0;
    font-size: 14px;
	text-align:center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #333;
}

.header-nav-list .aui-about-dow li a:hover {
    color: #fff!important;
    background: #389fe1; font-weight: normal;
}

.header-nav-list .aui-about-dow li {
    width: 100%;
}


.aui-header-nav.solid {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    height: 100px;
    background:#fff;
    shadow: 0px 8px 15px rgba(0,0,0, 0.0);
    box-shadow: 0px 8px 15px rgba(0,0,0, 0.0);
    -webkit-box-shadow: 0px 8px 15px rgba(0,0,0, 0.0);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}
.header-nav-right {
    float: right !important;
    top:18px;
    margin-top: 0;
    position: relative;
    width: 267px;
    height: 24px;
}

.icon-tel {
    float: left;
    margin-right: 10px;
    width: 41px;
    height: 41px;
    display: block;
    background-size: 15px;
    background-repeat: no-repeat;
    margin-top: 3px;
    background: url(../images/tel.png) no-repeat;
}

.header-nav-tel {
    margin-top:8px;
    margin-right: 0px;
    position: relative;
    float: right !important;
}
.header-nav-tel p{color: #009bff; font-size:18px; font-weight: bold;}

.header-nav-tel a {
    display: inline-block;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    padding: 0 !important;
    color: #000;
}

.header-nav-tel a:hover {
    color: #000;
}

/*BANNER*/
.DB_tab25 {width:100%;height:650px;overflow:hidden; top:0; }
.DB_tab25 .DB_bgSet{position:relative;}
.DB_tab25 .DB_bgSet li{position:absolute;width:100%;height:650px;display:none}
.DB_tab25 .DB_imgSet{position:absolute;width:1000px;left:50%;margin-left:-500px;}
.DB_tab25 .DB_imgSet .DB_1_1{position:absolute;left:-180px;top:90px;}
.DB_tab25 .DB_imgSet .DB_1_2{position:absolute;left:-180px;top:90px}
.DB_tab25 .DB_imgSet .DB_1_3{position:absolute;left:-180px;top:60px}
.DB_tab25 .DB_imgSet .DB_2_1{position:absolute;left:-180px;top:0px;}
.DB_tab25 .DB_imgSet .DB_2_2{position:absolute;left:-180px;top:0px;}
.DB_tab25 .DB_imgSet .DB_2_3{position:absolute;left:-450px;top:0px;}
.DB_tab25 .DB_imgSet .DB_3_1{position:absolute;left:-180px;top:50px;}
.DB_tab25 .DB_imgSet .DB_3_2{position:absolute;left:-180px;top:50px;}
.DB_tab25 .DB_imgSet .DB_3_3{position:absolute;left:-180px;top:50px;}
.DB_tab25 .DB_menuWrap{position:absolute;width:1000px;left:50%;margin-left:-500px;}
.DB_tab25 .DB_menuWrap .DB_menuSet{position:absolute;width:100%;top:590px;text-align:center;font-size:0}
.DB_tab25 .DB_menuWrap .DB_menuSet li{cursor:pointer;margin:0 3px;display:inline}
.DB_tab25 .DB_prev{position:absolute;left:-200px;top:330px;cursor:pointer;display:none;}
.DB_tab25 .DB_next{position:absolute;right:-200px;top:330px;cursor:pointer;display:none}




.index_top{
	height: 100px;
	background: -webkit-linear-gradient(left,#00ccff,#0083e5);
	text-align: center;
}
.index_top_main li{
    width: 320px;
	float: left;
	color: #FFFFFF;
	line-height: 100px;
    padding: 0 25px;
    border-right: 1px solid rgba(255,255,255,.3);
}
.index_top_main li:last-child{
    border-right: 0px solid #fff;
}
.index_top_main li i{font-size:36px; margin: 0 10px 0 0;}
.index_top_main li span:first-child{
	color: #FFFFFF;
	font-size: 45px;
	font-weight: bold;
}
.index_top_main li lable{
	color: #FFFFFF;
	font-size: 32px;
	font-weight: bold;
}
.index_top_main li .sx{
	float: right;
	width: 1px;
	height: 30px;
	background-color: #fff;
	margin: 35px 0 0 0;
}

.index_business{
	margin-top: 50px;
}
.index_title{
	text-align: center;
	height: auto;
}
.index_title svg{
	font-size: 36px;
	color: #e34747;
}
.index_title p{
	font-weight: bold;
	font-size: 22px;
	color: #000;
	/*margin-top: 10px;*/
}
.index_title p:last-child{
	margin-top: 10px;
	text-indent:2em;
	font-size: 16px;
	color: #555555;
	width: 700px;
	text-align: center;
	line-height: 23px;
	font-weight: 500;
}





/*
INDEX_USHI
*/
.sbplustitle{text-align: center; font-size: 26px; font-weight:500;color: #333; padding:35px 0 15px 0;}
.home_ushi{width: 1300px; margin:30px auto 30px auto;}
.home_ushi li{width: 100%; background: #fff; color: #0a50a1; font-size: 15px; font-weight: bold;text-align: center; margin: 0 auto; float: left; padding: 50px 75px 30px 75px; line-height:20px; transition: all .7s ease;}
.home_ushi li i{font-size: 50px; height:40px; color: #0a50a1; display: block;transition: all .3s ease;font-weight:normal;}
.home_ushi li:hover{background:linear-gradient(to left,#0083e5,#00ccff);color:rgba(255,255,255,1);box-shadow:0px 15px 20px rgba(0,131,229,.4); border-radius: 35px;}
.home_ushi li.on{background:linear-gradient(to left,#0083e5,#00ccff);color:rgba(255,255,255,1);box-shadow:0px 15px 20px rgba(0,131,229,.4);}
.home_ushi li.on i{color:rgba(255,255,255,1);}
.home_ushi li.on p{color: #fff;}
.home_ushi li:hover i{color:rgba(255,255,255,1);}
.home_ushi li:hover p{color: #fff;}
.home_ushi li:hover label{color: #fff;}
.home_ushi li p{font-size: 13px; color: #999; line-height: 22px; height:40px; margin:20px 0 0 0;}
.home_ushi li label{text-align: center; font-size: 12px; line-height: 50px; color: #0083e5;}
.home_ushi li label i{text-align: center; font-size: 15px; line-height: 50px; color: #0083e5; display: inline}



/*
INDEX_SOLUTION
*/
.sbplustitle2{text-align: center; font-size: 26px; font-weight:500;color: #fff; padding:35px 0 15px 0;}
.index_solution_wrapper{width: 100%; background:url(../images/smbanner.jpg) center top no-repeat fixed; padding: 50px 0 50px 0;}
.index_solution{width: 1300px; margin: 0 auto; padding: 60px 0;}
.index_solution li{width:33%; height:260px;  border: 1px solid rgba(255,255,255,.3);  float: left; margin:-1px 0 0 -1px; padding:50px 20px 20px 20px;}
.index_solution li:hover{background: rgba(37,111,212,.8);}
.index_solution li .solu_icon{width: 100%; font-size: 17px; line-height: 27px; font-weight: bold; color:rgba(255,255,255,1);}
.index_solution li .solu_icon .txt{font-size: 20px; text-align: center;line-height:40px; font-weight: bold; color:rgba(255,255,255,1);}
.index_solution li .solu_icon .icon{width: 100%; height: 90px;line-height: 90px; float: left; text-align: center; margin: 0 10px 0 0;}
.index_solution li .solu_icon .icon i{font-size: 60px; color: #fff; font-weight: lighter;}
.index_solution li .solu_icon .line{width: 50px; height: 1px; background: #fff; margin:2px auto;}
.index_solution li .solu_icon p{font-size: 13px;line-height: 18px; text-align: center; margin: 0 auto;}



/*
CASE
*/
.home_case_wrapper{width: 1300px; margin: 50px auto;}
.home_case_wrapper li{position:relative;width:215px;height:140px; margin: -1px 0 0px -1px; background:#fff; float:left; border: 3px solid #eee; text-align: center; vertical-align: middle;}
.home_case_wrapper li:hover{background:#fff}
.home_case_wrapper li img{width:150px;height:104px; position: absolute; left: 0; right: 0; top: 0; bottom: 0;/**filter:grayscale(100%);filter:gray;opacity:.3;**/transition:.3s all ease; margin:auto; text-align: center;}
.home_case_wrapper li img:hover{opacity:1;filter:grayscale(0);filter:none;transform:scale(.9)}
.home_more{width: 110px; height: 50px; line-height: 50px; color: #999; font-size: 14px; text-align: center; border-bottom: 2px solid #0a50a1; margin: 50px auto 0 auto;}

.home_case_wrapper li:nth-child(1),.home_case_wrapper li:nth-child(7),.home_case_wrapper li:nth-child(13),.home_case_wrapper li:nth-child(19){border-left: 3px solid #fff;}

.home_case_wrapper li:nth-child(1),.home_case_wrapper li:nth-child(2),.home_case_wrapper li:nth-child(3),.home_case_wrapper li:nth-child(4),.home_case_wrapper li:nth-child(5),.home_case_wrapper li:nth-child(6){border-top: 3px solid #fff;}

.home_case_wrapper li:nth-child(19),.home_case_wrapper li:nth-child(20),.home_case_wrapper li:nth-child(21),.home_case_wrapper li:nth-child(22),.home_case_wrapper li:nth-child(23),.home_case_wrapper li:nth-child(24){border-bottom: 3px solid #fff;}

.home_case_wrapper li:nth-child(6),.home_case_wrapper li:nth-child(12),.home_case_wrapper li:nth-child(18),.home_case_wrapper li:nth-child(24){border-right: none;}


/*HOMENEWS*/
.home_news_wrapper{width: 100%; background: #f5f5f5; padding:20px 0 50px 0;}




/*main_style*/

.index_ptitle{width: 378px; height: 237px; font-size: 36px; line-height: 40px; font-weight: lighter; color: #20a4fc; text-transform: uppercase; border-bottom: 6px solid #20a4fc;}
.index_ptitle p{font-size: 40px; color: #333; position: relative; margin: 8px 0 0 0; z-index:999; line-height: 50px;}
.index_ptitle p label{width: 38px; height: 38px; background: #ccf0ff; border-radius: 50%; position: absolute; left:-5px;; top: -5px; z-index: -1;}
.index_ptitle span{ line-height: 25px;font-size: 14px; margin: 8px 0 0 0; color: #777; display: inline-block;}

.blue_line{
    background-image:-webkit-linear-gradient(left,#00ccff,#0083e5); 
    -webkit-background-clip:text; 
    -webkit-text-fill-color:transparent;
}
.pbigbox{width: 770px; position: relative;}
.arr{width: 75px; height: 55px; position: absolute; right: 0; top: 20px; color: #ddd; font-weight: lighter;}
.arr i{font-weight: lighter;}
.pbigbox:hover .arr{right: -10px;color: #20a4fc;}
.pbigbox:hover .inplist li{background:-webkit-linear-gradient(left,#00ccff,#0083e5);}
.pbigbox .title{font-size: 24px; font-weight: bold; color: #000;}
.pbigbox .title_i{width: 50px; height: 50px;}
.pbigbox .title i{font-size: 50px;width: 50px; height: 50px; line-height: 50px; display: block; font-weight: normal;}
.pbigbox .title p{font-weight: 100; font-size: 14px; line-height: 20px; text-transform: uppercase;color: #20a4fc;}
.pbigbox .title span{display: inline-block; margin: 10px 0; font-weight: normal;font-size: 16px;color: #777; line-height: 25px;}


.psmbox:hover .arr{right: -10px;color: #20a4fc;}
.psmbox:hover .inplist li{background:-webkit-linear-gradient(left,#00ccff,#0083e5);}
.psmbox{width: 580px; margin:60px 0 0 0; position: relative;}
.psmbox .title{font-size: 24px; font-weight: bold; color: #000;}
.psmbox .title_i{width: 50px; height: 50px;}
.psmbox .title i{font-size: 50px;width: 50px; height: 50px; line-height: 50px; display: block; font-weight: normal;}
.psmbox .title p{font-weight: 100; font-size: 14px; line-height: 20px; text-transform: uppercase;color: #20a4fc;}
.psmbox .title span{display: inline-block; margin: 10px 0; font-weight: normal;font-size: 16px;color: #777; line-height: 25px;}

.inplist li{width: 227px; height: 37px; border-radius: 4px; background: #cfcfcf; text-align: center; line-height: 37px; color: #fff; margin: 20px 20px 20px 0; float: left;} 
.inplist li:hover{background:-webkit-linear-gradient(left,#00ccff,#0083e5);}



    
/*--首页应用--*/

.index_yytitle{width: 500px; height: 237px; font-size: 36px; line-height: 40px; font-weight: lighter; color: #333; text-transform: uppercase; z-index: 0; position: relative;}
.index_yytitle p{font-size:14px; color: #20a4fc; position: relative; margin: 8px 0 0 0; z-index:999; line-height:30px; font-weight: lighter;}
.index_yytitle label{width: 38px; height: 38px; background: #ccf0ff; border-radius: 50%; position: absolute; left:-5px;; top: -5px; z-index: -1;}
.index_yytitle span{ line-height: 25px;font-size: 14px; margin: 8px 0 0 0; color: #777; display: inline-block;}
.index_yybtn{width: 200px; height: 40px;background:-webkit-linear-gradient(left,#00ccff,#0083e5); margin: 15px 0 0 0; box-sizing: border-box; color: #fff; text-align: center; border-radius: 5px; position: relative;}
.index_yybtn i{font-size:15px; position: absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; transition: all .5s ease;}
.index_yybtn:hover{width: 235px;}
.index_yybtn:hover i{ left: 30%; top: 0; right: 0; bottom: 0;}

.index_title{width:1000px; line-height:35px; font-size:22px;color: #000; text-align: center; margin: 6% auto 10px auto;}
.index_title i{width: 60px; height: 60px; font-size:45px; color: #138edc; text-align: center; display: block; margin: 0 auto; padding: 15px 0 0 0;}
.index_title p{line-height:35px; font-size:22px;  color: #000; margin: 0;}
.index_title span{font-size:18px; text-transform: uppercase; font-weight: lighter; color: #999;}
.index_title_line{width:95px; height:4px; background: #0a50a1; margin: 0 auto;}




/*新闻*/
.index_news{height: 625px; width: 1300px; margin: 0 auto;}
.index_news_title{padding-top: 56px;}

.index_news .bd ul li{float: left;width: 300px;height: 380px;background-color: #fff;margin: 45px 12.375px 0 12.375px;transition: all 0.5s;}
.index_news_img{width: 300px;height: 190px;border-radius:0;position: relative;overflow: hidden;transition: all 0.5s;}
.index_news_img img{height: 190px;width: 300px;border-radius:0;position: absolute;transition: all 0.5s;top: 0;right: 0;bottom: 0;left: 0;margin: auto;}
.index_news_hx{width: 0%;height: 2px;background-color:#0083e5;margin-left: 0;transition: all 0.5s;}
.index_news_main_title{width: 90%; margin-top: 10px;font-size: 16px;color:#000;font-weight: bold;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;margin-left: 5%;overflow: hidden;letter-spacing: 0.1px;}
.index_news_date{font-size: 12px;color: #fff;background-color:#0083e5;width: 75px;height: 23px;text-align: center;line-height: 23px;margin-left: 5%;transition: all 0.5s;margin-top: 3px;border-radius: 5px 0 5px 0;}
.index_news_main{font-size: 14px;color: #bbb;line-height: 20px;width: 90%;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;margin-top: 10px;transition: all 0.5s;letter-spacing: 0.1px;margin-left: 5%;}
.index_news_more{font-size: 14px;color:#999;width: 90%;margin-top: 15px;letter-spacing: 0.2px;transition: all 0.5s;margin-left: 5%;}

.index_news .hd ul{display: table;}
.index_news .hd ul li{width: 10px;height: 10px;border-radius: 4px 0 4px 0;background-color: #eee;float: left;cursor:pointer;margin: 44px 3px 0 3px;overflow: hidden;}
.index_news .hd ul li.on{background-color: #0083e5;}

.index_news .bd ul li:hover {}
.index_news .bd ul li:hover .index_news_img{}
.index_news .bd ul li:hover .index_news_img img{}
.index_news .bd ul li:hover .index_news_hx{width: 100%;}
.index_news .bd ul li:hover .index_news_more{color: #0083e5;letter-spacing: 1px;}
.index_news .bd ul li:hover .index_news_img img{transform: scale(1.3);}








/*PUB*/
.trans{-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-ms-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;}
.pic_tran{
	width:auto; height:auto;
	overflow:hidden;
transition:all .3s ease-in-out;
-webkit-transition:all .3s ease-in-out;
-moz-transition:all .3s ease-in-out;
-o-transition:all .3s ease-in-out;
-ms-transition:all .3s ease-in-out;
}
.pic_tran img{
    overflow: hidden;
    position: relative;
	transition-delay: 0s;
    transition-duration: 0.5s;
    transition-property: all;
    transition-timing-function: ease;
	/* Firefox 4 */
	-moz-transition-delay: 0s;
    -moz-transition-duration: 0.5s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
	/* Safari 和 Chrome */
	-webkit-transition-delay: 0s;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
	/* Opera */
	-o-transition-delay: 0s;
    -o-transition-duration: 0.5s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;
	}
.pic_tran:hover img{
	transform: scale(1.1, 1.1);
	-ms-transform:scale(1.1, 1.1); 	/* IE 9 */
	-moz-transform:scale(1.1, 1.1); 	/* Firefox */
	-webkit-transform:scale(1.1, 1.1); /* Safari 和 Chrome */
	-o-transform:scale(1.1, 1.1); 	/* Opera */
}

/*
COPYRIGHT
*/
.copyright{padding-top:30px; background: #3b3b3b;}
.copyright_c{ width: 1300px;margin: 0 auto;}
.copyright_head{ height: 247px; overflow: hidden; border-bottom: 1px solid #666;}
.copyright_L{ float: left; width: 406px; }
.copyright_L p{ display: block; width: 230px; float: left;height:92px; margin-bottom: 6px;}
.copyright_L p img{width:180px; height:116px; margin: 0 0 0 -7px;}
.copyright_L span{ display: block; overflow: hidden; margin:20px 0 4px 0; width: 406px;}
.copyright_L span em{ display: block; float: left; font-size:14px; color: #888;line-height: 30px; font-style: normal;}
.copyright_L span strong{ display: block; float: left; font-size:24px; color: #fff; line-height: 30px;}
.copyright_L span a{ display: block; float: left; width:150px; height: 40px;overflow: hidden; font-size: 15px; line-height: 40px; color: #fff; margin-right:10px; text-align: center; background: #29b1ff; transition: all ease .8s;}
.copyright_L span a:hover{border-radius: 30px; background: #0082cd; width: 200px; letter-spacing: 3px;}
.copyright_L span:last-child{padding-top:10px;}
.copyright_C{ float: left; overflow: hidden;}
.copyright_C_list{ float: left;padding-top:24px; font-size: 16px;}
.copyright_C_list p{ display: block; font-size: 18px; color: #fff;padding-bottom:15px;}
.copyright_C_list p a{color: #fff;}
.copyright_sm_list{ float: left;padding-top:24px; width: 190px; margin: 0 0 0 50px; font-size: 16px;}
.copyright_sm_list p{ display: block; font-size: 18px; color: #fff;padding-bottom:15px;}
.copyright_sm_list p a{color: #fff;}
.about{ overflow: hidden; margin-bottom:2px; line-height: 28px; font-size: 14px;}
.about a{ display: block; color: #aaa; float: left; margin-right: 24px;}
.about a:hover{color:#777;}
.about_sm{ overflow: hidden; float: left;width: 80px; margin-bottom:2px; line-height: 28px; font-size: 14px;}
.about_sm a{ display: block; color: #aaa; float: left; margin-right: 24px;}
.about_sm a:hover{color:#777;}
.copyright_C_list:nth-child(2){margin-left:55px; margin-right:46px;}
.copyright_R{ float: right; width: 150px;}
.copyright_R span{ display: block; width: 122px; text-align: center; height: 122px; border:1px solid #666;padding:5px;  margin: 0 auto;}
.copyright_R span img{ width: 100% }
.copyright_R p{ display: block; font-size: 14px; color: #999; text-align: center;padding-top:18px;}
.copyright_R p a{color: #999;}
.copyright_bottom{text-align: center;line-height: 65px; color: #a9a9a9; font-size: 14px; display: inline;}
.copyright_bottom a{color: #a9a9a9; font-size: 14px; display: inline;}






/*
-----------------------内页-------------------------
*/
.sub_banner_about{width: 100%; height:300px; background: url(../images/sabout.jpg) top center no-repeat;}
.sub_about{width: 100%; background: url(../images/bg03.jpg) top center no-repeat;}
.sub_about_left{width: 790px; float: left;}
.sub_about_title{width: 790px; font-size: 36px; line-height: 40px; font-weight: lighter; color:#20a4fc; text-transform: uppercase; margin: 50px 0 0 0;}
.sub_about_title p{font-size: 40px; color: #333; position: relative; font-weight: lighter;  margin: 8px 0 0 0; z-index:999; line-height: 50px;}
.sub_about_title p label{width: 38px; height: 38px; background: #ccf0ff; border-radius: 50%; position: absolute; left:-5px;; top: -5px; z-index: -1;}
.sub_about_title_span{ line-height: 35px;font-size: 16px; margin: 8px 0 0 0; width: 780px; color: #777; display: inline-block; margin:10px 0 0 0;}


.sub_about_img{float: right; margin: 160px 30px 0 0;}

.sub_about_img img{width: 424px; height: auto;}



/*
数字
*/
.index_number_box{width: 100%; float: left; margin:0px 0 0 0;}
.index_number_box ul{display: table; text-align: center; float: left;}
.index_number_box li{width:170px; font-size: 36px; font-weight: bold; color: #009bff; text-align: center; padding:30px 0 0 0; float: left; margin: 0 15px;}
.index_number_box li p{text-align: center; line-height: 25px; margin: 20px 0 0 0; font-size: 15px; color: #888;}
.index_number_box li:first-child{margin: 0 15px 0 0;}



/*
INDEX_USHI
*/
.index_ushi{width: 1300px; margin:20px auto;}
.index_ushi li{width: 200px; background: #fff; color: #0083e5; font-size: 18px; text-align: center; margin: 0 30px; float: left; padding: 20px 15px 30px 15px; line-height: 55px; transition: all .7s ease;box-shadow:0px 10px 10px rgba(0,131,229,.2);}
.index_ushi li i{font-size: 55px; color: #0083e5; display: block;transition: all .3s ease;}
.index_ushi li:hover{background:linear-gradient(to left,#0083e5,#00ccff);color:rgba(255,255,255,1);box-shadow:0px 15px 20px rgba(0,131,229,.4);}
.index_ushi li.on{background:linear-gradient(to left,#0083e5,#00ccff);color:rgba(255,255,255,1);box-shadow:0px 15px 20px rgba(0,131,229,.4);}
.index_ushi li.on i{color:rgba(255,255,255,1);}
.index_ushi li.on p{color: #fff;}
.index_ushi li:hover i{color:rgba(255,255,255,1);}
.index_ushi li:hover p{color: #fff;}
.index_ushi li p{font-size: 13px; color: #999; line-height: 22px;}





.sub_about_tit{width:700px; font-size: 36px; line-height: 40px; font-weight: lighter; color: #ddd; text-transform: uppercase; position: relative; box-sizing: border-box; margin: 40px auto 20px auto;}
.sub_about_tit p{font-size: 40px; font-weight: lighter; color: #fff; position: relative; margin: 8px 0 0 0; z-index:999; line-height: 50px;}
.sub_about_tit p label{width: 38px; height: 38px; background: #29b1ff; border-radius: 50%; position: absolute; left:-5px;; top: -5px; z-index: -1;}
.sub_about_tit span{ line-height: 25px; position: absolute; right: 0; top:30px; font-size: 16px; color: #777; display: inline;}
.sub_about_tit span:hover{letter-spacing: 2px; color:#20a4fc;}


/*
关于-历史
*/
.about_history{width: 100%; height: 554px; background: url(../images/bg06.jpg) center no-repeat; background-position: fixed; background-size: cover; position: relative;}
.about_history_year{width: 380px; float: right; margin:56px 0 0 0;}
.about_history_year li{width: 80px; height: 35px; font-size: 18px; color: #fff; float: right; text-align: center;}
.about_history_year .on{color: #29b1ff; border: 2px solid #29b1ff; border-radius: 30px;}
.about_history_mou{width: 1300px; margin:30px auto 0 auto; position: relative;}
.about_history_mou li{width: 260px; height: 210px; float: left; position: relative; margin: 0 45px;}
.about_history_mou li p{color: rgba(255,255,255,.7); font-size: 14px; line-height: 25px; width: 100%; height: 108px; padding: 10px 0 0 22px; display: table-cell; vertical-align: bottom;}
.about_history_mou li span{width: 13px; height: 13px; border-radius: 50%; background: #fff; position: absolute; bottom: 45px; left: 20px;}
.about_history_mou li em{ font-size: 16px; color: #fff; line-height: 25px; position: absolute; bottom: 0; left: 5px; font-style: normal;}
.about_history_mou .arrl,.about_history_mou .arrr{width: 43px; height: 43px; background:url(../images/w_arr_l.png) no-repeat; border: 1px solid rgba(255,255,255,.3); position: absolute; left: 580px; top: 270px;}
.about_history_mou .arrr{background:url(../images/w_arr_r.png) no-repeat; left: 650px;}
.about_history_mou .arrl:hover,.about_history_mou .arrr:hover{border: 2px solid #29b1ff;}
.history_line{width:1300px; height: 1px; background: rgba(255,255,255,.5); position: absolute; top: 345px;left: 0; right: 0; margin: auto;}




.sub_about_tit2{width:700px; font-size: 36px; line-height: 40px; font-weight: lighter; color: #ddd; text-transform: uppercase; position: relative; box-sizing: border-box; margin: 40px auto 20px auto;}
.sub_about_tit2 p{font-size: 40px; font-weight: lighter; color: #000; position: relative; margin: 8px 0 0 0; z-index:999; line-height: 50px;}
.sub_about_tit2 p label{width: 38px; height: 38px; background: #ccf0ff; border-radius: 50%; position: absolute; left:-5px;; top: -5px; z-index: -1;}
.sub_about_tit2 span{ line-height: 25px; position: absolute; right: 0; top:30px; font-size: 16px; color: #777; display: inline;}
.sub_about_tit2 span:hover{letter-spacing: 2px; color:#20a4fc;}

/*
关于-招聘
*/
.a_zhaopin{width: 100%; background: url(../images/about_zp.jpg) center no-repeat;}
.a_zhaopin_box{width: 1300px; position: relative;}
.a_zhaopin_box .arrl,.a_zhaopin_box .arrr{position: absolute; right: 10px; top:166px; width: 15px; height: 15px; font-size: 15px; font-weight: lighter; color: #fff; line-height: 15px; background: #ddd; text-align: center;}
.a_zhaopin_box .arrl{right:70px;}
.a_zhaopin_box .arrl:hover,.a_zhaopin_box .arrr:hover{background: #29b1ff; color: #fff;}
.a_zhaopin_main li{width: 165px; line-height: 0; float: left; margin:20px 7px;}
.a_zhaopin_main li p{ background: #eee; line-height: 30px; text-align: center; color: #000; font-size: 12px; height:30px; transition: all .5s ease; overflow:hidden;}
.a_zhaopin_main li .pic{width:165px; height: 150px; position: relative; text-align: center;}
.a_zhaopin_main li .pic img{max-width:165px; max-height: 150px; position: absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto;padding: 0; text-align: center;}
.a_zhaopin_main li:hover p{background: #29b1ff; color: #fff;}



/**/

.a_glory{width: 100%;}
.a_glory_box{width: 1300px; position: relative; margin: 0 auto;}
.a_glory_box .arrl,.a_glory_box .arrr{position: absolute; right: 10px; top:10px; width: 15px; height: 15px; font-size: 15px; font-weight: lighter; color: #fff; line-height: 15px; background: #ddd; text-align: center;}
.a_glory_box .arrl{right:70px;}
.a_glory_box .arrl:hover,.a_glory_box .arrr:hover{background: #29b1ff; color: #fff;}
.a_glory_main li{width: 165px; line-height: 0; float: left; margin:20px 7px;}
.a_glory_main li p{ background: #eee; line-height: 30px; text-align: center; color: #000; font-size: 12px; height: 30px; transition: all .5s ease; overflow:hidden;}
.a_glory_main li .pic{width: 165px; height: 150px; position: relative; text-align: center;}
.a_glory_main li .pic img{max-width: 165px; max-height: 150px; position: absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto;padding: 0; text-align: center;}
.a_glory_main li:hover p{background: #29b1ff; color: #fff;}
/**/
 
.a_glory2{width: 100%;}
.a_glory2_box{width: 1300px; position: relative; margin: 0 auto;}
.a_glory2_box .arrl,.a_glory2_box .arrr{position: absolute; right: 10px; top:10px; width: 15px; height: 15px; font-size: 15px; font-weight: lighter; color: #fff; line-height: 15px; background: #ddd; text-align: center;}
.a_glory2_box .arrl{right:70px;}
.a_glory2_box .arrl:hover,.a_glory2_box .arrr:hover{background: #29b1ff; color: #fff;}
.a_glory2_main li{width: 165px; line-height: 0; float: left; margin:20px 7px;}
.a_glory2_main li p{ background: #eee; line-height: 30px; text-align: center; color: #000; font-size: 12px; height: 30px; transition: all .5s ease; overflow:hidden;}
.a_glory2_main li .pic{width: 165px; height: 150px; position: relative; text-align: center;}
.a_glory2_main li .pic img{max-width: 165px; max-height: 150px; position: absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto;padding: 0; text-align: center;}
.a_glory2_main li:hover p{background: #29b1ff; color: #fff;}
/**/

.a_glory3{width: 100%;}
.a_glory3_box{width: 1300px; position: relative; margin: 0 auto;}
.a_glory3_box .arrl,.a_glory3_box .arrr{position: absolute; right: 10px; top:10px; width: 15px; height: 15px; font-size: 15px; font-weight: lighter; color: #fff; line-height: 15px; background: #ddd; text-align: center;}
.a_glory3_box .arrl{right:70px;}
.a_glory3_box .arrl:hover,.a_glory3_box .arrr:hover{background: #29b1ff; color: #fff;}
.a_glory3_main li{width: 165px; line-height: 0; float: left; margin:20px 7px;}
.a_glory3_main li p{ background: #eee; line-height: 30px; text-align: center; color: #000; font-size: 12px; height: 30px; transition: all .5s ease; overflow:hidden;}
.a_glory3_main li .pic{width: 165px; height: 150px; position: relative; text-align: center;}
.a_glory3_main li .pic img{max-width: 165px; max-height: 150px; position: absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto;padding: 0; text-align: center;}
.a_glory3_main li:hover p{background: #29b1ff; color: #fff;}








.glory_subtitle{width: 100%; text-align: left; font-size:16px; color: #009bff; font-weight: bold; height:30px; line-height: 30px; border-bottom: 1px solid #eee; background: #fafafa; text-indent: 15px;}


/*
INDEX_MAP
*/
.index_map{width: 100%; height: 1017px; background: url(../images/inmap_bg.jpg) center no-repeat; padding:20px 0 0 0; margin: 30px 0 0 0;}
.index_map_content{width: 650px; height: 250px; background: #004098; padding: 0 0 0 30px;}
.index_map_content img{width: 650px; height: 250px;}
.index_map_title{width: 486px; height:70px; line-height:70px; margin: 30px 0 0 10px; color: #fff;}
.index_map_title .icon{width: 64px; float: left;}
.index_map_title .icon i{font-size:50px;}
.index_map_title .title{width:418px; font-size: 30px; font-weight: lighter;text-align: left; border-bottom: 1px dashed #fff;}
.index_map_list{width: 418px; float: left; margin: 20px 0 0 0;}
.index_map_list li{line-height: 50px; color: #fff; height: 50px; font-size: 16px;}
.index_map_list li i{font-size: 22px; color: #fff;}


.index_map_content_map{width: 650px; height: 350px; background: #fff;}

.index_map_content_sub{width: 650px; height: 350px; background: #3ca1db; padding: 0 0 0 30px;}
.index_map_content_sub img{width: 650px; height: 550px;}




/*
-------------产品页面-----------------
*/
.aiot_title{text-align: center;color: #f7f7f7; text-align: center; text-transform: uppercase; font-size: 72px; font-family: imp; margin: 50px 0;}
.aiot_title p{font-size: 36px; color: #0961a4; text-align: center; font-family:"MicrosoftYaHei",微软雅黑,Arial; font-weight: bold;margin: -20px 0 0 0;}
.aiot_title span{font-size: 16px; color: #777; display: block; font-weight: normal; margin: 15px 0;}

.aiot_intro{width: 650px; float: left;}
.aiot_intro_txt{font-size: 18px; line-height: 40px; color: #777; width: 520px;}

.act_wrapper{width: 100%; background: url(../images/act.jpg) top center no-repeat; height: 1952px; z-index: -99;}
.act_container{width: 1400px; margin: 0 auto; position: relative; background: url(../images/act_bg.png) top center no-repeat; background-size: cover; height: 812px; z-index: 0;}
.act_ico1{position: absolute; left: 78px; top: 72px; width: 298px; height: 227px;}
.act_ico2{position: absolute; left: 556px; top: 326px; width: 381px; height: 206px;}
.act_ico3{position: absolute; left: 964px; top: 120px; width: 222px; height: 142px;}
.act_ico4{position: absolute; left: 1132px; top: 377px; width: 140px; height: 131px;}
.act_ico5{position: absolute; left: 340px; top: 532px; width: 194px; height: 173px;}
.act_ico6{position: absolute; left: 831px; top: 584px; width: 90px; height: 68px;}
.act_ico7{position: absolute; left: 108px; top: 854px; width: 392px; height: 255px;}



.act_pack1{position: absolute; left: 435px; top: 290px; width: 48px; height: 43px;}
.act_pack2{position: absolute; left: 657px; top: 230px; width: 48px; height: 43px;}
.act_pack3{position: absolute; left: 819px; top: 137px; width: 48px; height: 43px;}
.act_pack4{position: absolute; left: 1011px; top: 356px; width: 48px; height: 43px;}
.act_van{position: absolute; left: 281px; top: 311px; width: 124px; height: 114px;}
.act_van_act{
	animation: van 3s infinite;
}
.act_act_wrapper{width: 1400px; margin: 0 auto;}
.act_pack{width: 48px; height: 43px; background: url(../images/pack.png) no-repeat; background-size: cover; position: absolute; left: 435px; top: 291px; z-index: -1;}
.act_pack_act{
	animation: packact 15s infinite;
}
.act_pack_act2{
	animation: packact 10s infinite;
}
.act_pack_act3{
	animation: packact 25s infinite;
}

.act_menu1{border-radius: 10px; background: #fff; position: absolute; box-shadow: 0px 8px 8px rgba(0,0,0, 0.3); left: 0px; top: -120px;  transition: .3s all ease;z-index: 9999; color: #fff; padding: 15px; color: #fff; font-size: 14px; width: 270px; z-index: 9999999; opacity: 0; visibility: hidden;}
.act_menu1 li{width:45%; float: left; margin: 5px 5px; padding: 0 10px; background: #29b1ff;}
.act_pack1:hover .act_menu1{display: block; z-index: 9999; opacity: 1; visibility: visible;top: -100px; }


.act_menu2{border-radius: 10px; background: #fff; position: absolute; box-shadow: 0px 8px 8px rgba(0,0,0, 0.3); left: 0px; top: -320px; transition: .3s all ease;z-index: 9999; color: #fff; padding: 15px; color: #fff; font-size: 14px; width: 380px; z-index: 9999999; opacity: 0; visibility: hidden;}
.act_menu2 li{width:30%; float: left; margin: 5px 5px; padding: 0 10px; background: #29b1ff;}
.act_ico2:hover .act_menu2{display: block; z-index: 9999; opacity: 1; visibility: visible;top: -300px;}

.act_menu3{border-radius: 10px; background: #fff; position: absolute; box-shadow: 0px 8px 8px rgba(0,0,0, 0.3); left: -50px; top: -220px; transition: .3s all ease;z-index: 9999; color: #fff; padding: 15px; color: #fff; font-size: 14px; width: 270px; z-index: 9999999; opacity: 0; visibility: hidden;}
.act_menu3 li{width:45%; float: left; margin: 5px 5px; padding: 0 10px; background: #29b1ff;}
.act_pack2:hover .act_menu3{display: block; z-index: 9999; opacity: 1; visibility: visible;top: -200px;}

.act_menu4{border-radius: 10px; background: #fff; position: absolute; box-shadow: 0px 8px 8px rgba(0,0,0, 0.3); left: -50px; top: -220px; transition: .3s all ease;z-index: 9999; color: #fff; padding: 15px; color: #fff; font-size: 14px; width: 270px; z-index: 9999999; opacity: 0; visibility: hidden;}
.act_menu4 li{width:45%; float: left; margin: 5px 5px; padding: 0 10px; background: #29b1ff;}
.act_pack3:hover .act_menu4{display: block; z-index: 9999; opacity: 1; visibility: visible;top: -200px;}

.act_menu5{border-radius: 10px; background: #fff; position: absolute; box-shadow: 0px 8px 8px rgba(0,0,0, 0.3); left: -250px; top: -120px; transition: .3s all ease;z-index: 9999; color: #fff; padding: 15px; color: #fff; font-size: 14px; width: 270px; z-index: 9999999; opacity: 0; visibility: hidden;}
.act_menu5 li{width:45%; float: left; margin: 5px 5px; padding: 0 10px; background: #29b1ff;}
.act_ico3:hover .act_menu5{display: block; z-index: 9999; opacity: 1; visibility: visible;top: -100px;}

.act_menu6{border-radius: 10px; background: #fff; position: absolute; box-shadow: 0px 8px 8px rgba(0,0,0, 0.3); left: -250px; top: -120px; transition: .3s all ease;z-index: 9999; color: #fff; padding: 15px; color: #fff; font-size: 14px; width: 270px; z-index: 9999999; opacity: 0; visibility: hidden;}
.act_menu6 li{width:45%; float: left; margin: 5px 5px; padding: 0 10px; background: #29b1ff;}
.act_ico4:hover .act_menu6{display: block; z-index: 9999; opacity: 1; visibility: visible;top: -100px;}

.act_menu7{border-radius: 10px; background: #fff; position: absolute; box-shadow: 0px 8px 8px rgba(0,0,0, 0.3); left: -250px; top: -40px; transition: .3s all ease;z-index: 9999; color: #fff; padding: 15px; color: #fff; font-size: 14px; width: 270px; z-index: 9999999; opacity: 0; visibility: hidden;}
.act_menu7 li{width:45%; float: left; margin: 5px 5px; padding: 0 10px; background: #29b1ff;}
.act_ico6:hover .act_menu7{display: block; z-index: 9999; opacity: 1; visibility: visible;top: -20px;}


@keyframes van {
50% {
 left: 389px; top: 360px;
}
70% {
 left: 389px; top: 360px;
}
80% {
 left: 389px; top: 360px;opacity: 0;
 filter:alpha(opacity=0);
}
100% {
 left: 389px; top: 360px;opacity: 0;
 filter:alpha(opacity=0);
}
}

@keyframes packact {
5% {
 left: 547px; top: 356px;
}
10% {
 left: 610px; top: 309px;
}
13% {
 left: 561px; top: 285px;
}
35% {
 left: 915px; top: 84px;
}
50% {
 left: 1128px; top: 199px;
}
60% {
 left: 928px; top: 319px;
}
70% {
 left: 1167px; top: 436px;
}
80% {
 left: 675px; top: 707px;
}
95% {
 left: 516px; top: 637px;
}
100% {
 left: 516px; top: 637px;
}
}

/*
SUBTITLE
*/
.aiot_ushi1{width: 650px; float: right; margin: 300px 0 0 0;}
.aiot_ushi1_title{font-size: 36px; font-weight: lighter;text-align: right; color: #0961a4;}
.aiot_ushi1_title p{color: #777; font-weight: lighter; line-height: 50px;}
.aiot_ushi1_title span{font-weight: bold;}
.aiot_ushi1_line{width: 150px; height: 9px; background: #0961a4; float: right; margin: 20px 0;}
.aiot_ushi1_con{text-align: right;font-size: 16px; color: #999;clear: both;}


.aiot_ushi2{width: 650px; float: left; margin:110px 0 0 0;}
.aiot_ushi2_title{font-size: 36px; font-weight: lighter;text-align: left; color: #0961a4;}
.aiot_ushi2_title p{color: #777; font-weight: lighter; line-height: 50px;}
.aiot_ushi2_title span{font-weight: bold;}
.aiot_ushi2_line{width: 150px; height: 9px; background: #0961a4; float: left; margin: 20px 0;}
.aiot_ushi2_con{text-align: left;font-size: 16px; line-height: 36px; color: #999;clear: both;}
.aiot_ushi2_img{float: right; margin: 150px 0 0 0;}

.aiot_ushi3{width: 100%; height: 637px;background: url(../images/cp1_57.jpg) top center no-repeat; padding: 90px 0 0 0; box-sizing: border-box;}
.aiot_ushi3_title{font-size: 36px; font-weight: lighter;text-align: left; color: #0961a4;}
.aiot_ushi3_title p{color: #777; font-weight: lighter; line-height: 50px;}
.aiot_ushi3_title span{font-weight: bold;}
.aiot_ushi3_line{width: 150px; height: 9px; background: #0961a4; float: left; margin: 20px 0;}
.aiot_ushi3_con{text-align: left;font-size: 16px; margin: 90px 0 0 0; width: 560px; float: right;line-height: 36px; color: #999;clear: both;}
.aiot_ushi3_img{float: left; margin: 50px 0 0 0;}


.aiot_catalog_wrapper{width: 100%; background:#0961a4;}
.aiot_catalog{width: 100%; height: 133px;background: url(../images/cp1_63.jpg) top center no-repeat; box-sizing: border-box;}
.aiot_title2{text-align: center;color: #055795; text-align: center; text-transform: uppercase; font-size: 72px; font-family: imp; margin: 50px 0;}
.aiot_title2 p{font-size: 36px; color: #fff; text-align: center; font-family:"MicrosoftYaHei",微软雅黑,Arial; font-weight: bold;margin: -20px 0 0 0;}
.aiot_catalog_box1{width: 1200px; border-radius: 25px 25px 0 0; margin: 0 auto; background: #034d86; padding: 15px 0 0 0;}
.aiot_catalog_box2{width: 1170px; border-radius: 25px 25px 0 0; margin: 0 auto; background: #0961a4; padding: 15px 0 0 0;}
.aiot_catalog_box3{width: 1140px; border-radius: 25px 25px 0 0; margin: 0 auto; background: #d2e6f5; padding: 40px 0 0 0;}
.aiot_catalog_list{width: 1050px; margin: 35px auto; clear: both;}
.aiot_catalog_list_img{width: 117px; height: 170px; float: left; position: relative; text-align: center;}
.aiot_catalog_list_img i{position: absolute; margin: auto;left:0; right: 0; top: 40px; font-size: 48px; color: #fff; z-index: 999;}
.aiot_catalog_list_line{width: 100%; height: 1px; background: #a9c8e0; margin: 50px auto;}
.aiot_catalog_list_con{float: right;width: 860px;}
.aiot_catalog_list_con li{width: 140px;  height: 34px; background: #e9f6ff; text-align: center; color: #000; line-height: 34px; float: left; margin: 8px 10px; border-radius: 5px; font-size: 15px;}


.solu_video{text-align: center; background: #f1f1f1; padding: 50px 0;}

.solubg1{background: #ddf1ff; width: 100%; padding: 50px 0 0px 0;}
.solution_title{font-size: 30px; font-weight: bold; color: #0961a4; padding: 0 0 50px 0; text-align: center;}
.solution_title p{font-size: 16px; color: #777; line-height: 25px; padding: 10px 0;}

.wuliantu1{width: 196px; height: 515px; float: left;}
.wuliantu2{width: 893px; height: 515px; float: left;}
.wuliantu3{width: 211px; height: 515px; float: right;}


.fangan2{width: 100%; height: 640px;background: url(../images/solution_36.jpg) top center no-repeat; background-size: cover;}
.fangan2_text{font-size: 16px; width: 560px; color: #0961a4; text-align:left; line-height: 33px; position: absolute; top: 178px; left: 0;}
.fang2_zhuan{background: url(../images/fang_round.png) no-repeat; width: 282px; height: 282px; position: absolute; left: 505px; top: 157px; z-index: 9;}
.fang2_zhuan_act{
	animation: fround 3s infinite;
}
@keyframes fround {
0% {
transform: rotate(0deg);
}
50% {
transform: rotate(180deg);
}
100% {
transform: rotate(360deg);
}
}






/*
----------CLOUD----------
*/

.biz_left{width: 249px; float: left; height: 250px;}
.biz_left img{width: 249px; height: 189px;}
.biz_right{font-size: 30px; font-weight: bold;width: 1000px; color: #0961a4; float: left; line-height: 50px; float: left;}
.biz_right li{width: 170px; height: 30px; border-radius: 5px; float: left; background: #ebf6ff; margin: 20px 25px 0 0; color: #83ade6; line-height: 30px; font-size: 14px; text-align: center;}
.biz_right li i{margin: 0 5px 0 0; font-size: 14px;}
.biz_right p{font-size: 16px; color: #888; line-height: 25px;}
.biz_right_arr{float: right; margin: 50px 0 0 0;}
.biz_right_arr i{font-size: 70px; color: #ddd;}
.biz_border_w{height: 1px; width: 100%; background: #ddd;}
.biz_border_h{border-right: 1px solid #ddd;}


.biz_box{width: 645px; float: left; padding: 50px 0 0 0;}
.biz_lefts{width: 249px; float: left; font-weight: bold; height: 210px;}
.biz_lefts img{width: 249px; height: 189px;}
.biz_rights{font-size:30px; font-weight: bold;width: 330px; color: #0961a4; float: left; line-height: 50px; float: left; padding: 30px 0 0 0;}
.biz_rights p{font-size: 16px; color: #888; line-height: 25px;}
.biz_rights span{float: left; margin:0;}
.biz_rights span i{font-size: 20px; color: #ccc;}


/*
----------CLOUD----------
*/
.some_bg{background: url(../images/mbg.jpg) top center no-repeat;}
.someq{height: 72px; line-height: 72px; color: #fff; font-size: 30px; font-weight: bold;}
.someq_left{width:100%; float: left;background: #1b54a1; text-align:left; text-indent: 30px;}
.some_wrapper{background: url(../images/some_bg.jpg) top center no-repeat; width: 1300px; height: 297px;}
.some_container{width:1150px; float: left; margin: 0 0 0 30px;}
.some_container li{width: 490px; float: left; color: #777; font-size: 18px;line-height:35px; height: 75px; background: url(../images/tan.png) left no-repeat;}
.some_container li:nth-child(1){margin: 30px 0 0 0;}
.some_container li:nth-child(2){margin: 30px 0 0 0;}
.some_container li strong{ color: #1b54a1;}
.some_man{position: absolute; background: url(../images/ask.png) top center no-repeat; right: 0; top: -60px; width: 419px; height: 433px;}


/*
----------WMS----------
*/
.wms_intro{width: 610px;}
.wms_intro_txt{font-size: 18px; line-height: 40px; color: #777; width: 580px;}
.wms_ushi2{width: 650px; float: left; margin:110px 0 0 0;}
.wms_ushi2_title{font-size:30px; font-weight: lighter;text-align: left; color: #0961a4;}
.wms_ushi2_title p{color: #777; font-weight: lighter; line-height: 50px;}
.wms_ushi2_title span{font-weight: bold;}
.wms_ushi2_line{width: 150px; height: 9px; background: #0961a4; float: left; margin: 20px 0;}
.wms_ushi2_con{text-align: left;font-size: 16px; line-height: 36px; color: #999;clear: both;}
.wms_ushi2_img{float: right; margin: 150px 0 0 0;}
.wms_img img{max-width: 640px;}

.wms_bg1{background: url(../images/bg04.jpg) center repeat-x;}
.wms_bg2{background: url(../images/bg_input.jpg) center repeat-x;}
.wms_bg3{background: url(../images/cp1_57.jpg) center repeat-x;}
.wms_bg4{background: url(../images/bg03.jpg) center repeat-x;}
.oms_bg{background: url(../images/oms_bg.jpg) center repeat-x;}
.bms_bg1{background: url(../images/bms_bg.jpg) center repeat-x;}
.bms_bg2{background: url(../images/bms_bg2.jpg) center repeat-x;}



.wms_ushi3_title{font-size:30px; font-weight: lighter;text-align: left; color: #0eafd7;}
.wms_ushi3_title p{color: #777; font-weight: lighter; line-height: 50px;}
.wms_ushi3_title span{font-weight: bold;}
.wms_ushi3_line{width: 150px; height: 9px; background: #0eafd7; float: left; margin: 20px 0;}






.indust_ushi3_title{font-size:26px; font-weight: lighter;text-align: left; color: #20a4fc;}
.indust_ushi3_title p{color: #777; font-weight: lighter; line-height: 50px;}
.indust_ushi3_title span{font-weight: bold;}
.indust_ushi3_line{font-size: 15px;  height:30px; line-height: 30px; background: #20a4fc; padding: 0 30px; color: #fff; float: left; margin: 7px 0; display:block;}
.indust_ushi3_con p{font-size: 15px; font-weight: bold; color: #000;}
.indust_ushi3_con span{font-size: 15px; color: #333; display:block;}
.indust_ushi3_con{font-size: 15px; margin:0px 0 0 0; line-height: 27px; letter-spacing:1px; width: 580px; color:rgba(0,0,0,.6)}









.wms_ushiw_title{font-size:30px; font-weight: lighter;text-align: left; color: #fff;}
.wms_ushiw_title p{color:rgba(255,255,255,.8); font-weight: lighter; line-height: 50px;}
.wms_ushiw_title span{font-weight: bold;}
.wms_ushiw_line{width: 150px; height: 9px; background: #fff; float: left; margin: 20px 0;}
.wms_intro_txtw{font-size: 18px; line-height: 40px;color:rgba(255,255,255,.7); width: 580px;}
/*
-----------CPS-----------
*/
.cps_focus{width: 1158px; margin: 0 auto;}
.cps_focus1{float: left; width: 500px; height: 500px; background: url(../images/cps_01.png) no-repeat; text-align: center;font-size: 22px; font-weight: bold; color: #114ca4; font-weight: bold; box-sizing: border-box; padding: 50px 0 0 0; margin: 0 0 50px 0;}
.cps_focus1 p{font-size: 30px;}
.cps_focus2{float: right; width: 500px; height: 500px; background: url(../images/cps_02.png) no-repeat; text-align: center;font-size: 22px; color: #0578a2; font-weight: bold; box-sizing: border-box; padding: 50px 0 0 0; margin: 0 0 50px 0;}
.cps_focus2 p{font-size: 30px;}
.cps_focus3{float: left; width: 500px; height: 500px; background: url(../images/cps_03.png) no-repeat; text-align: center;font-size: 22px; font-weight: bold; color: #159f1e; font-weight: bold; box-sizing: border-box; padding: 50px 0 0 0; margin: 0 0 50px 0;}
.cps_focus3 p{font-size: 30px;}
.cps_focus4{float: right; width: 500px; height: 500px; background: url(../images/cps_04.png) no-repeat; text-align: center;font-size: 22px; color: #000; font-weight: bold; box-sizing: border-box; padding: 50px 0 0 0; margin: 0 0 50px 0;}
.cps_focus4 p{font-size: 30px;}




/*CPS-IMG*/
.sub_case_box{width:1300px; margin: 0 auto; padding:10px 0;}
.sub_case_box ul{text-align: center; display: table;}
.sub_case_box ul li{width:380px; height: 290px; vertical-align: middle; float: left; margin: 0px 25px 70px 25px; font-size: 16px; color: #000; padding: 5px; position:relative; box-shadow: 0px 6px 22px rgba(0,149,230, 0.2);}
.sub_case_box ul li img{
    max-width: 360px;
    max-height: 270px;
   position: absolute;
    left: 0;top: 0; right: 0;bottom: 0; margin:auto;
    
}
.sub_case_box ul li p{display: block; margin: 0px auto; position: absolute; top:305px;font-size: 16px; color: #0877b3; left: 0; right: 0;}
.sub_case_box ul li span{color: #fff; background: #1f8402; width: 80px; margin: 0 auto;display: block; font-size: 13px; line-height: 30px; height: 30px;}
.sub_case_box ul li img:hover{
	transform: scale(1.04, 1.04);
	-ms-transform:scale(1.04, 1.04); 	/* IE 9 */
	-moz-transform:scale(1.04, 1.04); 	/* Firefox */
	-webkit-transform:scale(1.04, 1.04); /* Safari 和 Chrome */
	-o-transform:scale(1.04, 1.04); }
.sub_case_box ul li:hover span{font-size: 13px; color: #fff; display: block; background: #196404;}





/*
ALLNEWS
*/


.allnews_title{width:100%; font-size: 24px; font-weight: normal; color: #333; position: relative; margin: 8px 0 0 0; z-index:999; line-height: 50px; margin: 40px 0 10px 0;}
.allnews_title label{width: 38px; height: 38px; background: #ccf0ff; border-radius: 50%; position: absolute; left:-5px;; top: -5px; z-index: -1;}
.allnews_title span{ line-height: 25px; position: absolute; right: 0; top:10px; font-size: 16px; color: #777; display:block;}
.allnews_title span:hover{color:#20a4fc; display:block; letter-spacing: 2px;}

.alnew_left{width:1300px; margin: 0 auto;}
.alnew_left li:first-child{width: 600px; height: 500px; background: #f00; margin: 0;}
.alnew_left li:first-child img{width: 600px; height: 500px; transition: all .3s ease;}
.alnew_left li{width: 290px; float: left; height: 242px; background: #ccc; margin: 0 20px 20px 30px; position: relative; overflow: hidden;}
.alnew_left li img{max-height: 100%; max-width: 100%;width: 290px; height: 242px; transition: all .3s ease;}
.alnew_left li img:hover{transform: scale(1.06);}
.alnew_left li p{position: absolute;width: 100%; bottom: 0; height: 45px; line-height: 45px; background: #0961a4; text-align: center; color: #fff; font-size: 15px;}





/*INDEXPRODUCTS*/
.event_boxs_mtitle{width: 100%;font-size: 24px;margin: 50px auto 0 auto; font-weight:  lighter; color: #3377d4; text-align: center; line-height: 25px;}
.event_boxs_mtitle p{font-size: 24px; font-weight: bold; color: #000; text-align: center;}
/******************/
.ievent_box{width:100%; margin:0px auto 30px auto;overflow:hidden;position:relative; display:block;}
.ievent_box li{width:400px; float:left; font-size: 16px; color: #000; background: #fff; position: relative; margin:20px 15px 10px 15px;}
.ievent_box li img{width: 400px; height: 285px;}
.ievent_box li p{color: #999; font-size: 14px; line-height: 20px;}
.ievent_box li span{display: block; width: 118px; height:35px; text-align: center; line-height: 35px; color: #fff; background: #3377d4; margin: 15px 0 0 0; transition:all .3s ease-in-out; font-size: 14px;}
.ievent_box li:hover span{color: #fff; font-size: 14px;}
.ievent_box_title{width: 100%; padding:10px; word-wrap: break-word; line-height: 40px;font-size: 16px; color: #000;}



/*列表页*/
.sub_xinwen{width:1300px; margin: 0 auto 30px auto; padding: 0;}
.sub_xinwen ul{list-style: none;}
.sub_xinwen ul a:{width: 1300px; height: 250px;}
.sub_xinwen li{ background: #fff; margin:35px 0; width: 100%;
    shadow: 0px 6px 12px rgba(0,145,255, 0.3);
    box-shadow: 0px 6px 12px rgba(0,145,255, 0.3);
    -webkit-box-shadow: 0px 6px 12px rgba(0,145,255, 0.3);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;}
.snews_content{width:100%; height: 250px; padding: 0; background: #fff; transition:all .1s ease-in-out;-webkit-transition:all .1s ease-in-out;-moz-transition:all .1s ease-in-out;-o-transition:all .1s ease-in-out;-ms-transition:all .1s ease-in-out; position: relative;}
.snews_content:hover{background:#fcfcfc;
    shadow: 0px 6px 12px rgba(0,0,0, 0.3);
    box-shadow: 0px 6px 12px rgba(0,0,0, 0.3);
    -webkit-box-shadow: 0px 6px 12px rgba(0,0,0, 0.3);}
.snews_content_time{width: 100%; background: #ebf5ff; height: 40px; line-height: 40px; text-align: center; color: #5aa5ee; font-size: 12px; margin-bottom: 30px;}
.sub_pic{width:300px; height:225px; margin:0;  float:left;}
.sub_pic img{width:300px; height:225px; margin: 7px 0 0 7px;}
.sub_text{width:924px; height:55px; line-height:55px; float:left; margin:10px 0 0 25px; color:#000; font-weight: bold; font-size:18px;}
.sub_text a{color:#000; text-decoration:none;}
.sub_text a:hover{color:#666; text-decoration:none;}
.sub_text span{width:924px; float:left; margin:0; color:#777; font-size:15px; line-height:25px; display: block; font-weight: normal;color: #999;}
.sub_text p{font-size: 14px; color: #fff; line-height:25px; height: 25px; box-sizing: border-box; padding: 0 10px; width:130px; text-align: center; background:#003f8e;  position: absolute; bottom:38px;}

.xinwen_footer{width: 1300px; text-align: center; background: #edf9ff; margin: 50px auto
; height: 110px; line-height: 110px; font-size: 14px; color: #0a50a1;}













/*SUBTITLE*/
.sub_title_bg{width: 100%; border-bottom: 1px solid #ddd;}
.sub_title{width:1300px; text-align:left;color: #1f8402; font-size: 20px; line-height: 50px; height: 50px; margin: 0 auto;position: relative;}
.sub_title span{text-align: left; position: absolute; top: 0; left: 0; color: #1792e1; font-size: 14px;}
.sub_title span a{color: #1792e1;}
.sub_title span a:hover{color: #000;}
.sub_content{width:1300px; padding:0; margin:30px auto; position: relative;color:#000;font-size: 16px;}

/*产品详情页样式*/

.pro_left_fix{position:fixed; z-index: 9999; border: 1px solid #ddd;  background: #fff;
    shadow: 0px 3px 7px rgba(0,0,0, 0.2);
    box-shadow: 0px 3px 7px rgba(0,0,0, 0.2);
    -webkit-box-shadow: 0px 3px 7px rgba(0,0,0, 0.2);}
.pro_left_fix p{width:300px; background: #fff margin:0 auto; line-height:35px; font-size:18px; color:#333; text-align:center;}
.pro_meline{width: 1px; background: #eee;}
.product_title{line-height:60px; font-size:28px; height: 60px; text-align:center; color:#000;}
.product_title p{width:100%;background:#f6f6f6; padding:20px 10px;  margin:15px auto; line-height:25px; font-size:14px; color:#888;}
.product_time{width:100%; background:#999; color:#fff; height:30px; margin:10px auto; text-align:center; line-height:30px;}
.prodct_content_title{width:100%; margin:10px auto 0 auto;}
.prodct_content_title li{float:left; width:150px; height:50px; line-height:50px; text-align:center; margin:0;}
.bgcolor{ background:#ccc; color:#333;}
.bgcolor_on{ background:#3377d4; color:#FFF}
.prodct_content_title li a{ color:#FFF}
.product_content{width:100%; margin:0 auto; border-top:1px #3377d4 solid; padding: 30px 0 0 0; font-size: 16px;}
.product_content img{max-width: 950px;}
.prodct_content_titles{width:100%; margin:0 auto;}
.prodct_content_titles li{float:left; width:120px; height:50px; line-height:50px; text-align:center; margin:25px 1px 0 0;}
.prodct_content_titles li a{ color:#FFF}
.product_contents{width:100%; margin:0 auto; border-top:1px #555 solid; font-size: 16px;}



/*
SUB_PRO
*/
.pro_pic{width: 640px; float: left;}
.pro_pic img{max-width: 640px; float: left;}
.pro_main{width: 600px; float: right;}
.pro_depp{padding: 10px; color: #777; line-height: 25px;}
.pro_mp{padding: 20px; color: #333; line-height: 35px;}
.pro_name{height: 65px; background: #e3efff; font-size: 22px; line-height: 65px; color: #003476; padding: 0 0 0 15px;}
.pro_option{height: 40px; border-bottom: 1px solid #cfe1fa; font-size: 16px; line-height: 40px; color: #003476; padding: 0 0 0 5px;}
.pro_table{margin: 15px auto;}
.pro_table ul{text-align: center; list-style: none;}
.pro_table ul li{ list-style: none;}
.pro_table1{width: 175px; height: 34px; background: #1d1d1d; text-align: center; color: #fff; float: left; margin-bottom: 1px;}
.pro_table2{width: 175px; height: 34px; background: #2d2d2d; text-align: center; color: #ccc; float: left; margin-bottom: 1px;}
.pro_table3{width: 175px; height: 34px; background: #ddd; text-align: center; color: #444; float: left; margin-bottom: 1px; line-height: 34px;}
.pro_table4{width: 425px; height: 34px; background: #f1f1f1; text-align: center; color: #777; float: left; margin-bottom: 1px; line-height: 34px;}
.sub_pro_more {width:150px; height:50px; color:#fff; background:#0a50a1; text-align:center; line-height:50px; font-size:18px; float:left; margin:20px 0 0 0;}
.sub_pro_more a{color:#fff; background:#0a50a1; display:block;}
.sub_pro_more a:hover{color:#fff; background:#1672dc;}
.sub_pro_more2 {width:270px; height:50px; color:#fff; background:#f3a530; text-align:center; line-height:50px; font-size:18px; float:left; margin:20px 0 0 30px;}
.sub_pro_more2 a{color:#fff; background:#f3a530; display:block;}
.sub_pro_more2 a:hover{color:#fff; background:#f90;}
.pro_dian{width: 100%; float: left; font-size: 14px; height: 40px; line-height: 40px; text-align: center;}
.pro_dian1{width: 20%; float: left; background: #e2f4ff; font-weight: bold; margin: 1px 0 0 0;}
.pro_dian2{width: 80%; float: left;font-weight: bold; text-align: left; text-indent: 15px; font-weight: normal; margin: 1px 0 0 0;}
/* 效果CSS开始 */
.mod18{width:640px;position:relative;margin:0 auto;}
.mod18 .btn{position:absolute;cursor:pointer;z-index:99;font-size:50px;font-weight:bold;}
.mod18 .prev{left:0px;background:url(../images/prevBtn.png) no-repeat;}
.mod18 #prevTop,.mod18 #nextTop{top:250px;width:32px;height:48px;}
.mod18 #prev,.mod18 #next{top:520px;width:10px;height:16px;}
.mod18 #prevTop{background:url(../images/prevBtnTop.png) 0 0 no-repeat;}
.mod18 #nextTop{background:url(../images/nextBtnTop.png) 0 0 no-repeat;}
.mod18 .next{right:5px;background:url(../images/nextBtn.png) no-repeat;}
.mod18 li{float:left;}
.mod18 .cf li{position:relative;color:#fff; text-align: center;}
.mod18 .cf a{display:block;width:640px;height:470px;position:absolute;color:#fff;}

.mod18 .cf a img{
      position: relative;
      top: 50%;
      transform: translateY(-50%);
max-height: 470px; max-width: 640px;}
.mod18 .cf li span{display:block;width:640px;position:absolute;left:75px;bottom:0;padding:10px 20px;line-height:22px;text-align:left;background:rgba(17,17,17,1);filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = "#60000000",endColorstr = "#60000000");}
.mod18 .picBox{width:640px; height:470px;position:relative;overflow:hidden; background:#f5f5f5;}
.mod18 .picBox ul{height:470px;position:absolute; left:0;}
.mod18 .picBox li{width:640px;height:470px;}
.mod18 .listBox{width:640px;height:108px;margin:0 auto;position:relative; padding-top:15px;overflow:hidden;}
.mod18 .listBox ul{width:640px!important;position:absolute; background: #eee; padding-left:12px;}
.mod18 .listBox li{width:112px;height:97px;cursor:pointer;position:relative; padding:5px 0 0 0; margin: 0 5px;}
.mod18 .listBox li a{display:block;width:112px;height:87px;}
.mod18 .listBox img{border:2px solid #ddd; width: 105px; height: 87px;}
.mod18 .listBox .on img{border:2px solid #ccc;}
.mod18 .listBox .on{background:url(../images/img_bg.jpg) center top no-repeat;}

/*分页样式*/
.page_info{text-align:center;margin:10px;color:#999;}
.page_info span{padding:0 2px;font-weight:bold;}
.page_list{height:24px;line-height:24px;text-align:center;letter-spacing:0;font-size:10px;margin-top:20px;}
.page_list a{display:inline-block;color:#898989;border:1px solid #e8e8e8;background:#f8f8f8;text-align:center;padding:0 8px;margin:0 1px;}
.page_list a:hover{color:#fff;border:1px solid #898989;background:#898989;}
.page_list a.on{color:#333;border:1px solid #ccc;background:#E5EDF2;}


.pre_nex{width: 100%; margin: 25px auto;}
.pre_nex li:nth-last-child(odd){float: left;}
.pre_nex li:nth-last-child(even){float: right;}
.pre_nex li{width: 48%; height: 40px; line-height: 40px; color: #aaa; background: #f8f8f8; text-align: center;}
.pre_nex li a{display: block; color: #777; font-size: 14px;}
.pre_nex li a:hover{color: #000; background: #f1f1f1;}



.mtimp{margin-top: 10px!important;}


.fuwu_wrapper{width: 100%;background:url(../images/cps_09.jpg) center top no-repeat; height: 718px;}
.fuwu_txt{position: absolute; width: 550px; left: 73px; top: 50px; font-size: 24px; font-weight: bold; color: #0a518c;}
.fuwu_txt p{font-size: 16px; color: #777; font-weight: normal; line-height: 28px; padding: 20px 0 0 0;}
.fuwu_pic{position: absolute; left: 718px; top: 69px;}
.fuwu_ico{position: absolute; left: 80px; top: 585px; width: 555px; height: 160px;}
.fuwu_ico li{width: 150px; float: left; text-align: center; margin: 0 10px;}
.fuwu_ico li i{font-size: 55px; color: #00d2ff;}
.fuwu_ico li p{ font-size: 16px; display: block; text-align: center; line-height: 40px; color: #fff;}


.xiazai_pic{float: left;}
.xiazai_list{width: 605px; float: right;}
.xiazai_list li{width: 100%; border-bottom: 1px solid #dfe6f7; float: left;line-height: 45px; font-size: 16px; color: #999;}
.xiazai_list li span{float: right; padding: 7px 0 0 0;}
    
.wid21440{padding: 30px 30px 30px 30px;}   

.soft_ban_wrapper{width: 1300px; margin: 0 auto; height: 350px; position: relative;}
.soft_ban_wrapper span{position: absolute; left: 210px; top: 160px; color: #fff; font-size: 24px; font-weight: lighter;}

/*
FEEDBACK
*/
.feedback_box{width: 100%; background: url(../images/bg_input.jpg) center no-repeat; height: 505px;}
.feedback_title{font-size: 14px; color: #004ea2; text-align: center;}
.feedback_title p{font-size: 26px; color: #004ea2; font-weight: bold;}
.indexform input::input-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #004ea2;
}
.indexform input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #004ea2;
}
.indexform input:-moz-placeholder, textarea:-moz-placeholder {
  color: #004ea2;
}
.indexform input::-moz-placeholder, textarea::-moz-placeholder {
  color: #004ea2;
}
.indexform input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #004ea2;
}
.input_small{width: 410px; margin: 30px 0; height: 50px;border:none; border-bottom: 1px solid #004ea2;  background: none; outline:none; color: #004ea2;text-indent: 20px;box-shadow: none;}
.input_big_button a{color: #fff;}
.input_big_button {width: 260px; text-align: center; display: block; margin: 30px auto; background:#004ea2; height: 55px; line-height: 55px; font-size: 18px; color: #fff; border: none;}
.input_big_button:hover{background: #004ea2; width: 260px; text-align: center; display: block;
    -webkit-box-shadow: 0 2px 6px rgba(26,184,175, 0.9);
    -moz-box-shadow: 0 2px 6px rgba(26,184,175, 0.9);
    box-shadow: 0 2px 6px rgba(26,184,175, 0.9);
    cursor: pointer; line-height: 55px; color: #fff;}
.input_big_button:hover a{color: #fff;}



@media  screen and (max-width:1440px ) {
    .wid1440{}
    .wid21440{padding: 100px 30px 30px 30px;}
    .wid31440{padding: 100px 0 0 0;}
}
@media  screen and (max-width:1366px ) {
    .wid1440{}
    .wid21440{padding: 100px 10px 10px 10px;}
    .wid31440{padding: 70px 0 0 0;}
}
@media  screen and (max-width:1600px ) {
    .wid1440{padding: 50px 0 0 0;}
    .wid21440{padding: 120px 10px 10px 10px;}
    .wid31440{padding: 85px 0 0 0;}
}