* {
    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: #00508d; */
    /* color: #ccc; */
    font-size: 14px;
    text-decoration: none;
}

ul,
li,
ol {
    list-style: none;
}

input,
textarea {
    font-family: "微软雅黑";
    font-size: 16px;
    
}

b,
em,
i{
    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: 16px;
}

input:-moz-placeholder {
    color: #9c9c9c;
    font-size: 16px;
}

input::-moz-placeholder {
    color: #9c9c9c;
    font-size: 16px;
}

input:-ms-input-placeholder {
    color: #9c9c9c;
    font-size: 16px;
}

textarea {
    resize: none;
    color: #9c9c9c;
    font-size: 16px;
}

a {
    text-decoration: none;
    color: #333;
	cursor: pointer;
}

i,
em,
b,
h1,
h2,
h3,
h4,
h5 {
    font-style: normal;
    font-weight: normal;
}


.header {
    height: 100px;
    width: 100%;
    float: left;
	position: fixed;
	background: #fff;
	top: 0px;
	;z-index: 9;
}

.header .fl {
    padding-top: 15px;
}

.header .fr {
    margin-top:30px;
    /* width: 200px;background: #0759a5;
    height: 40px;
    border-radius: 25px; */
    float: right;
    line-height: 40px;
    height: 40px;
	display: flex;flex-direction: row;
	align-items: center;
	color: #bdbdbd;
}
.header .fr dt{
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-left: 30px;
}
.header .fr dt a{
  /* width: 70px; */
  display: inline-block;
  line-height: 40px;
  text-transform: uppercase;
  color: #bdbdbd;
}
.header .fr dt a.hover {
	color: #00508d;
}
.header .fr dt img.fr_dd{
    vertical-align: middle;
    margin-right:5px;
}
.header .fr dd{
	width: 70px;
	margin-left: 20px;
	height: 100px;
	/*line-height: 100px; */
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background: #00508d;
	position: relative;
	z-index: 99;
	cursor: pointer;
}
.header .fr dd:hover .header_hover {
	display: block;
}
.header .fr .header_hover{
	position: absolute;
	top: 100px;
	right: 0px;
	width: 200px;
	padding: 30px;
	height:320px;
	background: #00508d;z-index: 99;
	display: flex;
	justify-content:center;
	flex-direction: column;
	align-items: flex-end;
	color: #fff;
	display: none;
}
.header .fr .header_hover p{
	font-size: 16px;
	height: 34px;
	float:right;
	padding-right:5px;
}
.header .fr .header_hover span{
	font-size: 25px;
	height: 34px;
	font-weight: bold;
}
.header .fr .header_hover i{
	font-size: 25px;
	margin-bottom: 40px;
	/* font-weight: bold; */
}
.header .fr .header_hover b{
	display: inline-flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding-top:10px;
}
.nav {
    width: 670px;
    height: 95px;
    line-height: 95px;
    display: flex;
    float: left;
    /* background: #2a2a2a; */
    margin-left: 50px;
}

.nav ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.nav ul>li {
    float: left;
    width: 100%;
    text-align: center;
    height: 95px;
    line-height: 95px;
    display: inline-block;
    cursor: pointer;position: relative;
}

.nav ul li a {
    width: 80%;
    margin: 0px 10%;
    height: 66px;
    line-height: 66px;
    display: inline-block;
    text-align: center;
    /* color: #fff; */
    font-size: 16px;
    position: relative;
    /* border-right: 1px solid #232d3c;
    border-left: 1px solid #374760; */
}
/* .nav ul>li.arrow>a{
    background: url(../image/icon3.png) right center no-repeat;

}
.nav ul>li:hover.arrow>a,.nav ul li.active.arrow>a{
    background: url(../image/icon4.png) right center no-repeat;

} */

.nav ul li:hover>a,
.nav ul li.active>a {
    color: #00508d;
    /* border-bottom: 4px solid #00508d; */
    /* border-color: #00508d; */
}

.nav ul li:hover dl{
    display: block;
}
.nav ul li dl {
    width: 110%;
    position: relative;
    top: -1px;
    display: none;
    z-index: 9;
    left: -7px;
	padding-top: 5px;
}
/* .nav ul li dl.fuwu dd {
	width: 200px;
} */
.nav ul li dl dd {
    height: 40px;
    line-height: 40px;
    width: 100%;
	overflow: hidden;
}

.nav ul li dl dd a {
    height: 40px;
    line-height: 40px;
    width: 100%;
	margin: 0px;
    background: #fff;
    display: inline-block;
    color: #333;
    font-size: 14px;
    border: none;
	overflow: hidden;
}

.nav ul li dl dd a:hover {
    background: #00508d;
    color: #fff;
}

.swiper-container1 {
    position: relative;
    top:0px;
    float: left;
    width: 100%;
	margin-top: 100px;
}

