@charset "UTF-8";

/*
*
* ecpt index.html
* made by cloud @ 2020-11-20 16:51:18;
*/

.banner-lm-slide{
	height: 500px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}


/* about */
.about-nav{
	border-bottom: 1px solid #e5e5e5;
}
.nav-lyl-about{
	display: flex;
	justify-content: center;
}
.nav-lyl-about:after{
	content: "";
	clear: both;
}
.about-nav li{
	float: left;
	margin: 35px 25px;
}
.about-nav li a{
	font-size: 16px;
}
.about-nav li.active a{
	color: #004ea2;
}
.about-public-title{
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	margin-top: 70px;
	margin-bottom: 70px;
}

/* about1 */
.about-about1{
	position: relative;
	padding-bottom: 130px;
}
.about-about1 .abouttrk{
	position: absolute;
	top: 60px;
	left: 60px;
	z-index: -1;
}
.about-about1-l img{
	width: 100%;
}
.about-about1-r{
	padding-left: 89px;
}
.aa1r-title{
	font-size: 30px;
	color: #004ea2;
}
.aa1r-cont{
	padding-top: 33px;
}
.aa1r-cont p{
	color: rgba(0, 0, 0, 0.8);
	margin-top: 27px;
}

.aalg-l-top{
    font-size: 36px;
    font-family: "Arial";
    color: rgb(0, 78, 162);
    text-transform: uppercase;
    font-weight: bold;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: flex-start;
    margin-top: 110px;
}
.aalg-l-top span{
	font-size: 14px;
	color: #000;
	margin-top: 10px;
	margin-left: 8px;
}
.aalg-l-bottom{
	font-size: 16px;
	margin-bottom: 95px;
}
/* about1 */

/* about2 */
.about-about2{
	position: relative;
}
.about-about2 .abouttrk{
	position: absolute;
	bottom: 160px;
	left: calc((100% - 722px) / 2);
	z-index: -1;
}
.aa2-tit{
	font-size: 55px;
	font-family: "MONT";
	text-align: center;
	margin-top: -7px;
	margin-bottom: 5px;
}
.aa2-cc{
	position: relative;
}
.aa2-cc::after{
	content: "";
	display: block;
	width: 100%;
	height: 5px;
	background-color: #004ea2;
	margin-top: -34px;
	margin-bottom: 34px;
}
.aa2-cc span.aa2-m{
	display: block;
	width: 63px;
	height: 63px;
	border-radius: 70px;
	background-color: #004ea2;
	border: 10px solid #9cbadb;
	margin: 0 auto;
}
.aa2-swiper-container span.aa2-l, .aa2-swiper-container span.aa2-r{
	position: absolute;
	top: 93px;
	display: block;
	width: 28px;
	height: 28px;
	border-radius: 30px;
	background-color: #004ea2;
	cursor: pointer;
	z-index: 99999;
}
.aa2-swiper-container span.aa2-l{
	left: 0;
}
.aa2-swiper-container span.aa2-r{
	right: 0;
}
.aa2-swiper-container .aa2-l.swiper-button-disabled, .aa2-swiper-container .aa2-r.swiper-button-disabled{
	cursor: no-drop;
}

.aa2-body{
	display: flex;
	justify-content: center;
	padding-bottom: 113px;
}
.aa2-img{
	padding-top: 70px;
	padding-right: 150px;
}
.aa2-img img{
	width: 304px;
	height: 304px;
	border-radius: 330px;
	float: right;
	box-shadow: 0 0 8px 0 #eee;
}
.aa2-con{
	padding-top: 97px;
	max-width: 50%;
}
.aa2-con-tit span{
	position: relative;
	display: block;
	width: 140px;
	height: 58px;
	text-align: center;
	line-height: 58px;
	background-color: #004ea2;
	color: #ffffff;
	font-size: 40px;
	font-family: "MONT";
}
.aa2-con-tit span::after{
	position: absolute;
	top: 10px;
	left: 18px;
	content: "";
	display: block;
	width: 140px;
	height: 58px;
	border: 4px solid #004ea2;
}
.aa2-con-x{
	margin-top: 60px;
}
.aa2-con-x p{
    font-size: 18px;
    line-height: 2.056;
}
/* about2 */

