/*头部*/

@charset "utf-8";
/* @import url("/Fonts/font.css"); */

/* reset公共部分 */

html {
	font-size: 10px;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
input,
textarea,
button,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	/*-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;*/
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
	display: block;
}

html {
	height: auto;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

#gnb .navi ul.depth1> li:hover a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	text-decoration: none;
}

legend,
caption,
hr {
	display: none;
}

em {
	font-style: normal;
}

img {
	max-width: 100%;
}

input {
	vertical-align: middle;
}

p,
h3,
h2,
h1 {
	letter-spacing: normal;
}

input,
textarea,
button,
select {
	font-family: sans-serif;
}

section {
	width: 100%;
	text-align: center;
}

body {
	font-family: "微软雅黑" !important;
	width: 100%;
	height: 100%;
	color: #333333;
	background-color: #f0f0f0;
}

button {
	cursor: pointer
}

button,
select,
input {
	font-family: 'NotoSans', 'Arial', sans-serif, sans-serif;
	-webkit-appearance: none;
	border: 0;
	background: transparent;
	outline: 0;
}

video {
	object-fit: cover;
}

ol,
ul,
li {
	list-style: none;
}

a {
	-webkit-tap-highlight-color: transparent;
	outline: none;
	blr: expression(this.onFocus=this.blur());
}

a:focus {
	outline: none;
}


/*头部样式*/

.head_nav {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
}

.head_nav .right_area {
	color: #fff;
	position: relative;
	max-width: 1226px;
	margin: 0 auto;
	padding: 28px 0 12px;
	z-index: 999;
	opacity: 1;
	text-align: right;
}

.head_nav .right_area img {
	vertical-align: middle;
	width: 23px;
	margin-left: 20px;
}

.head_nav .right_area img.qq {
	width: 18px;
}

.head_nav .right_area a span {
	vertical-align: middle;
	font-size: 1.4rem;
	color: #fff;
}

#gnb {
	position: relative;
	top: 0;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	z-index: 999;
	min-height: 70px;
	left: 0;
}

.more .jia {
	display: none;
	font-size: 1.7rem;
}

.more .hovers {
	padding-left: 5px;
	transition: all 0.8s;
}

.more span {
	padding-left: 5px;
	display: none;
	transition: all ease-in-out 1s;
}


/*.more:hover span {
	opacity: 1;
	width: 20px;
	margin-left: 0;
	text-align: right;
	
}*/

#gnb .navi {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 70px;
	background-color: #ffffff;
	margin: 0 auto;
	font-size: 0;
	letter-spacing: 0;
	word-spacing: 0;
}

#wrap.main #gnb .navi.step2 {
	width: 1200px;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	background: #fff;
}

#gnb .navi .btn_left {
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 1000;
	width: 70px;
	height: 70px;
	font-size: 15px;
	position: absolute;
	top: 0;
	left: 0;
}

#wrap.main #gnb .navi> * {
	width: 70px;
	height: 70px;
}

#wrap.main #gnb .navi .btn_left {
	background: none;
	position: absolute;
	top: 0;
	left: 0;
}

.swiper1 .swiper-pagination-bullet {
	width: 25px;
	height: 2px;
	display: inline-block;
	border-radius: 100%;
	background: #fff;
	opacity: .4;
}

.tops_ a {
	position: relative;
}

img.erweima {
	position: absolute;
	top: 53px;
	right: 105px;
	z-index: 9999;
	width: 80px;
	display: none;
	background: #fff;
	padding: 5px;
	border-radius: 3px;
}


/*.swiper1>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 65%;
}

.swiper1 .swiper-pagination-bullet-active {
	opacity: 1;
	background: #fff;
	width: 25px;
	height: 2px;
	border-radius: 0;
}*/

.btn_left .box div {
	background: #f1732f;
}

#gnb .navi.step3 .btn_left {
	color: #fff;
	background-color: #4855b4;
}

#gnb .navi.step3 .btn_left .box {
	background-color: pink;
	background: #3558b3 url(../img/bg.png) no-repeat left center;
	color: #fff;
}

.box {
	height: 70px;
	position: relative;
	color: #111;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	padding: 13px 0;
}

