.banner .item{
	width: 100%;
	overflow: hidden;
}
.banner .item img{
    min-width: 100%;
}
.index_blue_bg{
	background-color: #f3f8ff;
}

.product_item{
	margin-top: 1rem;
	margin-bottom: 4rem;
	display: none;
}
.product_item .product_sub{
	margin-bottom: 2rem;
}
.product_item .subname{
    display: block;
	border-radius: 10px;
	overflow: hidden;
	background: url(../image/product/probg.jpg) no-repeat center;
	background-size: 100% 100%;
	padding: 3rem 2.5rem;
	height: 100%;
	overflow: hidden;
}
.product_item .subname img{
	max-width: 100%;
	transition: all .3s;
	margin: 0 0 -20%;
}
.product_item .subname h2{
	color: #fff;
	font-size: 20px;
	line-height: 1.5em;
}
.product_item .subname p{
	color: #fff;
	font-size: 14px;
	line-height: 1.8em;
	margin: 20px 0 0;
	/*padding-right: 10%;*/
}
.product_item .subname:hover img{
   transform: scale(1.05,1.05);
}
.product_item .mores{
	color: #fff;
	font-size: 12px;
	margin: 4rem 0;
}
.product_item .mores em{
	border-color: #fff;
}
.product_item .mores:hover em{
	background: transparent;
	color: #fff;
}
.product_item .mores:hover span{
	color: #fff;
}
.product_item .item_box{
	margin-bottom: 2rem;
}
.product_item .item{
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin-bottom: 2rem;
	padding: 0 3rem;
	transition: all .3s;
	border: 1px solid #fff;
}
.product_item .item img{
	max-width: 35%;
	max-height: 190px;
	transition: all .3s;
	margin: -5% 0;
}
.product_item .item .tex{
	height: 100%;
	padding: 3rem 3rem 3rem 0;
	text-align: left;
}
.product_item .item .tex h2{
	color: #333;
	font-size: 16px;
	line-height: 1.6em;
	transition: all .3s;
}
.product_item .item .tex p{
	color: #999;
	font-size: 14px;
	line-height: 1.6em;
	margin: 20px 0;
	transition: all .3s;
}
.product_item .item .tex i{
	color: #999;
	font-size: 14px;
	transition: all .3s;
}
.product_item .item:hover{
	box-shadow: 0 0 15px #eee;
	background: #fafafa;
}
.product_item .item:hover .tex h2,
.product_item .item:hover .tex p,
.product_item .item:hover .tex i{
	color: #023592;
}
/*.product_item .item:hover .tex h2{*/
/*    font-size: 18px;*/
/*}*/
/*.product_item .item:hover .tex p{*/
/*    font-size: 15px;*/
/*}*/
.product_item .item:hover .tex i{
	margin-left: calc(100% - 3rem);
}
.product_item .item:hover img{
    transform: scale(1.05,1.05);
}