/* about3 */
.aa3-slide{
	position: relative;
}
.aa3-mask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 78, 162, .9);
}
.aa3-slide img{
	width: 100%;
	height: 533px;
}
.aa3-title{
	font-size: 18px;
	color: #000000;
	line-height: 100px;
	text-align: center;
	opacity: 0;
}
.aa3-slide.swiper-slide-active .aa3-mask-x .aa3-mask{
	background-color: rgba(0, 78, 162, 0);
}
.aa3-slide.swiper-slide-active .aa3-title{
	opacity: 1;
}
.about-about3-swiper .swiper-button-next, .about-about3-swiper .swiper-button-prev{
	width: 30px;
	height: 30px;
	background-size: 30px 30px;
}
.about-about3-swiper .swiper-button-next{
	background-image: url('../images/aa3-r.png');
	right: 10%;
}
.about-about3-swiper .swiper-button-prev{
	background-image: url('../images/aa3-l.png');
	left: 10%;
}
/* about3 */

/* about4 */
.about-company{
	background-color: #a4b3ca;
}
.pubtit-white{
	color: #ffffff;
}
.pubtit-enname{
	font-size: 56px;
	font-family: "MONT";
	margin-top: 83px;
}
.pubtit-name{
	font-size: 30px;
	margin-top: -12px;
}
.ac-img-x-a{
	cursor: pointer;
}
.ac-img-x-a img{
	width: 100%;
}
.ac-img-x-title{
	text-align: center;
	font-size: 18px;
	margin-top: 22px;
}
#showimgmodal .modal-body{
	text-align: center;
}
#showimgmodal .modal-body img{
	max-width: 100%;
}
.ac-swiper-container{
	margin-top: 66px;
	margin-bottom: 66px;
}

.ac-img-x-a{
	position: relative;
	transition: all 0.5s;
	-moz-transition:width 0.5s;
    -webkit-transition:width 0.5s;
    -o-transition:width 0.5s;
}
.ac-img-x-a:hover img{
	transform: scale(1.02);
}
.ac-swiper-container .swiper-slide .ac-img-mask{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	transition: all 0.5s;
	-moz-transition:width 0.5s;
    -webkit-transition:width 0.5s;
    -o-transition:width 0.5s;
}
.ac-swiper-container .swiper-slide-prev .ac-img-mask, .ac-swiper-container .swiper-slide-active .ac-img-mask, .ac-swiper-container .swiper-slide-next .ac-img-mask{
	background-color: rgba(0, 0, 0, 0);
	transition: all 0.5s;
	-moz-transition:width 0.5s;
    -webkit-transition:width 0.5s;
    -o-transition:width 0.5s;
	display: none;
}
.ac-swiper-container .swiper-button-prev{
	width: 60px;
	height: 60px;
	background-image: url('../images/comparr-l.png');
	background-size: 100% 100%;
	transition: all 0.5s;
	-moz-transition:width 0.5s;
    -webkit-transition:width 0.5s;
    -o-transition:width 0.5s;
}
.ac-swiper-container .swiper-button-prev:hover{
	background-image: url('../images/comparr-l-h.png');
}
.ac-swiper-container .swiper-button-next{
	width: 60px;
	height: 60px;
	background-image: url('../images/comparr-r.png');
	background-size: 100% 100%;
	transition: all 0.5s;
	-moz-transition:width 0.5s;
    -webkit-transition:width 0.5s;
    -o-transition:width 0.5s;
}
.ac-swiper-container .swiper-button-next:hover{
	background-image: url('../images/comparr-r-h.png');
}
.aqxc-part{
	transition: all 0.3s;
	-moz-transition:width 0.3s;
    -webkit-transition:width 0.3s;
    -o-transition:width 0.3s;
}