.step3 .box div {
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
}

.box p {
	color: #fff;
	padding: 5px 0 0 0;
}

#gnb .navi {
	width: 210px;
	min-width: 210px;
	font-size: 0;
	letter-spacing: 0;
	word-spacing: 0;
	background: none;
	overflow: hidden;
	background: #fff;
}

.fadeIns {
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	position: relative;
	min-width: 1226px !important;
	margin: 0 auto;
	display: inline-block;
	vertical-align: top;
	width: 1226px;
	min-width: 210px;
}

#gnb .navi ul.depth1 {
	position: relative;
	font-size: 0;
	letter-spacing: 0;
	word-spacing: 0;
	margin: 0 auto;
}

#gnb .navi .center> .center_inner>* {
	display: inline-block;
	vertical-align: top;
}

#gnb .navi ul.depth1> li {
	display: inline-block;
	vertical-align: top;
	margin: 0 20px;
	padding: 0 5px;
}

#gnb .navi ul.depth1> li> a {
	position: relative;
	display: block;
	height: 70px;
	line-height: 71px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	color: #666;
	font-size: 1.6rem;
}

#gnb .navi ul.depth1> li> a:hover {
	color: #165cb1;
}

#gnb .navi ul.depth1> li> a.active_ {
	color: #165cb1;
}

.bannerindex_float p {
	font-family: helvetica;
}

#gnb .navi .logo {
	width: 300px;
	margin: 0 25px;
	font-size: 18px;
}

#gnb .navi .logo img {}

a.more {
	background: url(../img/more.png) no-repeat;
	display: inline-block;
	width: 160px;
	height: 52px;
	text-align: center;
	color: #fff;
	font-size: 1.4rem;
	line-height: 55px;
	margin-top: 50px;
}

#gnb .navi .logo> a {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

a.more:hover {
	color: #fff;
}

#gnb .navi.step3 .btn_right {
	background: url(../img/egbg.png) no-repeat right center;
}

#gnb .navi .btn_right {
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1000;
	width: 70px;
	height: 70px;
	font-size: 15px;
	position: absolute;
	top: 0;
	right: 0;
}

.fadeIn2 {
	display: none;
}

.tops {
	position: fixed !important;
	top: 0 !important;
	width: 100% !important;
}

#gnb.scroll {
	position: fixed;
	max-width: none;
}

#gnb.scroll .navi {
	max-width: 2000px;
	width: 100%;
	top: 0 !important;
}

.video .img {
	position: relative;
}

.viss {
	text-align: center;
	margin-top: 18%;
}

.videos1 {
	color: #ffffff;
	font-size: 2rem;
	padding-top: 10px;
}


/*banner*/

.banner_index {
	position: relative;
}

.banner_index .swiper-slide {
	position: relative;
	overflow: hidden;
}

.banner_index .swiper-slide .bannerindex_float {
	position: absolute;
	top: 23%;
	width: 100%;
	left: 0;
	text-align: center;
	color: #fff;
}

.bannerindex_float h1 {
	font-size: 5.6rem;
}

.bannerindex_float .lines {
	padding: 50px 0;
	display: inline-block;
}


/*<!--视频，资质荣誉-->*/

.video_honor {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 8;
	width: 100%;
	/*height: 280px;*/
}

.video_honor .row>div {
	padding: 0;
	position: relative;
	height: 100%;
}

.video .video_radio {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -26px;
	margin-top: -26px;
}

.index_ad_cover {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 280px;
	max-height: 55vh;
	width: 100%;
	overflow: hidden;
}

.index_ad_cover .row {
	height: 100%;
}

.index_ad_cover .row .col {
	height: 100%;
}

.index_ad_cover .row .col>div {
	height: 100%;
}

.index_ad_cover .row .col .img {
	width: calc( 1400px / 2 - 15px);
	background: url(../img/videss.png) center left/cover;
	height: 100%;
	float: right;
	cursor: pointer;
}


/*.index_ad_cover .row .col:hover .img {
    transform: scale(1);
}*/

.titles_h1 h1 {
	font-size: 3.6rem;
	color: #333333;
	padding-top: 15px;
}

