* {
    margin: 0px;
    padding: 0px;
}

html,
body {
    width: 100%;
    height: 100%;
    background: #fff;
    font-family: "微软雅黑";
    color: #333
}

a {
    color: #666;
    font-size: 14px;
    text-decoration: none;
}

a:hover {
    color: #1f2f85;
    font-size: 14px;
    text-decoration: none;
}

ul,
li,
ol {
    list-style: none;
}

input,
textarea {
    font-family: "微软雅黑";
    font-size: 16px;
}

b,
em,
i,
strong {
    font-style: normal;
    font-weight: normal;
}

.main {
    width: 1200px;
    margin: auto;
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

input,
select,
textarea {
    outline: none;
    border: none/*-webkit-appearance: none;*/
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #9c9c9c;
    font-size: 14px;
}

input:-moz-placeholder {
    color: #9c9c9c;
    font-size: 14px;
}

input::-moz-placeholder {
    color: #9c9c9c;
    font-size: 14px;
}

input:-ms-input-placeholder {
    color: #9c9c9c;
    font-size: 14px;
}

textarea {
    resize: none;
    color: #9c9c9c;
    font-size: 14px;
}

a {
    text-decoration: none;
    color: #333
}

i,
em,
strong,
b,
h1,
h2,
h3,
h4,
h5 {
    font-style: normal;
    font-weight: normal;
}

.head {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #666;
    height: 40px;
    line-height: 40px;
    background: #f1f4f9;
    border-bottom: 1px solid #e3e7eb;
}

.head .fr li {
    float: left;
    position: relative;
    padding: 0px 15px;
    border-left: 1px solid #e3e7eb;
}

.head .fr li img {
    vertical-align: middle;
}

.header {
    height: 125px;
    width: 100%;
    float: left
}

.header .fl {
    padding-top: 28px;
}

.header .fr {
    padding-top: 30px;
    width: 280px;
}

.header .fr dt {
    float: left;
    width: calc(100% - 70px);
}

.header .fr dd {
    float: left;
    margin-right: 20px;
    width: 50px;
}

.header .fr dt span,
.header .fr dd p {
    width: 100%;
    float: left;
    display: inline-block;
}

.header .fr dt span {
    font-size: 26px;
    color: #1f2f85;
}

.header .fr dt p {
    font-size: 18px;
    position: relative;
}

.header .fr dt i {
    font-size: 16px;
    color: #666;
}

.nav {
    width: 100%;
    height: 65px;
    line-height: 65px;
    display: flex;
    float: left;
    background: #1f2f85;
}

.nav ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.nav ul li {
    float: left;
    width: 100%;
    text-align: center;
    height: 65px;
    line-height: 65px;
    display: inline-block;
    cursor: pointer;
}

.nav ul li a {
    width: 100%;
    height: 65px;
    line-height: 65px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    position: relative;
/*    border-right: 1px solid #34449d;
    border-left: 1px solid #374760; */
}

.nav ul li:first-child a {
    border-left: none;
}

.nav ul li:last-child a {
    border-right: none;
}

.nav ul li:hover>a,
.nav ul li.active>a {
    background: #ff6600;
    /* border-color: #1f2f85; */
}

.nav ul li:hover dl {
    display: block;
}

.nav ul li dl {
    width: 100%;
    position: relative;
    top: -1px;
    display: none;
    z-index: 9;
    left: 0px;
}

.nav ul li dl dd {
    height: 40px;
    line-height: 40px;
    width: 100%;
}

.nav ul li dl dd a {
    height: 40px;
    line-height: 40px;
    width: 100%;
    background: #1f2f85;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    border: none;
}

.nav ul li dl dd a:hover {
    background-color: #ff6600;
}

.swiper-container1 {
    position: relative;
    top: 0px;
    float: left;
    width: 100%;
}

.swiper-container1 img {
    width: 100%;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 15px;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0px 5px;
}

.swiper-pagination-bullet {
    background: #1f2f85;
    opacity: .5;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    margin-right: 0px;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    width: 60px;
    background: #1f2f85;
    height: 12px;
}

.index_search {
    width: 100%;
    float: left;
    height: 60px;
    line-height: 40px;
    background: #f8f8f8;
    /* border-bottom: 1px solid #e9e9e9; */
    /* margin-bottom: 60px; */
}

.index_search dl,
.index_search dl dt,
.index_search dl dd {
    float: left;
    line-height: 60px;
}

.index_search dl dt {
    font-size: 18px;
    color: #1f2f85;
}

.index_search dl dd a {
    float: left;
    margin: 0px 10px;
}

.index_search p {
    float: right;
    width: 300px;
    margin-top: 7px;
    height: 42px;
    background-color: #ffffff;
    border-radius: 26px;
    border: solid 1px #dfdfdf;
    /* background: #1f2f85; */
    overflow: hidden;
}

.index_search p input[type=button] {
    background: url(../image/icon_5.png) center center no-repeat #1f2f85;
    width: 70px;
    height: 44px;
    font-size: 14px;
    color: #fff;
	float: left;
}

.index_search p input[type=text] {
    background: #fff;
    width: 230px;
    height: 42px;
    font-size: 14px;
    color: #333;
    text-indent: 10px;
	float: left;
    /* margin-left: 5px; */
}
.index{
	width: 100%;
	float: left;
}
.index_tit{
	text-align: center;
	padding-top: 60px;
	padding-bottom: 40px;
	font-size: 38px;	color: #333333;
}
.index_tit p b {
	color: #1f2f85;
	font-weight: bold;
	margin-right: 15px;
}
.index_tit p strong {

	font-weight: bold;
}
.index_tit span {
	height: 7px;
	width: 60px;
	margin: 0px calc((100% - 60px)/2);
	float: left;
line-height: 7px;
}

.index_tit span i{
		width: 47px;
		height: 7px;
		display: inline-block;
		background-color: #1f2f85;
		border-radius: 4px;
		margin-right: 5px;
}
.index_tit span em {
		width: 8px;
		height: 8px;
		border-radius: 50%;
		display: inline-block;
		background-color: #1f2f85;
		opacity: 0.81;
}
.index1{width: 100%;padding-bottom: 60px;}

.index1_tit{
	width: 100%;
	float: left;
	background: url(../image/index1_tit_bj.png) top center repeat-x;
	display: flex;justify-content: space-between;
	flex-direction: row;
	align-items: center;
	height: 80px;
	line-height: 80px;
}
.index1_tit ul{
	display: flex;
	flex: 1;
	justify-content: space-between;
	padding: 0px;
}
 .index1_tit ul li a {
	 color: #fff;
	 font-size: 13px;
	 text-align:center;
 }
 .index1_tit ul li {
     width:20%;
	 text-align:center;
 }
 
.index1_tit ul li:hover,
.index1_tit ul li.active {
    background: #ff6600;
    /* border-color: #1f2f85; */
}

.index1_tit  p {
	width: 66px;
	height: 80px;
	display: flex;justify-content: center;
	border-radius: 40px 0px 0px 40px;
	background: #f99838;
	
}
.index1_tit  p  a{
	color: #fff;
	 font-size: 16px;
}
.index1_contab{
	width: 100%;
	float: left;
	margin-top: 10px;
	display: none;
}
.index1_contab:first-child{
	display: block;
}
.index1_contab ul li{
		width: 286px;

		background-color: #ffffff;

		float: left;
		margin-right: 16px;
		margin-top: 20px;
}
.index1_contab ul li:nth-child(4n){
	margin-right: 0px;
}
.index1_contab ul li a{
	width: 100%;	
		/* height: 287px; */
		background-color: #ffffff;
	display: inline-block;
	text-align: center;
}
.index1_contab ul li img {
		width: calc(100% - 6px);
	float: left;
	border: none;
		border: solid 1px #dcdcdc;
		padding:2px;}
.index1_contab ul li a b{
	width: 100%;
	color: #666666;
		height: 50px;
		line-height: 50px;
		display: inline-block;
		background-color: #e7e7e7;
}
.index1_contab ul li:hover a b{
		background-color: #1f2f85;
		color: #fff;
}
.index1_contab ul li:hover img {
	border: 1px solid #1f2f85;
}





.index2{
	width: 100%;
	float: left;

}
.index2_top{
	width: 100%;
	float: left;
		background: #1f2f85;height: 210px;;
}
.index_tittab{
	width: 100%;
	border-radius: 6px 6px 0px 0px;
	background: #fff;
	height: 120px;
	position: relative;
	z-index: 2;
}

.index_tittab ul{
	width:calc(100% - 120px);
	padding: 0px 60px;
	display: inline-flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	height: 120px;

}
.index_tittab ul li a {
	width: 100%;
	display: inline-flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.index_tittab ul li a b{
	width: 66px;
		height: 66px;
		display: inline-flex;
		align-items: center;justify-content: center;
		text-align: center;
		line-height: 66px;
		background-color: #717171;
		border-radius: 50%;
		margin-right: 5px;
}
.index_tittab ul li p{
	display: flex;
	flex-direction: column;
	color: #666;
}
.index_tittab ul li p i{
	font-size:26px ;
}
.index_tittab ul li p span{
	font-size:14px ;
}

.index_tittab ul li.hover p{
	color: #1f2f85;
}
.index_tittab ul li.hover b{
	background: #1f2f85;
}

.index2_tabcon {
    width: 100%;
    height:970px;
    margin: auto;
    overflow: hidden;
	display: none;
}

.index2_tabcon p.index2_tabconp {
    width: 100%;
    height: 783px;
    margin: auto;
    overflow: hidden;
    position: relative;
    top: 0px;
}

.index2_tabcon p.index2_tabconp img {
    position: absolute;
    left: 50%;
    margin-left: -960px;
}
.index2_tabconbot{
	position: relative;
	width: 1060px;
	margin: 0px calc((100% - 1200px)/2);
	padding: 0px 70px;
	background: #fff;
		height: 240px;
		box-shadow: 3px 3px 17px 0px 
			rgba(13, 26, 98, 0.09);
			margin-top: -140px;
}
.index2_tabconbot dl{
	width: 100%;
	display: flex;flex-direction: row;
	justify-content: flex-start;
}
.index2_tabconbot dl dt{
		width: 68px;
		justify-content: center;
		align-items: flex-end;
		height: 122px;
		line-height:100px;
		display: inline-flex;font-size: 40px;
		color: #fff;
		background-color: #1f2f85;
		margin-right: 20px;
}
.index2_tabconbot dl dd{
	display: flex;flex: 1;
	flex-direction: column;
}

.index2_tabconbot dl dd p{
	color: #1f2f85;
	font-size: 30px;
	margin-top:45px;
}
.index2_tabconbot dl dd b{
	color: #333;
	font-size: 20px;
}
.index2_tabconbot dl dd span{
	color: #666;
	font-size:16px;margin-top: 15px;
	line-height: 24px;
}
.index3{
	width: 100%;
	float: left;
	background: url(../image/index3_bj.png) top center no-repeat;
	height: 1100px;
}
.index3_top dl{
	width: 100%;
	float: left;	height: 470px;
	background-color: #1f2f85;
	display: flex;
	justify-content: space-between;
}

.index3_top dl dt{
	flex: 1;
	display: flex;
	padding: 50px 30px 0px 40px;
	color: #fff;
	flex-direction: column;
	
}
.index3_top dl dt p{
	font-size:30px;
	line-height: 45px;
	margin-bottom: 20px;
}
.index3_top dl dt b{
	font-size:16px;
	line-height: 30px;

}
.index3_top dl dt span{
	font-size:16px;
		color: #7e84af;
		line-height: 28px;
}
.index3_top dl dt a{
		width: 226px;
		height: 54px;
		line-height: 54px;
		text-align: center;
		display: inline-block;
		color: #f99838;
		border: solid 1px #f99838;
		margin-top: 25px;
		font-size: 16px;
}
.index3_top dl dt a:hover{
	background: #f99838;
	color: #fff;
}
.index3_top dl dd{
	display: flex;
	width: 796px;
	
	
}
.index3_top ul{
	width: 100%;
	float: left;
	margin-top: 30px;
}
.index3_top ul li {
		width: 386px;
		height: 344px;
		background-color: #ffffff;
		border-radius: 1px;
		border: solid 1px #e3e3e3;
		float: left;
		margin-right: 17px;text-align: center;
		margin-bottom: 30px;
}


.Box_con {
    width: 100%;
    float: left;
    position: relative;
}

.Box_con {
    position: relative;
    width: 1200px;
    left: 0px;
    z-index: 10;
    top: 0px;
    height:400px;
    overflow: hidden;
}

.Box_con .btn {
    display: block;
    width: 42px;
    height: 74px;
    position: absolute;
    top: 60px;
    z-index: 10;
    cursor: pointer;
    color: #fff
}

/* .Box_con .btn_l {
    background: url(../image/btn_l.png) no-repeat center;
    left: 8px;
}

.Box_con .btn_r {
    background: url(../image/btn_r.png) no-repeat center;
    right: 8px;
}
 */
.Box_con .conbox {
    position: relative;
    left:0px;
    top: 0px;
    width: 1200px;
    overflow: hidden;
}

.Box_con .conbox ul {
    position: relative;
    list-style: none;
    left: 0px;
    width: 10000px;
}
.index3_top ul li:hover{
	border: solid 1px #1f2f85;
}
.index3_top ul li:hover a b{
	color: #1f2f85;
}
.index3_top ul li img {
	width: 365px;
	padding: 10px;
}
.index3_top ul li a b {
	font-size: 16px;
	color: #333;
}
.index4{
	width: 100%;
	float: left;
	background: url(../image/index4_bj.png) top center repeat-x;
	height: 520px;
}

.index_lc ul {
	display: flex;justify-content: space-between;
	flex-direction: row;
	align-items: center;
	margin-top: 50px;
	position: relative;
	padding: 0px 30px;
}
.index_lc ul::before{
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	left: 0px;
	border-top: 1px dashed #868686;
	top: 35px;
}
.index_lc ul li img {
	position: relative;
	z-index: 5;
}
.index_lc ul li i{
	position: relative;
	top: -17px;
}
.index_lc ul li a b{
	position: relative;
	width: 69px;
		height: 69px;
		background-color: #ffffff;
		border-radius: 50%;
		display: inline-flex;
		align-items: center;
		justify-content: center;
}
.index_lc ul li a b::after{
	position: absolute;
	content: '';
	width: 79px;
		height: 79px;
		background-color: rgba(255, 255, 255, 0.44);
		border-radius:50%;
		display:inline-block
}
.index_lc ul li:hover a b{
		background-color: #f99838;
}
.index_lc ul li:hover a{
	color: #f99838;
}
.index_lc ul li:hover a b::after{
	background-color: rgba(255, 140, 64, 0.44);
}
.index_lc ul li a {
	color: #fff;
}
.index_lc ul li p{
	margin-top: 20px;
	font-size: 16px;
}

.index_lc p.lc_p{
	width: 555px;
	height: 77px;
	/* background-color: #f99838; */
	border-radius: 39px;
	border: solid 2px #f99838;
	overflow: hidden;
	margin: 60px calc((100% - 555px)/2) 0px;
	display: inline-flex;
	align-items: center;
}
.index_lc p.lc_p b{
		width: 215px;
		height: 77px;
		background-color: #f99838;
		border-radius: 39px;
		opacity: 0.89;
		display: inline-flex;
		justify-content: center;
		align-items: center;
			font-size: 28px;color: #1f2f85;
			float: left;
		margin-left: -2px;
}
.index_lc p.lc_p b img{
		margin-right: 10px;
		float: left;
}
.index_lc p.lc_p span {
	font-size: 38px;
		color: #f99838;
		margin-left: 20px;
}

.index5{
	width: 100%;
	float: left;
	height: 956px;
	background: url(../image/index5_bj.png) top center no-repeat;
}
.index5con{
	padding: 60px 50px;
	width: 1100px;
	float: left;
		background-color: #ffffff;
		box-shadow: 4px 4px 18px 0px 
			rgba(0, 0, 0, 0.15);
		border-radius: 3px;
}
.index5con dl{
	width: 470px;
	float: left;
	margin-right: 40px;
	display: flex;
	flex-direction: column;
}
.index5con dl dt p{
		font-size: 24px;color: #333333;position: relative;
		padding-bottom: 40px;
}
.index5con dl dt p::before{
	position: absolute;
	content: '';
		width: 46px;
		height: 6px;
		background-color: #1f2f85;
		border-radius: 3px;
		top: 50px;
}
.index5con dl dd {
	display: flex;
	flex-direction: column;font-size: 14px;	color: #666666;	line-height: 26px;
}
.index5con dl dd p{
	display: flex;
	flex-direction: row;
}
.index5con dl dd p strong{
	display: flex;
	flex-direction: column;
}

.index5con dl dd a {
		width: 179px;
		height: 50px;
		line-height: 50px;
		text-align: center;
		display: inline-block;
		margin-top: 20px;
		font-size: 18px;
		color: #1f2f85;
		border: solid 1px #1f2f85;
}
.index5con dl dd a:hover{
	background: #1f2f85;
	color: #fff;
}
.index5con ul{
	width: 580px;
	float: left;
}
.index5con ul li {
			width: 276px;
			height: 287px;
		background-color: #ffffff;
		border-radius: 1px;
		border: solid 1px #e3e3e3;
		float: left;
		margin-right: 20px;text-align: center;
		margin-bottom: 30px;
}
.index5con ul li:nth-child(2n){
	margin-right: 0px;
}
.index5con ul li:hover{
	border: solid 1px #1f2f85;
}
.index5con ul li:hover a b{
	color: #1f2f85;
}
.index5con ul li img {
		width: 257px;
		height: 229px;
	padding: 10px;
}
.index5con ul li a b {
	font-size: 16px;
	color: #333;
}
.index6{
	width: 100%;
	float: left;
	padding-bottom: 30px;
}
.index6_tit{
	width: 100%;
	float: left;
	height: 60px;
	line-height: 60px;
	border-top:1px solid #d3d3d3;
	border-bottom:1px solid #d3d3d3;
	margin: 0px 0px 30px; 
}
.index6_tit ul {
	display: table;
	margin: 0px auto;
	
}
.index6_tit ul  li {
	float: left;
	width: 130px;
	color: #666;
}
.index6_tit ul  li a{
	width:120px;
	text-align: center;
	float: left;
	display: inline-block;
	color: #666;
	font-size: 20px;
}
.index6_tit ul li.hover a{
	font-size: 20px;
	font-weight: bold;
	color: #1f2f85;
}
.index_tab{
	width: 100%;
	float: left;
	display: none;
}

.index_tab dl{
		width: 496px;
		height: 540px;
		float: left;
		margin-right: 45px;
		background: #1f2f85;
		color: #fff;
}
.index_tab dl dd{
	width: 430px;margin: 30px auto 0px;
	display: flex;flex-direction: column;
}
.index_tab dl dd p a{
	font-size: 18px;
	color:#FFFFFF;
}
.index_tab dl dd p a:hover{
	font-size: 18px;
	color:#ff6600;
}
.index_tab dl dd b{
	font-size: 16px;color: #7e84af;
	padding: 10px 0px;
}
.index_tab dl dd span{
	font-size: 14px;color: #7e84af;
	line-height: 24px;
}



.index_tab ul {
    width: 655px;
    float: left;
}

.index_tab ul li {
    width: 598px;
    height: 98px;
    padding: 20px 10px;
    background-color: #ffffff;
    float: left;
	border-bottom: 1px solid #e5e5e5
    ;
}
.index_tab ul li:first-child{
	padding-top: 0px;
}
.index_tab ul li p {
   	width: 98px;
   	height: 98px;
	border-radius: 50%;
   	background-color: #e5e5e5;
    text-align: center;
    float: left;
	display: inline-flex;
	justify-content: center;
	align-items: center;flex-direction: column;
    position: relative;
    margin-right: 15px;
	color: #717171;
}



.index_tab ul li p i,
.index_tab ul li p b {
    width: 100%;
    display: inline-block;
    float: left;
    font-size: 16px;
   	color: #717171;
}

.index_tab ul li p i {
    font-size: 36px;
    color: #717171;
    line-height: 40px;
}

.index_tab ul li span {
    width: calc(100% - 120px);
    float: left;
    display: inline-block;

}

.index_tab ul li em,
.index_tab ul li strong {
    width: 100%;
    float: left;
    display: inline-block;
    color: #333;
}

.index_tab ul li em {
    font-size: 20px;
	font-weight: bold;
    line-height: 36px;
}

.index_tab ul li strong {
    font-size: 14px;
    line-height: 24px;
    color: #666;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   overflow: hidden;
    width: 100%;
}

.index_tab ul li:hover em,.index_tab ul li:hover strong {
    color: #1f2f85;
}
.index_tab ul li:hover p{
	background: #1f2f85;
}
.index_tab ul li:hover i,.index_tab ul li:hover b{
	color: #fff;
	
}
.link {
    width: 100%;
    float: left;
    height: 60px;
 
    line-height: 60px;
}

.link dl {
    width: 100%;
    float: left;
}

.link dl dt {
    float: left;
    font-size: 16px;
    color: #1f2f85;
    /* color: #fff; */
    /* width: 140px; */
    text-align: center;
    position: relative;
    font-weight: bold
}

.link dl dd {
    float: left;
    margin-left: 15px;
}

.link dl dd a {
    float: left;
    margin: 0px 10px;
    position: relative;
    font-size: 14px;
    color: #333333;
}

.link dl dd a:hover {
    color: #1f2f85
}

.link dl dd a:last-child::after {
    content: "";
    position: absolute;
    right: -10px;
    top: 0px;
}

.copy {
    width: 100%;
    background: url(../image/copy.png) center center repeat-x;
    height: 350px;
    float: left;
    font-size: 14px;
    color: #9f9f9f;
    line-height: 28px;
	padding-top: 80px;
}

.copy_top {
    width: 100%;
    float: left;
    height: 270px;
}

.copy a:hover {
    color: #1f2f85
}

.copy1 {
    width: 270px;
    /* padding-left: 270px; */
    float: left;
}

.copy2 {
    width: 310px;
    float: left;
}


.copy_tit {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #fff;
    padding-bottom: 20px;
    position: relative;
}

.copy_tit::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 35px;
    width: 31px;
    height: 3px;
   background-color: #1f2f85;
    display: inline-block
}

.copy1 ul {
    width: 100%;
    float: left;
}

.copy1 ul li {
    width: 100%;
    float: left;
    line-height: 29px;
}

.copy1 ul li a {
    width: 100%;
    float: left;
    display: inline-block;
   	color: #acaeb0;
}



.copy2 dl {
    width: 100%;
    float: left;
}

.copy2 dl dt {
    width: 100%;
    float: left;
    display: inline-block;
    font-size: 20px;
    color: #fff;
    padding-bottom: 5px;
}

.copy2 dl dd {
    width: 100%;
    float: left;
    display: inline-block;
    font-size: 14px;
  	color: #acaeb0;
    line-height: 28px;
}

.copy2 dl dd img {
    margin-right: 5px;
    float: left;
    margin-top: 5px;
}

.copy_r {
    float: right;
}

.copy_r ol {
    float: right;

}

.copy_r ol li {
	width: 123px;
	height: 123px;
    background-color: #fff;
    height: 160px; 
    /* background-color: #11449d; */
    border-radius: 3px;
    margin-left: 40px;
    float: left;
	line-height: 116px;
}

.copy_r ol li:first-child {
    margin-left: 0px;
}

.copy_r ol li p {
    /* display:table-cell;vertical-align:middle; */
    display: flex;
    align-items: center;
	flex-direction: column;
    /* align-content: center; */
    /* justify-content: center; */
    /* justify-self: center; */
    /* justify-items: center; */
}

.copy_r ol li:first-child {
    margin-left: 0px;
}

.copy_r ol li img {
    float: left;
	width: 116px;
	vertical-align: middle;
	padding: 5px;
}

.copy_r ol li b {
    color: #fff;
    width: 100%;

    line-height: 24px;
	color: #555960;
    font-size: 14px;
    float: left;
	text-align: center;
    /* margin: 10px 0px 0px 5px; */
    word-wrap: break-word;
    /*è‹±æ–‡çš„æ—¶å€™éœ€è¦åŠ ä¸Šè¿™å¥ï¼Œè‡ªåŠ¨æ¢è¡Œ*/
    word-break: break-all;
    display: inline-block;
}

.copy_bot2 {
    line-height: 75px;
}

.copy_bot2 a {
    color: #acaeb0;
}

.banner_img {
    width: 100%;
    height: 300px;
    margin: auto;
    overflow: hidden;
    overflow: hidden;
}

.banner_img p {
    width: 100%;
    height: 300px;
    margin: auto;
    overflow: hidden;
    overflow: hidden;
    position: relative;
    top: 0px;
}

.banner_img p img {
    position: absolute;
    left: 50%;
    margin-left: -960px;
}

.content {
    width: 100%;
    float: left;
    padding: 35px 0px;
}

.nav_page {
    width: 260px;
    float: left;
    padding-bottom: 50px;
}

.nav_page h1 {
    width: 100%;
    background: #1f2f85;
    height: 90px;
    line-height: 90px;
}

.nav_page h1 p {
    float: left;
    width: 100%;
}

.nav_page h1 p img,
.nav_page h1 p span {
    float: left;
    display: inline-block;
    font-size: 28px;
    color: #fff;
    font-weight: normal;
}

.nav_page h1 p img {
    padding: 36px 10px 0px 20px;
}

.nav_page ol {
    margin-bottom: 10px;
    width: calc(100% - 2px);
    float: left;
    border: 1px solid #e5e5e5;
}

.nav_page ol li {
    line-height: 50px;
    background: #f3f3f3;
    color: #f3f3f3;
    margin-top: 3px;
}

.nav_page ol>li>a {
    width: 100%;
    color: #000;
    display: inline-block;
    position: relative;
    text-indent: 20px;
    background: url(../image/page_list_icon.png) no-repeat 270px center;
    transition: all .3s ease;
}

.nav_page ol li ul {
    display: none;
}

.nav_page ol li ul li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-indent: 20px;
    background: #fff;
    color: #333
}