.aqxc-swiper-container{
	padding-top: 40px;
	padding-bottom: 80px;
}
.aqxc-swiper-slide {
    transition: 0.3s;
    -moz-transition:width 0.3s;
    -webkit-transition:width 0.3s;
    -o-transition:width 0.3s;
    transform: scale(0.85);
}
.aqxc-swiper-slide.swiper-slide-active,.aqxc-swiper-slide.swiper-slide-duplicate-active{
    transform: scale(1);
}
.aqxc-swiper-slide.swiper-slide-active .ac-img-x-a,.aqxc-swiper-slide.swiper-slide-duplicate-active .ac-img-x-a{
    box-shadow: 0px 0px 16px 0px rgba(37, 132, 211, 0.31);
}
.swiper-slide.aqxc-swiper-slide .ac-img-mask{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	transition: all 0.5s;
	-moz-transition:width 0.5s;
    -webkit-transition:width 0.5s;
    -o-transition:width 0.5s;
	z-index: 9;
}
.aqxc-swiper-container .swiper-slide-active .ac-img-mask {
	transition: all 0.5s;
	-moz-transition:width 0.5s;
    -webkit-transition:width 0.5s;
    -o-transition:width 0.5s;
	display: none;
}
.aqxc-part .swiper-pagination-fraction, .aqxc-part .swiper-pagination-custom, .aqxc-part .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 36px;
    left: 0;
    width: 100%;
}

.aqxc-part .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}
.aqxc-part .swiper-pagination-bullet-active {
    opacity: 1;
    background: #004ea2;
}
.about4-public-title2{
	font-size: 22px;
	height: 22px;
	line-height: 22px;
	padding-left: 23px;
}
/* about4 */

/* about5 */
.about5-x{
	padding-top: 20px;
}
.about5-x-item{
	background-repeat: no-repeat;
	background-size: 74px 74px;
	background-position: left 12px;
	padding-left: 95px;
}
.a5xi-tit{
	font-size: 26px;
	font-weight: bold;
}
.a5xi-con{
	font-size: 18px;
	line-height: 2;
	margin-top: 5px;
}

.about-internet{
	background-repeat: no-repeat;
	background-position: center 100px;
}
.about-internet-x{
	padding-top: 480px;
	padding-bottom: 158px;
}
.aix-box{
	background-image: url('../images/intercitybg.png');
	background-repeat: no-repeat;
	background-position: 15px top;
	padding: 40px 225px 100px 55px;
	overflow: hidden;
}
.aix-box-title{
	font-size: 20px;
	font-weight: bold;
}
.aix-box-img{
	margin-top: 25px;
	margin-bottom: 35px;
}
.aix-box-img img{
	width: 100%;
}
.aix-box-body ul{
	list-style-position: inside;
}
.aix-box-body ul li{
	color: #0d3f84;
}
.aix-box-body ul li p{
	display: inline;
}
/* about5 */

/* about6 */
.about-about6{
	background-image: url('../images/about6bg.png');
	background-repeat: no-repeat;
	background-position: center 1055px;
}
.about6-img img{
	width: 100%;
}
.about6-flagh{
	display: flex;
	justify-content: space-between;
	padding-top: 90px;
}
.about6-flagh-item{
	width: 327px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.11);
    padding: 65px 35px 40px;
    transition: all 0.3s;
}
.a6fi-x-tit{
	font-size: 22px;
	color: rgba(0, 0, 0, 0.6);
	transition: all 0.3s;
}
.a6fi-x-con{
    font-size: 18px;
    text-align: left;
    color: rgb(0, 78, 162);
    line-height: 1.682;
    transition: all 0.3s;
    height: 160px;
    padding-top: 24px;
}
.a6fi-x>img{
	width: 100%;
}
.about6-flagh-item:hover {
	background-color: #004ea2;
}
.about6-flagh-item:hover .a6fi-x-tit{
	color: rgba(255, 255, 255, 0.6);
}
.about6-flagh-item:hover .a6fi-x-con{
	color: rgba(255, 255, 255, 1);
}

.about6-flagc-tit{
	font-size: 30px;
	text-align: center;
	margin-top: 145px;
}
.about6-flagc{
	display: flex;
	justify-content: space-between;
	padding-top: 40px;
	padding-bottom: 147px;
}
.about6-flagc-item{
	width: 447px;
	height: 269px;
}
.about6-flagc-item img{
	width: 100%;
}
/* about6 */

/* about */


