.head{
	height: 102px;
	border-bottom: 1px solid rgba(255,255,255,.3);
	z-index: 99;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
.head .container{
	position: relative;
}
.head .logo{
	padding-top: 30px;
}
.head .nav_bar a{
	font-size: 16px;
	transition: all .5s ease;
	color: #fff;
}
.head .nav_bar li a:hover,
.head .nav_bar li.active a{
	color: #fff;
	font-weight: bold;
}
.head .nav_bar li:hover,
.head .nav_bar li.active{
	border-bottom: 2px solid rgba(255,255,255,.8);
}
.head .nav_bar li{
	padding: 0 20px;
	line-height: 100px;
	height: 102px;
}
.head .nav_tel{
	position: absolute;
	right: 0px;
	top: 0px;
	background: #002A5D;
	color: #fff;
	height: 35px;
	line-height: 35px;
	width: 420px;
	font-size: 15px;
	text-align: right;
	padding-right: 10px;
	/*border-top-left-radius: 20px;*/
	border-bottom-left-radius: 40px;
}
.head .nav_tel b{
	font-size: 18px;
}

.banner{
	overflow: hidden;
	position: relative;
}
.banner img{
	max-width: 100%;
}
.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: relative;
}
body .swiper-button-next,
body .swiper-button-prev{
  width: 50px;
  height: 50px;
  background: #ccc;
  border-radius: 50%;
}
body .swiper-button-next:hover,
body .swiper-button-prev:hover{
  background: #FF6800;
}
body .swiper-button-next::after,
body .swiper-button-prev::after{
  font-size: 14px;
  color: #fff;
}

/*企业实力*/
.str{
	background: #083CB2;
	color: #fff;
	height: 185px;
}
.str div[class*=str]{
	width: 33.333333%;
	padding: 50px 20px 0 40px;
}
.str div.str1{
	padding-left: 0px;
}
.str div.str3{
	padding-right: 0px;
}
.str div.str2{
	border-left: 1px solid rgba(255,255,255,.4);
	border-right: 1px solid rgba(255,255,255,.4);
	height: 185px;
}
.str img{
	margin-right: 25px;
}
.str h3{
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 15px;
}
.str .content{
	font-size: 14px;
	line-height: 24px;
}
/*公共title*/
.global_title{
	padding-top: 70px;
	position: relative;
	text-align: center;
}
.global_title .h3_en{
	position: absolute;
	width: 100%;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 70px;
	font-family: 'Impact';
	left: 0px;
	top: 43px;
	z-index: 0;
	color: #E8E8E8;
}
.global_title h3{
	font-size: 36px;
	font-weight: bold;
	position: relative;
	z-index: 1;
}
.global_title h3 strong{
	color: #448CFD;
}
.global_title p.des{
	position: relative;
	z-index: 1;
	font-size: 16px;
	margin:5px 0;
}
.global_title span{
	display: inline-block;
	width: 30px;
	height: 1px;
	border:1px solid #448CFD;
	margin:10px auto 20px;
}

/*产品*/
.pro_index{
	background: #fff;
	background: url(../images/p.jpg) no-repeat center;
}
.pro_index .pro_nav{
	color: #fff;
}
.pro_index .pro_nav .inner{
	width: 270px;
	padding: 130px 0 50px;
}
.pro_index .box{
	width: 860px;
}
.pro_index .pro_nav .inner h3{
	font-size: 24px;
	font-weight: bold;
}
.pro_index .pro_nav .inner ul{
	padding-top: 30px;
	padding-bottom: 30px;
}
.pro_index .pro_nav .inner ul li{
	padding: 15px 0;
}
.pro_index .pro_nav .inner ul li a{
	font-size: 16px;
	color: #fff;
	font-weight: lighter;
	transition: all .5s ease;
}
.pro_index .pro_nav .inner ul li a:hover{
	font-weight: bold;
}
.pro_index .pro_nav .inner p span{
	font-size: 24px;
	font-weight: bold;
}
.pro_index .box .in .tit{
	padding-top: 70px;
}
.pro_index .box .in .tit h3{
	font-size: 30px;
	font-weight: bold;
}
.pro_index .box .in .tit p{
	color: #818181;
}
.pro_index .box .in .tit a{
	float: right;
	margin-top: 9px;
}