.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: #fff;
    opacity: .5;
    width: 40px;
    height:4px;
    ;
    border-radius: 12px;
    margin-right: 0px;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    width: 40px;
    background: #fff;
    height: 4px;
    ;
}
/* .banner {
	width: 100%;
	position: relative;
} */
.yufei {
	width: 240px;
	padding: 0px 40px;
	height: 370px;
	background: #fff;
	border-radius: 15px;
	position: absolute;
	top: 290px;
	left:calc(47% + 337px);
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	
}
.yufei p{
	font-size: 28px;
	color: #00508d;
}
.yufei input{
	width: 100%;
	margin-top: 20px;
}
.yufei input[type=text]{
	border: 2px solid #cccdce;
	height: 50px;
	border-radius: 10px;
	padding-left: 10px;
}
.yufei input[type=password]{
	border: 2px solid #cccdce;
	height: 50px;
	border-radius: 10px;
	padding-left: 10px;
}
.yufei .submit{
	background: #00508d;
	color: #fff;
	display: flex;height: 50px;
	line-height: 50px;text-align: center;
	justify-content: center;
	width: 100%;
	border-radius: 10px;
	font-size: 18px;
}
.index,.index1,.index2,.index3{
    width: 100%;
    float: left;
	padding-bottom: 50px;
}

.index_tit {
    width: 100%;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 45px;
}
.index_tit p{
  position: relative;
  width: 100%;
/*  height: 1px;
  background: #d4d0c8; */
  display: inline-block;
}
.index_tit p::before{
	position: absolute;
	content: '';
	width:530px;
	left: 0px;
	height: 1px;
	background: #d4d0c8;
}
.index_tit p::after{
	position: absolute;
	content: '';
	width:530px;
	right: 0px;
	height: 1px;
	background: #d4d0c8;
}
.index_tit2 p::before{
	position: absolute;
	content: '';
	width:530px;
	left: 0px;
	height: 1px;
	background: #515a61;
}
.index_tit2 p::after{
	position: absolute;
	content: '';
	width:530px;
	right: 0px;
	height: 1px;
	background: #515a61;
}

.index_tit p b {
    color: #00508d;
	position: absolute;

	display: inline-block;
	top: -20px;
	margin-left: -60px;
	font-size: 30px;
	width: 120px;
	font-weight: bold;
}
.index_tit span  {
    width: 100%;
    display: inline-block;
    color: #666;
    font-size: 14px;
	margin-top: 20px;
}

