

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ul,h1,h2,h3,p,div,dl,dt,dd,figure,figcaption{
  margin: 0;
  padding: 0;
}
li{
  list-style: none;
}
a{
  color: #666;
  text-decoration: none;
  transition: all .4s;
}
.float_r{
  float: right !important;
}
.float_l{
  float: left !important;
}
.clearfix:after,.clearfix:before{
  content: '';
  display: table;
}
.clearfix:after{
  clear: both;
}
.container{
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 0;
}

#header {
  position: relative;
}
/*Home-header*/

.header-wrap {
  height: 4.125rem;
  width: 100%;
}
.header-logo img{
	display: block;
}
.mobile_nav_btns{
  display: none;
}
.navbar_header {
  height: 100%;
  position: relative;
}
.navbar_header .navbar_box{
  height: 100%;
  margin: 0 auto;
}
.header-wrap .container {
  height: 100%;
}
.headteler_nav{
  height: 100%;
}
.mobile_nav{
  position: absolute;
  top: 7px;
  right: 20px;
}
.pcNav {
  height: 100%;
  transition: all 0.3s ease 0s;
	position: relative;
}
.pcNav .nav {
  font-size: 0;
  height: 100%;
}
.pcNav .nav>li {
  display: inline-block;
  font-size: 1rem;
}
.pcNav .nav>li{
  line-height: 4.0625rem;
	margin: 0 6px;
}
.pcNav .nav>li.dropdown{
	position: relative;
}
.pcNav .nav>li.dropdown::after{
	content: '';
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top: 5px solid #000;
	position: absolute;
	top: 55%;
	right: 17px;
	transform: translateY(-50%);
	z-index: 100;
}
.pcNav .nav>li.active.dropdown::after,
.pcNav .nav>li.dropdown:hover::after{
	border-top: 0.4rem solid #fff;
}
.pcNav .nav>li>a {
  display: block;
  text-align: center;
  color: #464646;
  height: 100%;
  position: relative;
}
.pcNav>.nav>li{
  height: 100%;
  text-align: center;
  position: relative;
}
.pcNav .nav li:hover,
.pcNav .nav li.active{
  background: #13459e;
}
.pcNav .nav li:hover p,
.pcNav .nav li.active p{
  color: #fff;
}
.pcNav .nav li p{
  font-size: .875rem;
  color:#000;
  line-height: 4.125rem;
  padding: 0 32px 0 20px;
}
.pcNav .nav li img:nth-child(2){
  display: none;
}
.pcNav .nav li:hover img:first-child,
.pcNav .nav li.active img:first-child{
  display: none;
}
.pcNav .nav li:hover img:nth-child(2),
.pcNav .nav li.active img:nth-child(2){
  display: inline-block;
}
.header_nav {
  height: 100%;
  margin-left: 11.47%;
}
.intop_pos {
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 2px 7px #d8d8d899;
  transition: all 0.4s;
}
.intop_pos .nav li a {
  color: #333;
}
.nav_two{
	width: 130%;
	position: absolute;
	right: 0;
	z-index: 99;
}
.nav_two ul{
	background: #13459e;
	padding: 0 28px;
	display: none;
}
.nav_two ul:hover{
  display: block;
}
.nav_two .children li{
	float: left;
	line-height: 57px;

}
.nav_two .children li a{
	font-size: .875rem;
	color: #ffffff;
  padding: 0 14px;
}
.children a:hover{
  display: block;
  width: 100%;
  color:#fff;
  background: #2ba3ef;
}