.pro_list_box .hotsale{
  background: #F2F2F2;
  padding: 25px 15px;
  margin-top: 25px;
}
.pro_list_box .hotsale .img{
  width: 380px;
  height: 280px;
}
.pro_list_box .hotsale .text{
  width: 400px;
  display: flex;
  align-items: center;
}
.pro_list_box .hotsale .text h3{
  font-size: 24px;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 6px;
  display: block;
  padding-right: 10px;
}
.pro_list_box .hotsale .pz{
	margin:20px 0 0;
}
.pro_list_box .hotsale .pz div{
	width: 110px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	border:1px solid #073CB3;
	color: #073CB3;
	border-radius: 20px;
	margin-right: 10px;
}
.pro_list_box .hotsale .text .tags{
  font-size: 14px;
  line-height: 26px;
  color: #66686C;
  margin:20px 0;
}
.pro_list_box .hotsale .text .more{

}
.pro_list_box .hotsale .text .more a{
  display: inline-block;
  width: 150px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  background: #073CB3;
}
.pro_list_box .hotsale .text .more a:last-child{
  background: #FF6800;
  margin-left: 8px;
}
.pro_list_box .horzn{
  position: relative;
}
.pro_list_box .horzn h4{
	font-size: 24px;
	font-weight: bold;
	margin: 35px 0 15px;
}
.pro_list_box .swiper{
  height: 100%;
  width: 100%;
}
.pro_list_box .swiper-slide {
  text-align: center;
  font-size: 16px;
  background: #fff;
  height: calc((100% - 15px) / 2);
}
.pro_list_box .swiper-slide .cici{
	height: 205px;
}
.pro_list_box .swiper-slide:hover img{
  transform: scale(1.05);
}
.pro_list_box .swiper-slide:hover a{
  color: #00428D;
}
.pro_list_box .swiper-slide p{
  width: 220px;
}
.pro_list_box .swiper-slide .title{
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  text-align: left;
  background: #f5f5f5;
  font-size: 14px;
}
.pro_list_box .swiper-slide .title i{
  float: right;
  margin-top: 17px;
}
.pro_list_box .horzn .swiper-pagination{
  bottom: -40px;
}
.pro_list_box .horzn .swiper-pagination-bullet{
  width: 12px;
  height: 12px;
}
.pro_list_box .horzn .swiper-pagination-bullet.swiper-pagination-bullet-active{
  width: 40px;
  height: 12px;
  background: #00428D;
  border-radius: 20px;
}