.nav_page ol li ul li.show a {
    color: #ff6600;
}

.nav_page ol li.hover ul {
    display: block;
}

.nav_page>ol>li.hover>a,
.nav_page>ol>li>a:hover {
    color: #fff;
    background: #1f2f85 url(../image/page_list_icon.png) no-repeat 230px center;
}

.nav_page_l {
    width: 100%;
    height: 100px;
    background: #2d3a4e;
    float: left;
    /* background:linear-gradient(red, yellow); */
    background: linear-gradient(to bottom, #1f2f85 50%, #fff 50%, #fff 100%);
    height: 210px;
    border: 1px solid #dddddd;
}

.nav_page_l>p {
    margin: 25px 0px 0px 20px;
    float: left;
}

.about_l_b {
    width: 100%;
    float: left;
    margin-top: 20px;
    margin-left: 20px;
}

.about_l_b img {
    float: left;
    margin-right: 10px;
}

.about_l_b p {
    width: calc(100% - 80px);
    float: left;
}

.about_l_b p i,
.about_l_b p span {
    width: 100%;
    float: left;
}

.about_l_b p i {
    color: #1f2f85;
}

.about_l_b p span {
    font-size: 18px;
    margin-top: 5px;
    color: #f48335;
}


/* 
.about_l_b {width: 100%; background:#1f2f85; float: left; color: #fff; height: 110px; text-align: center;}
.about_l_b p { font-size: 18px;padding-top:30px;width: 100%; float: left; display: inline-block; }
.about_l_b span { font-size: 26px;position: relative;width: 100%; float: left;display: inline-block; }
.about_l_b span:before {content: '';position: absolute; left: 45%;bottom:0px;width: 40px; height: 2px; background: #fff} */

.content_r {
    width: 905px;
    float: right;
}

.page_tit {
    width: calc(100% - 20px);
    padding-right: 20px;
    float: left;
    background: #f4f4f4;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    text-indent: 20px;
}

.page_tit span,
.page_tit a {
    color: #333333;
    padding: 0px 2px
}

.page_tit a:hover {
    color: #1f2f85
}

.about_con {
    width: 100%;
    float: left
}

.about_con div {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    width: 100%;
    float: left
}

.page_tit .fl {
    background: #1f2f85;
    padding-right: 10px;
    position: relative;
}

.page_tit .fl:after {
    content: "";
    right: -50px;
    top: 0px;
    width: 0px;
    position: absolute;
    height: 0px;
    border-top: 50px solid #1f2f85;
    border-right: 50px solid transparent;
}


/* .anli ul {float: left;width: 100%;padding-top: 15px;}
.anli ul li { float: left;width: 220px; text-align: center;margin-right:8px;margin-bottom:10px;background: #fff; }
.anli ul li img{ float: left;}
.anli ul li a b{line-height: 48px; display: inline-block;color: #333333;width: 100%;margin-top: -5px;}
.anli ul li:nth-child(4n){margin-right: 0px; float: right;}
 */

.anli {
    float: left;
    min-width: 905px;
}

.anli ul {
    float: left;
    width: 100%;
    padding-top: 15px;
}

.anli ul li {
    float: left;
    width: 292px;
    text-align: center;
    margin-right: 14px;
    margin-bottom: 20px;
    position: relative;
}

.anli ul li img {
    width: 278px;
    background: #fff;
    border: 1px solid #d9d9d9;
    padding: 2px;
}

.anli ul li a b {
    line-height: 38px;
    display: inline-block;
    color: #333333;
    font-size: 14px;
    width: 100%
}

.anli ul li:nth-child(3n) {
    margin-right: 0px;
}

.anli ul li:hover a {
    color: #1f2f85;
    display: inline-block;
}

.anli ul li:hover a b {
    color: #1f2f85
}

.anli ul li:hover img {
    border: 1px solid #1f2f85;
}

.anli_img {
    float: left;
    min-width: 905px;
}

.anli_img ul {
    float: left;
    width: 100%;
    padding-top: 15px;
}

.anli_img ul li {
    float: left;
    width: 292px;
    text-align: center;
    margin-right: 15px;
    margin-bottom: 20px;
    position: relative;
}

.anli_img ul li img {
    width: 278px;
    background: #fff;
    border: 1px solid #d9d9d9;
    padding: 2px;
    height: 278px;
}

.anli_img ul li a b {
    line-height: 38px;
    display: inline-block;
    color: #333333;
    font-size: 14px;
    width: 100%
}

.anli_img ul li.hover a {
    color: #1f2f85;
    display: inline-block;
}

.anli_img ul li.hover a b {
    color: #1f2f85
}

.anli_img {
    width: 905px;
    height: 370px;
    /* overflow: hidden; */
}

.anli_scroll {
    width: 905px;
    height: 400px;
    position: relative;
    left: 0px;
    float: left
}

.anli_scroll ul {
    width: 10000px;
    height: 400px;
}

.honor {
    float: left;
    min-width: 905px;
}

.honor ul {
    float: left;
    width: 100%;
    padding-top: 15px;
}

.honor ul li {
    float: left;
    width: 292px;
    text-align: center;
    margin-right: 14px;
    margin-bottom: 20px;
    position: relative;
}

.honor ul li img {
    width: 278px;
    background: #fff;
    border: 1px solid #d9d9d9;
    padding: 2px;
    height: 350px;
}

.honor ul li a b {
    line-height: 38px;
    display: inline-block;
    color: #333333;
    font-size: 14px;
    width: 100%
}

.honor ul li:nth-child(3n) {
    margin-right: 0px;
}

.honor ul li:hover a {
    color: #1f2f85;
    display: inline-block;
}

.honor ul li:hover a b {
    color: #1f2f85
}

.honor ul li:hover img {
    border: 1px solid #1f2f85;
}

.partner {
    float: left;
    min-width: 905px;
}

.partner ul {
    float: left;
    width: 100%;
    padding-top: 15px;
}

.partner ul li {
    float: left;
    width: 292px;
    text-align: center;
    margin-right: 14px;
    margin-bottom: 20px;
    position: relative;
}

.partner ul li img {
    width: 278px;
    background: #fff;
    border: 1px solid #d9d9d9;
    padding: 2px;
    height: 120px;
}

.partner ul li a b {
    line-height: 38px;
    display: inline-block;
    color: #333333;
    font-size: 14px;
    width: 100%
}

.partner ul li:nth-child(3n) {
    margin-right: 0px;
}

.partner ul li:hover a {
    color: #1f2f85;
    display: inline-block;
}

.partner ul li:hover a b {
    color: #1f2f85
}

.partner ul li:hover img {
    border: 1px solid #1f2f85;
}

.product {
    float: left;
    min-width: 905px;
}

.product ul {
    float: left;
    width: 100%;
    padding-top: 15px;
}

.product ul li {
    float: left;
    width: 292px;
    text-align: center;
    margin-right: 14px;
    margin-bottom: 20px;
    position: relative;
}

.product ul li img {
    width: 278px;
    background: #fff;
    border: 1px solid #d9d9d9;
    padding: 2px;
    height: 278px;
}

.product ul li a b {
    line-height: 38px;
    display: inline-block;
    color: #333333;
    font-size: 14px;
    width: 100%
}

.product ul li:nth-child(3n) {
    margin-right: 0px;
}

.product ul li:hover a {
    color: #1f2f85;
    display: inline-block;
}

.product ul li:hover a b {
    color: #1f2f85;
}

.product ul li:hover img {
    border: 1px solid #1f2f85;
}


/* #container {margin:0 auto;width:905px;} */

#gallery-overlay {
    background-color: #000;
}

