@charset "utf-8";
/* CSS Document */
*{ -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
body {font-size: 14px; font-family: "Helvetica Neue", Helvetica, 微软雅黑, 新細明體, Arial, "Lucida Grande", sans-serif; margin: 0px; padding: 0px; color: #333;}
div,form,img,ul,li,dl,dt,dd,p,input,select,button,span,h1,h2,h3,h4,h5,h6 { margin:0; padding:0; border:0;}
ul,li { list-style:none;}
i,em { font-style: normal;}
h3,h4 { font-weight: normal;}
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden }
.pr { position: relative;} .fl { float: left;} .fr { float: right;} .tc { text-align: center;}
a { color:#333; text-decoration:none;}
a:hover { color:#c00;}
.p50 { padding: 50px 0px;} .mtb30 { margin: 40px 0px;}
h6, .h6 {font-size: 16px;}

.container { width: 1170px; margin: 0px auto;}

/*头部导航*/
header.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
	background: #fff;
	-webkit-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out;
	box-shadow: 0 0px 8px rgba(25,24,40,.35);
}

header.header .logo {
	line-height: 80px;
}

header.header .logo img {
	height: 100%;
}

header.header>.c-flex {
	justify-content: space-between;
}

.underline {
	position: relative;
}

.underline::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
}

.header-tel {
	margin: 0 1.5rem;
	padding-left: 18px;
	background: url(../images/ico02.png) no-repeat left center;
	background-size: 12px;
	float: left;
	color: #fff;
}

img {
	vertical-align: middle;
}
.header-ewm {
	width: 20px;
	height: 20px;
	background: url(../images/ico01.png) no-repeat center;
	background-size: 100%;
	cursor: pointer;
	position: relative;
	z-index: 9;
}

.header-ewm img {
	position: absolute;
	bottom: 7px;
	right: -26px;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	display: none;
}

.header-nav {
	height: inherit;
}

.header-nav li {
	margin-left: 1.23rem;
	height: 5.5rem;
	display: flex;
	align-items: center;
	position: relative;
}

.header-nav li:first-of-type {
	margin-left: 0;
}

.header-nav li::after {
	content: '';
	position: absolute;
	left: 45%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 2px;
	background-color: #2e48d4;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.header-nav li.active::after {
	width: 100%;
	bottom: 22px;
}

.header-nav li.active .h6 {
	color: #2e48d4;
}

.header-nav li:hover .h6 {
	color: #2e48d4;
}

.header-nav li.ready-hover:hover::after {
	width: 120px;
	bottom: 0;
}

.header-nav .h6 {
	color: #2e48d4;
	color: #474747;
	display: block;
}

.header-nav nav {
	position: absolute;
	left: -30px;
	bottom: 0;
	width: 125px;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	z-index: 2;
	display: none;
	background: #fff;
	-webkit-box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.2);
}