.index_about{
	height: 940px;
	background: #ffffff;
	overflow: hidden;
	background-size: 100%;
	background-repeat: no-repeat;
    /*background-position: center bottom;*/
}
.index_about .bs{
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
.index_about .about_item{
	padding: 2rem 0 4rem;
	display: none;
	flex: 1;
	overflow: hidden;
}
.index_about .about_item:nth-child(1){
    padding-bottom: 0;
}
.index_about .about_item:nth-child(2){
    padding-top: 4rem;
}
.index_about .about_item .txt{
	line-height: 2em;
	font-size: 16px;
}
.index_about .about_item .mores{
	margin: 5rem 0;
}
.index_about .about_item .nums{
	margin: 0 0 2%;
}
.index_about .about_item  .nums .li{
	text-align: center;
	display: inline-block;
}
.index_about .about_item  .nums li h2{
	font-size: 26px;
	color: #666;
}
.index_about .about_item  .nums li h2 span{
	color: #053895;
	font-size: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	line-height: 1em;
	margin-right: 4px;
}
.index_about .about_item  .nums li p{
	font-size: 14px;
	color: #666;
	line-height: 1em;
	margin-top: 10px;
}
.index_about .title h2{
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.index_about.white .title h2{
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,.2);
}
.index_about.white .title .tabs .item{
	color: rgba(255,255,255,.4);
}
.index_about.white .title .tabs .item:hover{
	color: #fff;
}
.index_about.white .title .tabs .item.active{
	color: #fff;
	font-weight: 900;
}
.index_about.white .title .tabs .item.active:after{
	background-color: #fff;
}
.index_about.white .about_item .nums li h2,
.index_about.white .about_item .nums li h2 span{
	color: #fff;
}
.index_about.white .about_item .nums li p{
	color: rgba(255,255,255,.6);
}
.index_about.white .about_item .txt{
	color: #fff;
}
.index_about.white .mores{
	color: #fff;
}
.index_about.white .mores em{
	border-color: #fff;
}
.index_about.white .mores:hover em{
	background: transparent;
	border-color: #fff;
}
.index_about.white .mores:hover em:before {
	display: block;
	content: "\e60e";
	color: #fff;
}
.index_about.white .mores:hover span{
	color: #fff;
}

.index_server{
	background-position: center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 0 5rem rgba(0,0,0,.3) inset;
	border-top: 1px solid rgb(255, 255, 255, .2);
	border-left: 1px solid rgb(255, 255, 255, .2);
	margin-bottom: 6rem;
}
.index_server .item{
	display: flex;
	min-height: 300px;
	background: rgba(0,0,0,.45);
	border-right: 1px solid rgb(255, 255, 255, .2);
	border-bottom: 1px solid rgb(255, 255, 255, .2);
}
.index_server .item a{
	height: 100%;
}
.index_server .item h3{
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	transition: all .3s;
}
.index_server .item .tex{
	padding: 2.5rem;
	color: #fff;
	background: linear-gradient(to right,rgba(76,180,252,.8),rgba(0,104,176,.8));
	opacity: 0;
	transition: all .3s;
}
.index_server .item .tex h2{
	font-size: 16px;
	line-height: 1em;
}
.index_server .item .tex p{
	font-size: 14px;
	line-height: 1.8em;
	margin: 2rem 0 3rem;
}
.index_server .item.active .tex,
.index_server .item:hover .tex{
	opacity: 1;
}
.index_server .item.active h3,
.index_server .item:hover h3{
	opacity: 0;
}
.index_case{
	display: none;
	margin-bottom: 6rem;
	margin-left: -1rem;
	margin-right: -1rem;
}
.index_case .item{
	/*width: calc((100% - 15rem) / 6);*/
	/*margin-bottom: 3rem;*/
	padding: 1rem;
}
.index_case .item a{
	background: #fff;
    height: 100%;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	border-radius: 4px;
	overflow: hidden;
}
.index_case .item a img{
	max-width: 100%;
	transition: all .3s;
	max-height: 125px;
}
.index_case .item a:hover img{
	transform: scale(1.05,1.05);
}
.index_news{
	background: url(../image/index/newbg.jpg) #ffffff no-repeat center bottom;
	background-size: 100%;
	overflow: hidden;
}
.index_news .title > div{
	display: inline-block;
}
.index_news .title h2{
	border-bottom: none;
}
.index_news .mores{
	display: flex
}
.index_news .tabs{
	flex: none;
	display: inline-block;
	margin-bottom: 6rem;
}
.index_news .tabs .item{
	margin-right: 0;
	margin-bottom: 2rem;
	color: #999;
}
.index_news .title .tabs .item:after{
	width: 60px;
}
.index_news_swiper{
	padding: 5rem 0 4rem;
}
.index_news .item{
	
}
.index_news .item .time{
	margin-bottom: 2rem;
}
.index_news .item .time h5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	line-height: 1em;
	transition: all .3s;
	color: #333;
}
.index_news .item .time h6{
	font-size: 12px;
	line-height: 1em;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	transition: all .3s;
	color: #666;
}
.index_news .item .imgs{
	width: 100%;
	overflow: hidden;
	border-radius: 20px;
}
.index_news .item .ims{
	overflow: hidden;
}
.index_news .item .imgs img,
.index_news .item .ims img{
	width: 100%;
	transition: all .3s;
}
.index_news .item h2{
	color: #333;
	font-size: 18px;
	line-height: 1.6em;
	margin: 1.2rem 0;
	transition: all .3s;
}
.index_news .item p{
	font-size: 14px;
	line-height: 2em;
	margin-bottom: 2rem;
	color: #666;
	transition: all .3s;
}
.index_news .item i{
	color: #999;
	transition: all .3s;
}
.index_news .item:hover h5,
.index_news .item:hover h2{
	color: #023592;
}
.index_news .item:hover h6,
.index_news .item:hover p,
.index_news .item:hover i{
	color: #333;
}
.index_news .item:hover i{
	margin-left: calc(100% - 3rem);
}
.index_news .item:hover img{
	transform: scale(1.05,1.05);
}
.index_news_swiper{
	display: none;
}
.index_news .am-u-lg-2{
    width: 15%;
}
.index_news .am-u-lg-10{
    width: 85%;
}
.index_infos{
	margin-bottom: 5rem;
}
.infos_item{
	padding: 0;
	margin: 0;
	border-radius: 12px;
	overflow: hidden;
}
.infos_item .item{
	color: #333 !important;
	padding: 3rem 3rem 2rem !important;
}
.infos_item .item:nth-child(1){
	background: linear-gradient(to right,rgba(8,52,114,.15),rgba(171,214,254,.15));
}
.infos_item .item:nth-child(2){
	background: #fafbfb;
}
.infos_item .item > i{
	font-size: 90px;
	color: #999;
	transition: all .3s;
}
.infos_item .item h2{
	font-size: 24px;
	line-height: 1.5em;
	transition: all .3s;
	text-align: left;
}
.infos_item .item p{
	font-size: 14px;
	line-height: 1.5em;
	margin: 1.5rem 0 4rem;
	color: #666;
}
.infos_item .item .tex i{
	transition: all .3s;
}
.infos_item .item:hover h2,
.infos_item .item:hover > i{
	color: #023592;
}
.infos_item .item:hover .tex i{
	color: #333;
	margin-left: calc(100% - 3rem);
}
.product .product_item{
	margin-bottom: 1rem;
}
.nycontent{
	background-color: #fff;
	padding: 2rem;
	min-height: 45vh
}
.nycontent > h2{
	text-align: center;
	font-size: 24px;
	font-weight: 900;
	line-height: 1.5em;
	margin: 10px 0;
}
.nycontent > p{
	border-bottom: 1px solid #eee;
	padding-bottom: 12px;
}
.nycontent > p i{
	color: #999;
	font-size: 14px;
	margin: 0 3%;
}
.nycontent .cns{
	padding: 2rem 0;
}
.nycontent .cns p{
    line-height: 2em;
}
.nycontent .cns img{
    max-width: 100%;
    height: auto !important;
    /*display: block;*/
    /*margin: 0 auto;*/
}
.updown{
	padding: 12px 0;
	border-bottom: 1px solid #eee;
}
.updown a{
	color: #666;
	font-size: 14px;
	transition: all .3s;
}
.updown a:hover{
	color: #023592;
}
.net{
	padding: 6rem 0 3rem;
}
.net > h2{
	color: #000;
	font-size: 28px;
	font-weight: 900;
	line-height: 1em;
	margin-bottom: 4rem;
	text-align: center;
}
.net .cns{
	line-height: 2em;
	color: #333;
	font-size: 14px;
}
.net .cns img{
	max-width: 100%;
}
.net_nums{
	margin: 0 0 6%;
}
.net_nums .li{
	text-align: center;
	display: inline-block;
}
.net_nums li h2{
	font-size: 26px;
	color: #666;
}
.net_nums li h2 span{
	color: #000;
	font-size: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	line-height: 1em;
	margin-right: 4px;
}
.net_nums li p{
	font-size: 14px;
	color: #999;
	line-height: 1em;
	margin-top: 10px;
}
.net .imgs{
	margin: 3rem -1rem 5rem;
}
.net .imgs > div{
	margin-bottom: 1.5rem;
}
.net .imgs img{
	width: 100%;
}
.net .imgs p{
	background: rgba(0,0,0,.2);
	color: #fff;
	text-align: center;
	padding: 10px;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 14px;
}
.bdmap{
	height: 700px;
	width: 100%;
}
.contact_map{
	padding: 0;
}
.contact_box{
	padding: 0;
	background: url(../image/contact/bg.jpg) no-repeat left bottom;
	background-size: 100% 100%;
}
.contact{
	width: 100%;
	padding: 3rem;
	
}
.contact > h2{
	font-size: 32px;
	line-height: 1em;
	margin-bottom: 10px;
}
.contact > h3{
	line-height: 1.5em;
	text-transform: uppercase;
	color: #666;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 3rem;
}
.contact > p{
	line-height: 1.5em;
	color: #333;
	font-size: 14px;
	padding: 8px 0;
}
.contact > p i{
	font-size: 18px;
	color: #000;
	font-weight: 900;
}
.download_list{
	padding: 3rem 0;
	margin: 0 -1.5rem;
}
.download_list .item{
    color: #333;
	cursor: pointer;
	margin-bottom: 2rem;
}
.download_list .item .texts{
	padding: 1rem;
	background-color: #ffffff;
	transition: all .3s;
}
.download_list .item .texts .tx{
	padding: 2rem;
}
.download_list .item .texts .tx h2{
	font-size: 16px;
	line-height: 1.5em;
	transition: all .3s;
}
.download_list .item .texts .tx p{
	font-size: 14px;
	color: #666;
	line-height: 1.5em;
	margin-top: 5px;
	transition: all .3s;
}
.download_list .item .icons{
	width: 14%;
	background-color: #ececec;
	color: #333;
	transition: all .3s;
}
.download_list .item .icons i{
	font-size: 24px;
	transition: all .3s;
}
.download_list .item:hover .texts{
	background-color: #0449c7;
}
.download_list .item:hover .texts h2,
.download_list .item:hover .texts p{
	color: #fff;
}
.download_list .item:hover .icons{
	background-color: #023592;
}
.download_list .item:hover .icons i{
	color: #fff;
}
.video_list{
	padding: 3rem 0;
	margin: 0 -1.5rem;
}
.video_list .item{
	cursor: pointer;
	margin-bottom: 2rem;
}
.video_list .item .imgs{
	width: 100%;
	height: 295px;
	background-color: #dce8fd;
	margin: 0;
	/*padding: 3rem;*/
}
.video_list .item .imgs img,
.video_list .item .imgs video{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .3s;
}
.video_list .item .imgs .play{
	color: #fff;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: rgba(0,0,0,.5);
	padding-left: 5px;
}
.video_list .item .imgs .play i{
	color: #fff;
	font-size: 60px;
}
.video_list .item .imgs > p{
	background: rgba(0,0,0,.2);
	color: #fff;
	text-align: center;
	font-size: 14px;
	width: 100%;
	bottom: 0;
	left: 0;
	line-height: 1.5em;
	padding: 1rem;
	transition: all .3s;
}
.video_list .item p{
    color: #333;
	text-align: center;
	font-size: 14px;
	width: 100%;
	bottom: 0;
	left: 0;
	margin-top: 1.2rem;
	line-height: 1.5em;
	/*padding: 1rem;*/
	transition: all .3s;
}
.video_list .item .imgs:hover img{
	transform: scale(1.05,1.05);
}
.video_list .item .imgs:hover p{
	background-color: #023592;
}
.custom_list > div{
	margin-bottom: 3rem;
}
.custom_list .item{
	background-color: #fff;
	padding: 1rem 5%;
	height: 100%;
	transition: all .3s;
}
.custom_list .item > span{
	font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
	color: rgba(51,51,51,.06);
	font-size: 110px;
	line-height: 1em;
	transition: all .3s;
}
.custom_list .item .tx{
	text-align: center;
	color: #023592;
	line-height: 1em;
	margin-left: 8%;
}
.custom_list .item .tx i{
	font-size: 60px;
	color: #023592;
	line-height: 60px;
}
.custom_list .item .tx p{
	font-size: 14px;
	margin-top: 12px;
}
.custom_list .item .txt h2{
	font-size: 24px;
	line-height: 1em;
	margin-bottom: 15px;
}
.custom_list .item .txt p{
	font-size: 14px;
	line-height: 1em;
}
.custom_list .item .lk{
	overflow: hidden;
}
.custom_list .item .lk a{
	padding: 5px 20px;
	border-radius: 32px;
	background-color: #e7f1fc;
	color: #023592;
	margin-left: 20px;
}
.custom_list .item:hover{
    box-shadow: 0 0 10px #dd;
}
.custom_list .item:hover > span{
    color: #023592;
}
.custom_list .itembig{
	background-color: #294b9b;
	color: #fff;
}
.server_list > div{
	margin-bottom: 2rem;
}
.server_list .item{
	height: 100%;
	text-align: center;
	background-color: #eff3f6;
	padding: 3rem;
	transition: all .3s;
}
.server_list .item i{
	font-size: 60px;
	color: #023591;
	transition: all .3s;
}
.server_list .item h2{
	font-size: 18px;
	font-weight: 900;
	margin-bottom: 10px;
}
.server_list .item p{
	font-size: 14px;
	color: #999;
}
.server_list .item:hover{
    box-shadow: 0 0 10px #ddd;
}
.server_list .item:hover h2,
.server_list .item:hover p{
    color: #023591;
}
.server_list .item:hover i{
    transform: rotate(360deg);
}
.server_box{
	margin: 8rem 0 4rem;
}
.server_box .server_box_imgs{
	margin-bottom: 2rem;
} 
.server_box .server_box_imgs .tex{
	color: #fff;
	padding: 3rem;
	top: 0;
	left: 0;
	font-size: 24px;
}
.server_box .server_box_imgs .tex h2{
	font-weight: 900;
}
.server_box .server_box_list .item{
	background-color: #fff;
	margin-bottom: 2rem;
	transition: all .3s;
}
.server_box .server_box_list .item .tex{
	font-size: 14px;
	line-height: 2em;
	color: #333;
	padding: 3rem;
	transition: all .3s;
}
.server_box .server_box_list .item:hover{
    box-shadow: 0 0 10px #ddd;
    background: #eff3f6;
}
.server_box .server_box_list .item:hover .tex{
    font-size: 16px;
}
.server_box .server_box_list .icn{
	width: 15%;
	text-align: center;
	color: #fff;
	background-color: #023591;
}
.server_box .server_box_list .icn i{
	font-size: 50px;
	line-height: 50px;
}
.server_box .server_box_list .icn h2{
	font-size: 14px;
	line-height: 1em;
	margin-top: 12px;
}
.login{
	padding: 3rem 0;
}
.login .nynav{
	box-shadow: none;
	background: transparent;
}
.login .form_box{
	width: 100%;
	min-width: 450px;
	border-radius: 12px;
	background-color: #fff;
	padding: 3rem;
	margin: 1rem 0;
}
.login .form_box h2{
	text-align: center;
	font-size: 20px;
	margin-bottom: 10px;
}
.login .form_box p{
	text-align: center;
	font-size: 14px;
	color: #999;
}
.login .form_box form{
	margin: 3rem 0 1rem;
}
.login .form_box label{
	border-radius: 32px;
	border: 1px solid #e1e1e1;
	background-color: #fafafb;
	overflow: hidden;
	padding: 5px 10px;
	margin-bottom: 2.5rem;
}
.login .form_box label input,
.login .form_box label textarea,
.login .form_box label select{
	background-color: transparent;
	line-height: 30px;
	width: 100%;
	border: none;
	font-size: 14px;
	height: 30px;
}
.form_box label.textarea{
    height: 100px;
    border-radius: 20px;
}
.form_box label.textarea textarea{
    height: 100%;
    line-height: 20px;
    padding: 5px;
}
.login .form_box label input::placeholder,
.login .form_box label textarea::placeholder {
	color: #999;
	font-size: 14px;
}