#gallery-container {
    font: 16px/22px verdana, arial, sans-serif;
}

#gallery {
    color: #999;
    display: none;
    height: 200px;
    margin: 0 auto;
    position: relative;
    width: 300px;
    box-shadow: 0 0 64px #000;
    -moz-box-shadow: 0 0 64px #000;
    -webkit-box-shadow: 0 0 64px #000;
}

#gallery-image-container {
    display: none;
    height: 100%;
}

#gallery-loading {
    padding: 8px;
}

#gallery-controls {
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#gallery-controls div {
    float: left;
    height: 100%;
    width: 50%;
}

#gallery-controls a {
    background: #fff;
    color: #000;
    font-size: 12px;
    outline-style: none;
    position: absolute;
    text-decoration: none;
    top: 40px;
}

#gallery-previous-link {
    left: 0;
    padding: 6px 10px 6px 6px;
    border-radius: 0 6px 6px 0;
    -moz-border-radius-bottom-right: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
}

#gallery-next-link {
    padding: 6px 6px 6px 10px;
    right: 0;
    border-radius: 6px 0 0 6px;
    -moz-border-radius-bottom-left: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
}

#gallery-meta-container {
    background: #fff;
    color: #999;
    display: none;
    margin: 0 auto;
    overflow: auto;
}

