﻿.app_banner img{ width:100%; height:auto;}
.banner_word {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 425px;
}
*{
	padding: 0;
	margin: 0;
	font-family: MicrosoftYaHei;
}

li{
	list-style: none;
}

img{
	max-width: 100%;
	vertical-align: middle;
}
a{
	text-decoration:none;
	-webkit-tap-highlight-color: transparent;
	outline: none;
/*	color:#;*/
}
a:hover{
	cursor: pointer;
}
.fl{
	float: left;
}
.fr{
	float: right;
}


.clear{
	clear: both;
}

.div1600{
	width: 1600px;
	margin: 0 auto;
}

.header{
	width: 100%;
}
.header_contain{
	padding-top: 16px;
	padding-bottom: 16px;
	display: flex;
	vertical-align: middle;
	flex-direction: row;
	justify-content:space-between;
	align-items: center;
}

.tab{
	width: 70%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content:space-around;
	position: relative;
}
/*.tab>div{
	position: relative;
}*/
.tab>div .ej{
	position: absolute;
	top:30px;
	left: -12px;
	display: none;
}
.tab>div:hover .ej{
	display: block;
}
.tab>div .ej li{
	background: #fff;
	opacity: 0.9;
	padding:2px 12px;
	line-height: 200%;
	white-space:nowrap;
	border-bottom: 2px solid #333;
}
.tab>div .ej li a{
	color: #333;
}
.tab>div>a{
	font-size: 19px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #1e1e1e;
	padding-bottom: 60px;
}
.nat{
	display: flex;
	width: 10%;

}
.nat div{
	margin-left: 35%;
}
.bread{
	display: none;
}

.dao_mob{
	display: none;
}
.dao_mob ul{
	text-align: center;
}
.dao_mob ul li{
	padding-bottom: 3%;
}
.dao_mob ul li a{
	color: black;
}

.banner{
	width: 100%;
	text-align: center;
}
.b_img{
	display: none;
}
.banner_contain div:nth-child(1){
	display: block;
}







/*底部*/
.foot{
	margin-top: 124px;
	background-color: #362f59;
	border-bottom: 1px solid #463f65;
}
.left_contact{
	width: 22%;
	padding-top: 154px;
	border-right: 1px solid #463f65;
	
	
}
.phone{

}
.phone p:first-child{
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
}
.phone p:last-child{
	height: 27px;
	font-family: SimHei;
	font-size: 38px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
}


.qr_code{
	margin-top: 52px;
}
.qr_code div{
	margin-left: 25px;
	color: #ffffff;
	margin-top: 20px;
}


.foot_logo{
	margin-top: 87px;
}
.foot_logo ul{
	display: flex;
}
.foot_logo ul li{
	margin-left: 25px;
}
.foot_logo ul li:first-child{
	margin-left: 0px;
}


.f_link{
	margin-top: 100px;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
	opacity: 0.5;
	margin-bottom: 95px;
}
.f_link a{
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
	opacity: 0.5;
}


.right_contact{
	width: 77%;
}
.foot_list{
	margin-top:154px;

}
.foot_list_con{
	/*padding-left: 6%;*/
}
.foot_list_con p{
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
	padding-bottom: 10px;
}
.list_line{
	position: relative;
	display: block;
	/*width: 125px;*/
	height: 1px;
	background-color: rgba(225,225,225,0.22);
	/*opacity: 0.22;*/
}
.list_line:after{
	content: "";
	display: block;
	width: 17px;
	height: 3px;
	background-color: #f3a712;
}
.foot_list_con ul li a{
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #ffffff;
	opacity: 0.5;
}
.foot_list{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
}
.final{
	width: 100%;
	background-color: #362f59;
	padding-top: 40px;
	padding-bottom: 155px;
}
.foot_p{
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
	opacity: 0.5;
}
.foot_p a{
	color: #ffffff;
}








/*產品導航欄目*/
.tab{
	position: relative;
}
.pro_centers{
	display: none;
	position: absolute;
	left: 0;
	top: 62px;
	width: 100%;
	background-color: #ffffff;
}
.p_content{
	margin-top: 40px;
	margin-bottom: 40px;
	display: flex;
	justify-content: space-around;
}
.p_content p:first-child{
	font-size: 28px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #222222;
}
.p_content a{
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #0159a9;
}


.p_content ul li{
	border-left: 3px solid #e7e7e7;
	padding-left: 10px;
}

.p_content ul .actve_li {
	border-left: 3px solid black;
}
.dao_a{
	position: relative;
}

.pcc:after{
	position: absolute;
	content: "";
	display: block;
  	width: 0;
    height: 0;
  	text-align: center;
    left: 40%;
    margin-top: 20px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 10px solid black;
}
.page ul li{
	float: left;
	border: solid 1px #999999;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	/*line-height: 30px;*/
	letter-spacing: 0px;
	margin-left: 7px;
	padding:8px;
}
.page ul li a{
	color: #666666;
}
.page{
	margin-top: 77px;
	display: flex;
	justify-content: center;
}
.page ul li:first-child{
	padding:8px 11px 8px 11px; 
	margin-left: 0px;
}
.page ul .active{

	font-weight: normal;
	font-stretch: normal;
	/*line-height: 30px;*/
	background-color: #2e2751;
	letter-spacing: 0px;
	
}
.page ul li.active a{
	color: #ffffff;
}

.news_con{
	position: relative;
}


.menu__submenu {
    position: absolute;
    top: 20px;
    right: 0;
    width: 1120px;
    height: auto;
    max-height: 270px;
    padding: 30px;
    background: #fff;
    display: none;
    box-shadow: 0 15px 16px rgba(0,0,0,.25);
    z-index: 999;
    transform: translateY(25px);
    opacity: 1;
    /*pointer-events: none;*/
    transition: all .3s ease .1s;
}
.tab>div:hover .menu__submenu{
	display: inline-flex;
}
.menu__submenu-title {
    font-size: 27px;
    font-family: Roboto,sans-serif;
    font-weight: 700;
    padding-right: 30px;
    white-space: nowrap;
}
.menu__submenu-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-left: 3px solid #e1e3e7;
}
.menu__submenu-list__item {
    -ms-flex-preferred-size: 35px;
    flex-basis: 35px;
    padding: 0;
    min-height: 35px;
    max-height: 35px;
}
.menu__submenu-list__item a {
    font-size: 13px;
    color: #003a81;
    text-transform: uppercase;
    font-weight: 500;
    display: block;
    height: 100%;
    padding: 6px 50px 0 20px;
    white-space: nowrap;
    position: relative;
}
.menu__submenu-list__item a:before {
    content: "";
    width: 3px;
    height: 25px;
    position: absolute;
    background: #ce1b2e;
    opacity: 0;
    left: -3px;
    top: 0;
    transition: opacity .2s ease;
}