.index1_con {
	width: 100%;
}
.index1_con ul {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-warp:warp; 
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.index1_con ul  li {
	margin-right: 25px;
	margin-bottom: 50px;
	display: flex;
	width:250px;
	flex-direction: column;
}
.index1_con ul  li img {
	border-radius: 10px;
}
.index1_con ul  li span{
	font-size: 18px;
	color: #276b9e;
	margin: 5px 0px 10px;
	display: inline-flex;
}
.index1_con ul  li:hover span{
	color: #ff0000;
}
.index1_con ul  li p{
	font-size: 14px;
	color: #666;
	line-height: 24px;
	display: inline-flex;
		text-overflow: -o-ellipsis-lastline;
	
		text-overflow: ellipsis;
	
		overflow: hidden;
	
		display: -webkit-box;
	
		-webkit-box-orient: vertical;
	
	    /* 下面的数字表示几行以后显示省略号 */
	
		-webkit-line-clamp: 2;
	
		line-clamp: 2;
}
.index1_con p.more{
	width: 150px;
	margin: 0px auto;
}
.index1_con p.more a {
	width: 150px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	background: #00508d;
	color: #fff;
	font-size: 16px;
	border-radius: 10px;
	text-align: center;
}

.index2 {
	width: 100%;
	background: url(../image/about.jpg) top center no-repeat;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	/* float:pa left; */
	
}
.index2_con .index2_conp{
	width: 100%;
	font-size: 14px;
	line-height: 34px;
	
}
.index2_con .index2_cona {
	width: 300px;
	height: 60px;
	line-height: 60px;
	margin: 0px auto;
	display: table;
	margin-top: 30px;
	margin-bottom: 50px;
	border-radius: 5px;
	/* display: inline-block; */
	border: 1px solid #fff;
	color: #fff;
	font-size: 16px;
	text-align: center;
}
.index2_con .index2_cona:hover {
	background: #00508d;
	border: 1px solid #00508d;
	color: #fff;
}
.index2_con ul{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 35px 0px ;
	height: 140px;
	background: #00508d;
	color: #fff;
	border-radius: 10px;
}
.index2_con ul li{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	flex: 1;
	border-right: 1px solid #1b6298;
	font-size: 14px;
}
.index2_con ul li:last-child{
	border: none;
}
.index2_con ul li p{
	font-size: 40px;
	padding-bottom: 20px;
}
.index2_con ul li b{
	font-size: 16px;
}



.index4{
    width: 100%;
    float: left;
    padding-bottom: 60px;
}
/*.index4_con ul{
    width: 100%;
    float: left;
}
.index4_con ul li {
    width: 320px;
    float: left;
    margin-right: 40px;
}
.index4_con ul li img {
	width: 320px;
	height: 240px;
	border-radius: 10px;
	overflow: hidden;
}
.index4_con ul li p,.index4_con ul li span{
    width: 100%;
    float: left;
    display: inline-block;
    line-height: 24px;
    color: #999999;
}
.index4_con ul li:nth-child(4){
    margin-right: 0px;
}
.index4_con ul li p {
    margin-top: 10px;
    font-size: 16px;
    color: #333;
    line-height: 30px;
}
.index4_con ul li i {
    width: 110px;
    float: left;
    height: 38px;
    line-height: 38px;
    text-align: center;
    display: inline-block;
    margin-top: 10px;
    font-size: 16px;
    background: #f0f0f0;
    color: #6a6a6a;

    border-radius: 5px;
}
.index4_con ul li:hover i{
    background: #00508d;
    color: #fff;
}
.index4_con ul li:hover p{
    color: #00508d;
}
*/
.index4_con{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}

.index4_con ul {
	display: flex;
	flex-direction: column;
	margin-left: 40px;
	
	flex-direction: row;
	flex-warp:warp; /*CSS3æ ·å¼ï¼Œbaiæ”¯æŒduzhiwebkitï¼Œms*/
	-ms-flex-wrap: wrap;/*IE9ä»¥åŠä¸€daoä¸‹zhuanä¸æ”¯æŒ*/
	-webkit-flex-wrap: wrap;
}
.index4_con ul:first-child {
	margin-left: 0px;
}
.index4_con ul li {
	margin-bottom: 20px;
	padding: 15px 0px;
	border: 1px solid #e1e1e1;
	background: #fff;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	color: #666666;
	align-items: center;
	height: 70px;
	
	width: 580px;
	margin-right: 30px;
	
}

.index4_con ul li:nth-child(2n){
	margin-right: 0px;
}
.index4_con ul li p{
	width:100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #9a9a9a;
	font-size: .3rem;
	border-right:.01rem solid #e1e1e1;
}
.index4_con ul li p i{
	font-size: 32px;
	line-height: 40px;
}
.index4_con ul li p b{
	font-size: 14px;
	line-height: 20px;
}
.index4_con ul li span{
	display: flex;
	flex: 1;
	flex-direction: column;
	margin-left: 20px;
	padding-right:30px;
	/* width: calc(100% -  150px); */
}
.index4_con ul li span i{
	font-size: 16px;

	padding-bottom: 5px;
}
.index4_con ul li span i a{
	font-size: 16px;
	color: #333;
	padding-bottom: 5px;
}
.index4_con ul li:Hover span i a{
	font-size: 16px;
	color: #00508d;
	padding-bottom: 5px;
}
.index4_con ul li span b{
	font-size: 14px;
	color:#666666;
	line-height:24px;
}
.index3{
	background: #f8f8f8;
}
.index3_con{
	width: 100%;
	float: left;
}
.index3_con ul {
	display: flex;
	justify-content: flex-start;
	flex-direction:row;
	/* white-space: pre-wrap; */
	flex-wrap:wrap
}
.index3_con ul li{
	margin-right: 16px;
	margin-bottom: 30px;
	width: 186px;
}
.index3_con ul li:nth-child(6n){
	margin-right: 0px;
}
.link{
	width: 100%;
	float: left;
	height: 80px;
	line-height: 80px;
	font-size: 16px;
}
.link,.link dl ,.link dt,.link dd, .link a {
	float: left;
}
.link dt a {
	font-size: 16px;
	margin-right: 10px;
}
.link dd a {
	margin-right: 20px;
	font-size: 14px;
}





  




.copy {
    width: 100%;
    background: url(../image/copy_bj.png) center center repeat-x;
    height: 378px;
	padding-top: 60px;
    float: left;
    font-size: 14px;
    color: #9f9f9f;
    line-height: 28px;
}

.copy_top {
    width: 100%;
    float: left;
    height: 318px;
    /* margin-top:70px; */

}

.copy a:hover {
    color: #00508d
}
.copy_top_l{
	width: 100%;
	float: left;
}
.copy1 {
    width:300px;
    /* margin-top: 35px; */
    /* padding-left: 270px; */
    float: left;
    /* border-right: 1px solid #fff; */
    /* height: 150px; */
}

.copy2 {
    width: 600px;
	/* margin-right: 80px; */
    float: left;
}

.copy3 p,.copy3 span {
	width: 100%;
	display: inline-block;
}
.copy4 {
    width: 300px;
    float: right;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.copy4 .copy4_r{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	/* align-items: center; */
}
.copy4 b {
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.copy4 b i {
	text-align: center;
}
.copy_tit {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #fff;
    padding-bottom: 30px;
    position: relative;
	font-weight: bold;
    /* padding-left: 10px; */

}
.copy_tit::before{
	position: absolute;
	content: '';
	width: 40px;
	height: 2px;
	top: 40px;
	background: #81858e;
}
.copy3_tit2{
	color: #00508d;
	font-size: 24px;
	padding-bottom: 10px;
}
.copy1 ul {
    width: 100%;
    float: left;
}

.copy1 ul li {
    width: 40%;
    float: left;
    line-height: 29px;
	text-transform:capitalize;
}

.copy1 ul li a {
    width: 100%;
    float: left;
    display: inline-block;
    color: #999999;
	text-transform:capitalize;
}
.copy1 ul li a:hover{
    color: #00508d

}
.copy2 dl {
    width: 100%;
    float: left;
}


.copy2 dl dd {
    width: 100%;
    float: left;
    display: inline-block;
    font-size: 14px;
    color: #999999;
    line-height: 28px;
}
.copy2 dl dd b{
    float: left;
    width:30px;
	padding-top:2px;
}
.copy2 dl dd span{
    width: calc(100% - 40px);
    float: left;
}
.copy3 ul li{
	width: 100%;float: left;
	margin-bottom: 10px;
}
.copy3 ul li input{
	width: 190px;
	height: 40px;
	line-height: 40px;
	float: left;
	margin-right: 20px;
	padding: 0px 5px;
	color: #666;
}
.copy3 ul li input:nth-child(2n){
	margin-right: 0px;
}
.copy3 ul li textarea{
	width:calc(100% - 10px);
	padding: 5px;
	height: 100px;
	color: #666;
	
}
.copy3 p{
	width: 100%;
	float: left;
}
.copy3 p input{
	width: 100px;
	height: 40px;
	line-height: 40px;
	float: left;
	margin-right: 30px;
	border: 1px solid #c3c4c4;
	background: transparent;
	color: #c3c4c4;
	border-radius: 20px;
	text-transform: uppercase;
}
.copy4 p{
	width: 100%;
	float: left;
}
.copy4 p a{float: left;margin-right: 8px;}
.copy_bot2 {
    line-height: 60px;
}

.copy_bot2 a {
    color: #acaeb0;
}

.banner_img {
    width: 100%;
    height: 400px;
    margin: auto;
    overflow: hidden;
    margin-top: 100px;
}

.banner_img p {
    width: 100%;
    height: 400px;
    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-top: 40px;
    padding-bottom:10px;
}

.nav_tab {
	width: 100%;
	float: left;
	height: 80px;
	background: #f5f5f5;
}

.nav_tab ul {
	display: table;
	margin: 0px auto;
	padding: 20px 0px 0px;
	;
	;
}

.nav_tab ul li {
	
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	float: left;
	margin-right: 20px;
	/* background: #007ac5; */
	/* border-radius: 25px; */
	;
}

.nav_tab ul li a {

	padding: 0px 30px;
	height: 40px;
	display: inline-block;
	color: #333;
	font-size: 16px;
	border-radius: 25px;
}

.nav_tab ul li.hover a {
	background: #00508d;
	color: #fff;
}
.about {
	width: 100%;
	/* padding-top: 30px;
    padding-bottom: 100px; */
	float: left;
}
.about_top_l{
	width: 100%;
/*	display: inline-flex;*/
	flex-direction: column;
	font-size:14px;
	line-height:30px;
	color: #666;
	padding-bottom:50px;
}
.about_top_l span {
	width: 100%;
	float: left;
	display: inline-block;
	font-size: 14px;
	color: #666;
	line-height: 30px;
}

/* .about_top2 span {
	width: 100%;
	float: left;
	display: inline-block;
	font-size: 14px;
	color: #666;
	line-height: 30px;
	;
} */

.about_tit {
	width: 100%;
	float: left;
	color: #007ac5;
	line-height: 30px;
	;
}
.about_top2{
	width: 100%;
	padding-bottom: 100px;
}
.about_top2 ul {
	width: 100%;
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
	flex-direction: row
	;
}

.about_top2 ul li {
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #00508d;
	font-size: 18px;

	;
}

.about_top2 ul li:nth-child(4n) {
	margin-right: 0px;
	;
}

.contact {
    width: 100%;
    float: left;
    /* padding-top: 30px;
    padding-bottom: 90px; */
}
.contact_top {
    width: 100%;
    float: left;
}
.contact_l {width:600px;
float: right;


}
.contact_l img{
    width: 100%;
}
.contact_r{
    width:500px ;
    float: left;
    font-size: 14px; color: #7d7d7d; line-height: 30px;
}



.contact_top {
    width: 100%;
    float: left;
    padding-bottom: 40px;
}
.contact_bot{
    width: 100%;
    float: left;
}
.contact_bot p{
    width:100%;
    float: left;
    font-size: 16px;
    color: #333333;
    line-height: 70px;
}
.contact_botcon {
    width: calc(100% - 60px);
    float: left;
    padding: 30px 30px 50px 30px;
    background: #f5f6f6;
}
.contact_botcon ul{
    width: 100%;
    float: left;
}
.contact_botcon ul li{
    /* height: 43px; */
    /* line-height: 43px; */
    border: 1px solid #e1e6eb;
    margin-bottom: 25px;
    background: #fff;
}
.contact_botcon ul li.wid50 {
    width: 650px;
    float: left;
    margin-right: 30px;
}
.contact_botcon ul li.wid50:nth-child(2n){
    margin-right: 0px;
}
.contact_botcon ul li.wid100 {
    width: 1330px;
    float: left;
}
.contact_botcon ul li b{
    width: 45px;

    float: left;
     text-align: center;
   /* display: inline-block;
    vertical-align: middle; */
}
.contact_botcon ul li b img {
    margin-top: 10px;
    float: left;
    margin-left: 10px;
}
.contact_botcon ul li input{
    width: calc(100% - 70px);height: 45px;
    padding-left: 5px;
    border-left: 1px solid #e1e6eb;
    color: #666;

}
.contact_botcon ul li select{
    width: calc(100% - 60px);
    height: 45px;
    padding-left: 5px;
    border-left: 1px solid #e1e6eb;color: #666;


}
.contact_botcon ul li textarea{
    height: 110px;
    width: calc(100% - 80px);
    color: #666;
    float: left;
    padding: 5px;font-size: 14px;
    border-left: 1px solid #e1e6eb;

}
.contact_botcon p input{
    width: 70px;
    height: 38px;
    line-height: 38x;
    text-align: center;
    display: inline-block;
    margin-right: 20px;
    border-radius: 5px;
    color: #fff;
}


/*
.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: 16px;
}

.download ul li span {
    float: right;
    margin-right: 20px;
}

.download ul li span a {
    width: 120px;
    height: 45px;
    background: #2d3a4e;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}

.download ul li span a:hover {
    width: 120px;
    height: 45px;
    background: #00508d;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: 14px;
}

.download ul li:hover p,.download ul li:hover span a{
    color: #00508d
}
.download ul li span img{vertical-align: middle;width: 25px;margin-right: 5px;}
*/

.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: #00508d;
    color: #fff;
    text-align: center;
}

.pages li.active a {
    background: #00508d;
    color: #fff
}

.news {
    width: 100%;
    float: left
}
.news ul {
	display: flex;
	flex-direction: column;
	width:100%;
}
.news ul li {
	width: 100%;
	margin-bottom: 20px;
	padding: 15px 0px;
	border: 1px solid #e1e1e1;
	background: #fff;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	color: #666666;
	align-items: center;
}
.news ul li p{
	width:120px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #9a9a9a;
	font-size: .3rem;
	border-right:.01rem solid #e1e1e1;
}
.news ul li p i{
	font-size: 24px;
	line-height: 40px;
}
.news ul li p b{
	font-size: 14px;
	line-height: 20px;

}
.news ul li span{
	display: flex;
	flex: 1;
	flex-direction: column;
	margin-left: 20px;
	padding-right:30px;
	/* width: calc(100% -  150px); */
}
.news ul li span i{
	font-size: 16px;

	padding-bottom: 5px;
}
.news ul li span i a{
	font-size: 16px;
	color: #333;
	padding-bottom: 5px;
}
.news ul li span i a:Hover{
	font-size: 16px;
	color: #ff0000;
	padding-bottom: 5px;
}
.news ul li span b{
	font-size: 14px;
	color:#666666;
	width: 100%;
	line-height:24px;
		text-overflow: -o-ellipsis-lastline;
		text-overflow: ellipsis;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
	
	    /* 下面的数字表示几行以后显示省略号 */
	
		-webkit-line-clamp: 2;
	
		line-clamp: 2;
}


.solution {
    width: 100%;
    float: left
}

.solution dl {
    margin-top: 20px;
    width: calc(100% - 40px);
    float: left;
    cursor: pointer;
    padding: 20px 0px 20px 15px;
    border: 1px solid #e8e8e9;
}

.solution dl dt {
    width: 270px;
    float: left;
    margin-right: 50px;
    text-align: center;
}
.solution dl dt img{
    width: 270px;
	height:200px;
}
.solution dl dd {
    width: 1020px;
    float: left;
    margin-top: 30px;
}

.solution dl dd p {
    font-size: 18px;
    color: #000;
    width: 100%;
    float: left;
    line-height: 24px;
    padding-bottom: 10px;
}
.solution dl dd p,.solution dl dd i,.solution dl dd span {
    width: 100%;
    float: left;
    display: inline-block;
    line-height: 34px;
}
.solution dl:hover dd p a,.solution dl:hover dd p {
    color: #00508d
}

.imgcenter{
    text-align: center;
    display: table;
    margin: 0px auto;
}
.solutionshow{
    
width: 100%;
float: left;
padding-bottom: 30px;
}
.solution dl dd span {
    font-size: 14px;
    color: #666;
    width: 100%;
    float: left;
    line-height: 30px;
}



.anli_img {
    float: left;
    min-width:1400px;
}

.anli_img ul {
    float: left;
    width: 100%;
    padding-top: 15px;
}

.anli_img ul li {
    float: left;
    width: 282px;
    text-align: center;
    margin-right: 23px;
    margin-bottom: 20px;
    position: relative;
}

.anli_img ul li img {
    width: 280px;
    background: #fff;
    border: 1px solid #f0f0f0;
}

.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: #00508d;
    display: inline-block;
}

.anli_img ul li:hover a b {
    color: #00508d
}

.anli_img {
    width: 1400px;
    height: 350px;
    overflow: hidden;
}

.anli_scroll {
    width:1400px;
    height: 350px;
    position: relative;
    left: 0px;
    float: left
}

.anli_scroll ul {
    width: 10000px;
    height: 300px;
}

.product {
    float: left;
    width: 100%;
	padding-top:15px;
}

.product ul {
    float: left;
    width: 100%;
    padding-top: 15px;
}

.product ul li {
    float: left;
    width:420px;
	height:420px;
    text-align: center;
    margin-right:60px;
    margin-bottom: 50px;
    position: relative;
	overflow: hidden;
	border-radius:10px;

}

.product ul li img {
    /* width: 278px; */
    background: #fff;
    /* border: 1px solid #d9d9d9; */
    /* height: 208px; */
	width:100%;
	border-radius:10px;
}

.product ul li a b {
    line-height: 50px;
    display: inline-block;
    color: #FFF;
    font-size: 18px;
    width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background:rgba(255,0,0,0.5);
	display: none;
	/* border-radius:20px; */
	
}

.product ul li:nth-child(3n) {
    margin-right: 0px;
}

.product ul li:hover a {
    color: #99c318;
    display: inline-block;
}

.product ul li:hover a b {
    display: inline-block;
}


.pro_newsl {
    width: 48%;
    float: left;
    margin-right: 4%;
}
.pro_newsl:last-child{
    margin-right: 0px;
}
.pro_newsl ol,.pro_newsl ol li {
    width: 100%;
    float: left;
}
.pro_newsl ol{
    margin-top: 20px;
}
.pro_newsl ol li {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #e1e1e1;
    font-size: 14px;
    color: #666;
   
}
.pro_newsl ol li p {
    float: left;
    position: relative;
    display: inline-block;
    width:300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #666;
}

.pro_newsl ol li p:after {
    position: absolute;
    left: -15px;
    top: 1px;
    content: "·";

}
.pro_newsl ol li span {
    float: right;
    font-size: 14px;
    color: #666;
}
.pro_newsl ol li:hover p,.pro_newsl ol li:hover span{
    color: #00508d;
}
/* #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;
}
.faq{
    width: 100%;
    float: left;
	padding-top:25px;
}
.faq dl {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.faq dl dt {
    width: calc(100% - 50px);
    height: 50px;
    line-height: 50px;
    background: #f6f6f6;
    border: 1px solid #f0f0f0;
    padding: 0px 20px 0px 30px ;
}
.faq dl dt p{
    float: left;
    position: relative;
    color: #666666;
    font-size: 14px;
}
.faq dl dt.hover p{
    color: #00508d;
}
.faq dl dt p::before{
    position: absolute;
    content: '';
    left: -10px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    display: inline-block;
    background: #00508d;
    top: 23px;
}

.faq dl dt span{
    float: right;
}
.faq dl dt span img:nth-child(1){
    display:none;
}
.faq dl dd {
    width: calc(100% - 50px);
    margin-top: 1px;
    background: #ffffff;
    border: 1px solid #f0f0f0;
    padding: 20px 20px 10px 30px ;
    float: left;
    display: none;
}
.faq dl dd p{
    width: 100%;
    line-height: 24px;
    float: left;
    color: #7d7d7d;
    font-size: 14px;
    /* padding-bottom: 20px; */
}
.faq dl dd span {
    width: 100%;
    float: left;
    padding: 20px 0px 30px ;
    font-size: 14px;
    color: #00508d;
}
.join {
  padding-top:25px;
}