/* Home-mobile-header */
.menu {
  float: right;
  display: none;
}
.mm-menu .mm-navbar .mm-title {
  padding: 0 0 0 25px;
  font-size: 1rem;
  color: #acacac;
  text-align: left;
}
.mm-navbar {
  height: 5rem;
  line-height: 5rem;
}
.mm-menu {
  background: #fff;
}
.mm-listview>li>a,
.mm-listview>li>span {
  font-size: 1rem;
  padding: 1.25rem 0.625rem 1.25rem 1.25rem;
}
.m-search>input::-webkit-input-placeholder {
  color: #3e4142;
  font-size: 0.875rem;
  line-height: 1.71rem;
}
.m-search>input {
  width: 100%;
  border: 0;
  outline: none;
  border-radius: 0 10rem 10rem 0;
  background: #f4f4f4;
  color: #9b9b9b;
  font-size: 0.875rem;
  height: 1.71rem;
  padding-top: 0.3rem;
}
.m-search>button {
  background: url(../images/search.png) no-repeat 10px 7px #f4f4f4;
  height: 1.71rem;
  width: 11%;
  border: 0;
  outline: none;
  background-size: 58%;
  padding: 0;
  border-radius: 10rem 0 0 10rem;
}
.m-search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0.625rem 0rem 1rem;
  border-color: #fff;
  display: none;
  width: 100%;
}
.mm-hasnavbar-top-1 .mm-panels,
.mm-navbar-top-2 {
  top: 4.2rem;
}
.mm-listview>li .mm-next:before {
  content: none;
}
.mm-navbar-bottom {
  border: none;
}
.mm-btn {
  width: 60px;
  height: 60px;
}
.mm-clear:after,
.mm-clear:before,
.mm-close:after,
.mm-close:before,
.mm-arrow:after,
.mm-prev:before {
  width: 10px;
  height: 10px;
  top: 10px;
}
.mm-clear:before,
.mm-close:before {
  right: 18px;
}
.mm-clear:after,
.mm-close:after {
  right: 32px;
}
.mm-next:after {
  width: 10px;
  height: 10px;
  top: 4px;
}
.mm-panels>.mm-panel>.mm-navbar+.mm-listview {
  width: calc(100% + 40px);
}
.mm-navbar.mm-hasbtns {
  background: #333;
  padding: 0 40px 0 17px;
  height: 4.25rem;
  line-height: 4.25rem;
}
.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
  border-color: #fff;
}
.header-wrap-phone{
  width: 17%;
  display: flex;
  align-items: center;
  margin-top: .875rem;
  position: relative;
}
.header-wrap-phone:before{
  content: '';
}
.header-wrap-phone img{
  margin-right: .875rem;
}
.header-wrap-phone p{
  font-size: .875rem;
  color: #000;
}
.header-wrap-phone strong{
  font-size: 1.5rem;
  color: #000;
}
.banner{
  overflow: hidden;
  width: 100%;
}
.banner img{
  width: 100%;
}
.banner .swiper-slide .container{
  position: relative;
}
.banner .swiper-slide img{
  display: block;
	width: 100%;
}
.banner .swiper-slide .btn{
  position: absolute;
  bottom:23%;
  left: 13%;
}
.banner .swiper-slide .btn a{
  min-width: 200px;
  -webkit-box-shadow: 0 10px 28px 2px rgba(247,150,12,.3);
  box-shadow: 0 10px 28px 2px rgba(247,150,12,.3);
}
.btn a{
  display: inline-block;
  font-family: faricy-new-web,sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 26px;
  color: #000;
  background-color: #eeb30d;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  padding: 17px;
  text-align: center;
  -webkit-box-shadow: -4px 7px 11px 1px rgba(238,179,13,.23);
  box-shadow: -4px 7px 11px 1px rgba(238,179,13,.23);
}
.mml-mask {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 20px;
  background: rgba(0,0,0,.5);
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}
.mml-mask.mml-show {
  display: -webkit-box!important;
  display: -webkit-flex!important;
  display: -ms-flexbox!important;
  display: flex!important
}
.mml-modal {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: auto;
  max-height: 100%;
  max-width: 580px;
  width: 100%;
  background: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 34px 0 rgba(33,33,33,.15);
  box-shadow: 0 0 34px 0 rgba(33,33,33,.15)
}
.mml-modal-header {
  padding: 5px 20px 5px 40px;
  text-align: right
}
.mml-modal-close {
  font-size: 26px;
  cursor: pointer
}
.fa, .fas{
  content: 'x';
  font-style: normal;
  font-weight: 900;
  color: #000;
}
.mml-modal-content {
  padding: 10px 40px 40px;
  overflow: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}