.header-nav nav a {
	background: #fff;
	display: block;
	text-align: center;
	font-size: 13px;
	color: #888;
	line-height: 40px;
	height: 40px;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.header-nav nav a:hover {
	color: #2e48d4;
	background-color: #f8f8f8;
}
/*顶部*/

.topbar {
	position: relative;
	z-index: 99;
	height: 39px;
	border-bottom: 1px solid #e6ebf0;
	background-color: #2e48d4;
	font-size: 14px;
}

.wel {
	height: 39px;
	float: left;
	line-height: 39px;
	color: #fff;
}
.wel strong { color: #fff}
.top-contact {
	height: 39px;
	float: right;
}

.top-contact>li {
	position: relative;
	float: left;
	height: 39px;
	line-height: 39px;
	color: #fff;
}

.top-contact>li.line {
	margin: 0 20px;
	width: 1px;
	height: 39px;
}

.top-contact>li>a {
	color: #fff;
}

.top-contact li.wx-menu img {
	display: none;
	position: absolute;
	top: 98%;
	left: 50%;
	margin-left: -80px;
	max-width: 160px;
	width: 160px;
	height: 160px;
	border-radius: 3px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.top-contact li.wx-menu:hover img {
	display: block;
}

.top-contact li .iconfont {
	display: inline-block;
	vertical-align: middle
}

.top-contact li .zx-ppbox {
	top: 100%;
	right: 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	background-image: url(../images/zx1.png)
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.qq-item:hover .zx-ppbox {
	display: block;
}

.header-main {
	position: relative;
	z-index: 8;
	padding: 30px 0;
	height: 70px;
}

.zx-ppbox {
	position: absolute;
	width: 320px;
	height: 166px;
	padding: 0 30px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/zx1.png);
	display: none;
	box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}

.item-zixun .zx-ppbox {
	right: 90px;
	top: 0;
}

.zx-cell {
	position: relative;
	color: #000;
	padding: 20px 0;
}

.zx-cell:after {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 230px;
	border-top: 1px dashed rgba(255, 255, 255, .4);
	content: '　';
}

.zx-cell:last-child:after {
	display: none;
}

.zx-hd span,
.zx-hd strong {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.zx-hd {
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 1;
}

.zx-hd .iconfont {
	font-size: 22px;
}

.zx-link {
	width: 280px;
	height: 66px;
	margin-top: 16px;
	overflow: hidden;
}

.zx-link a {
	display: block;
	width: 125px;
	height: 26px;
	line-height: 26px;
	font-size: 13px;
	border: 1px solid #000;
	border-radius: 26px;
	text-align: center;
	color: #000;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.zx-link a:hover {
	background-color: #000;
	color: #f49329;
}

.zx-bd .text {
	opacity: .8;
	font-size: 13px;
	line-height: 1.4;
}
.maxwidth {
	width: 1200px;
	margin: 0 auto;
}
.c-flex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
/*头部导航*/

.banner {
	width: 100%;
	height: 695px;
	background: url(../images/banner.jpg) top center no-repeat;
	padding-top: 540px;
	text-align: center;
	/*margin-top: 128px;*/
	}
.banner a {
	display: inline-block;
	padding: 0px 40px;
	line-height: 60px;
	font-weight: bold;
	font-size: 30px;
	background: linear-gradient(to right,#fdc661,#fc6c54);
	border-radius: 30px;
	margin: 0px 20px;
	}
.banner .dd1 { color: #0e326e;}
.banner .dd2 { color: #d1181b;}


.why_box {
	height: 500px;
	background: url(../images/why.png) center center no-repeat;
	margin-bottom: 50px;
	}
.w_l { width:42%;}
.w_l p {
	font-size: 16px;
	color: #000;
	}
.w_l p strong {
	display: inline-block;
	line-height: 50px;
	font-size: 22px;
	border-radius: 10px;
	padding: 0px 20px;
	color: #fff;
	text-align: right;
	}
.w_l .w_tit { text-align: right;}
.w_l .w_tit p { text-align: left;}
.w_tit h4{
	display: inline-block;
	line-height: 50px;
	font-size: 22px;
	border-radius: 10px;
	padding: 0px 20px;
	color: #fff;
	font-weight: bold;
	}
.w_tit p { font-size: 16px; margin-top: 10px; line-height: 24px; text-indent: 2em;}
.str_1 { background: #f09e34;}
.str_2 { background: #e82891;}
.str_3 { background: #a8cf75;}
.str_4 { background: #e93b3b;}
.str_5 { background: #227dbe;}
.str_6 { background: #b675ad;}

.m_r { margin-right: 70px;}
.m_l { margin-left: 70px;}

.w_r { width:42%;}


.title {text-align: center;}
.title label {
	font-size: 40px;
	line-height: 50px;
	display: block;
	font-weight: bold;
	padding-bottom: 20px;
	}
	
.title2 {text-align: center;}
.title2 label {
	font-size: 34px;
	line-height: 50px;
	display: block;
	font-weight: bold;
	background: url(../images/line-2.png) center bottom no-repeat;
	padding-bottom: 20px;
	color: #fff;
	}
.title2 label font { color: #f6ab00;}

.title3 {text-align: center;}
.title3 label {
	font-size: 34px;
	line-height: 50px;
	display: block;
	font-weight: bold;
	background: url(../images/line-3.png) center bottom no-repeat;
	padding-bottom: 20px;
	color: #fff;
	}
.title3 label font { color: #f6ab00;}
	
.more { text-align: center;}
.more a {
	display: inline-block;
	font-size: 26px;
	color: #0e326e;
	background: linear-gradient(to right,#fdc661,#fc6c54);
	border-radius: 30px;
	padding: 0px 50px;
	line-height: 55px;
	font-weight: bold;
	}
	
.more2 { text-align: center;}
.more2 a {
	display: inline-block;
	font-size: 24px;
	color: #fff;
	background-color: #e8535d;
	border-radius: 30px;
	padding: 0px 30px;
	line-height: 44px;
	}
.more2 a:hover { background-color: #2a2d93}


.qsfa_bg {
	width: 100%;
	background: #9fbdd1 url(../images/fa_bg.jpg) bottom center no-repeat;
	padding: 50px 0px;
	}
.qsfa_box {
	background: rgba(255,255,255,.7);
	box-shadow: 0px 0px 10px rgba(0,0,0,.3);
	padding: 30px;
	margin-bottom: 30px;
	}
.qs_tit {
	height: 60px;
	background: url(../images/tit_bg.png) center bottom no-repeat;
	}
.qs_tit li {
	float: left;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	width: 50%;
	}
.qs_tit li:last-child { color: #0e326e;}

.qs_cont { padding-top: 30px;}
.qs_cont li {
	float: left;
	width: 50%;
	text-align: center;
	font-size: 16px;
	position: relative;
	}
.qs_cont li p {
	padding: 10px 25px;
	position: relative;
	}
.qs_cont li:first-child p:before {
	content:"";
	position: absolute;
	width: 7px;
	height: 7px;
	background: #ff784e;
	border: 3px solid #fff;
	display: block;
	top: 50%;
	right: -6px;
	margin-top: -8px;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	}
.qs_cont li:first-child:before {
	content:"";
	position: absolute;
	width: 1px;
	height: 100%;
	background: #ff784e;
	top: 0px;
	right: 0px;
	display: block;
	}
.qs_cont li:last-child { color: #0e326e;}

.yxtj { margin: 30px 0px 20px -20px;}
.yxtj li {
	float: left;
	width: 218px;
	height: 325px;
	margin-left: 20px;
	margin-bottom: 30px;
	background: url(../images/yxtj.png) 0 0 no-repeat;
	}
.yxtj li div { width: 200px; padding-top: 15px;}
.yxtj li div b { height: 95px; display: block; text-align: center;}
.yxtj li div strong { font-size: 16px; display: block; line-height: 34px; text-align: center;}
.yxtj li div p {
	margin: 0px 15px;
	line-height: 24px;
	}
.yxtj li div p span {
	float: right;
	text-align: right;
	}
	
.lxfy_tit {
	width: 100%;
	height: 150px;
	background: #242736;
	text-align: center;
	}
.lxfy_tit label {
	line-height: 150px;
	color: #fff;
	}
	
.fy_box {}
.fy_box dl{
	display: flex;
	align-items: center;
    justify-content: flex-start;
    flex-direction: row;
	}
.fy_box dl dt {
	width: 30%;
	text-align: center;
	color: #0e326e;
	font-size: 24px;
	}
.fy_box dl dd {
	width: 70%;
	text-align: left;
	padding: 50px 30px 50px 60px;
	border-left: 1px dashed #aaa;
	position: relative;
	}
.fy_box dl dd:before {
	content:"";
	position: absolute;
	width: 47px;
	height: 47px;
	border-radius: 50%;
	background: #d9d9d9;
	border: 5px solid #ededed;
	top: -28px;
	left: -28px;
	}
.fy_box dl dd h4 {
	font-size: 24px;
	line-height: 40px;
	font-weight: bold;
	margin: 10px 0px;
	}
.fy_box dl dd h4 font {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #f09e34;
	border: 2px solid #ff784e;
	color: #fff;
	text-align: center;
	margin-right: 15px;
	}
.fy_box dl dd p {
	font-size: 18px;
	line-height: 34px;
	padding-left: 55px;
	}
.fy_box dl dd p span { color: #ff3c00;}
.f6 { background: #f6f6f6;}

.yq_bg {
	width: 100%;
	padding: 50px 0px;
	background: url(../images/yq_bg.jpg) center center no-repeat;
	}
.yq_bg label { color: #fff;}
.yq_box {
	padding: 40px 0px;
	background: rgba(255,255,255,.9);
	box-shadow: 0px 0px 10px rgba(0,0,0,.3);
	overflow: hidden;
	height: 605px;
	margin-bottom: 50px;
	}
.sub_yqtit {
	height:80px; 
	line-height:80px; 
	font-size:24px; 
	width:930px; 
	margin: 0px auto; 
	font-weight: bold;
	}
.sub_yqtit p{
	display:inline-block; 
	width:310px; 
	text-align:center; 
	cursor:pointer; 
	float:left; 
	position: relative;
	}
.sub_yqtit span{ color: #fff;}
.sub_yqtit .c-1 { background: #ff6c6c;}
.sub_yqtit .c-1:before {
	content:"";
	position: absolute;
	width: 0;
    height: 0;
    line-height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: #ff6c6c transparent transparent transparent;
	top: 80px;
	left: 50%;
	margin-left: -10px;
	}
.sub_yqtit .c-2 { background: #09ca9a;}
.sub_yqtit .c-2:before {
	content:"";
	position: absolute;
	width: 0;
    height: 0;
    line-height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: #09ca9a transparent transparent transparent;
	top: 80px;
	left: 50%;
	margin-left: -10px;
	}
.sub_yqtit .c-3 { background: #41b3f4;}
.sub_yqtit .c-3:before {
	content:"";
	position: absolute;
	width: 0;
    height: 0;
    line-height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: #41b3f4 transparent transparent transparent;
	top: 80px;
	left: 50%;
	margin-left: -10px;
	}
.sub_yqtit .act{ color: #fff;}
.yqsub{ margin-bottom:10px;  margin-top: 3px;}
.gz_box {
	width: 930px;
	height: 430px;
	background: #fff;
	border: 15px solid #000;
	border-radius: 20px;
	margin: 30px auto;
	padding: 15px;
	}
.gz_ul { margin: 20px 0px;}
.gz_ul li {
	float: left;
	width: 260px;
	margin: 0px 15px;
	}
.gz_ul li strong { font-size: 18px; margin-bottom: 5px; display: block;}
.gz_ul li p {
	font-size: 16px;
	line-height: 24px;
	}
.gz_tj {
	margin: 20px 15px 0px;
	border-top: 1px dashed #aaa;
	padding-top: 20px;
	}
.gz_tj h4 {
	font-size: 20px;
	font-weight: bold;
	color: #ff3000;
	float: left;
	margin-right: 15px;
	}
.gz_tj p a{
	margin: 0px 15px;
	text-align: center;
	display: inline-table;
	font-size: 16px;
	}
.gz_tj p a img {
	width:109px;
	height: 109px;
	border: 1px solid #194f8e;
	margin-bottom: 5px;
	}
.gz_tj span {
	float: right;
	margin-top: 100px;
	font-size: 18px;
	}
.gz_tj span a { color: #999;}
.gz_tj span a:hover { color: #c00;}

.bk_sq {
	width: 930px;
	height: 430px;
	background: #000;
	border-radius: 20px;
	margin: 30px auto;
	padding: 15px;
	}
.bk_sq table {
	border: 1px solid #ddd;
	color: #fff;
	border-spacing: 0;
    border-collapse: collapse;
	}
.bk_sq table th {
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
	padding: 15px 8px;
	border: 1px solid #ddd;
	}
.bk_1 { width: 20%;}
.bk_2 { width: 40%;}
.bk_3 { width: 40%;}
.bk_sq table td {
    vertical-align: middle;
    font-size: 15px;
	padding: 13px 8px;
	border: 1px solid #ddd;
	}
	
.ss_sq {
	width: 930px;
	height: 430px;
	background: #000;
	border-radius: 20px;
	margin: 30px auto;
	padding: 15px;
	}
.ss_sq table {
	border: 1px solid #ddd;
	color: #fff;
	border-spacing: 0;
    border-collapse: collapse;
	}
.ss_sq table th {
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
	padding: 30px;
	border: 1px solid #ddd;
	}
.ss_1 { width: 25%;}
.ss_sq table td {
    vertical-align: middle;
    font-size: 15px;
	padding: 30px;
	border: 1px solid #ddd;
	}
	
.lc_box {
	height: 266px;
	background: url(../images/lc_bg.png) center center no-repeat;
	margin: 50px 0px;
	}
.lc_1 {
	margin-left: -15px;
	margin-right: -15px;
	}
.lc_1 li {
	float: left;
	width: 168px;
	margin: 0px 16px;
	text-align: center;
	line-height: 24px;
	}
.lc_1 li strong {
	display: block;
	font-size: 20px;
	padding-top: 35px;
	padding-bottom: 5px;
	}
.lc_1 li p {
	font-size: 15px;
	padding: 0px 30px;
	}
	
.lc_2 {padding-left:86px;}
.lc_2 li {
	float: left;
	width: 168px;
	margin: 0px 16px;
	text-align: center;
	line-height: 24px;
	}
.lc_2 li strong {
	display: block;
	font-size: 20px;
	padding-top: 10px;
	padding-bottom: 5px;
	}
.lc_2 li p {
	font-size: 15px;
	padding: 0px 30px;
	}
	
	
/*****答疑****/
.wd_bg {
	width: 100%;
	padding: 50px 0px;
	background: url(../images/wd_bg.jpg) center center no-repeat;
	}
.wd_bg label { color: #fff;}

.wd_box { margin: 20px 0px;}
.wd_box li {
	float: left;
	width: 50%;
	}
.wd_box li div {
	background: rgba(255,255,255,.4);
	margin: 15px 15px;
	padding: 10px;
	border-radius: 10px;
	}
.wd_box li div dl {
	background: #fff;
	padding: 25px;
	border-radius: 5px;
	}
.wd_box li div dl h4 {
	position: relative;
	line-height: 40px;
	font-size: 20px;
	padding-left: 30px;
	}
.wd_box li div dl h4 a {
	font-weight: bold;
	display: block;
	height: 40px;
	overflow: hidden;
	}
.wd_box li div dl h4:before {
	content:"Q:";
	position: absolute;
	color: #ff0000;
	left: 0px;
	top: 0px;
	}
.wd_box li div dl p {
	position: relative;
	line-height: 24px;
	font-size: 16px;
	padding-left: 30px;
	color: #525252;
	height: 72px;
	overflow: hidden;
	}
.wd_box li div dl p:before {
	content:"A:";
	position: absolute;
	color: #ff0000;
	font-size: 20px;
	left: 0px;
	top: 0px;
	}
.wd_box li div dl p a{ color: #ff6600;}

/*******fangan******/
.form-wrap {
	width: 66%;
	padding: 40px 0;
	margin: 0px auto;
	}
.form-wrap form { width: 100%;}
.form-wrap form .label {
    position: relative;
    display: block;
    height: 50px;
    line-height: 50px;
    margin-bottom: 20px;
    padding-left: 45px;
    font-size: 0;
    background: #fff;
    width: 46%;
    float: left;
    margin: 5px 2%;
    border: 1px solid #999;
	}
.form-wrap form .label i{
	display: block;
    width: 22px;
    height: 30px;
    overflow: hidden;
    position: absolute;
    top: 10px;
    left: 18px;
    background-image: url(../images/form_icon.png);
    background-repeat: no-repeat;
	}
.form-wrap form .label.name i { background-position: center 0;}
.form-wrap form .label.phone i { background-position: center -30px;}
.form-wrap form .label.degree i { background-position: center -60px;}
.form-wrap form .label.city i { background-position: center -90px;}
.form-wrap form .label input, .form-wrap form .label select {
    width: 100%;
    padding: 0;
    border: none;
    outline: none;
    font-size: 18px;
    background-color: transparent;
    color: #666;
    position: relative;
    z-index: 2;
    padding-top: 15px;
    padding-left: 11px;
	}
.form-wrap form .label i.iconDown {
    background-position: center -120px;
    left: 90%;
	}
.form-wrap form .label select {
    -moz-appearance: none;
    -webkit-appearance: none;
	}

/*******footer******/
.foot_bg {
	width: 100%;
	height: 320px;
	background: url(../images/foot_bg.jpg) center center no-repeat;
	}
.foot_bg a {
	display: block;
	height: 320px;
	}
	
.footer {
	text-align: center;
	padding: 20px 0px;
	line-height: 24px;
	}