.join dl {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.join dl dt {
    width: calc(100% - 50px);
    /* height: 50px; */
    /* line-height: 50px; */
    background: #f6f6f6;
    /* border: 1px solid #f0f0f0; */
    padding: 30px 20px 30px 30px ;
    float: left;
    border-radius: 5px;
}
.join dl dt p{
    float: left;
    position: relative;
    color: #666666;
    font-size: 14px;
}


.join dl dt span{
    float: right;
	margin-top:20px;
}
.join dl dt span img:nth-child(1){
    display:none;
}
.join dl dd {
    width: calc(100% - 50px);
    margin-top: 1px;
    background: #ffffff;
    /* border: 1px solid #f0f0f0; */
    padding: 25px 20px 10px 35px ;
    float: left;
    display: none;
	font-size:14px;
}
.join dl dd p{
    width: 100%;
    line-height: 24px;
    float: left;
    color: #7d7d7d;
    font-size: 14px;
    padding-bottom: 20px;
}
.join dl dt p i,.join dl dt p strong{
    width: 100%;
    float: left;
    display: inline-block;
    color: #666;
    line-height: 24px;
}
.join dl dt p i{
    font-size: 18px;
    color: #333333;
    line-height: 30px;
}
.join dl dd i,.join dl dd strong{
    width: 100%;
    float: left;
    display: inline-block;
    color: #666;
    line-height:30px;
}
.join dl dd i {
	color: #333;
	font-weight: bold;
}
.join dl dd strong{
    margin-bottom: 30px;
	
}
.join dl dd a{
    width: 125px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    background: #00508d;
    color: #fff;
    margin-top: 30px;
    border-radius: 5px;
}

.pingtai{
	width: 100%;
	float: left;
	color: #666;
	line-height: 30px;
	font-size: 14px;
}

.lf {
    float: left;
}

.rt {
    float: right;
}

.product_detail {
    padding: 0px 0;
    position: relative;
    left: 0px;
}

.detail_pic {
    width: 500px;
}

.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: 502px;
}