.mml-modal-content .f-title {
  padding-bottom: 40px
}
.mml-modal-content .f-title h2 {
  font-size: 28px;
  margin-bottom: 10px;
  font-family: faricy-new-web,sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 48px;
  color: #3d3d3d;
  -webkit-transition: all 0.24s;
  -o-transition: all 0.24s;
  transition: all 0.24s
}
.mml-form .mml-formrow {
  position: relative;
  margin-bottom: 28px
}
.mml-form .mml-formrow.half {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.mml-form .mml-formrow.form-btn {
  margin: 60px 0 40px;
}
.mml-form label {
  display: block;
  width: 100%;
  font-family: poppins,sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  color: #404040
}
.mml-form label.name {
  width: 48%;
  margin: 0 auto 0 0
}
.mml-form label.email {
  width: 48%;
  margin: 0 0 0 auto
}
.mml-form input:not([type=submit]),.mml-form textarea {
  display: block;
  width: 100%;
  margin: 10px 0 0;
  padding: 10px 15px;
  outline: none;
  -webkit-transition: all .24s;
  -o-transition: all .24s;
  transition: all .24s;
  resize: none;
  background-color: #f0f4f7;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: none;
  font-family: poppins,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #9fa8ab
}
.mml-form input:not([type=submit])::-webkit-input-placeholder,.mml-form textarea::-webkit-input-placeholder {
  color: #9fa8ab
}
.mml-form input:not([type=submit])::-moz-placeholder,.mml-form textarea::-moz-placeholder {
  color: #9fa8ab
}
.mml-form input:not([type=submit]):-ms-input-placeholder,.mml-form textarea:-ms-input-placeholder {
  color: #9fa8ab
}
.mml-form input:not([type=submit])::-ms-input-placeholder,.mml-form textarea::-ms-input-placeholder {
  color: #9fa8ab
}
.mml-form input:not([type=submit])::placeholder,.mml-form textarea::placeholder {
  color: #9fa8ab
}
.mml-form input:not([type=submit]):focus,.mml-form input:not([type=submit]):active,.mml-form textarea:focus,.mml-form textarea:active {
  color: #252118
}
.mml-form input:not([type=submit]) {
  height: 40px
}
.mml-form textarea {
  height: 116px
}
.mml-form input[type=submit] {
  width: 100%;
  font-family: faricy-new-web,sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  color: #fff;
  text-align: center;
  background-color: #eeb30d;
  -webkit-box-shadow: 7px 10px 37px 3px rgba(218,132,48,.23);
  box-shadow: 7px 10px 37px 3px rgba(218,132,48,.23);
  -webkit-border-radius: 30px;
  border-radius: 30px;
  padding: 8px;
  border:none;
}
.mml-form input[type=submit]:focus{
  outline: none;
}
.mml-form .mml-formtip {
  font-family: poppins,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  color: #666
}
.mml-form div.wpcf7-validation-errors,.mml-form div.wpcf7-acceptance-missing {
  border: 2px solid red
}
.mml-form div.wpcf7 .ajax-loader {
  position: absolute;
  top: 0
}
.mml-ellipsis {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  line-height: 20px;
  min-width: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center
}
.mml-pages {
  text-align: center
}
.mml-page {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 52px;
  margin: 10px;
  border: solid 4px #ebeff5;
  font-family: pragmatica-extended,sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  color: #666;
  text-align: center;
  cursor: pointer
}
.mml-page.mml-active,.mml-page:hover {
  background-color: #eeb30d;
  border-color: #eeb30d;
  color: #fff!important
}
.adv_wrap{
	background: #13459e;
}
.adv_wrap{
	padding: 50px 0;
}
.adv_wrap li{
	width: 25%;
	float: left;
	display: flex;
  align-items: center;
	padding: 0 24px;
}
.adv_wrap li:not(:last-child){
	border-right: 1px solid #426ab0;
}
.adv_wrap li img{
	margin-right: 20px;
}
.adv_wrap li h3{
	font-size: 1rem;
	color: #fff;
	margin-bottom: 12px;
}
.adv_wrap li p{
	font-size: .75rem;
	color: #fff;
}
.H-title{
	text-align: center;
}
.H-title h2{
	font-size: 1.875rem;
	color: #000;
}
.H-title p{
	font-size: .75rem;
	color: #373737;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
}
.H-title p::before{
	content: '';
	width: 21px;
	border-bottom: 1px solid #666666;
	position: absolute;
	left: -55px;
	top:50%;
	transform: translateY(-50%);
}
.H-title p::after{
	content: '';
	width: 21px;
	border-bottom: 1px solid #666666;
	position: absolute;
	right: -55px;
	top:50%;
	transform: translateY(-50%);
}
.solution_wrap{
	padding: 50px 0;
}
.solution_wrap_intro{
	font-size: .875rem;
	color: #6a6a6a;
	text-align: center;
	line-height: 3;
}
.solution_content{
	margin-top: 2.5rem;
}
.solution_content_left,
.solution_content_center{
	margin-right: 1.5%;
}
.solution_content_left,
.solution_content_center,
.solution_content_right{
	width: 32.3%;
	float: left;
}
.solution_content_item{
	position: relative;
	transition: all .5s;
}
.solution_content_item{
	margin-bottom: 1.3rem;
}
.solution_content_item img{
	display: block;
}
.solution_content_item>a>img{
  width: 100%;
}
.solution_content_item_intro{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
	padding: 50px 30px;
	transition: all .5s;
}

.solution_content_item:hover .solution_content_item_intro{
	background: #13459e;
}
.solution_content_item_intro div{
	position: absolute;
	bottom:0;
	left: 25px;
}
.solution_content_item:hover .solution_content_item_intro div{
	position: static;
}
.solution_content_item_intro h3{
	font-size: 1.4375rem;
	color: #000;
	margin-bottom: 20px;
}
.solution_content_item:hover .solution_content_item_intro h3{
	color: #fff;
}
.solution_content_item_intro p{
	font-size: .875rem;
	color: #fff;
	display: none;
}
.solution_content_item:hover .solution_content_item_intro p{
	display: block;
}
.solution_content_item_intro img{
	position: absolute;
	bottom: 0;
	right: 0;
	display: none;
}
.solution_content_item:hover .solution_content_item_intro img{
	display: block;
}
.product_wrap{
	padding: 50px 0 20px;
	background: url(../img/pro_bg.png) no-repeat;
}
.product_wrap .H-title h2,
.product_wrap .H-title p{
	color: #fff;
}
.product_wrap .H-title p::before,
.product_wrap .H-title p::after{
	border-color: #fff;
}
.product_wrap_list{
	margin-top: 3.4375rem;
}
.product_wrap_item{
	width: 32.3%;
	float: left;
	margin-bottom: 20px;
}
.product_wrap_item:not(:nth-child(3n)){
	margin-right: 1.55%;
}
.product_wrap_item .product_wrap_item_img{
	overflow: hidden;
}
.product_wrap_item img{
	display: block;
	transition: all .5s;
  width: 100%;
}
.product_wrap_item:hover img{
	transform: scale(1.1);
}
.product_wrap_item .product_wrap_item_intro{
	background: #4e88d3;
	padding: 10px 20px;
	color: #f2f2f2;
	line-height: 2;
}
.product_wrap_item .product_wrap_item_intro h4{
	font-size: 1.125rem;
}
.product_wrap_item .product_wrap_item_intro p{
	font-size: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.see_more{
	display: block;
	width: 150px;
	height: 40px;
	line-height: 40px;
	font-size: .875rem;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #d1dbec;
	margin: 40px auto;
}
.see_more:hover{
  background: #d1dbec;
  color: #333;
}
.company_wrap{
	padding: 40px 0;
	background: #f5f6f7;
}
.company_title p{
	font-size: 1.3125rem;
	color: #a3a3a3;
	text-transform: uppercase;
	padding-left: 38px;
	border-left: 12px solid #1b58a7;
	box-sizing: border-box;
}
.company_title h2{
	font-size: 1.875rem;
	color: #000000;
	margin-left: 50px;
	line-height: 2;
	position: relative;
}
.company_title h2::after{
	content: '';
	width: 140px;
	border-bottom: 1px solid #666;
	position: absolute;
	bottom: 0;
	left: 0;
}
.company_wrap_list{
	margin-top: 35px;
}
.company_wrap_list{
	width: 32.3%;
	float: left;
}
.company_wrap_list:not(:last-child){
	margin-right: 1.55%;
}
.company_wrap_item{
	margin-bottom: 21px;
	position: relative;
}
.company_wrap_item img{
	width: 100%;
	display: block;
}
.company_wrap_item p{
	font-size: 1.25rem;
	color: #ffffff;
	width: 100%;
	background: #13459e;
	line-height: 64px;
	padding-left: 36px;
	position: absolute;
	bottom:0;
	left: 0;
}
.about_wrap{
  padding: 3.4375rem 0 5.625rem;
  background: url("../img/about_bg.png") no-repeat;
  background-size: 100% 100%;
}
.about_wrap_content>ul{
  display: flex;
  justify-content: center;
  margin: 1.875rem 0 2.8125rem;
}
.about_wrap_content>ul>li{
  font-size: 1rem;
  color: #fff;
  width: 7.5rem;
  text-align: center;
  line-height: 2.5rem;
  border-radius: 1.25rem;
  background: #13459e;
  cursor: pointer;
}
.about_wrap_content>ul>li:not(:last-child){
  margin-right: 1.25rem;
}
.about_wrap_content>ul>li.active{
  background: #4e88d3;
}
.about_wrap_content .swiper-slide{
  background: #fff;
  padding: 2.8125rem 3.25rem;
  box-shadow: 0 0 4px rgba(142,142,142,.3);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about_wrap_content .swiper-slide img{
  width: 52.6%;
}
.about_wrap_content .swiper-slide div{
  width: 44.5%;
}
.about_wrap_content .swiper-slide p{
  font-size: 1rem;
  color: #5a5a5a;
  text-indent: 2em;
  line-height: 1.7;
}
.server_wrap{
  background: #f6f6f6;
  padding: 4.125rem 0;
}
.server_wrap_content{
  overflow: hidden;
  position: relative;
  margin-top: 3.4375rem;
}
.server_wrap_content .server_wrap_content_left{
  width: 66.4%;
}
.server_wrap_content .server_wrap_content_left img{
  width: 100%;
}
.server_wrap_content .server_wrap_content_left img:not(:first-child){
  display: none;
}
.server_wrap_content_list{
  width: 32.5%;
  height: auto;
  border-top: 5px solid #ff6501;
  border-bottom: 5px solid #313131;
  position: absolute;
  right: 0;
  top:0;
  padding: 1.4rem 0;
}
.server_wrap_content_list li a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.8rem 1.25rem 1.8rem 1.625rem;
  cursor: pointer;
  transition: all .5s;
}
.server_wrap_content_list li:not(:last-child){
  border-bottom: 1px solid #ededed;
}
.server_wrap_content_list li:hover{
  background: #ff6501;
}
.server_wrap_content_item_left{
  width: 52%;
}
.server_wrap_content_list li h4{
  font-size: .9375rem;
  font-weight: bold;
  line-height: 2;
}
.server_wrap_content_list li:hover h4{
  color: #fff;
}
.server_wrap_content_list li p{
  font-size: .9375rem;
  color: #000000;
  line-height: 1.625rem;
  text-indent: 1em;
}
.server_wrap_content_list li:hover p{
  color: #fff;
}
.server_wrap_content_item_right{
  transition: all .5s;
}
.news_wrap{
  background: url("../img/news_bg.jpg") no-repeat;
  background-size: 100% 100%;
}
.news_wrap .H-title h2,
.news_wrap .H-title p{
  color: #fff;
}
.news_wrap .H-title p::before,
.news_wrap .H-title p::after{
  border-color: #fff;
}
.news_wrap{
  padding: 3.75rem 0 1rem;
}
.news_wrap_list{
  margin-top: 2.8125rem;
}
.news_wrap_list li{
  width: 32.3%;
  float: left;
}.news_wrap_list li img{
  width: 100%;
 }

.news_wrap_list li:not(:last-child){
  margin-right: 1.55%;
}
.news_wrap_item_intro_date{
  width: 65px;
  height: 65px;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  padding: .75rem;
  background: #4e88d3;
  box-sizing: border-box;
}
.news_wrap_item_intro{
  padding: 1.625rem 0 1rem;
  display: flex;
  justify-content: space-between;
}
.news_wrap_item_intro_right{
  width: 82%;
}
.news_wrap_item_intro_right h4{
  font-size: 1.125rem;
  color: #fff;
}
.news_wrap_item_intro_right p{
  font-size: .875rem;
  color: #fff;
  margin: .75rem 0;
}
.news_wrap_item_intro_right a{
  font-size: .875rem;
  color: #fff;
  margin-top: .5rem;
}
#footer{
  background: #181b20;
}
.footer_top{
  padding: 2.5rem 3.4375rem;
  border-bottom: 1px solid #282c34;
}
.footer_contact{
  width: 50%;
  float: left;
}
#footer h2{
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 1.5625rem;
}
.footer_contact p{
  font-size: 1.25rem;
  color: #fff;
  margin-bottom: 1rem;
}
.footer_contact_intro{
  display: flex;
  flex-wrap: wrap;
}
.footer_contact_intro div{
  width: 42%;
  display: flex;
  align-items: center;
}
.footer_contact_intro div img{
  margin-right: 10px;
}
.footer_contact_intro div span{
  font-size: .9375rem;
  color: #666;
}
.footer_nav{
  width: 45%;
  float: left;
}
.footer_nav_content{
  display: flex;
  justify-content: space-between;
}
.footer_nav h3{
  font-size: 1rem;
  color: #fff;
  margin-bottom: 1.5rem;
}
.footer_nav_a{
  display: flex;
}
.footer_nav_product{
  width: 56%;
}
.footer_nav_product .footer_nav_a>div{
  margin-right: 8%;
}
.footer_nav_a a{
  font-size: .9375rem;
  color: #666;
  display: block;
  line-height: 1.625rem;
}
.footer_bottom{
  font-size: .75rem;
  color: #666;
  padding: 1.275rem 0;
  text-align: center;
}
/*about.html*/
.location{
  font-size: .875rem;
  color: #999999;
  line-height: 3.125rem;
  border-bottom: 1px solid #f0f0f0;
}
.location a{
  color: #999999;
}
.page{
  background: #fafafa;
}
.page_left{
  width: 20%;
  float: left;
  background: #fff;
  margin-top: 3.5625rem;
}
.page_left h3{
  font-size: 1.875rem;
  color: #fff;
  font-weight: bold;
  background: #13459e;
  padding: 1.625rem 1.875rem;
  border-bottom: 5px solid #4e88d3;
}
.page_left_a{
  padding: 10px 10px 5px;
}
.page_left_a div{
  background: #f6f6f6;
  padding: 1rem 0;
  margin-bottom: 5px;
}
.page_left_a div a{
  font-size: 1rem;
  color: #555;
  border-left: 3px solid #d1d1d1;
  padding-left: 1.375rem;
}
.page_right{
  float: right;
  width: 78%;
  margin: 3.5625rem 0;
}
.about_content{
  background: #fff;
  padding: 1.875rem 2.5rem 10rem;
}
.about_content h3{
  font-size: 1.625rem;
  color: #000;
  margin-bottom: 25px;
}
.about_content p{
  font-size: .9375rem;
  color: #5a5a5a;
  line-height: 1.5rem;
  text-indent: 2em;
}
/*news.html*/
.news_item{
  padding: 2.5rem;
  margin-bottom: 1.125rem;
  background: #fff;
}
.news_item img{
  width: 27.5%;
}
.news_item .news_item_intro{
  width: 68%;
}
.news_item .news_item_intro h4{
  font-size: 1.125rem;
  color: #333;
}
.news_item .news_item_intro span{
  font-size: 1rem;
  color: #a3a3a3;
  line-height: 3.125rem;
}
.news_item .news_item_intro p{
  font-size: .875rem;
  color: #666;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.news_item .news_item_intro a{
  font-size: .875rem;
  color: #828282;
  border:1px solid #b5b5b5;
  padding: .5rem 1.75rem;
  border-radius: 4px;
  display: inline-block;
  margin-top: 10px;
}
.news_content{
  padding: 2.5rem;
  background: #fff;
}
.news_content_title{
  text-align: center;
  border-bottom:1px solid #eaeaea;
  padding-bottom: 1.875rem;
}
.news_content_title h4{
  font-size: 1.875rem;
  color: #333;
  line-height: 2.2;
}
.news_content_title p{
  font-size: .875rem;
  color: #8f8f8f;
}
.news_content_artial{
  padding: 1.875rem 0;
}
.news_content_artial img{
  display: block;
  margin: 0 auto;
}
.news_content_artial p{
  font-size: .9875rem;
  color: #5a5a5a;
}
/*product.html*/
.product_list{
  padding-left: 1%;
}
.product_list2{
	display: flex;
	flex-wrap: wrap;
}
.page_num{
  display: flex;
  justify-content: center;
  margin: 3.125rem;
}
.page_num a{
  display: block;
  width: 46px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  background: #f0f0f0;
}
.page_num a:hover,
.page_num a.active{
  color: #fff;
  background: #4e88d3;
}
.page_num a:not(:last-child){
  margin-right: 6px;
}
.product_list2 .product_wrap_item img{
	width: 100%;
	height: 11vw;
	object-fit: cover;
}