.login .form_box label select.ng-pristine{
	color: #999;
	font-size: 14px;
}
.login .form_box label img{
	height: 42px;
	margin: -5px -10px;
}
.login .form_box label i{
	font-size: 14px;
	color: #013ead;
	padding: 0 1rem;
}
.login .form_box button{
	border-radius: 32px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	background-color: #023591;
	width: 100%;
	padding: 8px;
	margin-top: 1rem;
}
.login .form_box .check{
	background: transparent;
	border: none;
	border-radius: 0;
}
.login .form_box .check input{
	width: 18px;
	height: 18px;
	margin: 0;
	background-color: #fff;
	-webkit-appearance:none;
	border: 1px solid #c9c9c9;
	border-radius: 2px;
	outline: none;
	transition: all .3s;
	margin-right: 4px;
}
.login .form_box .check input:checked{
   background: url("../image/dui.png") #023591 no-repeat center;
   background-size: 80%;
   border-color: #023591;
}
.login .form_box .check span{
	font-size: 14px;
	color: #666
}
.login .form_box .check a{
	font-size: 14px;
	color: #023591;
}
.login .login_text{
	color: #fff;
	font-size: 30px;
	margin: 5% 0;
}
.new-swiper{
	background: url(../image/new/bg.png) #fff no-repeat center bottom;
	background-size: 100%;
	margin: 4rem 0;
}
.new-swiper .item{
	padding: 2.5rem;
}
.new-swiper .item > div{
	padding: 0;
}
.new-list{
	margin: -1.5rem;
	margin-bottom: 3rem;
}
.new-list li{
	padding: 1.5rem;
}
.new-list .item{
	width: 100%;
	height: 100%;
	background-color: #fff;
	color: #333;
	transition: all .3s;
}
.new-list .item .imgs {
	width: 100%;
	overflow: hidden;
	max-height: 360px;
}
.new-list .item .imgs img{
	width: 100%;
	transition: all .3s;
}
.new-list .item .texs{
	padding: 2rem;
}
.new-list .item .texs h2{
	font-size: 15px;
	margin-bottom: 8px;
}
.new-list .item .texs p{
	font-size: 14px;
	color: #999;
	margin-top: auto;
	transition: all .3s;
}
.new-list .item:hover{
	color: #fff;
	background-color: #023591;
}
.new-list .item:hover p{
	color: #fff;
}
.new-list .item:hover img{
	transform: scale(1.05,1.05);
}
@media (max-width: 1441px) {
	.index_server .item{
		min-height: 280px;
	}
}
@media (max-width: 1201px) {
	.index_server .item{
		min-height: auto;
	}
}
@media (max-width: 1025px) {
	.index_server .item .tex p{
		margin: 2rem 0;
	}
	
	.index_news .title > div{
		display: flex;
	}
	.index_news .title h2{
		border-bottom: 1px solid #d4dbe5;
	}
	.index_news .tabs{
		flex: 1;
		display: flex;
		margin-bottom: 0;
	}
	.index_news .tabs .item{
		margin-right: 5%;
		margin-bottom: 0;
	}
	.index_news_swiper{
		padding-top: 0;
	}
	.custom_list .item > span{
		font-size: 80px;
	}
	.custom_list .item .tx i{
		font-size: 40px;
		line-height: 40px;
	}
	.custom_list .item .tx p{
		margin-top: 5px;
		font-size: 12px;
	}
	.custom_list .item .tx{
		margin-left: 0;
	}
	.custom_list .item .txt h2{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.custom_list .item .txt p{
		font-size: 12px;
		line-height: 1.5rem;
	}
	.custom_list .itembig{
		padding: 4%;
	}
	.custom_list .item .lk a{
		font-size: 12px;
	}
	.net > h2{
		margin-bottom: 2rem;
		font-size: 18px;
	}
	.net{
		padding: 3rem 0;
	}
	.download_list{
		padding: 1rem .5rem;
	}
	.download_list .item .texts .tx{
		padding: 1rem;
	}
	.download_list .item .icons i{
		font-size: 18px;
	}
	.download_list .item .texts .tx h2{
		font-size: 14px;
	}
	.download_list .item .texts .tx p{
		font-size: 12px;
	}
	.net_nums{
		margin-top: -3rem;
	}
	.net_nums li{
		margin-bottom: 2rem;
	}
	.new-swiper .item{
		padding: 1.5rem;
	}
	.new-swiper{
		margin: 2rem 0;
	}
	.new-list{
		margin: 0;
	}
	.new-list li{
		padding: 1rem 0;
	}
	.new-list .item .texs{
		padding: 1.5rem;
	}
	.new-list .item .texs h2{
		font-size: 14px;
	}
	.new-list .item .texs p{
		font-size: 12px;
	}
	.nycontent{
		padding: 1.5rem;
	}
	.nycontent > h2{
		margin: 0 0 1rem;
		font-size: 18px;
	}
	.nycontent > p i{
		font-size: 12px;
	}
	.updown,
	.updown a{
		display: block;
	}
    .index_news .am-u-md-12{
        width: 100%;
    }
}
@media (max-width: 769px) {
	.banner .item img{
		width: 800px;
	}
	.index_server{
		background-size: auto 100%;
	}
	
	.index_about{
		height: auto;
	}
	.index_about .about_item{
		padding-top: 0;
	}
	.index_about .about_item .nums{
		margin-top: 6%;
	}
	.index_about .about_item .nums li{
		margin-bottom: 2rem;
	}
	.index_about .about_item .nums li h2{
		font-size: 16px;
	}
	.index_about .about_item .nums li h2 span{
		font-size: 30px;
	}
	.index_about .about_item .txt{
		font-size: 14px;
	}
	.index_about.white{
		background-size: 700px;
		background-position: 70% 65%;
	}
	.index_about.white .mores{
		margin: 3rem 0;
	}
	.index_about.white .about_item .nums{
		margin-top: 40%;
	}
	
	.index_news .title .tabs .item:after{
		width: 50px
	}
	
	.infos_item .item{
		padding: 2rem;
	}
	.infos_item .item h2{
		font-size: 18px;
	}
	.infos_item .item p{
		font-size: 12px;
		margin: 1rem 0 2rem;
	}
	.infos_item .item > i{
		font-size: 60px;
	}
	
	.index_server .item .tex{
		padding: 1.5rem;
	}
	
	.index_server .item .tex p{
		font-size: 12px;
		margin: 1rem 0;
	}
	
	.product_item{
		margin: 0 0 2rem;
	}
	
	.index_server,
	.index_case,
	.index_infos{
		margin-bottom: 2rem;
	}
	.index_news .item h2{
		font-size: 14px;
		margin-bottom: .5rem;
	}
	.index_news .item p{
		font-size: 12px;
		margin-bottom: 1rem;
	}
}

.about_box1{
	background: url(../image/about/bg1.jpg) #fff no-repeat center top;
	background-size: 1920px;
	padding: 6rem 0 0;
}
.about_box2{
	background: url(../image/about/bg2.jpg) #fff no-repeat center top;
	background-size: 1920px;
	padding: 5rem 0;
}
.about_box4{
	background: url(../image/about/bg3.jpg) #fff no-repeat center top;
	background-size: 1920px;
	padding: 6rem 0;
}
.about_box1 .bs,
.about_box2 .bs{
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 2;
}

.about_box1 .cns > h2{
	font-size: 28px;
	font-weight: 900;
}
.about_box1 .cns #ops,
.about_box1 .cns > p{
	margin: 2.5rem 0;
	font-size: 14px;
	line-height: 2em;
}
.about_box1 .nums{
	margin: 5% 0 2%;
}
.about_box1  .nums .li{
	
}
.about_box1  .nums li h2{
	font-size: 20px;
	color: #666;
}
.about_box1  .nums li h2 span{
	color: #053895;
	font-size: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	line-height: .9em;
	margin-right: 4px;
}
.about_box1  .nums li p{
	font-size: 14px;
	color: #666;
	line-height: 1em;
	margin-top: 10px;
}
.about_box1 .ms{
	font-size: 14px;
	color: #023591;
	cursor: pointer;
}
.about_box1 .ms i{
	font-size: 12px;
	margin-left: 4px;
}

.about_box2 .cns > h2,
.about_box3 .cns > h2,
.about_box4 .cns > h2{
	font-size: 28px;
	color: #000;
	line-height: 1em;
	margin-bottom: 4rem;
}

.about_box3 {
	overflow: hidden;
}
.about_box3 .cns{
	top: 0;
	z-index: 1;
	margin-top: 4%;
}

.about_box2{
	padding-bottom: 8%;
}
.process_list .item h2{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 900;
	color: #023591;
	text-align: center;
	font-size: 24px;
	margin-top: 1rem;
}
.process_list .item p{
	color: #333;
	font-size: 13px;
	line-height: 1.2em;
	width: calc(100% + 4rem);
	margin-left: -2rem
}
.process_list .item i{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #023591;
	display: block;
	margin: 0 auto;
}
.process_list .item:after{
	width: 1px;
	content: "";
	display: block;
	height: 60vh;
	max-height: 450px;
	background: linear-gradient(to bottom,#c0d9fb,#ccdff6);
	margin: 0 auto;
}
.process_list .item:nth-child(2n - 1):after{
	height: 45vh;
	max-height: 250px;
}
.process_list .item:nth-child(1) p{
	margin-left: 0;
}
.process_list .item:nth-last-child(1) p{
    margin-left: -4rem;
} 
.process_list .item:nth-child(2n - 1){
	margin-top: 15vh;
}
.experiment_text{
	padding: 0 4% 0 0;
}
.experiment_text h3{
	color: #023592;
	text-align: center;
	margin: 5% 0;
	font-size: 20px;
}
.experiment_text p{
	font-size: 16px;
	line-height: 2em;
}
.experiment_list li{
	padding: 0 1rem 10px;
}
.experiment_list li img{
	width: 100%;
}
.experiment_list li p{
	font-size: 14px;
	line-height: 1.5em;
	margin-top: 5px;
	text-align: center;
}
.product_box1{
	padding: 5% 0;
}
.product_box1 .product_box1_imgs{
    max-width: 680px;
}
.product_box1 h2{
	font-size: 36px;
	margin-bottom: 5%;
	color: #023592;
}
.product_box1 h3{
    font-size: 18px;
    margin: 1% 0;
}
.product_box1 p{
	font-size: 16px;
	line-height: 1.5em;
	padding: 8px 0;
	/*display: flex;*/
	/*align-items: center;*/
}
.product_box1 p:before{
	display: inline-block;
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #023592;
	margin-right: 8px;
	margin-bottom: 2px;
}
.product_box2{
	margin-bottom: 3%;
}
.product_box2 .item{
	padding: 8%;
	text-align: center;
	background-color: #fff;
	margin-bottom: 2rem;
}
.product_box2 .item img{
	max-width: 30%;
}
.product_box2 .item h2{
	font-size: 18px;
	font-weight: 900;
	margin: 20px 0 10px;
}
.product_box2 .item p{
	color: #999;
	font-size: 14px;
}
.product_box3 .item{
	background-color: #fff;
	padding-bottom: 5%;
	color: #666;
	font-size: 14px;
}
.product_box3 .item:nth-child(2n){
	background-color: transparent;
}
.product_box3 .item img{
	max-width: 100% !important;
}
.product_box3 h2{
	text-align: center;
	font-size: 30px;
	font-weight: 900;
	margin: 3% 0;
	color: #023592;
}
.product_box3 table {
	width: 100%;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
}
.product_box3 table th,
.product_box3 table td{
	padding: 15px 25px;
	color: #333;
}
.product_box3 table th,
.product_box3 table .firstRow{
    color: #fff;
	background-color: #023592;
	font-size: 16px;
}
.product_box3 table .firstRow td{
    color: #fff;
	font-size: 16px;
}
.product_box3 table th{
    border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
}
.product_box3 table td{
	font-size: 14px;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
    /*width: auto !important;*/
}
.product_box3 table td:nth-child(1){
    /*width: 120px;*/
    /*word-break: break-all;*/
}
.product_box4 h2{
	text-align: center;
	font-size: 30px;
	font-weight: 900;
	margin: 3% 0 0;
	color: #023592;
}
.product_box4 p{
	color: #999;
	font-size: 14px;
	text-align: center;
	/*margin: 10px 0 3%;*/
}
.product_box4 .imgs{
	margin: 4rem -1rem;
}
.product_box4 .imgs > div{
	margin-bottom: 2rem;
}
.product_box4 .imgs img{
	width: 100%;
}
.product_box4 .imgs p{
	background: rgba(0,0,0,.2);
	color: #fff;
	text-align: center;
	padding: 10px;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0;
}
.searchbanner{
	background: url(../image/product/searchbanner.jpg) #e5e9ef no-repeat center bottom;
	background-size: auto 100%;
	padding: 5rem 0;
}
.searchbanner h2{
	font-size: 36px;
	line-height: 1em;
	text-align: center;
	font-weight: 900;
}
.searchbanner .tabs span,
.searchbanner .tabs a{
	cursor: pointer;
	background-color: #ecf3fe;
	line-height: 1.5em;
	padding: 5px 15px;
	border-radius: 4px;
	font-size: 14px;
	margin: 3% 10px;
	color: #333;
}
.searchbanner .tabs span.active,
.searchbanner .tabs a.active{
	color: #fff;
	background: url(../image/product/ac.png) #023592 no-repeat right bottom;
	background-size: 24px;
}
.searchbanner .form{
	margin: 0 auto;
	float: none;
}
.searchbanner form {
	display: none;
}
.searchbanner form label{
	margin-bottom: 2rem;
	flex-wrap: wrap;
}
.searchbanner form label span{
	font-size: 14px;
	color: #666;
	margin-right: 8px;
}
.searchbanner form label select{
	width: 100%;
	background-color: transparent;
	line-height: 32px;
	border: none;
	font-size: 14px;
	height: 32px;
	background-color: #fff;
	border-radius: 4px;
}
.searchbanner form label select.ng-pristine{
	color: #999;
	font-size: 14px;
}
.searchbanner form i{
	background-color: #000;
	color: #fff;
	border-radius: 4px;
	line-height: 32px;
	padding: 0 15px;
	cursor: pointer;
	transition: all .3s;
}
.searchbanner form i:hover{
	background-color: #023591;
}
.seawrch_list .li{
	margin-bottom: 5rem;
}
.seawrch_list .item{
	height: 100%;
	background-color: #fff;
	padding: 2rem;
	border-radius: 12px;
	transition: all .3s;
}
.seawrch_list .item .imgs{
	max-height: 260px;
	overflow: hidden;
	flex: 1;
}
.seawrch_list .item img{
	max-width: 100%;
	transition: all .3s;
}
.seawrch_list .item p{
	text-align: center;
	color: #333;
	font-size: 14px;
	margin-top: 12px;
}
.seawrch_list .item:hover{
    box-shadow: 0 0 10px #ddd;
}
.seawrch_list .item:hover img{
    transform: scale(1.05,1.05);
}
.caes_box{
	padding: 4rem 0;
}
.caes_box h2{
	color: #023591;
	font-size: 24px;
	margin: 2rem 0;
}
.caes_box h2 i{
	background-color: #023591;
	color: #fff;
	line-height: 24px;
	width: 24px;
	text-align: center;
	margin-right: 10px;
	font-size: 20px;
}
.caes_box h3{
	font-size: 18px;
	margin: 2% 0;
}
.caes_box .cns{
	line-height: 1.8em;
	font-size: 15px;
	padding-right: 10%;
}
.index_about .process_list .item:after{
    height: 45vh;
}
.index_about .process_list .item:nth-child(2n - 1):after{
    height: 30vh;
}
.index_about .process_list .item:nth-child(2n - 1){
    margin-top: 10vh;
}

.maps-box{
    padding-top: 2%;
    padding-bottom: 2%;
}
.maps-item h2 a{
    font-size: 20px;
    color: #053895;
    font-weight: 900;
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 12px;
}
.maps-item h3 a{
    font-size: 18px;
    color: #053895;
    font-weight: 900;
    margin-bottom: 5px;
}
.maps-item h4 a{
    font-size: 16px;
    font-weight: 900;
    color: #333;
    margin-bottom: 5px;
}
.maps-item a{
    color: #333;
    line-height: 1.5em;
    font-size: 14px;
    padding: 4px 0;
    display: block;
    transition: all .3s;
}
.maps-item a:hover{
    color: #053895;
}
.maps-item li{
    margin-bottom: 10px;
}

.search_list .item{
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    transition: all .3s;
    height: 100%;
}
.search_list > div{
    margin-bottom: 2rem;
}
.search_list .item .imgs{
    overflow: hidden;
    padding: 0;
    max-height: 180px;
}
.search_list .item img{
    transition: all .3s;
}
.search_list .item .text{
    padding: 2rem 3rem;
}
.search_list .item .text h2{
    font-size: 18px;
    line-height: 1.5em;
    color: #333;
}
.search_list .item .text p{
    margin-top: 1rem;
    font-size: 14px;
    line-height: 1.5em;
    color: #666;
}
.search_list .item:hover{
    box-shadow: 0 0 10px #ddd;
}
.search_list .item:hover img{
    transform: scale(1.05,1.05);
}

.about_video{
    width: 100%;
    padding-top: 5rem;
    background: #fff;
}
.about_video video{
    width: 100%;
    height:800px;
}

@media (max-width: 1367px) {
	.process_list .item:after{
		height: 40vh;
	}
	.process_list .item:nth-child(2n - 1):after{
		height: 25vh;
	}
	.process_list .item:nth-child(2n - 1){
		margin-top: 15vh;
	}
	.login .form_box{
		min-width: 420px;
	}
}
@media (max-width: 1025px) {
	.about_box1 .nums li{
		margin-bottom: 2rem;
	}
	.about_box1 .nums li h2 {
		font-size: 16px;
	}
	.about_box1 .nums li h2 span{
		font-size: 30px;
		line-height: 1em;
	}
	.about_box1,
	.about_box2,
	.about_box4{
		padding-top: 2rem;
		background-size: auto 100%;
	}
	.about_box2{
		padding-bottom: 0;
		padding-top: 2rem;
	}
	.about_box4{
		padding-bottom: 1rem;
	}
	.about_box2 .cns > h2, .about_box3 .cns > h2, .about_box4 .cns > h2{
		margin-bottom: 2rem;
		font-size: 18px;
	}
	.about_box1 .cns > h2{
		font-size: 18px;
	}
	.about_box1 .cns #ops,
	.about_box1 .cns > p{
		margin: 1rem 0 2rem;
	}
	.experiment_text h3{
		margin: 2% 0;
		font-size: 16px;
	}
	.experiment_list{
		margin: 10px -10px;
	}
	.experiment_list li{
		padding: 0 5px 5px;
	}
	.experiment_text{
		padding: 0;
	}
	.product_item{
		margin-bottom: 2rem;
	}
	.product_item .item{
		padding: 0 2rem;
	}
	.product_item .item .tex{
		padding: 2rem 2rem 2rem 0;
	}
	.product_item .subname{
		padding: 2rem;
	}
	.product_item .mores{
		margin: 2rem 0;
	}
	.product_item .subname h2,
	.product_item .item .tex h2{
		font-size: 14px;
	}
	.product_item .subname p{
		font-size: 10px;
	}
	.product_item .item .tex p{
		font-size: 12px;
	}
	.index_about{
		height: auto;
	}
	.index_server{
		background-size: auto 100%;
	}
	.caes_box{
		padding: 2rem 0 0;
	}
	.caes_box .cns{
		padding-right: 0;
	}
	.caes_box h3{
		margin-top: 4%;
	}
	.caes_box h2{
		margin: 1rem 0;
		font-size: 18px;
	}
	.login_text{
		font-size: 24px;
	}
	.login .form_box{
		min-width: 100%;
		padding: 3rem 1.5rem;
	}
	.login .form_box h2{
		font-size: 18px;
	}
	.login .form_box p{
		font-size: 14px;
	}
	.login .form_box label{
		margin-bottom: 1.5rem;
	}
	.login .form_box .check span,
	.login .form_box .check a{
		font-size: 12px;
	}
	.contact > h2{
		font-size: 20px;
	}
	.contact > h3{
		font-size: 16px;
	}
	.net .imgs{
		margin-bottom: 2rem;
	}
	.custom_list > div{
		margin-bottom: 1rem;
		padding: 0 .5rem;
	}
	.searchbanner {
		padding: 3rem 0;
	}
	.searchbanner h2{
		font-size: 24px;
	}
	.searchbanner .tabs{
		margin: 2rem 0;
	}
	.searchbanner form label span{
		min-width: 70px;
	}
	.video_list{
		margin: 0 -1rem;
		padding: 2rem 0;
	}
	.video_list .item .imgs{
		margin: 0;
		height: 240px;
	}
    .product_box3 table th,
    .product_box3 table td{
    	padding: 10px 20px;
    	color: #333;
    }
}
@media (max-width: 769px) {
	.process_list .item p{
		width: 100%;
		margin: 0;
	}
	.process_list .item:after{
		height: 16vh;
	}
	.process_list .item:nth-child(2n - 1):after{
		height: 8vh;
	}
	.process_list .item:nth-child(2n - 1){
		margin-top: 8vh;
	}
	.login .login_text{
		font-size: 18px;
		margin-top: 2%;
	}
	.login{
		padding: 2rem 0;
	}
	.bdmap{
		height: 400px;
	}
	.contact{
		padding: 3rem 1.5rem;
	}
	.contact_box{
		background: #fff;
	}
	.custom_list .item > span{
		font-size: 60px;
	}
	.custom_list .item .tx i{
		font-size: 30px;
		line-height: 30px;
	}
	.product_box1 h2{
		font-size: 22px;
		margin-bottom: 3%;
		/*margin-top: -5%;*/
	}
	.product_box1 p{
		font-size: 14px;
		padding-left: 12px;
		position: relative;
	}
	.product_box1 p:before{
		position: absolute;
		left: 0;
		top: 15px;
	}
	.product_box2 .item h2{
		font-size: 16px;
	}
	.product_box2 .item p{
		font-size: 14px;
	}
	.product_box3 h2,
	.product_box4 h2{
		font-size: 24px;
	}
	.product_box4 .imgs{
		margin: 2rem -.5rem;
	}
	.server_list .item{
		padding: 1.5rem;
	}
	.server_list .item i{
		font-size: 40px;
	}
	.server_list .item h2{
		font-size: 14px;
	}
	.server_list .item p{
		font-size: 12px;
	}
	.server_list > div{
		padding: 0 .5rem;
		margin-bottom: 1rem;
	}
	.server_box{
		margin: 2rem -.5rem 0;
	}
	.server_box .server_box_imgs .tex{
		padding: 2rem;
	}
	.server_box .server_box_imgs .tex h2{
		font-size: 18px;
	}
	.server_box .server_box_list .item .tex{
		padding: 2rem;
	}
	.server_box .server_box_list .icn{
		width: 20%;
	}
	.server_box .server_box_list .icn p{
		font-size: 14px;
	}
	.server_box .server_box_list .icn i{
		font-size: 32px;
		line-height: 40px;
	}
    .search_list .item .imgs{
        max-height: auto;
    }
    .about_video{
        padding-top: 2rem;
    }
    .about_video video{
        height: 420px;
    }
    .product_box3 table th,
    .product_box3 table td{
    	padding: 6px 12px;
    	color: #333;
    }
}
@media (max-width: 641px) {
	.product_item .subname{
		background-size: 100% auto;
	}
	.product_item .subname img{
		float: right;
	}
	.product_item .subname p{
		padding-right: 0;
	}
	.product_item .item{
		padding: 0 2rem;
	}
	.product_item .item .tex{
		padding: 2rem 2rem 0 0;
	}
	.searchbanner form i{
		margin: 1.5rem auto 0;
	}
	.video_list .item .imgs{
	    height: 210px;
	}
}