#gallery-image {
    padding: 8px;
}

#gallery-meta {
    display: none;
    height: 44px;
    padding: 0px 8px;
}

#gallery-meta div {
    float: left;
}

#gallery-info {
    text-align: left;
    width: 80%;
}

#gallery-close {
    line-height: 30px;
    text-align: right;
    width: 20%;
}

#gallery-close a {
    color: #999;
    font-size: 24px;
    font-weight: bold;
    outline-style: none;
    text-decoration: none;
}

#gallery-close a:hover {
    color: #bbb;
}

#gallery-title a,
#gallery-title a:link,
#gallery-title a:visited {
    color: #666;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
}

#gallery-title a:visited:hover {
    color: #999
}

#gallery-pages {
    color: #999;
    display: block;
    font-size: 10px;
    line-height: 14px;
}

.pages {
    display: table;
    margin: auto;
    padding-top: 30px;
    padding-bottom: 50px;
}

.pages li {
    float: left;
}

.pages li a {
    height: 32px;
    padding: 0px 10px;
    line-height: 32px;
    background: #f3f3f3;
    color: #666;
    display: inline-block;
    margin-right: 10px;
    color: #666;
    text-align: center;
}

.pages li a:hover {
    height: 32px;
    line-height: 32px;
    background: #1f2f85;
    color: #fff;
    text-align: center;
}