/* product */
.prodlist{
	position: relative;
	background-color: #f7f7f7;
}
.prodlist-x-item{
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
}
.px-l{
	width: 1000px;
}
.px-l img{
	width: 100%;
	height: 436px;
}
.px-r{
	width: 400px;
	background-color: #ffffff;
	transition: all 0.3s;
	padding: 60px 50px 60px 40px;
}
.px-r-tit{
	font-size: 22px;
	transition: all 0.3s;
}
.px-r-titen{
	font-size: 14px;
	font-family: Arial;
	text-transform: Uppercase;
	color: rgba(0, 0, 0, 0.4);
	transition: all 0.3s;
	margin-top: 4px;
}
.px-r-titles{
	border-bottom: 1px solid #e5e5e5;
	transition: all 0.3s;
	padding-bottom: 45px;
}
.px-r-con{
	font-size: 14px;
	color: rgba(0, 0, 0, 0.5);
    line-height: 1.714;
    transition: all 0.3s;
    margin-top: 40px;
}
.px-r-a{
	margin-top: 50px;
}
.px-r-a a{
	font-size: 14px;
	padding: 5px 30px 5px 0;
	color: rgba(0, 0, 0, 0.5);
	background-image:url("../images/morerb.png");
	background-repeat: no-repeat;
	background-size: 24px;
	background-position: center right;
}

.prodlist-x-item:nth-child(even){
	flex-direction: row-reverse;
}

.prodlist-x-item:hover .px-r{
	background-color: #004ea2;
}
.prodlist-x-item:hover .px-r-tit a{
	color: rgba(255, 255, 255, 1);
}
.prodlist-x-item:hover .px-r-titen{
	color: rgba(255, 255, 255, 0.4);
}
.prodlist-x-item:hover .px-r-titles{
	border-bottom: 1px solid #3371b5;
}
.prodlist-x-item:hover .px-r-con{
	color: rgba(255, 255, 255, 0.5);
}
.prodlist-x-item:hover .px-r-a a{
	color: #ffffff;
	background-image:url("../images/morer.png");
}
.prod-pagination{
	text-align: center;
	margin-bottom: 40px;
	margin-top: 20px;
}
.prod-pagination ul li.dis a{
	background-color: rgba(0, 0, 0, 0.2);
	cursor: no-drop;
}
.prod-pagination ul li.dis a:hover{
	background-color: rgba(0, 0, 0, 0.1);
}
.prod-pagination ul li a{
	border-radius: 100%;
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	padding: 0;
	font-size: 20px;
	border: none;
}
.prod-pagination ul li a i{
	font-size: 22px;
}
.prod-pagination .pagination>li:first-child>a, .prod-pagination .pagination>li:first-child>span {
    margin-right: 15px;
    border-radius: 100%;
}
.prod-pagination .pagination>li:last-child>a, .prod-pagination .pagination>li:last-child>span {
    border-radius: 100%;
    margin-left: 15px;
    margin-right: 0;
}
.prod-pagination .pagination>li>a:focus, .prod-pagination .pagination>li>a:hover, .prod-pagination .pagination>li>span:focus, .prod-pagination .pagination>li>span:hover {
    color: #ffffff;
    background-color: #195fab;
    border-bottom: 0px solid #5a85b2;
    border-top: 0px solid #5a85b2;
}
/* product */

/* product detail */
.proddetail{
	background-color: #f7f7f7;
	padding-top: 70px;
}
.proddetail-x-title{
	font-size: 36px;
}
.proddetail-x-title a{
	background-color: #ffffff;
	padding: 9.5px 15.5px;
	font-size: 14px;
	margin-top: 6px;
	margin-left: 9px;
	border: 1px solid #333;
	border-radius: 5px;
}
.proddetail-x-title a:hover{
	background-color: #004ea2;
	color: #ffffff;
}
.proddetail-x-title a.golist i{
	padding-right: 9px;
}
.proddetail-x-description{
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1.5;
    margin-top: 44px;
}

.pdxa-nav{
	display: flex;
	justify-content: center;
}