.video_honor .row>div .honor {
	background: #fff;
	text-align: center;
	padding-top: 60px;
}

.videokuang {
	display: none;
}

.men_video {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.7);
	z-index: 30;
}

.video1 {
	position: fixed;
	top: 50%;
	left: 50%;
	max-width: 100%;
	margin-top: -15%;
	z-index: 31;
	margin-left: -400px;
}

.pc_banner {
	animation-duration: 9s;
}


/*第二个轮播*/

.index_bg {
	background: url(../img/swiper2_bg.jpg) no-repeat left;
}

.index_p .row {
	height: 100%;
}

.index_p .row> div {
	height: 100%;
	/*padding: 0;*/
}

.index_p .row> div:nth-of-type(1) {
	padding: 0 !important;
}

.index_p .row .img {
	height: 100%;
	background:#EEEFF3;
}

.index_p .row .img img {
	position: relative;
	top: 0;
	right: 3vw;
    left:0px;
	height: auto;
	max-width: 100%;
}

.swiper2 {
	background: #eeeff3;
}

.swiper2 .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url(../img/jt1r.png);
	right: 8%;
}

.swiper2 .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url(../img/jt1.png);
	left: 20%;
}

.swiper2 .swiper-button-next,
.swiper-button-prev {
	width: 27px;
	height: 17px;
	background-size: 27px 17px;
	top: 80%;
}

.swiper2 .swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	background-image: url(../img/jt2.png);
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	background-image: url(../img/jt2l.png);
}

.btn_jt {
	position: absolute;
	top: 66px;
	width: 50%;
	/*border-top: 2px solid #eee;*/
	z-index: 99;
	height: 50px;
	/*border-bottom: 2px solid #eee;*/
}

.jt_all {
	position: absolute;
	top: 0;
	width: 400px;
	height: 50px;
	left: 50%;
	margin-left: -200px;
}

.swiper-pagination2 {
	position: absolute;
	top: 6px;
	width: 50%;
	font-size: 2.2rem;
	color: #4d4d4d;
	left: 30.5%;
}

.index_p .row .txt {
	padding: 200px 0 0 0;
}

.inner_box ul {
	padding-left: 20px;
}

.inner_box ul li {
	font-size: 1.6rem;
	color: #666;
	line-height: 30px;
	list-style: decimal;
}

.inner_box .font_tit {
	font-size: 2.6rem;
	color: #000000;
	font-weight: bold;
	padding-bottom: 30px;
}

.diandian {
	padding-left: 5px;
	font-size: 20px;
}

.c_btn {
	display: inline-block;
	height: 45px;
	line-height: 43px;
	-webkit-border-radius: 20px;
	border-radius: 100px;
	font-size: 1.5rem;
	text-align: center;
	padding: 0 20px;
	margin-top: 45px;
	cursor: pointer;
	min-width: 150px;
	border: 2px solid #165cb1;
	color: #165cb1;
}

.swiper1 .c_btn {
	border: 2px solid #fff;
	color: #fff;
}

.indexs {
	border: 2px solid #fff;
	color: #fff;
}