.product_big {
    position: relative;
    height:500px;
    width: 500px;
    border: 1px solid #e9e9e9;
    box-sizing: border-box;
    margin-bottom: 10px;
    overflow: hidden;
	padding:4px;
	
}

.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: 20px;
    width:490px;
    overflow: hidden;
}

.product_small_list ul {
    width: 100000px;
    position: relative;
}

.product_small_list li {
    float: left;
    width: 150px;
    height: 150px;
    text-align: center;
    padding: 2px;
    margin: 0 20px 0px 0px;
    border: 1px solid #e9e9e9;
    box-sizing: border-box;
    cursor: pointer;
    overflow: hidden;
}

.product_small_list li img {
    width: 140px;
    height: 140px;
	padding:2px;
}

.product_small_list li.show {
    border: 1px solid #99c318;
    padding: 2px;
}
.productshow_con{
    width: 500px;
    float: left;
}
.productshow_con div.product_small_btn {
    width: 25px;
    height: 150px;
    line-height: 150px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #ccc;
    background: #00508d;
    color: #fff;
    box-sizing: border-box;
    cursor: pointer;
}

.productshow_con 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: #da251c;
    float: left;
    margin-top: 20px;
}

.order_btn a:hover {
    background: #00508d;
    color: #fff
}




.productshow_tit {
    width:calc(100% - 10px);
    float: left;
    height: 50px;
    line-height: 50px;
    margin-top: 30px;
    position: relative;
    color: #00508d;
    left: 0px;
    padding-left: 10px;
    border-bottom: 1px solid #e5e5ee;
}
.productshow_tit::before{
    content: '';
    position: absolute;
    left: 0px;
    width: 5px;
    height: 20px;
    display: inline-block;
    background: #00508d;
    top: 15px;
    font-size: 16px;
}
.faqshow {
    /* padding-bottom: 0px; */
    width: 100%;
    float: left;
	padding-bottom:50px;
	padding-top:25px;
}
.faqshow1 {
	font-size:14px;
	line-height:30px;
	padding-top:25px;
	margin-top:25px;
}
.faqshow .tc {
    text-align: center;
    width: 100%;
    font-size: 18px;
    color: #333;

    padding: 10px 0px 20px;
}