@media only screen and (max-width:119rem) {

}
@media only screen and (max-width:100rem) {

}
@media only screen and (max-width:87.5rem) {
  .container{padding: 0 1rem}
  .main .container{padding: 50px 1rem}
  .mobile_nav_btns{display: block;position: relative;}
  .mobile_nav_btns_logo{margin-top: 15px}
  .header-wrap{ display: none;}
  .menu {display:block;}
  .solution_content_item_intro img{width: 45px}
  .news_wrap_item_intro_date{width: 55px;height: 55px;padding: 8px}
  .product_wrap_item img{width: 100%;}
	.product_list2 .product_wrap_item img{height: 16vw;}
  .footer_top{padding: 2rem 1rem}
  .footer_contact_intro div span{font-size: .75rem}
  .footer_nav_a a{font-size: .75rem}
}
@media only screen and (min-width:87.5rem) {


}
@media only screen and (max-width:75rem) {
  .pcNav .nav li p{padding: 0 10px}
}
@media screen and (max-width:62rem) {
  .adv_wrap{padding: 2rem 0 1rem}
  .adv_wrap li{width: 50%;margin-bottom: 1rem}
  .adv_wrap li:nth-child(even){border: none}
	.product_list2 .product_wrap_item img{height: 20vw;}
}
/*移动端隐藏*/
@media screen and (max-width: 46.875rem){
	.container{padding: 0 1rem}
	.top-wrap a{margin-left: 6px;}
	.mobile_nav_btns_logo{display: inline-block;margin-top: 8px;}
	.mobile_nav_btns_logo img{width: 50%;}
	.banner.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{bottom: 5px;}
	.banner .swiper-pagination-bullet{width: 8px;height: 8px;}
	.banner .swiper-slide .btn{bottom: 15%}
	.banner .swiper-slide .btn a{font-size: .75rem;line-height: 1.8;padding: 0 10px;width: auto;min-width: auto;font-weight: normal}
	.mml-form label.name {width: 100%;margin: 0 0 28px}
	.mml-form label.email {width: 100%;margin: 0}
  .adv_wrap li{padding: 0 6px}
  .adv_wrap li img{margin-right: 8px;width: 40%}
  .adv_wrap li h3{margin-bottom: 8px;}
  .solution_wrap{padding: 40px 0;}
  .solution_content{margin-top: 1rem}
  .solution_content_item{margin-bottom: .5rem}
  .solution_content_item_intro div{left: 10px}
  .solution_content_item_intro h3{font-size: 1rem}
  .solution_content_item_intro{padding: 40px 0 0;}
  .solution_content_item_intro h3{margin-bottom: 10px}
	.product_list2 .product_wrap_item img{height: 30vw;}
  .product_wrap_item{width: 48%;}
  .product_wrap_item:nth-child(odd){margin-right: 4%;}
  .product_wrap_item:nth-child(even){margin-right: 0;}
  .product_wrap_item .product_wrap_item_intro{padding: 8px 10px;}
  .company_wrap_item{margin-bottom: 6px}
  .product_wrap_item .product_wrap_item_intro p{line-height: 1}
  .company_wrap_item p{font-size: 1rem;line-height: 1;padding: 5px}
  .about_wrap_content .swiper-slide{padding: 1rem 1rem;display: block}
  .about_wrap_content .swiper-slide img{width: 100%;}
  .about_wrap_content .swiper-slide div{width: 100%;}
  .server_wrap_content .server_wrap_content_left{width: 100%}
  .server_wrap_content_list{width: 100%;position: static;}
  .server_wrap_content_list{padding: 1rem 0;height: auto;}
  .server_wrap_content_list li{padding: .75rem 0;}
  .server_wrap_content_list li a{padding: 0.5rem;}
  .server_wrap_content_item_right{width: 45%;}
  .news_wrap_list li{width: 100%;}
  .news_wrap_list li:not(:last-child){margin-right: 0;}
  .footer_top{display: none;}
  /*about.html*/
  .page_left{width: 100%;margin-top: 1rem}
  .page_left_a{display: flex;flex-wrap: wrap}
  .page_left_a div{padding: .5rem 0;width: 50%;}
  .page_left_a div a{padding-left: 1rem}
  .page_right{width: 100%;margin: 1rem 0;}
  .about_content{padding: 1.5rem 1rem 3rem}
  /*news.html*/
  .news_item{padding: 1rem .75rem;}
  .news_item img{width: 40%;display: none}
  .news_item .news_item_intro{width: 100%}
  .news_item .news_item_intro h4{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size: 1rem;}
  .news_item .news_item_intro span{font-size: .875rem;line-height: 2}
  .news_item .news_item_intro a{padding: .2rem 1.3rem;font-size: .75rem;}
  .news_content{padding: 1rem .875rem;}
}
