* {
    margin: 0px;
    padding: 0px;
}

html,
body {
    width: 100%;
    height: 100%;
    background: #fff;
    font-family: arial;
    color: #333
    overflow: auto;
}
a {
    color: #666;
    font-size: 14px;
    text-decoration: none;
}

a:hover {
    /* color: #1C1475; */
    /* color: #ccc; */
    font-size: 14px;
    text-decoration: none;
}

ul,
li,
ol {
    list-style: none;
}

input,
textarea,select,option {
    font-family: arial;
    font-size: 16px;
    
}

b,
em,
i {
    font-style: normal;
    font-weight: normal;
}

.main {
	 width: 1400px; 
    margin: auto;
    clear: both;
	/* background: #000000; */
}

.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,
b,
h1,
h2,
h3,
h4,
h5 {
    font-style: normal;
    font-weight: normal;
}
.content {
    font-size:14px;
	color:#666666;
	line-height:26px;
	padding-bottom:50px;
}
.index_top{
	background: rgba(10, 107, 176, 0.9);
}
.header {
    height: 90px;
    width: 1400px;
    margin: 0 auto;
	/*float: left;*/
	display: flex;
	justify-content: space-between;
}
.header_new{
	position: fixed;
	z-index: 2;
}
.header .fl {
	display: flex;
	align-items: center;
	justify-content: center;
	/*width: 30%;*/
	padding-left: 15px;
	height: 90px;
}

.header .fr {
    margin-top:35px;
    float: right;
    line-height: 40px;
    height: 40px;
	display: flex;
	flex-direction: row;
}

.header .fr dt a{

  display: inline-block;
  line-height: 30px;
  /* text-transform: uppercase; */
}
.header .fr dt img{
    vertical-align: middle;
    margin-right:5px;
}


.nav {
    /* width: 880px; */
    height: 90px;
    /* line-height: 115px; */
    display: flex;
    float: left;
    /* background: #2a2a2a; */
    /* margin-left: 150px; */
}

.nav ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.nav ul>li {
    float: left;
    width:130px;
    text-align: center;
    height: 90px;
    /* line-height: 115px; */
    display: inline-block;
    cursor: pointer;position: relative;
	z-index: 999;
}

.nav ul li>a {
    width: 80%;
    padding: 0px 10%;
    height: 90px;
    line-height: 90px;
	display: inline-block;
	color: #fff;
    text-align: center;
    /* color: #fff; */
    font-size: 19px;
    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: #ffffff;
	background: #143B7B;
}
/*.nav ul li:hover>a::before {
	position: absolute;
	left: 60px;
	content: '';
	top: 70px;
    color: #274F94;
	width:0px;
	height: 0px;
	border: 8px solid red;
	border-color: transparent transparent #274F94 transparent  
}*/
.nav ul li:first-child:hover>a::before{
	border: none;
}
.nav ul li:hover .nav_hover{
    display: block;
}
.nav ul li .nav_hover p{
	width: 270px;
	float: left;
	margin-top: 26px;
}
.nav ul li .nav_hover{
	position: absolute;
	z-index: 999999;
	left: 0;
	width: 130px;
	/* height: 250px; */
	background: rgba(255, 255, 255, .9);
	top: 90px;
display: none;
}
/* .nav ul li .nav_hover1{
	width: 800px;
}
.nav ul li .nav_hover2{
	width: 850px;
} */
.nav ul li .nav_hover2 dl.dllist2  dd{
}
.nav ul li .nav_hover1 dl dd{
}
.nav ul li .nav_hover dl {
	position: relative;
}
/* .nav ul li dl dt a{
    height: 40px;
    line-height: 40px;
    width: 100%;
	font-size: 18px;
	color: #274F94;
	border-bottom: 1px solid #cccccc;
	display: inline-block;
} */
.nav ul li dl dd {
    height: 42px;
    /* line-height: 36px; */
	width: 100%;
	
}

.nav ul li dl dd a {
    height:42px;
    /* line-height: 36px; */
    width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
    color: #333;
    font-size: 14px;
    border: none;
}

.nav ul li dl dd a:hover {
    color: #274F94;
}

.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: #fff;
	opacity: 1;
	width: 12px;
	height: 12px;
	border-radius: 12px;
	margin-right: 10px;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	width: 60px;
	background: #fff;
	height: 12px;
}

.index,.index1,.index2,.index3{
    width: 100%;
    float: left;
}
.index_tit{
	width: 100%;
	position: relative;
	text-align: center;	margin-top:60px;
}
/*.index_tit::before,.index_tit::after{
	position: absolute;
	content: '';
	width: 500px;
	height: 1px;
	background: #ccc;
	left: 0px; 
	top: 25px;
}
.index_tit::before{
	left: 0;
}
.index_tit::after{
	right: 0;
}
.index_tit  img{
	width: 200px;
	margin-right: 10px;
}*/
.index_tit  b {
	/* padding: 0px 20px; */
	font-size: 35px;
	/* position: absolute;
	width: 200px;
	margin-left: -100px; */
	font-weight: bold;color: #274F94;display: inline-block;z-index: 9;
}