.proddetail-x-alink{
	position: relative;
	padding-top: 150px;
	padding-bottom: 125px;
}
.pdxa-bg{
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	font-size: 220px;
	font-weight: bold;
	font-family: Arial;
	color: rgba(0, 0, 0, 0.06);
	text-align: center;
}
.pdxa-nav-ul li a{
	font-size: 16px;
	border-radius: 0;
	background-color: #ffffff;
	margin: 0 3px;
	padding: 19px 43px;
	border: 1px solid #e3e3e3;
}
.pdxa-nav-ul li.active a{
	border-radius: 0;
	background-color: #004ea2;
	color: #ffffff;
}
.pdxa-nav-ul li a:hover{
	border-radius: 0;
	background-color: #004ea2;
	color: #ffffff;
}

.proddetail-x-part3 .pdxp-txt{
	float: right;
}
.pdxp-txt-enname{
	font-family: Arial;
	font-size: 22px;
	color: rgba(0, 0, 0, 0.5);
	height: 22px;
	line-height: 22px;
}
.pdxp-txt-name{
	font-size: 26px;
	margin-bottom: 45px;
}
.pdxp-txt-txt {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
    line-height: 2;
    padding-right: 76px;
}
.pdl120{
	padding-left: 20px;
}
.pdr120{
	padding-right: 20px;
}
.pdxp-img img{
	width: 100%;
}

.proddetail-x-part2{
	margin-top: 113px;
	width: 1424px;
}
.proddetail-x-part2-cont{
	margin-left: -12px;
	margin-bottom: 0;
}
.pxp2-item{
	padding: 0 12px;
	margin-bottom: 24px;
}
.pxp2-item-x{
	height: 186px;
	background-repeat: no-repeat;
	background-size: 49px 49px;
	background-position: center 40px;
	background-color: #ffffff;
}
.pxp2-item-x img{
	display: block;
	width: 49px;
	height: 49px;
	margin: 40px auto 0;
	transition: all 0.5s;
	-moz-transition:width 0.5s;
    -webkit-transition:width 0.5s;
    -o-transition:width 0.5s;
}
.pxp2-item-title{
	text-align: center;
	margin-top: 10px;
}
.pxp2-item-x:hover img{
	transform: rotateZ(360deg);
}

.proddetail-x-part4{
	margin-top: 180px;
}

.proddetail-x-part5{
	margin-top: 110px;
	padding-bottom: 105px;
	border-bottom: 1px solid #dedede;
}

.pdxp-img2 img{
	width: 100%;
}

.pxp6-item{
	padding: 0 5px;
	margin-bottom: 10px;
}
.pxp6-item-x{
	height: 275px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
}
.pxp6-item-title{
	text-align: center;
	line-height: 275px;
	font-size: 30px;
	color: #fff;
}
.proddetail-x-part6{
	margin-top: 80px;
}
.proddetail-x-part6-cont{
	margin-bottom: 155px;
}
/* product detail */

/* achievement */
.cxi-con {
	position: relative;
}
.cxi-con img{
	width: 100%;
	height: 274px;
}
.cxi-con-tit{
	position: absolute;
	bottom: -100px;
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.5);
	color: #ffffff;
	font-size: 22px;
}
.case-x-list .case-x-item:nth-child(even){
	padding-left: 17px;
}
.case-x-list .case-x-item:nth-child(odd){
	padding-right: 17px;
}
.case-x-item{
	margin-bottom: 34px;
}
.case-x-item:hover .cxi-con-tit{
	bottom: 0;
}

.case-pagination .pagination>li>a{
	background-color: #eee;
}

/* achievement */

/* achievement detail */
.pubdetail{
	background-color: #fff;
}
.pubdetail-x-title{
	font-size: 26px;
	font-weight: bold;
	margin-top: 68px;
}
.pubdetail-x-title span{
	padding-right: 40px;
}
.pubdetail-x-title a{
	background-color: #ffffff;
	padding: 9.5px 15.5px;
	font-size: 14px;
	margin-top: 0;
	margin-left: 9px;
	font-weight: 400;
	border: 1px solid #000;
	border-radius: 3px;
}
.pubdetail-x-title a:hover{
	background-color: #004ea2;
	color: #ffffff;
}
.pubdetail-x-title a.golist i{
	padding-right: 9px;
}
.pubdetail-x-data{
	height: 70px;
	line-height: 70px;
    font-size: 16px;
    font-family: "Arial";
    color: rgba(0, 0, 0, 0.502);
    border-bottom: 1px solid #cdd5d9;
}
.pubdetail-x-description{
	background-color: #f5f5f5;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.502);
    line-height: 1.857;
    padding: 10px 34px;
    margin-top: 32px;
    margin-bottom: 44px;
}
.pubdetail-body{
	padding-bottom: 50px;
	border-bottom: 1px solid #cdd5d9;
}
.pubdetail-body img{
    max-width: 100%;
}