.faqshow div {
    line-height: 28px;
    color: #666;
    font-size: 14px;
    padding-bottom: 5px;
    float: left;
	padding-top:20px;
}

.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: #00508d
}
.proshow_r {
    width: calc(100% - 650px);
    float: left;
    margin-left: 50px;
}
.productshow{
    width: 100%;
    padding-top: 30px;
    /* padding-bottom: 100px; */
    float: left;
}



.lf {
    float: left;
}

.rt {
    float: right;
}

.product_detail {
    padding: 0px 0;
    position: relative;
    left: 0px;
}

.detail_pic {
    width: 580px;
}

.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: #333333;
    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: #00508d;
    color: #fff;
}

.product_detail_info_l {
    position: relative;
    float: left;
    width: 582px;
}

.product_big {
    position: relative;
    height:580px;
    width: 580px;
    border: 1px solid #e9e9e9;
    box-sizing: border-box;
    margin-bottom: 10px;
    overflow: hidden;
	padding:4px;
	
}

.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: 20px;
    width:490px;
    overflow: hidden;
}

.product_small_list ul {
    width: 100000px;
    position: relative;
}

.product_small_list li {
    float: left;
    width: 150px;
    height: 150px;
    text-align: center;
    padding: 2px;
    margin: 0 20px 0px 0px;
    border: 1px solid #e9e9e9;
    box-sizing: border-box;
    cursor: pointer;
    overflow: hidden;
}