.c_btn:hover {
	background: #5754b4;
	background-image: linear-gradient(to bottom right, #165bb1, #6552b5);
	color: #fff;
	border: 2px solid #5754b4;
}


/*关于我们*/

.about {
	position: relative;
	background: url(../img/about_bg.jpg) no-repeat center / cover;
	background-attachment: fixed;
	/*background-size: auto 100%;*/
}

.about_container {
	/*position: absolute;*/
	top: 20%;
	width: 100%;
}

.about .titles_h1 {}

.about .titles_h1 h1 {
	color: #fff;
}

.index_tech .txt {
	position: relative;
	display: block;
	color: #fff;
	background: url(../img/about2_03.jpg) #04285f no-repeat;
}

.index_tech .txt:hover {
	background: url(../img/about2_04.jpg) #04285f no-repeat;
}

.font_tit p {
	color: #becce5;
	font-size: 1.5rem;
	line-height: 25px;
}

.banquan {
	background: #040c1b;
	color: #5e626a;
	font-size: 1.4rem;
	text-align: center;
	padding: 20px 0;
}

.mores img.hidea {
	display: none;
}

.font_tit p.tit {
	font-size: 2.6rem;
	color: #e2e8f2;
	font-weight: bold;
	padding-bottom: 15px;
}

.about .mores {
	margin: 20px 200px 0 0;
	text-align: center;
}


/*新闻*/

.news {
	background: #f5f5f5;
}

.index_new {
	padding: 200px 0 50px 0;
}

.index_new ul li {
	cursor: pointer;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #d3d6db;
	overflow: hidden;
}

.index_new ul li:hover .tit{
	color: #165cb1;
}

.index_new ul li a {
	display: block;
}

.index_new ul li a> div {
	float: left;
}

.index_new ul li a> div.type {
	width: 100px;
	color: #888888;
	font-weight: bold;
	text-align: center;
	border-right: 1px solid #d3d6db;
}

.index_new ul li a> div.type b {
	display: block;
	font-size: 1.5rem;
	font-weight: normal;
	font-weight: bold;
}

.index_new ul li a> div.type:lang(en) {
	width: 200px;
}

.index_new ul li a> div.tit {
	width: calc( 100% - 160px);
	padding: 0 30px;
	font-size: 2rem;
	color: #666;
    font-weight:bold;
}

.index_new ul li a> div.btn p {
	color: #04285f;
	font-size: 2.2rem;
	width: 28px;
	height: 28px;
	line-height: 26px;
	text-align: center;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #f5f5f5;
}

.index_new ul li:hover div.btn p {
	background: #215ab2;
	background-image: linear-gradient(to bottom right, #165bb1, #6552b5);
	color: #fff;
}

.index_new ul li:hover div.type b {
	/*font-weight: bold;*/
}

.contact {
	background: #fff;
	padding: 10rem 0 6rem 0;
}

.contact .lxwm {
	padding-top: 5rem;
}

.contact .icons_con img {
	width: 4rem;
}

.contact p {
	padding-bottom: 0.5rem;
	color: #333333;
	font-size: 1.5rem;
}

.contact p.tits {
	padding-bottom: 1rem;
	font-weight: bold;
}

.contact p.icons_con span {
	vertical-align: bottom;
	color: #666666;
}

.contact .smallss>div.margin_bo {
	margin-bottom: 40px;
}

.contact .lxwm>div {
	border-right: 1px solid #d3d6db;
}

.contact .lxwm>div:nth-of-type(2) {
	padding-left: 60px;
}

.contact .lxwm>div:nth-of-type(3) {
	border-right: none;
}

.zp {
	text-align: center;
}

.zp p {
	text-align: center;
	font-size: 1.6rem;
	color: #000000;
	padding-bottom: 2px;
	width: 80%;
	margin: auto;
}

.contact .smallss>div.padd_l {
	padding-left: 70px;
	border-left: 1px solid #d3d6db;
}

.zp .more {
	display: block;
	margin: auto;
	margin-top: 5rem;
}

.about_container .container {
	padding: 100px 0;
}

.swiper2 .index_bg .container-fluid {
	/*margin: 0;*/
}

.contact p.address {
	color: #434343;
	font-size: 1.6rem;
	padding-bottom: 25px;
	font-weight: bold;
}


/*手机端导航*/

.phone-header {
	position: fixed;
	display: none;
	width: 100%;
	height: 50px;
	background: #fff;
	z-index: 999;
	left: 0;
	right: 0;
	border-bottom: 1px solid #ddd;
}


/**/

.phone-header-box {
	/*position: fixed;*/
	top: 10px;
	left: 0;
	background: #fff;
	width: 100%;
	top: 0;
	z-index: 50;
}

.phone-header h1 {
	line-height: 20px;
	padding: 5px 20px;
}

.phone-header .menu-push {
	width: 35px;
	height: 35px;
	padding: 9px 5px 0;
	background: #fff;
	float: right;
	margin-top: 8px;
}

.phone-header .menu-push.fixed {
	position: fixed;
	background: rgba(255, 255, 255, .8);
}

.phone-header .menu-push.fixed.menu-open {
	width: 100%;
	background: rgba(255, 255, 255, 1);
}

.phone-header .menu-push .push-line {
	float: right;
	width: 27px;
	height: 27px;
}

.honor:hover h1 {
	color: #165cb1;
}

.phone-header .menu-push .line {
	display: block;
	width: 27px;
	height: 3px;
	margin-bottom: 4px;
	background: #000;
	overflow: hidden;
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	-moz-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.phone-header .menu-push.menu-open {
	background: #5355b4;
	cursor: pointer;
}

.phone-header .menu-push.menu-open .line {
	background: #fff;
}

.phone-header .menu-push.menu-open .line-1 {
	width: 30px;
	transform: translate(0px, 7px) rotate(45deg);
	-webkit-transform: translate(0px, 7px) rotate(45deg);
	-moz-transform: translate(0px, 7px) rotate(45deg);
	-o-transform: translate(0px, 7px) rotate(45deg);
}

.phone-header .menu-push.menu-open .line-2 {
	width: 0px;
	transform: translateX(27px);
	-webkit-transform: translateX(27px);
	-moz-transform: translateX(27px);
	-o-transform: translateX(27px);
}

.phone-header .menu-push.menu-open .line-3 {
	width: 30px;
	transform: translate(0px, -7px) rotate(-45deg);
	-webkit-transform: translate(0px, -7px) rotate(-45deg);
	-moz-transform: translate(0px, -7px) rotate(-45deg);
	-o-transform: translate(0px, -7px) rotate(-45deg);
}

.phone-header .menu-list {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 999;
	display: none;
	height: 100vh;
	background: #fff;
}

.phone-header .menu-list form .choose {
	padding: 16px 15px 11px;
	background: #fff;
	box-shadow: 0px 3px 3px #f1f1f1 inset;
}

.phone-header .menu-list form .choose a {
	float: left;
	font-size: 12px;
	color: #666666;
	line-height: 12px;
}

.phone-header .menu-list form .choose i {
	float: left;
	width: 1px;
	height: 7px;
	margin: 3px 27px 0;
	background: #c2c1c1;
}

.phone-header .menu-list form .choose a.on {
	color: #ff0000;
}

.phone-header .menu-list .form {
	height: 36px;
	background: #e9e9e9;
}

.phone-header .menu-list form input {
	float: left;
}

.phone-header .menu-list form .text {
	width: 80%;
	height: 33px;
	line-height: 33px;
	border: none;
	padding-left: 15px;
	background: #e9e9e9;
}

.phone-header .menu-list form .search {
	height: 33px;
	width: 33px;
	margin-right: 15px;
	float: right;
	border: none;
	background-size: 15px 15px;
}

.phone-header .menu-list ul {
	float: none;
	overflow: auto;
}

.phone-header .menu-list li {
	float: none;
	background: #ffffff;
	padding: 0;
	margin: 0;
}

.phone-header .menu-list li .z1 {
	display: block;
	height: 43px;
	line-height: 43px;
	font-size: 1.6rem;
	color: #333333;
	border-bottom: 1px solid #e5e5e5;
	padding: 0 25px;
	position: relative;
}

.phone-header .menu-list li .z1.active {
	color: #fff;
	background: #70ad01;
	border-color: transparent;
}

.phone-header .menu-list ul {
	-webkit-padding-start: 0px;
}

.phone-header-box h1 img {
	width: 180px;
}

.phone_banner {
	display: none;
}

#rtt {
	width: 50px;
	height: 50px;
	background: url(../img/top.png);
	background-size: cover;
	position: fixed;
	right: 30px;
	bottom: 50px;
	border-radius: 5px;
	z-index: 1000;
	display: none;
	cursor: pointer;
}

#rtt:hover {
	width: 50px;
	height: 50px;
	background: url(../img/top2.png);
	background-size: cover;
	position: fixed;
	right: 30px;
	bottom: 50px;
	border-radius: 5px;
	z-index: 1000;
	display: none;
	cursor: pointer;
}

@media only screen and (min-width:1226px) {
	.container {
		width: 1226px;
		padding-right: 0;
		padding-left: 0;
	}
	.tops_ {
		width: 1226px;
		margin: auto;
	}
	.index_p {
		height: 700px;
	}
	.index_tech {
		height: 600px;
	}
	.index_tech .txt {
		padding: 75px 100px;
		top: 50px;
		margin-top: 350px;
	}
}

@media only screen and (min-width: 1400px) {
	.index_ad_cover .row .col .img {
		width: calc( 1400px / 2 - 90px);
	}
	.video_honor .row>div .honor {
		padding: 60px 250px 0 0;
	}
	.index_p {
		height: 800px;
	}
	.index_tech {
		height: 800px;
	}
	.about_container .container {
		padding: 160px 0 0 0;
	}
	.index_tech .txt {
		top: 100px;
		margin-top: 140px;
	}
	.bannerindex_float p {
		font-size: 2.4rem;
		width: 660px;
		margin: auto;
	}
	.index_p .row .img img {
		/*height: 95%;*/
		max-width: inherit;
		width: 80%;
	}
	.center {
		width: 1080px;
		margin: auto;
	}
	.center_inner {
		max-width: 1077px;
	}
}

@media only screen and (min-width: 1250px) and (max-width: 1400px) {
	.bannerindex_float h1 {
		font-size: 5rem;
	}
	.bannerindex_float .lines {
		padding: 30px 0;
	}
	.bannerindex_float p {
		font-size: 2rem;
		width: 65%;
		margin: auto;
	}
	.container {
		/*width: 1226px;*/
	}
	.about_container .container {
		padding: 100px 0 0 100px;
	}
	.index_tech .txt {
		padding: 60px 100px;
		top: 0;
		margin-top: 60px;
	}
	.index_p .row .txt {
		padding: 200px 60px 0 100px;
	}
	.center {
		width: 1080px;
		margin: auto;
	}
	.center_inner {
		max-width: 1076px;
	}
	.index_p .row .img img {
		max-width: 70%;
	}
	.contact .lxwm>div:nth-of-type(2) {
		padding-left: 40px;
	}
}

@media only screen and (min-width: 997px) and (max-width: 1250px) {
	html {
		font-size: 9px;
	}
	.tops_ {
		width: 900px;
		margin: auto;
	}
	.fadeIns {
		min-width: 900px !important;
		margin: auto;
	}
	.container {
		width: 900px;
	}
	#gnb {
		width: 100%;
	}
	#gnb .navi ul.depth1> li {
		margin: 0 5px;
	}
	#gnb .navi .logo {
		width: 170px;
		margin-top: 12px;
	}
	.bannerindex_float .lines {
		padding: 30px 0;
	}
	.bannerindex_float h1 {
		font-size: 3rem;
	}
	.bannerindex_float p {
		font-size: 1.5rem;
	}
	.index_ad_cover .row .col .img {
		width: 100%;
	}
	.about .col-sm-push-3 {
		left: 0;
	}
	.about .col-sm-9 {
		width: 100%;
	}
	.index_tech .txt {
		margin-top: 160px;
		padding: 40px;
	}
	.banner_index .swiper-slide .bannerindex_float {
		top: 26%;
	}
	a.more {
		width: 110px;
		height: 40px;
		line-height: 42px;
		background: #5355b4;
		border-radius: 50px;
		margin-top: 25px;
	}
	.bannerindex_float .lines {
		padding: 20px 0;
	}
	.index_new {
		padding: 8rem 0 5rem 0;
	}
	.contact {
		background: #fff;
		padding: 8rem 0 5rem 0;
	}
	img.erweima {
		right: 80px;
	}
	.contact .lxwm>div:nth-of-type(2) {
		padding-left: 20px;
	}
	.zp p {
		padding-bottom: 2px;
		width: 100%;
	}
}