.pages li.active a {
    background: #1f2f85;
    color: #fff
}

.contact {
    float: left;
    width: 100%;
    position: relative;
}

.contact div {
    font-size: 14px;
    color: #7d7d7d;
    line-height: 30px;
}

.product_order {
    float: left;
}

.product_order h3 {
    font-weight: normal;
    font-size: 14px;
    color: #666;
    line-height: 30px;
    padding-top: 15px;
}

.product_order ol li {
    line-height: 30px;
    width: 100%;
    float: left;
    margin-top: 20px;
}

.product_order ol li span {
    width: 90px;
    text-align: right;
    display: inline-block;
    font-size: 14px;
    color: #000000;
    padding-right: 10px;
    float: left;
}

.product_order ol li input {
    outline: none;
    border: none;
    width: 210px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #a9a9a9;
    float: left;
    padding-left: 5px;
}

.product_order ol li textarea {
    width: 510px;
    height: 130px;
    padding: 5px;
    resize: none;
    outline: none;
}

.product_order p input {
    width: 100px;
    height: 40px;
    border: none;
    color: #fff;
    margin: 20px 0px 40px 100px;
    cursor: pointer;
    outline: none;
}

.product_order p input:first-child {
    background: #1f2f85
}

.product_order p input:last-child {
    background: #414143;
    margin-left: 10px;
}