.index1_con{
	width: calc(100% - 2px);
	height: 600px;
	border-left: 1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9;
}
.index1_con ul li {
	width: 385px;
	padding:40px;
	height: 220px;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	float: left;
	display: inline-flex;justify-content: center;
	align-items: center;
	background: #fafafa;
	cursor: pointer;
}
.index1_con ul li a{
	width: 100%;
	text-align: center;
}
.index1_con ul li p{
	width: 100%;
	display: inline-flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 50px;
}
.index1_con ul li b{
	font-size: 22px;
}
.index1_con ul li img {
	text-align: center;
}
.index1_con ul li  i{display:inline-block;width:21px;height:21px;background: url('../image/indexlogo.png.png') no-repeat -21px center;transition:all .3s;}
.index1_con ul li:hover{background:#274F94;}
.index1_con ul li:hover i{background-position: 0 0;}
.index1_con ul li:hover b{color: #fff;}


.index_more{
	width: 200px;
	height: 45px;
	line-height: 45px;
	border: 1px solid #cccccc;
	color: #cccccc;
	font-size: 24px;
	display: inline-block;
	text-align: center;
	margin:0px calc((100% - 200px)/2);
	margin-top: 35px;
	float: left;
	font-size: 30px;
}
.index_more:hover{
	font-size: 30px;
	background: #274F94;
	color: #fff;
}

.index2 {
	padding-bottom: 90px;
}
.index2_con{
	width: calc(100% - 2px);
	height: 300px;
	border-left: 1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9;
}
.index2_con ul li {
	width: 465px;
	
	height:300px;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	float: left;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background: #fafafa;
	cursor: pointer;
}
.index2_con ul li a{
	width: 405px;
	
	height: 220px;
		padding:40px 20px 40px 40px;display: inline-flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	text-align: left;
}
.index2_con ul li p{
	width: 100%;
	display: inline-flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1;
	font-size: 14px;
	line-height: 30px;
	color: #666666;
}
.index2_con ul li b{
	font-size: 18px;
	font-weight:bold;
}
.index2_con ul li span{
	height: 150px;
	word-break: break-all;
	overflow:hidden; 
	text-overflow:ellipsis; 
	display:-webkit-box; 
	 -webkit-box-orient:vertical;
	-webkit-line-clamp:5;
	margin-bottom: 10px;
	}
.index2_con ul li img {
	text-align: center;
	width: 140px;
	margin-left: 30px;
	display: flex;
}
.index2_con ul li b {
	font-size: 20px;
	color: #274F94;
	padding-bottom: 10px;
}
.index2_con ul li  i{display:inline-block;width:21px;height:21px;background: url('../image/arr_pro.png') no-repeat -21px center;transition:all .3s;}
.index2_con ul li:hover{background:#274F94;}
.index2_con ul li:hover i{background-position: 0 0;}
.index2_con ul li:hover b,.index2_con ul li:hover span{color: #fff;}


.index3{
    width: 100%;
    float: left;
    background: url(../image/bg.jpg) top center no-repeat;
    height: 785px;
}

.index3_con {
    width: 1380px;
    float: left;
    /* padding-top: 10px;
    padding-bottom: 100px; */
    height: 500px;
    position: relative;
    margin:10px 0px 0px 10px ;
    background: #274F94;
}
.index3_con_bj{
    position: absolute;
    left: -20px;
    top: -20px;
    height: 450px;
    width: 1350px;
    padding:50px 0px 0px 30px;
    background: #fff;

}
.index3_con_l{
    width: 660px;
    margin-right: 10px;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    float: left;
}
.index3_con_l i{
	font-size: 28px;
	color: #274F94;
	padding-bottom: 10px;
	font-weight:bold;
}
.index3_con_l span {
    width: 100%;
    float: left;
    display: inline-block;
	font-size: 15px;
	line-height: 26px;
	padding-top: 10px;
}
.index3_con_r{
    width:540px;
	 margin-left: 80px;
    float: left;
}
.index3_con_r img {
	width: 540px;
}


.index3_con_l a{
    margin-top: 40px;
    width: 130px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    margin-right: 20px;
    background: #274F94;
    color: #fff;
    font-size: 16px;
    border-radius:5px;
}
.index3_con_l a:hover{
	background: #007A5E;
}


.index4_con{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	padding-bottom: 60px;
}
.index4 .index4_con {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}
.index4_l{
	width: 560px;
	display: flex;justify-content:flex-start;
}
.swiper-container2.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 35px;
}
.swiper-container2 .swiper-pagination-bullet {
    background: #fff;
    opacity: .5;
    width: 10px;
    height:10px;
    ;
    border-radius: 12px;
    margin-right: 0px;
}

.swiper-container2 .swiper-pagination-bullet-active {
    opacity: 1;
    width: 10px;
    background: #fff;
    height: 10px;
    ;
}
.index4_r{
	width: 800px;
	display: flex;justify-content:flex-start;
	margin-left: 30px;
}
.index4_r ul {
	display: flex;
	flex-direction: column;
	
	flex-direction: row;
	flex-warp:warp; 
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.index4_r ul li {
	margin-bottom: 18px;
	padding: 15px 0px;
	border: 1px solid #e1e1e1;
	background: #fff;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	color: #666666;
	align-items: center;
	height: 60px;
	
	width: 800px;
	cursor: pointer;
	
	
}

.index4_r 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_r ul li p i{
	font-size: 24px;
	line-height: 40px;
}
.index4_r ul li p b{
	font-size: 14px;
	line-height: 20px;
}
.index4_r ul li span{
	display: flex;
	flex: 1;
	flex-direction: column;
	margin-left: 20px;
	padding-right:30px;
	/* width: calc(100% -  150px); */
}
.index4_r ul li span i{
	font-size: 16px;

	padding-bottom: 5px;
}
.index4_r ul li span i a{
	font-size: 16px;
	color: #333;
	padding-bottom: 5px;
}
.index4_r ul li:Hover span i a{
	font-size: 16px;
	color: #274F94;
	padding-bottom: 5px;
}
.index4_r ul li span b{
	font-size: 14px;
	color:#666666;
}
.link{
	width: 100%;
	float: left;
	height: 55px;
	line-height: 55px;
	font-size: 16px;
	background: #f4f4f4;
}
.link,.link dl ,.link dt,.link dd, .link a {
	float: left;
}
.link dt a {
	font-size: 16px;
	margin-right: 10px;
	color: #274F94;
}
.link dd a {
	margin-right: 20px;
	font-size: 14px;
	color: #666666;
}
.link dd a:hover{
	color: #274F94;
}

.copy {
    width: 100%;
    background: #25292c;
    height: 400px;
    float: left;
    font-size: 14px;
    color: #5c5d5d;
    line-height: 28px;
}

.copy_top {
    width: 100%;
    /* float: left; */
    height: 300px;
    margin-top:70px;
	/*padding: 0 60px;*/
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}

.copy a:hover {
    color: #274F94;
}

.copy1 {
     width: 200px; 
    /* margin-top: 35px; */
    /*padding-right: 55px;*/
    float: left;
    /* border-right: 1px solid #fff; */
}
.copy dl dt,.copy dl dd{
	display: flex;
	flex-direction: column;
	color:#999;
	
}
.copy dl dt{
	font-size: 18px;
	color: #fff;
	padding-bottom: 10px;
}
.copy dl dd a {
	color:#999;
}
.copy dl dd a:Hover {
	color:#fff;
}
.copy2 {
    width: 300px;
    float: left;
}

.copy3 {
    width: 200px;
    padding-left: 140px;
    float: left;
    height: 300px;
    padding-top: 57px;
    border-left: 1px solid #414340
}


.copy2 dl dd {
    width: 100%;
    float: left;
    display: inline-block;
    font-size: 14px;
    color: #cccccc;
    line-height: 28px;
}
.copy2 dl dd b{
    float: left;
    width:50px
}
.copy2 dl dd span{
    width: calc(100% - 50px);
    float: left;
}

.copy_r{
	width: 400px;
	display: flex;
	flex-direction: column;
}
.copy_r h2.copy_tit{
	font-size: 18px;
	
	color: #fff;
		padding-bottom: 10px;
}
.copy_r p {
	line-height: 30px;
	font-weight: bold;
}
.copy_r span {
	font-size: 14px;
	line-height: 30px;
}
.copy_r ol {float: left;}
.copy_r ol li { 
	width: 130px;
	margin-left: 30px;
	height: 170px;
	/* height: 160px; */
	line-height: 150px;
	padding: 5px 0px 5px 5px;
	/* background-color: #11449d; */

float: left;

}
.copy_r ol li:first-child{
	margin-left: 0px;
}
.copy_r ol li p{
	/* display:table-cell;vertical-align:middle; */
	display: flex;
	flex-direction: column;
	align-items: center;
	/* 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;
}
.copy_r ol li b {color: #fff; 
	width: 100%;
    text-align: center;
    line-height: 40px;
	font-size: 14px;
	float: left;

	/* margin: 10px 0px 0px 5px; */
    word-wrap: break-word;/*è‹±æ–‡çš„æ—¶å€™éœ€è¦åŠ ä¸Šè¿™å¥ï¼Œè‡ªåŠ¨æ¢è¡Œ*/
	word-break:break-all;
	display: inline-block;
}
.copy_bot2 {
	line-height: 50px;
	height: 50px;
	color: #999;
	background: #111;
	clear: both;
	/*padding: 0 60px;*/
	font-size:14px;
}

.copy_bot2 a {
    color: #999;
}
.copy_bot2 a:hover{
color: #C21D27;
}
.banner_img {
    width: 100%;
    height: 300px;
    margin: auto;
	overflow: hidden;
	padding-top: 244px;
}

.banner_img p {
    width: 100%;
    height: 300px;
    margin: auto;
    overflow: hidden;
    position: relative;
    top: 0px;
	z-index: 1;

}

.banner_img p img {
    position: absolute;
    left: 50%;
    margin-left: -960px;
	z-index: 1;
}
.nav_page {
    width: 100%;
	background: #f4f4f4;
    line-height: 60px;
    height: 60px;
    border-bottom: 1px solid #cccccc;
	float: left;
	/*padding: 0 80px;*/
	box-sizing: border-box;
	background: #eee;
	margin-bottom: 30px;
}
.nav_page p {
    position: relative;
    margin-left: 10px;
    font-size: 18px;
    color: #666666;
    float: left;
}
.nav_page p::before{
    position: absolute;
    content: "";
    left: -10px;
    top:21px;
    width: 5px;
    height: 20px;
    background: #274F94;
}
.nav_page ul{
    float: right;
}
.nav_page ul li {
    float: left;
    color: #666666;
}
.nav_page ul li a {
    color: #666666;
}
.nav_page ul li a:hover{
	color: #274F94;
}
.nav_page ul li b {
    font-size:14px;
}
.nav_tab {
	width: 100%;
	float: left;
}

.nav_tab ul {
	display: table;
	margin: 0px auto;
	padding: 50px 0px 50px;
	;
	;
}

.nav_tab ul li {
	width: 140px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: inline-block;
	float: left;
	margin-right: 20px;

}
.nav_tab2 ul{
	padding-bottom:30px;
}
.nav_tab3 ul{
	padding-bottom:10px;
}
.nav_tab2 ul li {
	width: 180px;
	margin-bottom:30px;
}
.nav_tab3 ul li {
	width: 260px;
	margin-bottom:30px;;
}
.nav_tab ul li a {
	width: 100%;
	height: 50px;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	;
	border-radius: 5px;
	border: 1px solid #cccccc;
	color: #6a6a6a
	;
}

.nav_tab ul li.hover a {
	background: #274F94;
	color: #fff;
	border: 1px solid #274F94;
}

  .about_top {
      width: 100%;
	  padding: 30px 0px 0px;
  }
  .about_top_l {
	display: flex;
	justify-content: space-between;
	height: 400px;
  }
  .about_top_l img{
	  width: 40%;
	  height: 450px;
	  margin-right: 30px;
  }
  .about_top_l p{
	  /* width: 540px; */
	  /* float: left; */
	  /*margin-right: 60px;*/
	  margin-bottom: 30px;
  }
  .about_top_l {
      width:100%;
      float: left;
      font-size: 14px;
      line-height: 30px;
      color: #666666;
      margin-right: 60px;
  }
  .about_top_l span {
      width: 800px;	
      float: left;
      display: inline-flex;
	  flex-direction: column;
      margin-bottom: 40px;
	  line-height: 30px;
  } 
.about_top_l span i {
	font-size: 24px;
	font-weight: bold;
	color: #274F94;
	margin-bottom: 10px;
}
.about_top_l span b{
	margin-bottom: 20px;
	font-size:16px;
}
.about_bot{
	width: 100%;
	float: left;margin-top: 150px;
	padding-bottom: 110px;
}
.about_botcon{
	display: flex;
	justify-content: space-between;
}
.about_botcon ul {
	/* width: 970px; */
	/* float: left; */
	/*width: 68%;*/
	display: flex;
	/*margin-right: 20px;*/
	flex-wrap: wrap;
}
.about_botcon ul li{
	width: 475px;
	height: 180px;
	margin-right: 20px;
	/* float: left; */
	/* margin-right: 10px; */
	margin-bottom: 10px;
	background: #f0f0f0;
}
.about_botcon ul li:nth-child(2n){
	margin-right: 0px;
}
.about_botcon ul li a {
	width: 100%;
	height: 180px;
		background: #f0f0f0;
		display: inline-flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		color: #666666;
		font-size: 16px;
		line-height: 30px;
}
.about_botcon ul li:hover a{
	background: #274F94;
	color: #fff;
}
.about_botcon ul li:hover a b {
	color: #fff;
}
.about_botcon ul li a b{
	font-size: 20px;
	color: #274F94;
	margin-bottom: 5px;
}
.about_botcon>p{
	width: 410px;
	float: left;
}

.honor {
    float: left;
	margin-bottom: 80px;
}

.honor ul {
    float: left;
    width: 100%;
    padding-top: 25px;
}

.honor ul li {
    float: left;
    width: 330px;
    text-align: center;
    margin-right:25px;
    margin-bottom:30px;
    position: relative;
}
.honor ul li a{
    width: 100%;
    display: inline-block;
}
.honor ul li img {
    width:310px;
    background: #fff;
    border: 1px solid #dedede;
	border-radius: 5px;
    padding:10px;
	background: #fff;
}

.honor ul li a b {
    line-height: 38px;
    display: inline-block;
    color: #333333;
    font-size: 14px;
    width: 100%
}

.honor ul li:nth-child(4n) {
    margin-right: 0px;
}

.honor ul li:hover a {
    color: #274F94;
    display: inline-block;
}

.honor ul li:hover a b {
    color: #274F94
}

.honor ul li:hover img {
    border: 1px solid #274F94;
}
.brand{float:left;margin-bottom:80px}
.brand ul{float:left;width:100%;padding-top:25px}
.brand ul li{float:left;width:260px;text-align:center;margin-right:25px;margin-bottom:25px;position:relative}
.brand ul li a{width:100%;display:inline-block}
.brand ul li img{width:240px;background: #fff;border: 1px solid #dedede;border-radius: 5px;padding:10px;background: #fff;}
.brand ul li a b{line-height:38px;display:inline-block;color:#333;font-size:14px;width:100%}
.brand ul li:nth-child(5n){margin-right:0}
.brand ul li:hover a{color:#26559f;display:inline-block}
.brand ul li:hover a b{color:#26559f}
.brand ul li:hover img{border:1px solid #26559f}
.contact {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}
.contact_top {
    width: 100%;
    float: left;
}
.contact_l {width:600px;
margin-right: 90px;
float: left;


}
.contact_l img{
    width: 100%;
}
.contact_r{
    width:700px ;
    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;
    padding-left: 20px;
    margin-bottom: 10px;
}
.contact_botcon {
    /*width: calc(100% - 60px);*/
    float: left;
    padding: 0;
    margin-bottom: 50px;
    background: #eee;
}
.contact_botcon ul{
    width: 100%;
    padding: 20px 20px 0 20px;
    box-sizing: border-box;
    float: left;
    /*background: #eee;*/
}
.contact_botcon ul li{
    /* height: 43px; */
    /* line-height: 43px; */
    border: 1px solid #e1e6eb;
    margin-bottom: 25px;
    background: #fff;
}
.contact_botcon .reset{
	background: #999;
}
.contact_botcon ul li.wid50 {
    width: 49%;
    box-sizing: border-box;
    float: left;
    margin-right: 2%;
}
.contact_botcon ul li.wid50:nth-child(2n){
    margin-right: 0px;
}
.contact_botcon ul li.wid100 {
    width: 100%;
    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;
	background: #274F94;
	cursor: pointer;
}
.contact_botcon p input:hover{
	background: #D50900;
}

.download {
    width: 100%;
    float: left;
    /* margin-top: 20px; */
	margin-bottom: 100px;
}

.download ul li {
    width: 680px;
    height: 45px;
    line-height: 45px;
    float: left;
    background: #f9f9f9;
	border: 1px solid #d9d9d9;
	margin-right: 30px;
    margin-bottom: 20px;
    cursor: pointer;
}
.download ul li:nth-child(2n){
	margin-right: 0px;
}
.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: 10px;
    content: '';
    top: 20px;
    width: 5px;
	height: 5px;
	background: #274F94;
	border-radius: 5px;
	display: inline-block;
    font-size: 16px;
}

.download ul li span {
    float: right;
    margin-right: 10px;
}

.download ul li span a {
    width: 40px;
    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: #274F94;
    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: #274F94
}
.download ul li span img{vertical-align: middle;width: 25px;margin-right: 5px;}

#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: 16px;
}
.faq dl dt.hover p{
    color: #274F94;
	font-size:16px;
}
.faq dl dt p::before{
    position: absolute;
    content: '';
    left: -10px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    display: inline-block;
    background: #274F94;
    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: #274F94;
}


.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: #274F94;
    color: #fff;
    text-align: center;
}

.pages li.active a {
    background: #274F94;
    color: #fff
}

.news {
    /*width: 100%;*/
    width: 1400px;
	/*float: left;*/
	/*padding: 0 80px;*/
	margin: 0 auto;
	box-sizing: border-box;
}

.news dl {
    margin-bottom: 40px;
    width: calc(100% - 20px);
    display: flex;
    /*float: left;*/
    cursor: pointer;
    padding: 20px 0px 20px 15px;
    border: 1px solid #e8e8e9;
}

.news dl dt {
    width: 270px;
    float: left;
    margin-right: 40px;
    text-align: center;
}
.news dl dt img{
    width: 270px;
	height:200px;
}
.news dl dd {
    width: 1020px;
    float: left;
	/* padding-top:30px; */
}


.news dl dd p,.news dl dd b,.news dl dd i,.news dl dd span {
    width: 100%;
    float: left;
    display: inline-block;
    line-height: 30px;
    color: #666666;
}
.news dl dd p {
    font-size: 18px;
    color: #333;
    width: 100%;
    float: left;
    line-height: 24px;
	font-weight:bold;
}
.news dl dd b{
	font-size: 14px;
	color: #666;
	padding-top:10px;
}
.news dl dd i a{
    width: 100px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    display: inline-block;
    background: #eee;
    color: #333333;
    /* border-radius: 5px; */
    margin-top: 10px;
	border: 1px solid #dddddd;
}
.news dl:hover dd i a {
    background: #274F94;
	color: #fff;
	border: 1px solid #274F94;
}
.news dl:hover p{
	color: #274F94;
}

.news dl dd span {
    font-size: 14px;
    color: #666;
    width: 100%;
    float: left;
    line-height: 30px;
	height: 65px;
	overflow: hidden;
}
.faqshow {
    /* padding-bottom: 0px; */
    width: 100%;
    float: left;
	padding: 0px 0px 50px 0px;
	box-sizing: border-box;
	/* 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: #274F94;
	font-weight:bold;
    padding: 10px 0px 0px;
}
.faqshow .tcp{
	text-align: center;
	width: 100%;
	font-size: 14px;
	color: #666;
	
	padding: 10px 0px 10px;
}
.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: #274F94
}

.product {
    float: left;
	/*padding:15px 60px;*/
}

.product ul {
    padding-top: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product ul li {
    /*float: left;*/
    width:25%;
    text-align: center;
    /*margin-right: 30px;*/
    margin-bottom:40px;
    position: relative;
}
.product ul li a{
	width: 100%;
	/*height: 320px;*/
	display: inline-block;
	/* border: 1px solid #d9d9d9; */
}
.product ul li img {
    width: 90%;
    margin: 0 5%;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #d9d9d9;
    padding: 2px;
    /* height: 208px; */
}

.product ul li a b {
    line-height: 38px;
    display: inline-block;
    color: #333333;
    font-size: 14px;
    width: 100%
}

.product ul li:nth-child(4n) {
    margin-right: 0px;
}

.product ul li:hover a {
    color: #06379d;
    display: inline-block;
}

.product ul li:hover a b {
    color: #06379d
}

.product ul li:hover img {
    border: 1px solid #274F94;
}
.products{
	width: 100%;
	float: left;
	padding-bottom: 100px;
}
.products_tit {
	text-align: center;
	color: #274F94;
	font-size: 18px;
	margin-bottom: 30px;
	font-weight:bold;
}
.products_con{
	width: 100%;
	font-size: 15px;
	color: #666;
	line-height:28px;
}

.productshow{
    width: 100%;
    /* padding-top: 30px; */
    padding: 0 0px 40px 0px;
    box-sizing: border-box;
    float: left;
}

.pro_tit {
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	float: left;
	background: #f4f4f4;
	font-weight: normal;
	border: 1px solid #cccccc;
}

.pro_tit b {
	width: 140px;
	text-align: center;
	display: inline-block;
	float: left;
	cursor: pointer;
	position: relative;
	top: -1px;
		height: 52px;

}

.pro_tit b.hover::before{
	width: 0px;
	height: 0px;
	position: absolute;
	content:'';
	border: 5px solid transparent;
	top: 52px;
	left: 65px;
	border-color:#274F94  transparent transparent  transparent  
}
.pro_tit b.hover{	background: #274F94;
	color: #fff;}
.productshow_top,.productshow_bot {
	width: 100%;
	float: left;
	margin-bottom: 40px;
}
.productshow_l {
	width: 540px;
	float: left;
	margin-right: 50px;
	height:338px;
}
.productshow_l img {width: 509px;height: 318px;border: 1px solid #efefef;
box-shadow:    0px -5px 5px 0px #efefef,   /*上边阴影  红色*/

                -5px 0px 5px 0px #efefef,   /*左边阴影  绿色*/

                5px 0px 5px 0px #efefef,    /*右边阴影  蓝色*/

                0px 5px 5px 0px #efefef; }
.productshow_r {
	width: 800px;
	float: left;
	display: flex;
	flex-direction: column;
	}
	.pro_tit1{
		height: 50px;
		line-height: 50px;
		border-bottom: 1px solid #e9e9e9;
		font-size:22px;
		color:#1C1475;
	}
	.pro_tit2{
		height: 45px;
		line-height: 45px;
		color:#333333;
		border-bottom: 1px solid #e9e9e9;
	}
	.pro_tit2 a{
		width: 140px;
		height: 45px;
		line-height: 45px;
		text-align: center;
		display: inline-block;
		
		color: #fff;
		border-radius: 3px;
		
		margin-right: 35px;
		background: #274F94;
	}
	.pro_tit2 a:hover{
		background: #007A5E;
	}
	.pro_tit2 img {
		vertical-align: middle;
	}
	.pro_tit2 b {
		margin-right: 10px;
	}
	.pro_tit2 i{
		font-size: 20px;
		color: #666666;
		margin-right: 10px;
	}
	.pro_tit2 strong{
		font-size:24px;
		font-weight: bold;
		color: #274F94;
	}
	
	.pro_tit3{
		height: 32px;
		line-height: 32px;
		padding-top:20px;
	}
	.pro_tit3 b {
		line-height: 32px;margin-left: 5px;color: #274F94;
	}
	.pro_tit4 {
		font-size: 16px;
		color: #274F94;
		height: 45px;
		line-height: 45px;border-top: 1px solid #e9e9e9;
		border-bottom: 1px solid #e9e9e9;
	}
	.productshow_r dl {
		margin-top: 5px;
	}
	.productshow_r dl dd{
		width: 40%;
		float: left;
		height: 30px;
		line-height: 30px;
	}
	.productshow_r dl dd a{
		text-decoration: underline;font-size: 14px;color: #666666;
	}
	.productshow_r dl dd a:hover{
		color: #274F94;
	}
	
	.faqshow_tyext{
		width: 100%;
		float: left;
		line-height: 28px;
		font-size:14px;
		color:#666;
	}
	
.solution{
	width: 100%;
	float: left;
	padding-bottom: 100px;
}
.solution_tit {
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	float: left;
	background: #f4f4f4;
	font-weight: normal;
	border: 1px solid #cccccc;
}

.solution_tit b {
	width: 300px;
	text-align: center;
	display: inline-block;
	float: left;
	cursor: pointer;
	height: 51px;
	position: relative;
	border-right: 1px solid #cccccc;

}

.solution_tit b.hover::before{
	width: 0px;
	height: 0px;
	position: absolute;
	content:'';
	border: 5px solid transparent;
	top: 51px;
	left: 145px;
	border-color:#274F94  transparent transparent  transparent  
}
.solution_tit b.hover{	background: #274F94;
	color: #fff;}
	.solution_tabcon{
		width: 100%;
		float: left;
		color: #7d7d7d;
		font-size: 15px;
		line-height: 28px;
		padding-top:20px;
	}
	.solution_tabcon p{
		margin-top: 30px;
		color: #274F94;
		font-size: 18px;
		
	}
	.solutionshow_con{
		width: 100%;
		float: left;
		padding-bottom: 100px;
		display: flex;
		flex-direction: column;
		line-height: 28px;
		font-size:15px;
	}
	.solutionshow_con p{
		margin-top: 30px;
		font-size: 16px;
		color: #666666;
		font-weight: bold;
		margin-bottom: 5px;
	}
	.sitmap{
		width: 100%;
		float: left;
		margin-top: 60px;
		margin-bottom: 110px;
	}
	.sitmap dl {
		width: 260px;
		float: left;
		margin-right: 20px;
		display: inline-flex;
		flex-direction: column;
	}
	.sitmap dl dd{
		margin-bottom: 20px;
		position: relative;
	}
	.sitmap dl dd::before{
		position: absolute;
		content: '';
		width: 1px ;
		height:21px;
		background: #cccccc;
		top: 46px;
		left: 125px;
	}
		.sitmap dl dd:last-child::before{
			background:transparent;
		}
	.sitmap dl dd a {
		width: 260px;
		display: inline-block;
		border: 1px solid #cdcdcd;
		border-radius: 2px;
		height: 45px;
		line-height: 45px;
		text-align: center;
		font-size:14px;
	}
	.sitmap dl dd.hover a,.sitmap dl dd a:hover {
		background: #274F94;
		color: #fff;
		font-size:14px;
		border-radius: 2px;
	}

	/* new */
	.index1_con_new .swiper-wrapper{
		display: flex;
		position: relative;
	}
	.index1_con_new .swiper-wrapper .swiper-slide:hover::before{
		content: '';
		background: url(../image/search.png) no-repeat 5px 5px;
		background-size: 16px;
		position: absolute;
		display: inline-block;
		width: 50px;
		height: 50px;
		left: 0;
		top: 0;
		z-index: 2;
	}
	.index1_con_new .swiper-wrapper .swiper-slide:hover::after{
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1;
		/* background: url(../image/search.png) no-repeat 10px 10px; */
		border-width: 0px 0px 46px 46px;
		border-color: transparent #274F94;
		border-style: solid;
	}
	.index1_con_new .swiper-wrapper .swiper-slide{
		background: #fff;
		margin-right: 30px;
		/*height: 400px;*/
		text-align: center;
		position: relative;
		/*height: 402px;*/
		/* width: 307px; */
	}
	.index1_con_new .swiper-slide p{
		font-size: 22px;
		/*color: #274F94;*/
		padding-top: 44px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
	}
	.index1_con_new .swiper-slide span{
		color: #999;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		padding: 5px 0 15px 0;
	}
	.index1_con_new .swiper-slide label{
		display: flex;
		width: 100%;
		height: 260px;
		align-items: center;
		justify-content: center;
		cursor: pointer;
	}
	.index1_con_new .swiper-slide label img{
		width: 80%;
		max-height: 260px;
		/*height: 260px;*/
		/*padding-left: 10%;*/
		/*position: absolute;*/
		/*bottom: 20px;*/
		/*left: 0;*/
	}
	.index1 .main{
		width: 1400px;
		margin: 0 auto;
	}
	.index1_con_new .swiper-slide:hover p{
		color: #274F94;
	}
	.index1 .lastIndex{
		margin-bottom: 50px;
	}
.main_contact{
	/*padding: 0 60px;*/
	box-sizing: border-box;
}
.main_contact .top{
	display: flex;
}

.main_contact .top >div{
	height: 260px;
	flex: 1;
	box-sizing: border-box;
	line-height: 32px;
}
.main_contact .left{
	background: #274F94;
	padding: 40px 30px;
	color: #fff;
}
.main_contact .left>p{
	background: #274F94;
	padding: 40px 30px;
	color: #fff;
}
.main_contact .right{
	background: #efefef;
	padding: 30px;
	color: #555;
}
.main_contact .right h3{
	color: #274F94;
}
.main_about{
	/*padding: 0 60px;*/
	box-sizing: border-box;
}
.margin-top-60{margin-top:240px;}
.top,.logo{
	width:1400px;
	margin:0 auto;
}
.clean-both{
	clean:both;
	height:0px !important;
}
.top{
	display:flex !important;
	justify-content : space-between !important;
	
}
.index_top{
	background:#265094
}
.active a{
	
}
.header{
	height:75px !important;
}
.nav{
	height:75px !important;
}
.nav ul>li{
	height:75px !important;
	width:200px !important;
}
.nav ul li>a{
	height:75px !important;
	line-height:75px !important;
	font-size:18px;
}
.nav ul li .nav_hover{
	width:200px !important;
	top:75px;
	font-size:18px;
}

.header_new{
	top:170px;
}
.top-img{
	position:relative;
	top:3px;
	left:-2px;
}
.solid-1{
	width:100%;
	border-bottom:1px solid #e3e7eb;
}
.top-left{
	flex:1;
	display:flex;
	justify-content : flex-start;
}
.top div{
	line-height:40px;
	height:40px;
}
.top-right{
	display:flex;
	justify-content : flex-end;
	flex:1;
}
.top-left-1,.top-left-2{
	
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #666666;
	
}
.top-left-1{
	width:650px;
}
.top-left-2{
	width:700px;

}
.top-right-1,.top-right-2{
	
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #666666;
	width:100px;
}
.top-right-1{
	text-align:center;
	border-right:1px solid #e3e7eb;
}
.top-right-2{
	text-align:center;
}

.logo{
	margin-top:40px;
	margin-bottom:50px;
	display:flex;
	justify-content : space-between;
}
.logo-left-1{
	border-right:1px solid #e3e7eb;
}
.logo-img{
	width: 177px;
	height: 54px;
	margin-right:22px;
	
}
.logo-left,.logo-right{
	display:flex !important;
	justify-content : space-between !important;
}
.logo-left-2{
	margin-left:22px;
}
.logo-left-2-top{
	width: 856px;
	height: 30px;
	font-size: 26px;
	font-weight: bold;
	line-height: 33px;
	color: #222222;
}
.logo-left-2-bottom{
	width: 856px;
	height: 27px;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 27px;
	letter-spacing: 2px;
	color: #265094;
}
.logo-right-2-top{
	height: 25px;
	font-size: 18px;
	font-family: "SourceHanSansCN";
	font-weight: normal;
	font-stretch: normal;
	line-height: 25px;
	letter-spacing: 0px;
	color: #333333;
}
.logo-right-2-bottom{
	
	height: 34px;
	font-family: "Microsoft YaHei UI";
	font-size: 34px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 34px;
	letter-spacing: 0px;
	color: rgb(196, 28, 39);
}
.tel-img{
	width: 56px;
	height: 56px;
}
.logo-right-2{
	margin-left:5px;
}


.product-center{
	height:500px !important;
}
.solid-2{
	width: 43px;
	height: 6px;
	margin:0 auto;
	background-color:#265094;
	margin-bottom:10px;
}
.product-title-1{
	height: 34px;
	
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 34px;
	letter-spacing: 3px;
	color: #666666;
	text-align:center;
}
.margin-top-40{
	margin-top:40px !important;
}
.product-img-div{
	width: 320px;
	height: 209px;
}
.product-img{
	width: 320px;
	height: 209px;
	background-color: #ffffff;
}
.product-txt{
	width: 320px;
	height: 52px;
	
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 52px;
	letter-spacing: 0px;
	color: #ffffff;
	background-color:#265094;
}

.advantage {
	height:1200px;
	background:url('../image/youshi.jpg') no-repeat;
	background-size:100% 1200px;
}
.color-ffffff{
	color:#ffffff !important;
}
.solid-3{
	width: 43px;
	height: 6px;
	margin:0 auto;
	background-color:#ffffff;
	margin-bottom:25px;
	margin-top:90px;
}
.advantage-title{
	
	font-size: 48px !important;
	font-weight: normal;
	font-stretch: normal;
	line-height: 34px;
	letter-spacing: 0px;
	color: #265094;
}

.advantage-title-1{
	height:60px;
	
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 7px;
	color: #666666;
}
.advantage-content{
	width:1350px;
	padding:25px;
	display:flex !important;
	flex-wrap: wrap !important;
	justify-content : space-between !important;
}
.advantage-content-c{
	width: 647px;
	height: 379px;
	border: solid 9px #ffffff;
	margin-bottom:60px;
	/*opacity: 0.7;*/
}
.advantage-img-div{
	width: 393px;
	height: 379px;
}
.advantage-img{
	width: 393px;
	height: 379px;
}
.advantage-content-c{
	display:flex !important;
	flex-direction :  row!important;
}
.advantage-content-c .advantage-img-div{
	position:relative;
	left:-25px;
	top:-25px;
}
.advantage-content-c:nth-child(2n){
	display:flex !important;
	flex-direction : row-reverse !important;
}
.advantage-content-c:nth-child(2n) .advantage-img-div{
	position:relative;
	left:25px;
	top:-25px;
}

.advantage-txt{
	width:220px;
}
.advantage-number{
	width: 31px;
	height: 25px;
	font-family: MicrosoftYaHeiUI;
	font-size: 33px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 34px;
	letter-spacing: 0px;
	color: #ffffff;
	margin-top:45px;
	position:relative;
	top:5px;
}
.solid-4{
	width: 74px;
	height: 13px;
	background-color:#cf2a35;
}
.advantage-txt-1{
	height: 79px;
	font-family: SourceHanSansCN-Bold;
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 79px;
	letter-spacing: 0px;
	color: #ffffff;
}
.advantage-txt-2{
	width: 230px;
	height: 84px;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #ffffff;
}


.about-introduce{
	margin-top:130px;
	display:flex !important;
	justify-content : space-between !important;
	height:600px;
}

.about-introduce-img-div{
	width: 637px;
	height: 549px;
	background-color:#265094;
}
.about-introduce-img{
	width: 637px;
	position:relative;
	top:30px;
	left:60px;
}
.about-introduce-txt{
	width: 690px;
	background:url('../image/about_us.png') no-repeat;
	background-size:556px 85px;
	height:600px;
}
.about-introduce-txt >div{
	margin-left:30px;
}
.about-introduce-title{
	height: 120px;
	
	font-size: 48px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 120px;
	letter-spacing: 0px;
	color: #265094;
	margin-top:25px;
}

.solid-5{
	width: 50px;
	height: 6px;
	background: #265094;
	margin-bottom:20px;
}
.about-txt{
	text-indent:2em;
	
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #666666;
}

.about-link{
	
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 67px;
	letter-spacing: 0px;
	color: #265094;
	width: 248px;
	height: 65px;
	border: solid 3px #265094;
	display:block;
	text-align:center;
	margin-left:30px;
}
.about-link:hover{
	color: #ffffff;
	background:#265094;
}
.about-img-div,.about-img{
	width: 310px;
	height: 225px;
	padding:2px;
}
.about-img-txt{
	width: 310px;
	font-family: SourceHanSansCN-Medium;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 65px;
	letter-spacing: 0px;
	color: #333333;
}
.about-img-div-height{
	height:auto !important;
}

.cooperation {
	height:950px;
	background:url('../image/brandbg.jpg') no-repeat;
	background-size:100% 950px;
}

.cooperation-title{
	
	font-size: 48px !important;
	font-weight: normal;
	font-stretch: normal;
	line-height: 34px;
	letter-spacing: 0px;
	color: #265094;
}

.cooperation-title-1{
	height:60px;
	
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 7px;
	color: #666666;
}
.cooperation-content{
	display:flex !important;
	flex-wrap: wrap !important;
	justify-content:flex-start !important;
	margin-top:10px;
	height:310px;
	/*justify-content : space-between !important;*/
}
.cooperation-content img{
	margin-top:10px;
	width: 267px;
	height: 146px;
	margin-right:10px;
}
.cooperation-bottom{
	margin-top:95px;
	display: flex;
	flex-direction: row;/*这里可以不写，flex布局默认方向横向即row*/
	justify-content: center;
	align-items: center;
}
.cooperation-bottom>div{
	width:365px;
	height:110px;
	padding-top:20px;
	text-align:center
}
.cooperation-bottom-1{
	height: 49px;
	font-family: Bahnschrift-Bold;
	font-size: 66px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 49px;
	letter-spacing: -1px;
	color: #ffffff;	
}
.cooperation-bottom-1 b{
	width: 20px;
	height: 49px;
	
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #ffffff;
	vertical-align:top;
	text-indent:2em;
	position:relative;
	top:-7px;
	left:5px;
	
}
.cooperation-bottom-2{
	height: 16px;
	
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #ffffff;
	margin-top:15px;
}
.cooperation-bottom >div{
	border-left:1px solid #898f99;
}
.cooperation-bottom >div:nth-child(1){
	border-left:0px solid #898f99;
}
.process{
	height:550px;
	background:#ffffff;
}
.process-title{
	
	font-size: 48px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 0px;
	color: #265094;
	margin-top:10px;
}
.process-title-1{
	
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 39px;
	letter-spacing: 2px;
	color: #666666;
}
.process-content{
	display: flex;
	flex-wrap: wrap !important;
	justify-content : space-between !important;
	width:1300px;
	margin:0 auto;
	margin-top:30px;
}
.process-content >div{
	width:79px;
}
.process-content >div{
	width:79px;
}
.process-content-default{
	color:#0066ae !important;
}
.process-content-default p:first-child{
	background-color: #265094 !important;
}
.process-content-default p:first-child{
	background-color: #265094 !important;
}
.process-content >div>a:hover{
	color:#0066ae;
}

.process-content >div>a>p{
	width:79px;
	text-align:center;
	margin-top:10px;

}
.process-content >div>a>p:first-child{
	width:79px;
	height: 79px;
	text-align:center;
	margin-top:10px;
	border-radius:79px;
	background-color: #265094;
}
.process-content >div>a>p:first-child:hover{
	background-color: #C2192A !important;
}
.process-img-1{
	width: 50px;
	height: 50px;
	margin-top:15px;
}
.process-img-2	{
	width: 15px;
	height: 15px;
	border-radius:15px;
	margin-top:25px;
	position:relative;
	z-index:10;
}
.process-txt-1{
	font-family: SourceHanSansCN-Bold;
	font-size: 28px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 35px;
	letter-spacing: 0px;
	margin-top:20px;
}
.process-txt-2{
	
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
}

.solid-7{
	width: 1300px;
	height: 1px;
	border-bottom:#c4c4c4 1px dashed;
	margin:0 auto;
	position:relative;
	top:-97.5px;
}

.news{
	height:750px;
}
.news-title{
	
	font-size: 48px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 34px;
	letter-spacing: 0px;
	color: #265094;
}
.news-title-1{
	
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 39px;
	letter-spacing: 2px;
	color: #666666;
}
.news-button{
	display: flex;
	flex-wrap: wrap !important;
	justify-content : space-between !important;
	width:350px;
	margin:0 auto;
	margin-top:30px;
}
.news-button>a{
	width: 158px;
	height: 44px;
	line-height:44px;
	border-radius: 22px;
	display:block;
	text-align:center;
	border:1px solid #929292;
}
.news-button-b{
	background-color: #265094;
	color:#ffffff
}
.news-content{
	display: flex;
	flex-wrap: wrap !important;
	justify-content : space-between !important;
	margin-top:40px;
}
.news-img-div{
	width: 691px;
	height: 515px;
	background:#ffffff;
	text-align:center;
}
.news-img-div img{
	width: 632px;
	height: 381px;
	margin-top:25px;
}
.news-title-content{
	display: flex;
	width: 632px;
	justify-content : space-between;
	margin:0 auto;
	margin-top:25px;
}
.news-title-content-1{
	width:460px;
}
.title-news{
	height:26px;
	text-align:left;
	font-family: SourceHanSansCN-Bold;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	color:#265094;
}
.title-news a{
    font-size:16px;
	color:#265094;
}
.title-news:hover{
    font-size:16px;
	color:#C31D24;
}
.news-time{
	width:120px;
	height: 14px;
	font-family: ArialMT;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 0px;
	color: #265094;
}
.title-content{
	height:30px;
	
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-list-div{
	width:670px;
}
.news-list-content{
	width: 669px;
	height: 158px;
	background:#ffffff;
	display: flex;
	justify-content : space-between;
	margin-top:20px;
}
.news-list-time{
	width:125px;
	height:85px;
	text-align:center;
	margin-top:40px;
	border-right:1px solid #e1e1e1;
}
.news-list-time-1{
	font-family: Impact;
	font-size: 52px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 2px;
	color: #265094;
}
.news-list-time-2{
	font-family: ArialMT;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #265094;
}
.news-list-title{
	height:85px;
	text-align:center;
	margin-top:40px;
	margin-right:40px;
}
.news-list-title a{
    font-size:16px;
	color:#265094;
}
.news-list-title a:hover{
    font-size:16px;
	color:#C31D24;
}
.news-list-title-1{
	width: 459px;
	font-family: SourceHanSansCN-Bold;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	text-align:left;
}
.news-list-title-2{
	text-align:left;
	height:50px;
	width: 459px;
	
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #666666;
	text-overflow: -o-ellipsis-lastline;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  display: -webkit-box;
	  -webkit-line-clamp: 2;
	  line-clamp: 2;
	  -webkit-box-orient: vertical;
	margin-top:12px;
}
.news-list-content:first-child{
	margin-top:0px;
}
.news-content-hangye{
	display:none;
}
.friendship-link{
	background:#ffffff;
	width:100%;
}
.friendship-link-1{
	width:1400px;
	display: flex;
	flex-direction: row;
}
.friendship-link-1 a{
	line-height:85px;
	font-family: MicrosoftYaHei-Bold;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0px;
	margin-left:20px;
	display:block
}
.friendship-link-1  a:hover{
	color: #265094 !important;
}	
.first-link{
	font-size: 14px !important;
	color: #265094 !important;
	margin-left:0px !important;
}


.cp {
    /*width: 100%;*/
    width: 1400px;
	/*float: left;*/
	/*padding: 0 80px;*/
	margin: 0 auto;
	box-sizing: border-box;
}

.cp dl {
    margin-bottom: 40px;
    width: calc(100% - 20px);
    display: flex;
    /*float: left;*/
    cursor: pointer;
    padding: 20px 0px 20px 15px;
    border: 1px solid #e8e8e9;
}

.cp dl dt {
    width: 400px;
    float: left;
    margin-right: 40px;
    text-align: center;
}
.cp dl dt img{
    width: 400px;
	height:250px;
}
.cp dl dd {
    width: 880px;
    float: left;
	/* padding-top:30px; */
}


.cp dl dd p,.cp dl dd b,.cp dl dd i,.cp dl dd span {
    width: 100%;
    float: left;
    display: inline-block;
    line-height: 30px;
    color: #666666;
}
.cp dl dd p {
    font-size: 18px;
    color: #333;
    width: 100%;
    float: left;
    line-height: 24px;
	font-weight:bold;
}
.cp dl dd b{
	font-size: 14px;
	color: #666;
	padding-top:10px;
}
.cp dl dd i a{
    width: 100px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    display: inline-block;
    background: #eee;
    color: #333333;
    /* border-radius: 5px; */
    margin-top: 10px;
	border: 1px solid #dddddd;
}
.cp dl:hover dd i a {
    background: #274F94;
	color: #fff;
	border: 1px solid #274F94;
}
.cp dl:hover p{
	color: #274F94;
}

.cp dl dd span {
    font-size: 14px;
    color: #666;
    width: 100%;
    float: left;
    line-height: 30px;
	height: 125px;
	overflow: hidden;
}