.news-x{
	width: 1450px;
	margin-left: -25px;
}
.news-title{
	font-size: 22px;
	font-weight: bold;
	padding-left: 0;
	height: 130px;
	line-height: 130px;
}
.news-x-cont{
	padding: 0 25px;
}
.nxc-img{
	display: block;
	width: 100%;
}
.nxc-img img{
	width: 100%;
	height: 272px;
}
.nxc-bd .media{
	margin-top: 25px;
}
.nxc-bd .media-body {
    padding-left: 30px;
    border-left: 1px solid #ddd;
    padding-bottom: 50px;
}
.news-data-year{
	font-family: Arial;
	color: rgba(0, 0, 0, 0.5);
	font-size: 16px;
	font-weight: 300;
	margin-top: 50px;
}
.news-data-arr{
	color: #73c3ff;
	margin-top: 26px;
}
.news-a-tit{
	margin-top: 0;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news-a-tit a{
	font-size: 22px;
	font-weight: bold;
	color: #000000;
}
.news-a-cont{
	color: rgba(0, 0, 0, 0.6);
	font-size: 14px;
    line-height: 1.857;
    text-align: left;
    margin-top: 38px;
    min-height: 50px;
}
.pubdetail-randomnews{
	margin-bottom: 75px;
}
/* achievement detail */

/* service */
.service-x{
	position: relative;
}
.service-x-con{
	padding-bottom: 80px;
	padding-top: 80px;
}
.ser-x img{
	max-width: 100%;
}
.service-x-img img{
	width: 100%;
	height: auto;
}
.ser-x-notep{
	margin-top: 80px;
	padding-bottom: 47px;
	border-bottom: 1px solid rgb(212, 212, 212);
}
.sxn-info p{
    color: rgb(0, 64, 152);
    line-height: 1.938;
}
.btn-lyl2{
	border-radius: 0;
	color: #fff;
	font-size: 18px;
	padding: 17.5px 56px;
}
.btn-lyl2:hover{
	color: rgba(225, 225, 225, 1);
}
.btn-lyl-blue{background-color: #004ea2;margin-left: 0px;}

.ser-x-form{
	margin-top: 94px;
	margin-bottom: 123px;
}
.ser-x-form .form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 24px;
}
.ser-x-form .form-horizontal .control-label {
    padding-top: 14px;
    margin-bottom: 0;
    text-align: left;
    font-weight: normal;
}
.ser-x-form .form-horizontal .form-group input{
	height: 48px;
	background-color: transparent;
}
.btn-lyl-form{
	background-color: #004098;
	font-size: 16px;
	color: #fff;
	padding: 13px 50px;
	transition: all 0.3s;
	-moz-transition:width 0.3s;
    -webkit-transition:width 0.3s;
    -o-transition:width 0.3s;
}
.btn-lyl-form:hover {
    color: #eee;
    background-color: #004098;
    border-color: transparent;
}

.ser-x-img img{
	width: 100%;
	margin-top: 117px;
}
/* service */

/* join */
.join-x{
	margin-top: 70px;
}
.join-x-item{
	margin-bottom: 14px;
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.11);
	background-color: #fff;
	padding: 7px 34px 27px 23px;
}
.join-x-title{
	height: 75px;
	line-height: 75px;
	font-size: 22px;
	color: #343434;
}
.btn-lyl-do{
	color: #fff;
	padding: 10px 35px;
	background-color: #004ea2;
	border-radius: 0;
	border: none;
	margin-top: 17px;
}
.btn-lyl-do:hover{
	background-color: #004ea2c6;
	color: #fff;
}