.product_small_list li img {
    width: 140px;
    height: 140px;
	padding:2px;
}

.product_small_list li.show {
    border: 1px solid #ff6600;
    padding: 2px;
}
.productshow_con{
    width: 600px;
    float: left;
}
.productshow_con div.product_small_btn {
    width: 25px;
    height: 150px;
    line-height: 150px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #ccc;
    background: #333333;
    color: #fff;
    box-sizing: border-box;
    cursor: pointer;
}

.productshow_con div .product_small_r {
    float: right;
}
.productshow{
    width: 100%;
    padding-top: 30px;
    /* padding-bottom: 100px; */
    float: left;
}
.productshow_top  p{
    width: 410px;
    float: left;
    border: 1px solid #e5e5e5;
    float: left;
    margin-right: 30px;
}
.productshow_top dl {
    width: 100%;
    float: left;
}
.productshow_top dl dt
,.productshow_top dl dd
,.productshow_top dl dt i
,.productshow_top dl dt span
,.productshow_top dl dd strong{
    width: 100%;
    float: left;
    display: inline-block;
    font-size: 14px;
    color: #666;
    line-height: 30px;
}
.productshow_top dl dt i{
    font-size: 20px;
    color: #333;
}
.productshow_top dl dt span{
    font-size: 16px;
    color: #ff6600;
}