/*企业优势*/
.glo_title{
	padding: 70px 0 35px;
}
.glo_title h3{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
.glo_title p{
	text-align: center;
}
.adv .advbox .inners{
	background: url(../images/ad.jpg) no-repeat;
	padding: 70px 0;
}
.adv .advbox .inners .inner{
  display: none;
  background: #fff;
}
.adv .advbox .inners .inner .img{
  width: 600px;
}
.adv .advbox .inners .inner .text{
  width: 600px;
  padding: 70px;
  display: flex;
  align-items: center;
}
.adv .advbox .inners .inner .text .title .num{
  font-size: 30px;
  font-weight: bold;
  background: #1C56B6;
  width: 52px;
  height: 52px;
  line-height: 52px;
  color: #fff;
}
.adv .advbox .inners .inner .text .title .t{

}
.adv .advbox .inners .inner .text .title .t h3{
  font-size: 30px;
  font-weight: normal;
  line-height: 30px;
  margin-bottom: 8px;
  padding-top: 5px;
}
.adv .advbox .inners .inner .text .title .t p{
  text-transform: uppercase;
  color: #BCBCBC;
  font-size: 14px;
}
.adv .advbox .inners .inner .text .content{
  font-size: 16px;
  line-height: 26px;
  margin:30px 0 40px;
}
.adv .advbox .inners .inner .text .ttel{
  width: 100%;
  font-size: 16px;
}
.adv .advbox .inners .inner .text .ttel b{
  font-size: 24px;
  color: #1C56B6;
}
.adv .advbox .advtype{
  background: #f5f5f5;
  padding: 35px 0;c
}
.adv .advbox .advtype ul li{
  width: 270px;
  border-right: 1px solid #E4E4E4;
  height: 130px;
  padding: 13px 0 0 0;
  position: relative;
  transition: all .5s ease;
  cursor: pointer;
  text-align: center;
}
.adv .advbox .advtype ul li:last-child{
	border-right:none;
}
.adv .advbox .advtype ul li img{
	height: 60px;
	margin:0 auto;
}
.adv .advbox .advtype ul li h3{
  font-size: 24px;
  line-height: 24px;
  margin:10px 0 5px 0;
}
.adv .advbox .advtype ul li p{
  text-transform: uppercase;
  font-size: 12px;
  color: #BCBCBC;
}
.adv .advbox .advtype ul li.hit h3,
.adv .advbox .advtype ul li:hover h3{
	color: #1B54B8;
	font-weight: bold;
}



/*客户案例*/
.case_index .text h3{
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #F5F5F5;
	padding: 0 10px;
	transition: all .5s ease;
}
.case_index .box{
	position: relative;
}
.case_index .swiper-slide:hover h3{
	background: #458DFE;
	color: #fff;
}


a.more{
	display: block;
	width: 200px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 15px;
	color: #fff;
	margin:35px 0 0;
	border-radius: 40px;
	background: #073CB3;
	transition: all .5s ease;
}
a.more:hover{
	background: #FF6800;
	border-color: #FF6800;
	color: #fff;
}


/*横幅*/
.hf{
	height: 210px;
	background: url(../images/adv.jpg) repeat-x bottom center;
}
.hf .text{
	width: 600px;
	padding-top: 45px;
	text-transform: uppercase;
}
.hf .text h4{
	font-size: 22px;
	color: #666666;
}
.hf .text h3{
	font-size: 30px;
	font-weight: bold;
	margin:5px 0;
}
.hf .text p b{
	font-size: 30px;
	color: #1851B4;
}
.hf .text p img{
	margin:8px 10px 0 0;
}
.hf .text .tel{
	margin-top: 9px;
}
.hf .text .t1{
	width: 330px;
	height: 45px;
	line-height: 45px;
	font-size: 26px;
	font-weight: bold;
	padding-left: 130px;
	text-align: left;
}
.hf .text .t2 a{
	display: block;
	width: 175px;
	height: 45px;
}
.hf .more1{
	padding-top: 43px;
}

/*简介*/
.com_index{
	padding: 70px 0;
	background: #f5f5f5;
}
.com_index .text{
	width: 570px;
}
.com_index .img{
	width: 590px;
}
.com_index .text {
	padding-top: 35px;
}
.com_index .text h3{
	font-size: 30px;
	font-weight: bold;
	color: #083CB2;
}
.com_index .text h3 span{
	color: #FF6800;
}
.com_index .text h4{
	font-size: 18px;
	display: block;
	padding: 5px 0 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 35px;
}
.com_index .text .content{
	color: #575757;
	line-height: 32px;
}

.com_index .intro_num{
	margin-top: 70px;
}
.com_index .intro_num .num .n1,
.com_index .intro_num .num i{
	font-size: 46px;
	color: #0538A8;
	/*font-family: Impact;*/
	text-align: center;
	padding-top: 0px;
	font-weight: bold;
}
.com_index .intro_num .num sub{
	font-size: 16px;
	color: #0538A8;
	font-weight: bold;
}
.com_index .intro_num .num p{
	text-align: center;
	font-size: 16px;
	line-height: 24px;
}
.com_index .intro_num .num p.p2{
	font-size: 12px;
	color: #B7B7B7;
	text-transform: uppercase;
}

/*新闻资讯*/
.news_index{
	padding-bottom: 50px;
}
.news_index .lnews .inner{
  width: 380px;
  background: #fff;
}
.news_index .lnews .inner .img{
  height: 233px;
  position: relative;
}
.news_index .lnews .inner .cici{
  height: 100%;
}
.news_index .lnews .inner .img img{
  transition: all .5s ease;
}
.news_index .lnews .inner .text{
	padding: 25px 25px 0 25px;
	background: #F5F5F5;
}
.news_index .lnews .inner .text .time{
	font-size: 12px;
	display: inline-block;
	padding: 8px 20px 5px;
	background: #0066CA;
	color: #fff;
	margin:0px 0 10px;
	border-radius: 20px;
}
.news_index .lnews .inner h3{
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  color: #000;
}
.news_index .lnews .inner .content{
  line-height: 24px;
  font-size: 14px;
  color: #7E7E7E;
  margin:15px 0 25px;
}
.news_index .lnews .inner .more{
  height: 50px;
  line-height: 50px;
  color: #7E7E7E;
  font-size: 14px;
  border-top:1px solid #E4E4E4;
}
.news_index .lnews .inner .more i{
  margin-top: 18px;
}
.news_index .lnews .inner:hover img{
  transform: scale(1.05);
}
.news_index .lnews .inner:hover .cover{
  background: #da0000;
}

/*底部*/
.footer_index{
	background: #393E4C;
	font-size: 15px;
}
.footer_index .blogo{
	padding: 30px 0 20px;
	border-bottom: 1px solid #4E4B57;
}
.footer_index .blogo .img h3{
	font-size: 26px;
	font-weight: bold;
	color: #fff;
}
.footer_index .blogo .img h3 b{
	color: #FF9100;
}
.footer_index .blogo .img p{
	font-size: 18px;
	color: #fff;
}
.footer_index .blogo .btel{
	/*width: 190px;*/
	color: #fff;
	padding-top: 15px;
	text-align: right;
}
.footer_index .blogo .btel b{
	font-size: 24px;
}
.footer_index .blogo .btel img{
	margin:15px 10px 0 0;
}
.footer_index .bnav{
	padding: 35px 0 40px;
	border-bottom: 1px solid #4E4B57;
}
.footer_index .navlist{
	width: 200px;
}
.footer_index .pro{
	width: 300px;
}
.footer_index .bnav h3{
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 20px;
}
.footer_index ul li{
	width: 100px;
	margin-bottom: 10px;
}
.footer_index .pro ul li{
	width: 150px;
}
.footer_index ul li a{
	color: #AAAAAA;
	font-size: 15px;
	
}
.footer_index ul li a:hover{
	color: #fff;
}
.footer_index .bnav .add p,
.footer_index .bnav .add a,
.footer_index .bnav .er p{
	color: #AAAAAA;
	font-size: 15px;
	margin-bottom: 10px;
}
.footer_index .bnav .add a:hover,
.footer_index .bottom a:hover{
	color: #fff;
}
.footer_index .bnav .er{
	margin-left: 20px;
}
.footer_index .bnav .er img{
	width: 125px;
	height: 125px;
	margin-bottom: 10px;
}
.footer_index .bottom{
	height: 50px;
	line-height: 50px;
	color: #f5f5f5;
	font-size: 15px;
}
.footer_index .bottom a{
	color: #f5f5f5;
	font-size: 15px;
}


/*内页开始*/
.in_banner{
	height: 450px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	text-align: center;
	padding-top: 240px;
	color: #fff;
}
.in_banner h3{
	font-size: 32px;
	font-weight: bold;
}
.in_banner p{
	font-size: 16px;
}
.cru{
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 14px;
	background: #0841A8;
}
.cru a{
	color: #fff;
}


/*简介*/
.com_inner .com_index{
	padding: 50px 0;
}
.com_inner .com_index h3{
	font-size: 24px;
	color: #458DFD;
}
.com_inner .com_index .text{
	padding-top: 0px;
}
.com_inner .com_index .intro_num{
	margin-top: 20px;
}
.com_inner .com_index .img{
	display: flex;
	align-items: center;
}
.com_inner .honor{
	padding-bottom: 50px;
}
.com_inner .honor .box{
	position: relative;
}

/*产品*/
.protype{
	margin-bottom: 20px;
}
.protype ul li{
	width: calc(100% / 7 - 3px);
	background: #EBEBEB;
	color: #000;
	margin-right: 3px;
	margin-bottom: 3px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	transition: all .5s ease;
	font-size: 15px;
	cursor: pointer;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.protype ul li:nth-child(7n){
	margin-right: 0px;
}
.protype ul li a{
	display: block;
	color: #000;
	transition: all .5s ease;
}
.protype ul li:hover,
.protype ul li.active{
	background: #1131AE;
	color: #fff;
}
.protype ul li:hover a,
.protype ul li.active a{
	color: #fff;
}


.com_inner.pro{
	padding: 50px 0;
	background: #f5f5f5;
}
.com_inner.pro{
  background: #fff;
}
.com_inner.pro .in_inner ul li{
  width: 380px;
  height: 320px;
  margin: 0 19px 20px 0;
}
.com_inner.pro .in_inner ul li:nth-child(3n){
  margin-right: 0px;
}
.com_inner.pro .in_inner ul li .cici{
  width: 100%;
  height: 270px;
  background: #F1F1F1;
}
.com_inner.pro .in_inner ul li .title{
  text-align: center;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #F1F1F1;
  font-size: 15px;
  padding: 0 15px;
}
.com_inner.pro .in_inner ul li:hover .title{
  background: #1131AE;
}
.com_inner.pro .in_inner ul li:hover a{
  color: #fff;
}


/*产品中心*/
.prodect-Info{
	padding: 50px 0;
	background: #F5F5F5;
}
.pro_info_box{
	background: #fff;
	padding: 35px;
}
.pro_info_box .coco{
	width: 550px;
	max-height: 500px;
}
.pro_info_box .text{
	width: 530px;
}
.pro_info_box .text .title {
	padding: 10px 0 20px 0;
	border-bottom: 1px solid #F5F5F5;
}
.pro_info_box .text .title h3{
	font-size: 32px;
}
.pro_info_box .text .title h4{
	font-size: 18px;
	color: #FF6800
}
.pro_info_box .text .tags{
	line-height: 28px;
	margin:20px 0;
}
.pro_info_box .text .g{
	width: 120px;
	height: 130px;
	border:1px solid #E4E4E4;
	border-radius: 10px;
	overflow: hidden;
}
.pro_info_box .text .g .img{
	height: 85px;
	display: flex;
	align-items: center;
}
.pro_info_box .text .g .img img{
	margin:0 auto;
}
.pro_info_box .text .g p{
	display: block;
	height: 45px;
	line-height: 45px;
	background: #2A359A;
	color: #fff;
	text-align: center;
	font-size: 18px;
}
.pro_info_box .text .tt{
	font-size: 16px;
	color: #555555;
	padding: 15px 0;
	border-top: 1px solid #F5F5F5;
	border-bottom: 1px solid #F5F5F5;
	margin-top: 20px;
}
.pro_info_box .text .tt span{
	font-size: 24px;
	color: #FF6800;
	font-weight: bold;
}
.pro_info_box .text .tt a{
	display: inline-block;
	width: 160px;
	height: 40px;
	background: #FF6800;
	color: #fff;
	float: right;
	margin-top: -5px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	border-radius: 10px;
}
.pro_info_box .text .page{
	margin-top: 20px;
}
.pro_info_box .text .page .cl1{
	width: 48%;
}
.pro_info_box .text .page .page-a {
	display: inline-block; margin-left: 10px;
}
.pro_info_box .text .page .page-a a:hover{
	color: #1131AE;
}
.prodect-Info .other{
	background: #fff;
	padding: 35px;
	margin-top: 20px;
}
.prodect-Info .other h2{
	font-size: 26px;
	display: block;
	border-bottom: 1px solid #F5F5F5;
	padding-bottom: 12px;
	margin-bottom: 40px;
}
.prodect-Info .other p{
	display: block;
	height: 50px;
	line-height: 50px;
	background: #EEEEEE;
}
.prodect-Info .other .swiper-slide:hover p{
	background: #1131AE;
	color: #fff;
}




.newsPage{
  margin:40px 0 0 0;
}
.newsPage .page-a{
  height: 50px;
  border-bottom: 1px solid #F3F3F3;
  line-height: 50px;
}
.newsPage .page-a a:hover{
  color: #2777F9;
}

.de-page-mian {
  overflow: hidden;
  text-align: center;
  font-size: 0;
  margin: 35px auto 0;
}
.de-page-mian .page-inner {
  display: inline-block;
  overflow: hidden;
}
.de-page-mian .page-inner a {
  display: block;
  float: left;
  min-width: 26px;
  padding: 0 14px;
  height: 36px;
  border: 1px solid #dddddd;
  background: #fff;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin-right: -1px;
  overflow: hidden;
}
.de-page-mian .page-inner a.active,
.de-page-mian .page-inner a:hover {
  color: #fff;
  border-color: #073CB3;
  background: #073CB3;
}
.de-page-mian .page-inner a.prev {
  margin-right: 10px;
  background: #fff url(../images/prev.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev.on {
  background: #fff url(../images/prev-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.next {
  margin-left: 10px;
  margin-right: 15px;
  background: #fff url(../images/next.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next.on {
  background: #fff url(../images/next-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.page-btn {
  font-size: 12px;
  margin-right: 0;
  width: 63px;
  margin-left: 10px;
}
.de-page-mian .page-inner span {
  display: block;
  font-size: 12px;
  color: #333;
  float: left;
  line-height: 38px;
}
.de-page-mian .page-inner input {
  display: block;
  float: left;
  height: 36px;
  width: 36px;
  border: 1px solid #dddddd;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin: 0 5px;
}


/*新闻*/
.com_inner.news{
  background: #fff;
  background: #f5f5f5;
  padding: 50px 0;
}
.com_inner.news .in_inner .de-news-list li{
  padding: 20px;
  border-bottom:1px solid #F3F3F3;
  width: 100%;
  background: #fff;
  margin-bottom: 20px;
}
.com_inner.news .in_inner .de-news-list li a .img.cici{
  width: 310px;
  height: 220px;
}
.com_inner.news .in_inner .de-news-list li a .box{
  width: 800px;
  display: flex;
  align-items: center;
}
.com_inner.news .in_inner .de-news-list li a .box span{
	font-size: 14px;
	margin-bottom: 15px;
	color: #555;
	display: inline-block;
}
.com_inner.news .in_inner .de-news-list li a .box h4{
  font-size: 21px;
  margin-bottom: 10px;
}
.com_inner.news .in_inner .de-news-list li a .box .content{
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 20px;
}
.com_inner.news .in_inner .de-news-list li a .box  .time{
  color: #555
}
.com_inner.news .in_inner .de-news-list li:hover h4{
  color: #073CB3;
}
.com_inner.news .in_inner.info{
	padding: 40px 40px;
	background: #fff;
}
.com_inner.news .in_inner .news-detail-title{
  text-align: center;
  background: #fff;
}
.com_inner.news .in_inner .news-detail-title .h3{
  font-size: 23px;
}
.com_inner.news .in_inner .news-detail-title .b{
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}
.com_inner.news .in_inner .news-detail{
  padding: 30px 0;
}

.newsPage{
  margin:40px 0 0 0;
}
.newsPage .page-a{
  height: 50px;
  border-bottom: 1px solid #F3F3F3;
  line-height: 50px;
}
.newsPage .page-a a:hover{
  color: #073CB3;
}


/*详情页*/
.news_detail_box{
    padding: 0px 0;
}
.news_detail_box .news_detail_title{
    padding: 10px 0;
    border-bottom: 1px solid #DDDDDD;
}
.news_detail_box .news_detail_title .h3{
    font-size: 26px;
    text-align: center;
    color: #002361;
    font-weight: bold;
}
.news_detail_box .news_detail_title .b{
    margin:.6% 0;
}
.news_detail_box .news_detail{
    padding: 2%;
}
.news_detail_box .news_detail img{
    display: inline-block;
}

.news_detail_box .news_detail_title .b a{
    color: #555555;
    font-size: 18px;
    margin-right: 10px;
}
.news_detail_box .news_detail_title .b a.f-add{
    font-size: 22px;
}
.news_detail_box .news_detail_title .b a.f-dec{
    font-size: 14px;
    margin-right: 0px;
}
.news_detail_box .news_detail_title .b a:hover{
    color: #122C68;
}


/*留言*/
.com_inner.contact{
  background: #f5f5f5;  
  padding-top: 50px;     
  padding-bottom: 50px;            
}
#dituContent img{
  max-width: none;
}
.com_inner.contact .de-contact{
  background: #fff;
}
.com_inner.contact .de-contact .contact-list{
  width: 600px;
  padding: 44px 35px;
}
.com_inner.contact .de-contact .contact-list h3{
  font-size: 24px;
  color: #1131AE;
  font-weight: bold;
  margin-bottom: 4px;
}
.com_inner.contact .de-contact .contact-list h4{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
.com_inner.contact .de-contact .contact-list p{
  line-height: 36px;
  font-size: 16px;
}
.com_inner.contact .de-contact .contact-list .p{
	padding-left: 110px
}
.com_inner.contact .de-contact .contact-list p:hover a{
  color: #1131AE;
}
.com_inner.contact .de-contact .contact-list .wxx{
	margin-top: 30px;
}
.com_inner.contact .de-contact .contact-list .wxx .wx1{
	margin-right: 20px;
}
.com_inner.contact .de-contact .contact-map{
  width: 600px;
}
.com_inner.contact .de-contact .contact-map #dituContent{
  width: 100%;
  height: 523px;
}

.contact-liuyan{
	background: #fff;
	padding: 0 50px 50px;
	margin-top: 50px;
}
.com_inner.contact .in_title{
	padding-bottom: 30px;
}
.com_inner.contact .in_title h3{
	font-size: 24px;
	font-weight: bold;
	padding-top: 50px;
}
.contact-liuyan .form-right{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 50%;
}
.contact-liuyan .inputbox{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
.contact-liuyan input[type=text]{
    width: 48.5%;
    line-height: 45px;
    border:1px solid #eee;
    padding-left: 15px;
    outline: none;
    background: #F1F1F1;
    font-size:14px;
    color:#333;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    margin-bottom: 8px;
}
.message.ser .contact-liuyan input[type=text]{
  width: 33%;
}
.contact-liuyan  input:focus{
    border:1px solid #da0000;
}
.contact-liuyan  input[type=text]::placeholder{
    font-size:14px;
    color:#999;
}
.contact-liuyan input[name=captcha]{
    width: 40%;
    margin-right: 15px;
}
.contact-liuyan .verify{
    height: 45px;
    width: 20%;
}
.contact-liuyan .verify img{
    height: 100%;
}
.contact-liuyan textarea{
    width:100%;
    height: 155px;
    border:1px solid #eee;
    background: #F1F1F1;
    padding:15px;
    outline: none;
    resize: none;
    font-size:14px;
    color:#333;
    margin-bottom: 8px;
    font-family: "Microsoft Yahei";
}
.contact-liuyan textarea::placeholder{
    font-size:14px;
    color:#999;
}
.contact-liuyan textarea:focus{
    border:1px solid #da0000;
}
.contact-liuyan .pink-btn{
  padding: 16px 145px;
  background: #1131AE;
  border:none;
  color: #fff;
  cursor: pointer;
}
.contact-liuyan .pink-btn:hover{
	background: #1131AE
}




.footer_index select {
    width: 220px;
    padding-left: 12px;
    height: 40px;
    margin:15px 0 20px;
    line-height: 40px;
    font-size: 14px;
    background: #2678F8;
    appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    background: #2678F8 url(../images/ar.jpg) right no-repeat;
    overflow: hidden;
    color: #fff;
    margin-top: 30px;
}
.footer_index select option{
    height: 40px;
    line-height: 40px;
}