.faq {
    width: 100%;
    float: left
}

.faq dl {
    padding: 20px 0px;
    font-size: 14px;
    line-height: 24px;
    border-bottom: 1px dashed #7d7d7d
}

.faq dl dt {
    padding-bottom: 10px;
}

.faq dl,
.faq dl dt,
.faq dl dd {
    float: left;
    width: 100%;
}

.faq dl dt span,
.faq dl dt p,
.faq dl dt i,
.faq dl dd span,
.faq dl dd p {
    float: left;
    display: inline-block;
}

.faq dl span {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background: #ff6600;
    margin-right: 10px;
}

.faq dl dt span {
    background: #1f2f85;
}

.faq dl dd p {
    width: 860px;
    color: 666;
}

.faq dl dt p a {
    color: #1f2f85;
    font-size: 16px;
    font-weight: bold;
}

.faq dl dt p a:hover {
    color: #002d5f
}

.faq dl dt i {
    color: #1f2f85;
    margin-left: 10px;
}

.faqshow {
    padding-bottom: 0px;
    width: 100%;
    float: left;
}

.faqshow .tc {
    text-align: center;
    width: 100%;
    font-size: 18px;
    color: #1f2f85;
    font-weight: bold;
    padding: 40px 0px 20px;
}

.faqshow div {
    line-height: 28px;
    color: #666;
    font-size: 14px;
    padding-bottom: 5px;
    float: left
}