.join-x-info{
	cursor: pointer;
	background-color: #f5f5f5;
	padding: 18px 0;
}
.join-x-info p{
	color: #3e3e3e;
	line-height: 2;
}
.jxi-pl{
	padding-left: 56px;
}
.jxi-pm{
	padding-left: 100px;
}
.jxi-pr{
	padding-left: 120px;
}

.join-x-body{
	padding-top: 20px;
	display: none;
}

.gift{
	border-bottom: 6px solid #e4edf2;
}
.gift-tit{
	font-size: 30px;
	color: #272727;
	text-align: center;
	margin-top: 57px;
	margin-bottom: 54px;
}
.gift-x{
	display: flex;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	justify-content: space-between;
}
.gift-x-item{
	padding: 0 5px;
}
.gxi-p{
	text-align: center;
	color: #272727;
	margin-top: 25px;
	margin-bottom: 85px;
}
.gxi-hover{
	width: 90px;
	height: 90px;
	border-radius: 100%;
	background-color: #353535;
	transition: all 0.3s;
	-moz-transition:width 0.3s;
    -webkit-transition:width 0.3s;
    -o-transition:width 0.3s;
}
.gxi-hover:hover{
	background-color: #004ea2;
}

#joindo .form-group label{
	text-align: center;
}
/* join */


/* news */
.newslist-x{
	width: 1450px;
	margin-left: -25px;
}
.newslist-x-item{
	padding: 0 25px;
	margin-bottom: 100px;
}

.nxi-img a img{
	width: 100%;
	height: 295px;
}

.nxi-info{
	margin-top: 32px;
	border-left: 1px solid #cccccc;
	padding: 0 28px;
	transition: all 0.3s;
}
.nxi-info:hover{
	border-left: 1px solid #004ea2;
}
.nxi-info-title{
	font-size: 22px;
	font-weight: bold;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 62px;
}
.nxi-info-description{
	color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    line-height: 1.625;
    margin-top: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 52px;
}
.nxi-info-data{
	font-family: Arial;
	color: rgba(0, 0, 0, 0.5);
	margin-top: 42px;
}
.nxi-info-img{
	position: relative;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	margin-top: 33px;
}
.nxi-info-img img{
	position: absolute;
	left: -100px;
	transition: all 0.3s;
}
.nxi-info:hover .nxi-info-title a{
	color: #004ea2;
}
.nxi-info:hover .nxi-info-img img{
	left: 0px;
}
/* news */


/* contact */
.contact-x{
	margin-top: 0;
}
.cxi-mod{
	background-repeat: no-repeat;
	background-size: 33px 33px;
	background-position: center left;
	padding-left: 50px;
	height: 60px;
}
.cxi-mod2{
	padding-left: 98px;
	background-position: 50px;
}
.cxi-mod3{
	padding-left: 80px;
	background-position: 33px;
}
.cxi-mod4{
	padding-left: 80px;
	background-position: 33px;
}
.cxi-mod-tit{
	font-size: 16px;
	color: #3e3e3e;
	margin-top: 10px;
}
.cxi-mod-cont{
	font-size: 16px;
	color: #3e3e3e;
}
.cxi-mod-ewm{
	text-align: right;
}
.cxi-mod-ewm img{
	width: 150px;
	height: 150px;
}
.contact-x-map{
	border: 1px solid #d4d4d4;
	margin-top: 74px;
	margin-bottom: 130px;
}
.contact-x-map iframe{
    height: 515px;
}
/* contact */


/* search */
.pubdetail-x {
	margin-top: 0;
}
.search-x{
	margin-top: 40px;
	margin-bottom: 80px;
}
.sxb-item{
	background-color: #fff;
	margin-bottom: 20px;
	padding: 20px;
}
.sxb-item-title{
	font-size: 22px;
}
.sxb-item-desc{
	font-size: 16px;
	margin-top: 12px;
	margin-bottom: 12px;
}
.sxb-item-infos span{
	font-size: 14px;
	padding-right: 10px;
}
.sxbif-ul table{
	margin: 20px auto 0;
}
/* search */
































































