/* 
@font-face
{
    font-family: 'Arial';
    font-weight: normal;
    font-style: normal;

	src:url('http://cdnquan.800123456.vip/fonts/ArialMT.ttf') format('truetype');
}
@font-face {
	  font-family:PingFang SC;
	  
	  src:url('http://cdnquan.800123456.vip/fonts/PingFangSC-Regular.otf');
	}
@font-face
{
    font-family: 'Source Han Sans CN';
    font-weight: normal;
    font-style: normal;

	src:url('http://cdnquan.800123456.vip/fonts/SOURCEHANSANSCN-REGULAR.OTF');
}
@font-face {
	  font-family:DIN;
	  
	  src:url('http://cdnquan.800123456.vip/fonts/DIN-MEDIUM.OTF');
	} */
/*banner*/


.ifw_box{
	width: 100%;
	min-height: 100vh;
	
}
.ifw_box>div{
	/* padding-top: 100px; */
}

.pro_nl{
	width: 300px;
	margin-right: 32px;
}
.filter_type{
	display: none;
}
.pro_nl_tit{
	width: 100%;
	height: 100px;
	background: linear-gradient(126deg, #65C0E2, #154995);
	position: relative;
}
.pro_nl_img{
	position: absolute;
	bottom: 0;
	right: 0;
}
.pro_nltit_c{
	font-weight: bold;
	font-size: 24px;
	color: #FFFFFF;
}
.pro_nltit_e{
	font-weight: 400;
	font-size: 12px;
	color: #FFFFFF;
}
.pronl_li_tit{
	width: 300px;
	height: 82px;
	background: #FFFFFF;
	border-bottom: 1px solid #EEEEEE;
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	padding: 0 28px;
	cursor: pointer;
}
.off_type{
	width: 10px;
	height: 14px;
}
.pronl_li_tit.active{
	color: #182E70;
}
.pronl_li_tit.active .off_type{
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}


.ibanner_box{
	width: 100%;
	background-image: url(/template_all/hopes/images/home1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	position: relative;
}
.ibanner_overlay{
	position: absolute;
	z-index: 1;
	inset:0;
	background-color: transparent;
	background-image: linear-gradient(180deg, #00000097 10%, #00000057 100%);
	opacity: 0.67;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.ibanner_main{
	width: 100%;
	min-height: 100vh;
	text-align: center;
	position: relative;
	z-index: 1;
}
.ibox1{
	width: 100%;
	background: #fff;
}
.ibox1_main{
	padding: 80px 0;
}
.ibanner_t1{
	font-size: 64px;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
.ib_btn{
	background:var(--base);
	font-size: 15px;
	line-height: 1;
	border-radius: 3px;
	padding: 12px 24px;
	color:#fff;
	min-width: 168px;
	margin-top: 40px;
	height: 50px;
}
.ib_btn:hover{
	background:#045cb4;
	color: #fff;
}

.talk_box{
	width: 100%;
	background-image: url('/template_all/earth/images/home7.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	position: relative;
}
.ibox3_tit{
	text-transform: uppercase;
	letter-spacing: 4.92px;
	color: var(--base1);
	margin-bottom: 10px;
	font-size: 30px;
	font-weight: bold;
}
.ibox3_text{
	font-size: 16px;
	color: var(--base7);
	line-height: 1.5em;
	text-align: center;
}
.ibox3_btn{
	margin-top: 40px;
	width: 200px;
	height: 60px;
}
.it2_overlay{
	background-color: #1e293b;
	opacity: 0.72;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	inset: 0;
	position: absolute;
}
.it2_overlay+div{
	position: relative;
	z-index: 2;
}
@media screen and (min-width: 1441px){
	
	
}

@media screen and (max-width: 1440px) {
	
	
}

@media screen and (max-width: 1440px) and (min-width: 1150px){
	
	
}
@media screen and (max-width: 1300px) {
	
}

@media screen and (max-width: 1250px){    /*主要*/
	
}

@media screen and (max-width: 1200px) and (min-width: 1151px) {
	
}
@media screen and (max-width: 1200px) and (min-width: 993px) {

}
@media screen and (max-width: 1150px){
	
	
	.pro_nl {
		width: 300px;
		left: -310px;
		transition: left .5s;
		box-shadow: 6px 0 20px 0 rgba(0, 0, 0, .15);
		z-index: 200;
		position: absolute;
		top: 0;
		bottom: 0;
	}
	.filter_type {
		display: block;
		position: absolute;
		width: 36px;
		height: 36px;
		text-align: center;
		right: -36px;
		top: 100px;
		background: #fff;
		border-radius: 0 30px 30px 0;
		cursor: pointer;
		z-index: 200;
		box-shadow: 6px 0 20px 0 rgba(0, 0, 0, .15);
		padding: 3px 3px 3px 0;
	}
	.filter_type i {
			font-size: 24px;
			line-height: 30px;
			transition: all .5s;
			color: #005AAA;
	}
	.pro_nl.active{
		left: 0;
	}
	.ibanner_main{
		min-height: 50vh;
	}
	
	.ibox1_main{
		padding: 60px 0;
	}
	
}
@media screen and (min-width: 992px){
	
}
/* @media screen and (max-width: 900px) and (min-width: 770px) */
@media screen and (max-width: 992px){
	
}
/* 超小设备 (手机, 600px 以下屏幕设备) */
/* @media only screen and (max-width: 600px) {
  
} */

/* 小设备 (平板电脑和大型手机，600 像素及以上) */
/* @media only screen and (min-width: 600px) {
    
} */

/* 中型设备（平板电脑，768 像素及以上） */
/* @media only screen and (min-width: 768px) {
   
} */

/* 大型设备（笔记本电脑/台式机，992 像素及以上） */
/* @media only screen and (min-width: 992px) {
    
} */

/* 超大型设备（大型笔记本电脑和台式机，1200 像素及以上） */
/* @media only screen and (min-width: 1200px) {
   
} */
/**
 * 
 * @author wenxin <1171390035@qq.com>
 * 
 * @createTime: 2021-3-19 14:21:05
 * ┌───┐   ┌───┬───┬───┬───┐ ┌───┬───┬───┬───┐ ┌───┬───┬───┬───┐ ┌───┬───┬───┐
 * │Esc│   │ F1│ F2│ F3│ F4│ │ F5│ F6│ F7│ F8│ │ F9│F10│F11│F12│ │P/S│S L│P/B│  ┌┐    ┌┐    ┌┐
 * └───┘   └───┴───┴───┴───┘ └───┴───┴───┴───┘ └───┴───┴───┴───┘ └───┴───┴───┘  └┘    └┘    └┘
 * ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───────┐ ┌───┬───┬───┐ ┌───┬───┬───┬───┐
 * │~ `│! 1│@ 2│# 3│$ 4│% 5│^ 6│& 7│* 8│( 9│) 0│_ -│+ =│ BacSp │ │Ins│Hom│PUp│ │N L│ / │ * │ - │
 * ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─────┤ ├───┼───┼───┤ ├───┼───┼───┼───┤
 * │ Tab │ Q │ W │ E │ R │ T │ Y │ U │ I │ O │ P │{ [│} ]│ │ | │ │Del│End│PDn│ │ 7 │ 8 │ 9 │   │
 * ├─────┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴─────┤ └───┴───┴───┘ ├───┼───┼───┤ + │
 * │ Caps │ A │ S │ D │ F │ G │ H │ J │ K │ L │: ;│  '│ Enter  │               │ 4 │ 5 │ 6 │   │
 * ├──────┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴────────┤     ┌───┐     ├───┼───┼───┼───┤
 * │ Shift  │ Z │ X │ C │ V │ B │ N │ M │< ,│> .│? /│  Shift   │     │ ↑ │     │ 1 │ 2 │ 3 │   │
 * ├─────┬──┴─┬─┴──┬┴───┴───┴───┴───┴───┴──┬┴───┼───┴┬────┬────┤ ┌───┼───┼───┐ ├───┴───┼───┤ E││
 * │ Ctrl│    │Alt │         Space         │ Alt│    │    │Ctrl│ │ ← │ ↓ │ → │ │   0   │ . │←─┘│
 * └─────┴────┴────┴───────────────────────┴────┴────┴────┴────┘ └───┴───┴───┘ └───────┴───┴───┘
  */
@media screen and (max-width: 768px) {
	
	
	
	.ibanner_main{
		min-height: 63vh;
	}
	.ibox1_main {
			padding: 40px 0;
	}
	
}

@media screen and (max-width: 600px){
	.ibox1_main {
			padding: 20px 0;
	}
	
}