.faqshow dl {
    float: left;
    width: 100%;
    line-height: 26px;
    font-size: 14px;
}

.faqshow dl dt {
    float: left;
    color: #666;
}

.faqshow dl dd a {
    float: left;
    color: #666
}

.faqshow dl dd a:hover {
    color: #1f2f85
}

.news {
    width: 100%;
    float: left
}

.news dl {
    margin-top: 20px;
    width: 100%;
    float: left;
    cursor: pointer;
}

.news dl dt {
    width: 90px;
    float: left;
    margin-right: 15px;
    text-align: center;
}

.news dl dt span {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #f3f3f3;
    color: #333333;
    font-size: 26px;
    display: inline-block;
}

.news dl dt i {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background:  #1f2f85;
    color: #fff;
    display: inline-block;
}

.news dl:hover dt i {
    background: #ff6600;
}

.news dl:hover a {
    color: #1f2f85;
}

.news dl dd {
    width: 780px;
    float: left
}

.news dl dd p a {
    font-size: 16px;
    color: #333;
    width: 100%;
    float: left;
    line-height: 24px
}

.news dl.hover dd p a {
    color: #1f2f85
}

.news dl.hover dt i {
    background: #002d5f
}

.news dl dd span {
    font-size: 14px;
    color: #666;
    width: 100%;
    float: left;
    line-height: 22px
}

.product_order {
    float: left;
}

.product_order ol li {
    line-height: 30px;
    width: 100%;
    float: left;
    margin-top: 20px;
}

.product_order ol li span {
    width: 90px;
    text-align: right;
    display: inline-block;
    font-size: 14px;
    color: #000000;
    padding-right: 10px;
    float: left;
}

.product_order ol li input {
    outline: none;
    border: none;
    width: 210px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #a9a9a9;
    float: left;
    padding-left: 5px;
}

.product_order ol li textarea {
    width: 510px;
    height: 130px;
    padding: 5px;
    resize: none;
    outline: none;
    border: 1px solid #a9a9a9
}

.product_order p input {
    width: 100px;
    height: 40px;
    border: none;
    color: #fff;
    margin: 20px 0px 40px 100px;
    cursor: pointer;
    outline: none;
}

.product_order p input:first-child {
    background: #1f2f85
}

.product_order p input:last-child {
    background: #ff6600;
    margin-left: 10px;
}

.pro_tit {
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #1f2f85;
    font-size: 18px;
    text-indent: 20px;
    float: left;
    background: #f4f4f4;
    font-weight: normal;
}


/*.block span { float: left; width: 36px;margin-top:15px; }
.block ul { float: left; width: 220px; overflow: hidden;margin-top:15px;margin-left: 5px; }
*/