.productshow_top dl dd input{
    width: 120px;
    height: 40px;
    line-height:40px;
    display: inline-block;
    text-align: center;
    background: #06379d;
    color: #fff;
    margin-top: 20px;
    border-radius: 5px;
}
.productshow_top dl dd input:hover{
	background: #FF6600;
}
.productshow_bot{
    width: 100%;
    float: left;
    padding-bottom: 60px;
	padding-top: 30px;
}
.productshow_bot p.productshowbot_tit{
	width: 100%;
	height: 50px;
	line-height: 50px;
	float: left;
	background: #f5f5f5;
	margin-bottom: 20px;
}
.productshow_bot p.productshowbot_tit b {
	width: 180px;
	height: 50px;
	line-height: 50px;
	background: #00508d;
	text-align: center;
	display:inline-block;
	color: #fff;
	text-transform: capitalize;
}
.chaxun{
	width: 100%;
	float: left;
}
.chaxun_tit {
	text-align: center;
	font-size: 26px;
	color: #333;
	padding-bottom: 60px;
}
.chaxun_con{
	width: 880px;
	height: 140px;
	margin: 0px calc((100% - 980px)/2);
	float: left;
	background: #eee;
	padding: 50px 80px;
}
.chaxun_con p{
	width: 100%;
	float: left;
}
.chaxun_con p.p_inputtop input {
	width: calc(100% - 40px);
	height: 50px;
	line-height: 50px;
	padding:0px 20px;
	font-size: 18px;
	float: left;
}
.chaxun_con p.p_inputbot {
	width: 300px;
	margin: 0px calc((100% - 300px)/2);
	height: 50px;
	line-height: 50px;
	padding:0px 20px;
	float: left;
	margin-top: 40px;
}
.chaxun_con p.p_inputbot input{
	width: 80px;
	height: 40px;
	line-height: 40px;
	float: left;
	margin-right: 20px;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
}


.honor {
    float: left;
    width: 100%;
	padding-top:15px;
}

.honor ul {
    float: left;
    width: 100%;
    padding-top: 15px;
}

.honor ul li {
    float: left;
    width:187px;
	border: 1px solid #cccccc;
	/* height:520px; */
    text-align: center;
    margin-right:12px;
    margin-bottom: 25px;
/*    position: relative;
	overflow: hidden; */
	/* border-radius:10px; */

}



.honor ul li:nth-child(6n) {
    margin-right: 0px;
}
.honor ul li:hover a b {
   background: #00508d;
   color: #fff;
}




.company {
    float: left;
    width: 100%;
	padding-top:15px;
}

.company ul {
    float: left;
    width: 100%;
    padding-top: 15px;
}

.company ul li {
    float: left;
    width:380px;
    /* text-align: center; */
    margin-right:30px;
    margin-bottom: 50px;

}
.company ul li a{
	width: 100%;
	display: inline-flex;
	flex-direction: column;
	justify-content: flex-start;
	font-size: 14px;
	color: #666;
	line-height: 24px;
	
}
.company ul li:hover a b{
color: #ff0000;
	}
.company ul li img {
    background: #fff;
	width:100%;
	border: none;
	float: left;
	border-radius:10px;
}

.company ul li a b {
margin-top: 20px;
font-size: 20px;
color: #00508d;
margin-bottom: 5px;
}

.company ul li:nth-child(3n) {
    margin-right: 0px;
}

.server{
	width: 100%;
	display: flex;
	flex-direction: column;
	padding-top: 40px;
}
.server_tit1{
	font-size: 20px;
	padding-bottom: 10px;
	color: #00508d;
}
.server_tit2{
	font-size: 16px;
	color: #666;
	line-height: 30px;
}
.server ul{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 50px;
	padding-bottom: 70px;
}
.server ul li {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.server ul li p{
	display: flex;
	flex-direction: column;
	margin-left: 30px;
	font-size:20px;
	line-height:30px;
}
.server ul li p span {
	color: #00508d;
}
.server_bot ul{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
.server_bot ul li {
	background: #f6f6f6;
	display: flex;
	flex-direction: row;
	margin-right: 40px;
	width: 650px;
	padding: 0px 10px;
	height: 45px;
	line-height: 45px;
	cursor: pointer;
	border: 1px solid #f0f0f0;
	margin-bottom: 30px;
	align-items: center;
	justify-content: space-between;
}
.server_bot ul li:nth-child(2n){
	margin-right: 0px;
}
.server_bot ul li p{
	position: relative;
	text-indent: 10px;
}
.server_bot ul li p::before{
	position: absolute;
	content: "·";
	top: 0px;
	left: -10px;
	font-size: 30px;
	line-height: 45px;
	color: #00508d;
}
.server_bot ul li:hover {
	background: #f6f6f6;
	color: #00508d;
}
.server_bot ul li img {
	vertical-align: middle;
}
.faq_bot{
	width: 100%;
	display: flex;
}
.faq_bot ul {
	width: 100%;
	display: flex;
	flex-direction: column;
}
.faq_bot ul li {
	padding: 30px ;
	width: calc(100% - 60px);
	display: flex;
	flex-direction: column;
	margin-bottom: 35px;
	border: 1px solid #e8e8e9;
	line-height:26px;
}
.faq_bot ul li p{
	display: flex;
	flex-direction: row;
	padding-bottom: 10px;
	color: #333;
}

.faq_bot ul li p i{
	color: #333;
	font-size:22px;
}
.faq_bot ul li p b{
	color: #00508d;
	font-size:22px;
}
.faq_bot ul li span{
	color: #666;
	font-size:14px;
}
.mask{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	background: rgb(0,0,0,0.5);
	z-index: 99;
	/* display: none; */
}
.mask_tip {
	position: fixed;
	top: 100px;
	width: 300px;
	padding: 0px 50px;
	left: calc((100% - 300px)/2);
	height: 300px;
	z-index: 99;
	background: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.mask_tip p{
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #333;
	padding: 30px 0px 20px;
}
.mask_tip p a{
	  display: inline-block;
	  padding: 12px 26px;
	  background-color: #00594E;
	  color: #fff;
}

#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;
}