@media only screen and (max-width:997px) {
	html {
		font-size: 9px;
	}
	.tops_ {
		width: 100%;
	}
	.fadeIns {
		min-width: 100% !important;
		margin: auto;
	}
	.container {
		width: 95%;
	}
	.about .col-sm-push-3 {
		left: 0;
	}
	.about .col-sm-9 {
		width: 100%;
	}
	.index_tech .txt {
		margin-top: 0;
		padding: 20px;
		background: #22498c;
	}
	.head_nav {
		width: 95%;
		left: 2.5%;
	}
	.contact p {
		padding-bottom: 0.5rem;
	}
	.contact .smallss>div {
		margin: 0 0 1rem 0 !important;
		padding: 0 0 0 1rem !important;
		border: none !important;
	}
	.contact .lxwm>div:nth-of-type(1) {
		border: none;
	}
	/**/
	.index_ad_cover {
		position: relative;
	}
	.index_ad_cover .row .col-md-6 {
		width: 100%;
	}
	.index_ad_cover {
		height: auto;
	}
	.bannerindex_float h1 {
		font-size: 3rem;
	}
	.bannerindex_float p {
		font-size: 1.6rem;
	}
	.bannerindex_float .lines {
		padding: 20px 0;
	}
	.head_nav {
		display: none;
	}
	.phone-header {
		display: block;
	}
	a.more {
		width: 110px;
		height: 40px;
		line-height: 42px;
		background: #5355b4;
		border-radius: 50px;
		margin-top: 25px;
	}
	.pc_banner {
		display: none;
	}
	.phone_banner {
		display: block;
	}
	.banner_index .swiper-slide .bannerindex_float {
		top: 35%;
		width: 95%;
		left: 2.5%;
	}
	.titles_h1 img {
		width: 15rem;
	}
	.video_honor .row>div .honor {
		padding: 0;
	}
	.titles_h1 h1 {
		font-size: 2.5rem;
	}
	.titles_h1 {
		padding: 3rem 0 !important;
		text-align: center;
	}
	.btn_jt {
		width: 100%;
		top: 0;
		background: #fff;
	}
	.swiper2 .swiper-button-prev,
	.swiper-container-rtl .swiper-button-next {
		left: 15%;
	}
	.swiper-pagination2 {
		position: absolute;
		left: 28%;
		top: 9px;
	}
	.index_p .row .txt {
		padding-top: 4rem;
	}
	.inner_box .font_tit {
		padding-bottom: 15px;
	}
	.inner_box ul li {
		line-height: 25px;
	}
	.c_btn {
		width: 110px;
		min-width: 110px;
		height: 40px;
		line-height: 38px;
		padding: 0;
		display: block;
		margin: 25px auto;
	}
	.index_new {
		padding: 15px 0 40px 0;
	}
	.about_container .container {
		padding: 15px 0 40px 0;
	}
	.contact {
		padding: 0;
	}
	.contact .lxwm {
		padding-top: 0;
	}
	.contact .icons_con img {
		width: 2.5rem;
	}
	.zp {
		margin-bottom: 2rem;
		padding-top: 1rem;
	}
	.zp .more {
		margin-top: 1rem;
	}
	.index_p .row .img {
		padding-top: 5rem;
		text-align: center;
	}
	.index_p .row .img img {
		right: 0;
		max-height: 250px;
	}
	.news {
		overflow: hidden;
	}
	.about {
		overflow: hidden;
	}
	.btn_jt {
		border-top: 2px solid #eee;
		border-bottom: 2px solid #eee;
	}
	.jt_all {
		width: 100%;
	}
	.index_ad_cover {
		max-height: 100vh;
	}
	.index_ad_cover .row .col .img {
		width: 100%;
		float: none;
	}
	.viss {
		margin-top: 0;
		padding: 50px 0;
	}
	.videos1 {
		font-size: 1.6rem;
	}
	.index_new ul li a> div.tit {
		width: calc( 100% - 70px);
		padding: 0 19px;
	}
	.btn {
		display: none;
	}
	.index_new ul li a> div.type {
		width: 70px;
	}
	.about .titles_h1 img {
		width: 20rem;
	}
	.contact .titles_h1 img {
		width: 23rem;
	}
	.video1 {
		left: 0;
		margin-left: 0;
	}
	.contact .lxwm>div:nth-of-type(2) {
		padding-left: 15px;
	}
	.contact .lxwm>div:nth-of-type(1) {
		margin-bottom: 20px;
	}
	.contact .lxwm>div {
		border: none;
	}
}