.faqshow_top {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.col_1f2f85 {
    color: #1f2f85;
    font-weight: bold;
}

.faqshow .faqshow_r {
    width: 460px;
    float: right;
    padding-top: 20px;
}

.faqshow .faqshow_r p {
    padding-bottom: 10px
}

.faqshow .faqshow_r p.col_1f2f85 {
    color: #1f2f85
}

a.cloud-zoom img {
    border: 1px solid #f5f5f5;
    width: 300px;
}

.block {
    width: 300px;
    margin: 20px 0px 0px;
    text-align: center;
    float: left
}

.block ul img {
    border: 1px solid #f5f5f5;
    float: left;
    margin: 0px 5px;
    width: 60px;
}

.block ul a.hover img {
    border: 1px solid #ff9f00
}

.block ul li {
    width: 10000px;
}

p.author {
    clear: both;
    text-align: center;
    color: #999;
    font-size: 11px;
}

p.author a {
    text-decoration: none;
    color: #666;
    border-bottom: 1px dashed #CCC;
    width: 60px;
    float: left
}


/* This is the moving lens square underneath the mouse pointer. */


/* .cloud-zoom-lens {
	border: 4px solid #888;
	margin:-4px;	Set this to minus the border thickness.
	background:#fff;	
	_background:none;
	cursor:move;		
}
 */


/* This is for the title text. */


/* .cloud-zoom-title {
	font-family:Arial, Helvetica, sans-serif;
	position:absolute !important;
	background-color:#000;
	color:#fff;
	padding:3px;
	width:100%;
	text-align:center;	
	font-weight:bold;
	font-size:10px;
	top:0px;
}
 */


/* This is the zoom window. */


/* .cloud-zoom-big {
	border:4px solid #ccc;
	overflow:hidden;
}
 */


/* This is the loading message. */


/* .cloud-zoom-loading {
	color:white;	
	background:#222;
	padding:3px;
	border:1px solid #000;
}
 */

.download {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.download ul li {
    width: 100%;
    height: 45px;
    line-height: 45px;
    float: left;
    background: #efefef;
    margin-bottom: 8px;
    cursor: pointer;
}

.download ul li p {
    position: relative;
    text-indent: 30px;
    width: 80%;
    overflow: hidden;
    float: left;
    font-size: 14px;
}

.download ul li p:before {
    position: absolute;
    left: -15px;
    content: '·';
    top: 0px;
    font-size: 40px;
    color: #333;
    font-size: 14px;
}

.download ul li span {
    float: right;
}

.download ul li span a {
    width: 120px;
    height: 45px;
    background: #1f2f85;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: 14px;
}

.download ul li span a:hover {
    width: 120px;
    height: 45px;
    background: #ff6600;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: 14px;
}

.download ul li.hover {
    color: #1f2f85
}

.lf {
    float: left;
}

.rt {
    float: right;
}

.product_detail {
    padding: 20px 0;
    position: relative;
    left: 0px;
}

.detail_pic {
    width: 340px;
}

.detail_pic img {
    width: 100%;
}

.detail_text {
    width: 490px;
}

.detail_text h1 {
    color: #e7a60b;
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 5px;
}

.detail_text p {
    font-size: 14px;
    line-height: 24px;
}

.detail_text .buy-btn {
    display: block;
    width: 150px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border-radius: 3px;
    background: #008BD6;
    margin-top: 40px;
    margin-bottom: 15px;
}

.product_detail_list {
    padding: 0px 0;
    overflow: hidden;
}

.product_detail_list ul {
    margin-right: -20px;
    position: relative;
}

.product_detail_list li {
    float: left;
    width: 208px;
    margin-right: 20px;
    text-align: center;
}

.product_detail_list li .product_detail_list_pic {
    height: 208px;
    padding: 3px;
    box-sizing: border-box;
    border: 1px solid #efefef;
    overflow: hidden;
}

.product_detail_list li img {
    width: 100%;
}

.product_detail_list li p a {
    display: block;
    font-size: 14px;
    line-height: 34px;
    background: #008bd6;
    color: #fff;
}

.product_detail_info_l {
    position: relative;
    float: left;
    width: 402px;
}

.product_big {
    position: relative;
    height: 402px;
    width: 402px;
    border: 1px solid #e9e9e9;
    box-sizing: border-box;
    margin-bottom: 10px;
    overflow: hidden;
	padding:2px;
}

.img_mark {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
    background-size: 100%;
    margin: -100px 0 0 -100px;
    display: none;
}

.zoom_box {
    position: absolute;
    top: 0;
    right: -400px;
    width: 390px;
    height: 390px;
    border: 1px solid #e9e9e9;
    display: none;
}

.product_big img {
    /*width: 100%;*/
}

.product_small_list {
    margin-left: 2px;
    width: 368px;
    overflow: hidden;
}

.product_small_list ul {
    width: 100000px;
    position: relative;
}

.product_small_list li {
    float: left;
    width: 69px;
    height: 69px;
    text-align: center;
    padding: 2px;
    margin: 0 2px;
    border: 1px solid #e9e9e9;
    box-sizing: border-box;
    cursor: pointer;
    overflow: hidden;
}

.product_small_list li img {
    width: 63px;
    height: 63px;
}

.product_small_list li.show {
    border: 1px solid #1f2f85;
    padding: 2px;
}

.faqshow div.product_small_btn {
    width: 16px;
    height: 69px;
    line-height: 69px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #ccc;
    background: #e9e9e9;
    box-sizing: border-box;
    cursor: pointer;
}

.faqshow div .product_small_r {
    float: right;
}

.order_btn a {
    width: 120px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    color: #fff;
    background: #1f2f85;
    float: left;
    margin-top: 20px;
}

.order_btn a:hover {
    background: #ff6600;
    color: #fff
}

.faqshow_tyext {
    width: 100%;
    float: left;
    line-height: 28px;
    color: #666;
    font-size: 14px;
    padding-bottom: 20px;
    float: left
}

.faqshow_tyext table td {
    padding-left: 6px;
}

.news2 {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.news2 {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.news3 {
    width: 100%;
    float: left;
    margin-bottom: 40px;
}

.news3con {
    width: 430px;
    float: left;
    margin-right: 30px;
}

.news3con h1 {
    width: 100%;
    float: left;
    background: #f4f4f4;
    height: 50px;
    font-size: 16px;
    color: #fff;
    line-height: 50px;
}

.news3con h1 span {
    width: 100px;
    background: #1f2f85;
    display: inline-block;
    font-weight: normal;
    position: relative;
    text-align: center
}

.news3con h1 span::after {
    position: absolute;
    content: "";
    left: 100px;
    width: 0px;
    height: 0px;
    border-color: #1f2f85 transparent transparent #1f2f85;
    border-width: 25px;
    border-style: solid;
}

.news3con:last-child {
    margin-right: 0px;
}

.news3 ul {
    width: 100%;
    float: left;
    padding-top: 16px;
}

.news3 ul li {
    height: 40px;
    line-height: 40px;
    width: 100%;
    float: left;
    border-bottom: 1px dashed #e1e1e1;
}

.news3 ul li:last-child {
    border-bottom: none
}

.news3 ul li b {
    float: left;
    position: relative;
    width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news3 ul li b:after {
    position: absolute;
    left: -15px;
    top: 1px;
    content: "·";
}

.news3 ul li a {
    color: #666;
    text-indent: 20px;
}

.news3 ul li a:hover b:after {
    position: absolute;
    left: -15px;
    top: 1px;
    content: "·";
}

.news3 ul li a:hover {
    color: #1f2f85
}

.news3 ul li span {
    float: right;
}

.news3 ul li a:hover b:after {
    color: #1f2f85
}