@charset "utf-8";


#header {
	width: 100%;
	z-index: 99999;
	transition: all .3s;
	left: 0;
	top: 0;
	background: #fff;
}

.header_wrap {
    height:80px;
	transition:all .3s;
}

.logo {
	flex: 1;
}
.logo a{
	position: relative;
	display: block;
	margin-top: 20px;
}
.logo img {
	height:37px;
}
.nav_pc{
    transition:all .3s;
}

.nav_pc ul{
    
}
.nav_pc li {
	position: relative;
	display: inline-block;
}

.nav_pc li>a{
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	position: relative;
	line-height:80px;
	color: #333;
	font-weight: 600;
	text-align: center;
	padding: 0 40px;
	z-index: 5;
}
.nav_pc li.cur>a,.nav_pc li>a:hover{
    color:#0078ec;
}

.nav_pc li .sub_nav {
	position: absolute;
	left: 0;
	width: 100%;
	background: #0078ec;
	transition: all 300ms;
	top:120px;
	opacity: 0;
	visibility: hidden;
	z-index: 3;
}

.nav_pc li:hover .sub_nav {
	top:80px;
	opacity: 1;
	visibility: visible;
}

.nav_pc li .sub_nav a {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 10px 20px;
	border-bottom: 1px solid rgba(255,255,255,.05);
}

.nav_pc li .sub_nav a:hover {
	background: rgba(0,0,0,.1);
}


.header_on .header_top{
    display: none;
}
.header_on {
    position: fixed;
}


.phone_top_nav {
	display: none;
}

.phone_top_nav .sub_nav_phone {
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}

.phone_top_nav .sub_nav_phone a {
	display: inline-block;
	font-size: 14px;
	margin-right: 20px;
	color: #333;
}
.phone_menu_btn {
	font-size: 16px;
	color: #000;
	padding-top: 18px;
	display: none;
}

.phone_menu_btn .line {
	position: relative;
	display: block;
	width: 19px;
	height: 2px;
	margin: 4px 0;
	background: #333;
	-webkit-transition: .3s;
	transition: .3s;
}
.phone_menu_btn span {
	position: absolute;
	left: 32px;
	top: 2px;
}

.phone_top_nav {
	position: fixed;
	width: 100%;
	z-index: 9999;
	background: #fff;
	height: 100%;
	border-top: 1px solid #ccc;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow-y: scroll;
	padding: 60px 30px 30px;
	transition: .5s;
	transform: translateY(-100%);
}

.phone_top_nav li>a {
	display: block;
	line-height: 50px;
	font-size: 16px;
	color: #5a5657;
	border-bottom: 1px solid #eee;
	font-weight: bold;
}

.phone_top_nav .sub_nav {
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}

.phone_top_nav .sub_nav a {
	display: inline-block;
	font-size: 14px;
	margin-right: 10px;
	color: #333;
}

.header_active .line:nth-of-type(1) {
	-webkit-transform: translateY(5.5px) rotate(-45deg);
	-ms-transform: translateY(5.5px) rotate(-45deg);
	transform: translateY(5.5px) rotate(-45deg);
}

.header_active .line:nth-of-type(2) {
	opacity: 0;
}

.header_active .line:nth-of-type(3) {
	-webkit-transform: translateY(-6.5px) rotate(45deg);
	-ms-transform: translateY(-6.5px) rotate(45deg);
	transform: translateY(-6.5px) rotate(45deg);
}

.header_active .phone_top_nav {
	transform: translateY(0);
}


/* phone_fixed_menu */

.phone_fixed_menu {
	border-top: 1px solid #E5E9F2;
	width: 100%;
	height: 55px;
	background: #fff;
	position: fixed;
	z-index: 10000;
	bottom: 0;
	left: 0;
	display: none;
}

.phone_fixed_menu ul li {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 55px;
	line-height: 1.2;
}

.phone_fixed_menu ul li a {
	display: block;
}

.phone_fixed_menu ul li i {
	font-size: 20px;
	color: #333;
}

.phone_fixed_menu ul li p {
	color: #333;
	font-size: 14px;
}

/* banner */

.banner{
    
}
.banner .item a{
    display: block;
    position: relative;
}
.banner .item .con{
    position: absolute;
    left: 0;
    top: 0;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: flex;
    width: 100%;
    height: 100%;
    color:#fff;
}
.banner .item .con span{
    font-size:18px;
    text-transform: uppercase;
}
.banner .item .con h4{
    font-size:60px;
    font-weight: bold;
    margin:5px 0 10px;
}
.banner .item .con p{
    font-size:22px;
    text-transform: uppercase;
    line-height: 2;
}
.banner .item .con p:before,.banner .item .con p:after{
    width: 120px;
    height: 1px;
    background: #fff;
    content:'';
    display: inline-block;
    vertical-align:middle;
    margin:0 40px;
}
.banner .item .con .more_style1{
    padding:10px 80px;
}
.banner .item .img img {
	width: 100%;
}

.banner .owl-pagination {
	position: absolute;
	bottom:0;
	width: 100%;
	text-align: center;
	left: 0;
	height: 40px;
}

.banner .owl-pagination>div {
	display: inline-block;
	width: 7px;
	height: 7px;
	background: rgba(255,255,255,.8);
	border-radius: 50%;
	text-indent: -9999px;
	margin: 0 7px;
	border: 1px solid rgba(255,255,255,.8);
	position: relative;
}

.banner .owl-pagination>div.active:after{
	width: 19px;
	height: 19px;
	border-radius: 50%;
	content: '';
	display: block;
	position: absolute;
	border: 1px solid rgba(255,255,255,.8);
	left: -7px;
	top: -7px;
}
.banner .owl-buttons>div{
    position: absolute;
    top: 50%;
}
.banner .owl-buttons>div span{
    font-size:24px;
    color:#fff;
    width: 58px;
    height: 58px;
    background:rgba(0,0,0,.3);
    display: block;
    text-align: center;
    line-height: 58px;
}
.banner .owl-buttons>div> span:hover{
    background: #0078ec;
    color:#fff;
}
.banner .owl-buttons .owl-prev{
    left: 0;
}
.banner .owl-buttons .owl-next{
    right: 0;
}

.mb_banner {
	display: none!important;
}


/*首页css__start*/


/* product_tit */

.tit_box1{
    padding:100px 0 60px;
    text-align: center;
}
.tit_box1 h4{
    color:#333;
    font-size:36px;
    font-weight: 600;
    display: inline-block;
}
.tit_box1 p{
    color:#666;
    font-size:14px;
    margin-top: 10px;
}



.tit_box3{
    padding: 50px 0 20px;
}
.tit_box3 h4{
    font-size:30px;
    color:#fff;
    font-weight: bold;
}
.tit_box4 h4{
    color:#333;
}


/* bg */

.bg1{
    background: #f5f5f5;
}

.bg2 {
    background:#eaebed;
}
.bg3 {
	background:url(../images/bg1.png) no-repeat center #0078ec;
}


.bg-container{
    padding-left: 70px;
    padding-right: 70px;
    width: 100%;
}

/* product_con */

.product_con .row{
    margin-left: -10px;
    margin-right: -10px;
}
.product_con li{
    padding-left: 10px;
    padding-right: 10px;
    width: 20%;
}
.product_con li h4{
    font-size:20px;
    font-weight: bold;
    color:#333;
    height: 48px;
    line-height: 48px;
    overflow: hidden;
}



/* about */

.about_wrap{
    position: relative;
    height: 450px;
}
.about_img{
    width: 50%;
    position: absolute;
    left: 0;
    top:0;
}
.about_img .owl-buttons{
    position: absolute;
    left: 0;
    bottom: 0;
}
.about_img .owl-buttons>div{
    display: inline-block;
}
.about_img .owl-buttons>div span{
    width: 50px;
    height: 50px;
    background: #0078ec;
    text-align: center;
    line-height: 50px;
    display: block;
    color:#fff;
    font-size:20px;
}
.about_img .owl-buttons .owl-prev span{
    background: #001e57;
}
.about_con{
    padding-left: 55px;
}
.about_con .tit{
    padding: 25px 0 75px;
    background: url(../images/txt1.png) no-repeat left top;
}
.about_con .tit h4{
    color:#666;
    font-size:16px;
}
.about_con .tit p{
    font-size:34px;
    color:#333;
    font-weight: bold;
    line-height: 1.5;
}
.about_con .tit .line{
    width: 40px;
    height: 2px;
    background: #0078ec;
    margin-top: 14px;
    position: relative;
}
.about_con .con{
    padding:0 40px 0 0;
}
.about_con .con p{
    font-size:16px;
    color:#666;
    line-height: 28px;
}

.about_info{
    padding: 60px 0;
}
.about_info li{
    text-align: center;
    position: relative;
}
.about_info li:after{
    content:'';
    display: block;
    width: 2px;
    height: 40px;
    background: #ededed;
    position: absolute;
    right: 0;
    top: 30px;
}
.about_info li:last-child:after{
    display: none;
}
.about_info li h4{
    font-size:50px;
    font-weight: bold;
    color:#333;
}
.about_info li p{
    font-size:16px;
}


/* ban1_wrap */


.ban1_wrap{
    background: url(../images/ban1.png) no-repeat center;
    height: 278px;
}
.ban1_wrap .flex{
    height:278px;
    padding-top: 66px;
    align-items: center;
    color:#fff;
}
.ban1_wrap .con h4{
    font-size:36px;
    font-weight: bold;
}
.ban1_wrap .con p{
    font-size:24px;
    margin-top: 10px;
}
.ban1_wrap a{
    display: block;
    width: 200px;
    height: 54px;
    line-height: 54px;
    background: #fff;
    color:#113f96;
    font-size:18px;
    text-align: center;
    margin-left: 130px;
    transition:all .3s;
}
.ban1_wrap a:hover{
    background: #113f96;
    color:#fff;
}

/* advantage_wrap */

.advantage_wrap{
    position: relative;
}
.advantage_img{
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
}
.advantage_con li{
    border:1px solid #e8e8e8;
    padding:28px 25px;
    margin-bottom: 33px;
}
.advantage_con li i{
    font-size:48px;
    margin-right: 20px;
    line-height: 1;
    color:#0078ec;
}
.advantage_con li .con h4{
    font-size:20px;
    font-weight: bold;
    color:#333;
}
.advantage_con li .con p{
    font-size:14px;
    color:#666;
    margin-top: 6px;
}


/* case_con */


.case_con .row{
    margin-left: -8px;
    margin-right: -8px;
}
.case_con li{
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 17px;
}
.case_con li a{
    display: block;
    position: relative;
    overflow: hidden;
}
.case_con li h4{
    background: rgba(0,120,236,.9);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom:-100%;
    color:#fff;
    font-size:18px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition:all .3s;
}
.case_con li:hover h4{
    bottom: 0;
}


/* news_con */

.news_con{
    position: relative;
}

.news_con li a{
    display: block;
}
.news_con li .con{
    padding: 20px 0 30px;
}
.news_con li .con h4{
    font-size:20px;
    color:#333;
    font-weight: bold;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    margin:6px 0 6px;
}
.news_con li .con span{
    font-size:16px;
    color:#666;
}
.news_con li .con p{
    color:#666;
    font-size:14px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    margin-top: 10px;
}
.news_con li .more{
    margin-top: 20px;
}
.news_con li .more{
    position: relative;
    display: inline-block;
}
.news_con li .more h5{
    font-size:14px;
    color:#000;
}
.news_con li .more .line{
    position: absolute;
    height: 5px;
    width: 100%;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #9e9e9e;
    z-index: -1;
}
.news_con li:hover .con h4{
    color:#0078ec;
}
.news_con li:hover .more .line{
    background: #0078ec;
}

.news_con .owl-pagination{
    text-align: center;
    margin-top: 55px;
}
.news_con .owl-pagination .owl-page{
    display: inline-block;
    width: 14px;
    height: 14px;
    border:2px solid #001e57;
    margin:0 5px;
    text-indent: -9999px;
    position: relative;
}
.news_con .owl-pagination .owl-page.active:after{
    width: 8px;
    height: 8px;
    display: block;
    content:'';
    position: absolute;
    background: #0078ec;
    left:1px;
    top:1px;
}
.news_con .owl-buttons>div{
    position: absolute;
    top: 37%;
}
.news_con .owl-buttons .owl-prev{
    left: -90px;
}
.news_con .owl-buttons .owl-next{
    right: -90px;
}
.news_con .owl-buttons>div span{
    width: 55px;
    height: 100px;
    border:2px solid #0078ec;
    text-align: center;
    line-height: 100px;
    font-size:24px;
    display: block;
    color:#0078ec;
}
.news_con .owl-buttons>div span:hover{
    border-color:#001e57;
    color:#001e57;
}

/* fixed_rightbtn */

.fixed_rightbtn{
    position: fixed;
    z-index: 999;
    right: 0px;
    top: 30%;
}
.fixed_rightbtn li{
    background: rgba(0,120,236,.8);
    width: 75px;
    height: 75px;
    margin-bottom: 2px;
    color:#fff;
    position: relative;
}
.fixed_rightbtn li:hover{
    background:rgba(0,120,236,1);
}
.fixed_rightbtn li a{
    color:#fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 75px;
    line-height: 1.2;
    position: relative;
    
}
.fixed_rightbtn li i{
    display: block;
    font-size:30px;
}
.fixed_rightbtn li p{
    position:absolute;
    height: 75px;
    right:-320px;
    top: 0;
    background: #fff;
    box-shadow: -5px 0 10px rgba(21,40,76,.2);
    color:#333;
    font-size:24px;
    width: 290px;
    text-align: center;
    line-height: 75px;
    transition:all .3s;
}
.fixed_rightbtn li:hover p{
    right: 0;
}
#layer_message{
    padding:20px 25px;
}
#code_img{
    height:34px;
}
#layer_message p{
    margin-top: 20px;
    font-size:14px;
}


.footer_msg{
    background: #0078ec;
    padding: 40px 0 60px;
}
.footer_msg h4{
    color:#fff;
    font-size:18px;
    font-weight: bold;
    margin-bottom: 30px;
}
.footer_msg input,.footer_msg textarea{
    width: 245px;
    background: none;
    border:1px solid #fff;
    padding: 0 20px;
    line-height: 43px;
    height: 47px;
    font-size:16px;
    color:#fff;
    outline: none;
    margin-right: 15px;
}
.footer_msg textarea{
    flex:1;
}
.footer_msg input::placeholder,.footer_msg textarea::placeholder{
    font-weight: normal;
    color:#fff;
}
.footer_msg button{
    width: 120px;
    height: 47px;
    line-height: 47px;
    background: #001e57;
    font-size:16px;
    text-align: center;
    color:#fff;
    border: none;
    outline: none;
}

/*页底css*/


.footer {
	background:#383838;
	padding: 70px 0 0;
	color: #d4d4d4;
	font-size: 14px;
}
.footer_logo{
    margin-bottom: 50px;
}
.footer_contact span{
    margin-right: 90px;
}
.footer_contact span i{
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    border:1px solid rgba(255,255,255,.6);
    color:#fff;
    font-size:24px;
    margin-right: 10px;
}
.footer_icon h4{
    margin-bottom: 10px;
}
.footer_icon a{
    display: inline-block;
    margin-left: 20px;
}
.footer_icon a i{
    font-size:20px;
    color:#b5b5b5;
}
.footer_icon a:hover i{
    color:#0078ec;
}
.footer_copyright{
    margin-top: 50px;
    height: 60px;
    line-height: 60px;
    border-top: 1px solid rgba(255,255,255,.1);
}
.footer_divide{
    flex: 1;
}

/* phone_fixed_menu */



.phone_fixed_menu {
	border-top: 1px solid #E5E9F2;
	width: 100%;
	height: 55px;
	background: #fff;
	position: fixed;
	z-index: 10000;
	bottom: 0;
	left: 0;
	display: none;
}

.phone_fixed_menu ul li {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 55px;
	line-height: 1.2;
}

.phone_fixed_menu ul li a {
	display: block;
}

.phone_fixed_menu ul li i {
	font-size: 20px;
	color: #333;
}

.phone_fixed_menu ul li p {
	color: #333;
	font-size: 14px;
}



/*首页css__end*/


/*内页*/

.page_tit{
    padding-bottom: 40px;
}
.page_tit h4{
    line-height: 40px;
    font-size:34px;
    text-align: center;
    font-weight: bold;
    color:#222931;
}

.ibanner {
	position: relative;
}

.ibanner .wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: rgba(48,92,163,.7);
	color: #fff;
}

.ibanner .con {
	color: #fff;
	display: flex;
	align-items: center;
	flex: 1;
}
.ibanner .pos{
    color:#fff;
    bottom: 10px;
    position: absolute;
    font-size:14px;
}
.ibanner .pos a {
	color: #fff;
}

/* 内页分类 */


.ileft_bg{
    background: #f0f1f2;
    padding: 20px;
}

.inner_menu .tit{
    height: 46px;
    font-size:18px;
    background:#0078ec;
    font-weight: bold;
    line-height:46px;
    padding: 0 20px;
    color:#fff;
}
.inner_menu>ul>li>a{
    display: block;
    height:40px;
    line-height:40px;
    padding:0 20px 0 34px;
    color:#333;
    font-size:14px;
    position: relative;
}
.inner_menu>ul>li>a:before{
    display: block;
    width: 5px;
    height: 5px;
    content:'';
    background: #333;
    transform: rotate(45deg);
    position: absolute;
    left: 20px;
    top: 18px;
}
.inner_menu>ul>li>a:hover,.inner_menu>ul>li.cur>a{
    background: rgba(255,255,255,.2);
    color:#0078ec;
}
.inner_menu>ul>li>a:hover:before,.inner_menu>ul>li.cur>a:before{
    background:#0078ec;
}

/* 内页二级分类显示 */

.inner_sublist {
	transition: all .3s;
	padding: 0 20px;
	background: rgba(255,255,255,.4);
}



.inner_sublist li a {
	color: #666;
	padding: 0 13px;
	font-size: 13px;
	display: block;
	line-height: 3;
}

.inner_sublist li a i {
	font-size: 12px;
	margin-right: 5px;
}
.inner_sublist li a:hover{
    color:#0078ec;
}


.publeftcon .tit{
    font-size:16px;
    height:44px;
    line-height: 44px;
    padding:0 18px;
    color:#333;
    font-weight: bold;
    position: relative;
    background: #fff;
}
.publeftcon .tit:before{
    width:4px;
    height:12px;
    background: #0078ec;
    content:'';
    display: block;
    position: absolute;
    left:5px;
    top: 16px;
}
.publeftcon ul{
    padding: 0 10px;
}
.publeftcon ul li{
    border-bottom: 1px solid #ddd;
    padding:15px 0;
}
.publeftcon ul li a{
    display: block;
    position:relative;
    font-size:14px;
    height: 22px;
    line-height:22px;
    overflow: hidden;
    color:#333;
}
.publeftcon ul li span{
    font-size:12px;
    color:#999;
}
.publeftcon ul li:last-child{
    border: none;
}

.publeftcon .tags a{
    display: inline-block;
    background: #eaebed;
    padding: 3px 10px;
    font-size:12px;
    color:#001e57;
}
.publeftcon .tags a:hover{
    background: #0078ec;
    color:#fff;
}



.inner {
	padding: 50px 0;
}

.page_index {
	min-height: 300px;
	background: #fff;
}

.page_index p {
	text-indent: 2em;
	font-size: 14px;
	line-height: 1.9;
	margin-bottom: 15px;
}

.page_index img {
	margin: auto;
	margin-bottom: 15px;
}

/* 公司介绍 */

.page_about_index .tit{
    color:#222931;
    font-size:34px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}
.page_about_index .con{
    font-size:16px;
    line-height: 1.9;
    text-align: center;
    padding: 0 0 20px;
}
.page_about_index .con p{
    margin-bottom: 20px;
}
.page_about_index ul li{
    text-align: center;
}
.page_about_index ul li i{
    width: 100px;
    height: 100px;
    display: block;
    margin:0 auto 20px;
    background: #0078ec;
    border-radius: 50%;
    font-size:36px;
    color:#fff;
    text-align: center;
    line-height: 100px;
}
.page_about_index ul li h4{
    color:#212f38;
    font-size:22px;
    font-weight: bold;
}

.page_service_index .con{
    max-width: 900px;
    margin:0 auto;
    font-size:16px;
    text-align: center;
    color:#fff;
}
.page_honor_index li .img_scale{
    display: block;
    padding: 20px;
    border:1px solid #eee;
}

.page_honor_index li .con h4{
    text-align: center;
    line-height:60px;
    height: 60px;
    overflow: hidden;
    font-size:20px;
    color:#333;
    font-weight: bold;
}


/* 单页内容 */


.page_index .tit h1 {
	color: #444;
	font-size: 30px;
	font-weight: bold;
}

.page_index .tit p {
	font-size: 14px;
	border-bottom: 1px solid #f8f8f8;
	padding: 6px 0 20px;
	margin: 0;
	text-indent: 0;
}

.page_index .tit p span {
	margin-right: 20px;
}

.page_index .tit p span i {
	margin-right: 5px;
}

.page_index .desc {
	font-size: 14px;
	background: #f8f8f8;
	padding: 15px 20px;
	color: #888;
}

.page_index .desc span {
	font-weight: bold;
	color: #f04c36;
}

.page_index .con {
	padding: 20px 0;
}

.xg_news {
	margin: 40px 0 0;
}

.xg_news h3 {
	font-size: 18px;
	border-bottom: 1px solid #eee;
	line-height: 2;
	color: #2f2f2f;
	font-weight: bold;
}

.xg_news ul {
	margin-bottom: 20px;
}

.xg_news ul li {
	padding: 15px 0 0;
}

.xg_news ul li .img {
	width: 80px;
}

.xg_news ul li .con {
	flex: 1;
	margin-left: 20px;
}

.xg_news ul li .con a {
	font-size: 14px;
	display: block;
	line-height: 1.2;
	color: #555;
	margin-bottom: 3px;
}

.xg_news ul li .con span {
	color: #999;
}

.xg_news .tags {
	padding: 10px 0 20px;
}

.xg_news .tags a {
	display: inline-block;
	padding: 3px 10px;
	background: #0078ec;
	margin: 0 5px 5px 0;
	color: #fff;
	font-size: 14px;
}

.xg_news dl {
	margin: 15px 0 0;
}

.xg_news dl dd{
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	color: #151515;
	line-height: 2;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}



/* 产品列表 */


.page_picList .row {
	margin: 0 -8px;
}

.page_picList li {
	margin-bottom: 16px;
}

.page_picList li.col-md-4 {
	padding: 0 8px;
}

.page_picList li a {
	display: block;
	background: #fff;
}

.page_picList li .con {
	padding: 14px 15px;
	background: #eaebed;
}

.page_picList li .con h4 {
	transition: color .4s;
	font-size: 16px;
	color: #333;
	font-weight: normal;
	text-align: center;
	line-height: 24px;
	height:24px;
	overflow: hidden;
}

.page_picList li .con p {
	color: #555;
	margin: 10px 0 0;
	height: 44px;
	overflow: hidden;
	font-size: 13px;
	text-align: center;
}

.page_picList li .img {
	overflow: hidden;
	max-height: 256px;
	border:1px solid #eaebed;
	padding: 10px;
}

.page_picList li img {
	transition: all 0.6s;
	margin: 0;
	width: 100%;
}

.page_picList li:hover img {
	transform: scale(1.1);
}

.page_picList li span {
	display: inline-block;
	font-size: 14px;
	color: rgba(17,17,17,0.5);
	margin-right: 18px;
	position: relative;
	padding: 6px 0;
}

.page_picList li:hover .con h4 {
	color: #0078ec;
}

/* page_serviceList */

.page_serviceList_tit{
    padding: 80px 0 55px;
    text-align: center;
}
.page_serviceList_tit h4{
    color:#b81c25;
    font-size:48px;
    letter-spacing: 2px;
}
.page_serviceList_tit h4 i{
    font-size:80px;
    font-style: inherit;
}
.page_serviceList_tit h4 span{
    font-size:66px;
}
.page_serviceList_tit p{
    font-size:24px;
    color:#333;
    margin:10px 0 0;
}
.page_serviceList li{
    transition:all .3s;
    cursor: help;
}
.page_serviceList li:nth-child(3) .col-md-6:first-child,.page_serviceList li:nth-child(4) .col-md-6:first-child,.page_serviceList li:nth-child(7) .col-md-6:first-child,.page_serviceList li:nth-child(8) .col-md-6:first-child{
    float: right;
}
.page_serviceList .col-md-6{
    padding:0;
}
.page_serviceList .con{
    padding: 40px 40px 0;
}
.page_serviceList .con h4{
    font-size:16px;
    color:#333;
    font-weight: bold;
}
.page_serviceList .con h4:after{
    display: block;
    content:'';
    width: 22px;
    height: 1px;
    background: #000;
    margin:10px 0 15px;
}
.page_serviceList .con p{
    font-size:14px;
    color:#666;
    line-height: 1.9;
    max-height: 78px;
    overflow: hidden;
}
.page_serviceList li:hover{
    background: #0078ec;
}
.page_serviceList li:hover h4{
    color:#fff;
}
.page_serviceList li:hover h4:after{
    background: #fff;
}
.page_serviceList li:hover p{
    color:#fff;
}


/* 单页联系我们 */


.page_contactindex {
    padding:20px 0 0;
}
.page_contactindex .tit{
    text-align: center;
}
.page_contactindex .tit h4{
    font-size:30px;
    font-weight: bold;
    color:#000;
    margin:0 0 15px;
}
.page_contactindex .tit p{
    font-size:14px;
    color:#999;
}
.page_contactindex ul{
    margin:40px 60px 0;
}
.page_contactindex li{
    display: flex;
    flex:1;
    margin:0 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 240px;
    background: #eee;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0,0,0,.05);
}
.page_contactindex li i{
    color:#0078ec;
    font-size:48px;
    display: block;
    line-height: 1;
}
.page_contactindex li h4{
    font-size:16px;
    font-weight: bold;
    color:#333;
    margin:30px 0 5px;
}
.page_contactindex li p{
    padding: 0 10px;
    font-size:14px;
    color:#333;
    text-align: center;
}

.page_contactindex .map{
    width: 100%;
    overflow: hidden;
    margin:70px 0 0;
    text-align: center;
}


/*新闻列表*/



.page_newsList {
    
}

.page_newsList li {
	transition: all .3s ease-out 0s;
	background: #f0f1f2;
	padding: 20px 15px;
	margin-bottom: 20px;
	
}
.page_newsList li .img {
    position: relative;
}
.page_newsList li .img img {
	width: 200px;
	height: 126px;
	margin-bottom: 0;
}
.page_newsList li .img span{
    background: #0078ec;
    color:#fff;
    display: inline-block;
    padding: 3px 10px;
    position: absolute;
    top: 0;
    left: 0;
}
.page_newsList li .time {
	width: 140px;
	margin-right: 60px;
}

.page_newsList li .time p {
	color: #c5c5c5;
	font-size: 30px;
}

.page_newsList li .time span {
	display: block;
	border: 1px solid #e6e6e6;
	width: 29px;
	height: 29px;
	line-height: 29px;
	text-align: center;
	font-family: 宋体;
	font-size: 14px;
	margin-top: 20px;
	border-radius: 2px;
	color: #aaa;
	transition: all .3s ease-out 0s;
}

.page_newsList li .con {
	transition: all .3s ease-out 0s;
	padding: 0;
	flex: 1;
	padding: 10px 0 0 20px;
}

.page_newsList li .con h4 {
	height: 20px;
	line-height: 20px;
	margin-bottom: 10px;
	color: #333;
	transition: all .3s ease-out 0s;
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
}

.page_newsList li .con p {
	color: #888;
	font-size: 13px;
	line-height: 24px;
	max-height: 75px;
	margin: 0;
	text-indent: 0;
	overflow: hidden;
}

.page_newsList li .con span {
    display: inline-block;
    color: #0078ec;
    margin-top: 8px;
    background:#fff;
    padding: 2px 10px;
}

.page_newsList li:hover {
	box-shadow: 0 0 10px 6px #eee;
}


.page_newsList li:hover .con h4 {
	color: #0078ec;
}



/* 新闻详情 */


/* 产品详情页 */



.page_picshow {
	margin-bottom: 50px;
	background: #fff;
}

.page_picdetails {
}

.page_picdetails .img {
	max-height: 350px;
	overflow: hidden;
}

.page_picdetails .img img {
	width: 100%;
}

.page_picdetails .info {
}

.page_picdetails .info h1 {
	font-size: 24px;
	margin: 10px 0 15px;
	color: #000;
	line-height: 1.3;
	border-bottom: 1px solid #eee;
	padding: 0 0 14px;
	font-weight: bold;
}

.page_picdetails .info p {
	font-size: 14px;
	margin: 0 0 40px;
}

.page_picdetails .info>span {
	background:#0078ec;
	padding: 3px 15px;
	margin-top: 14px;
	display: inline-block;
	color: #fff;
	font-size: 16px;
}

.page_picdetails .info span i {
	font-size: 20px;
	margin-right: 6px;
}

.page_picdetails .info span em {
	font-style: normal;
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
}

.page_picdetails .con {
	border: none;
	margin: 0;
	padding: 20px 0 0;
}

.page_picdetails .con .tags {
	font-size: 14px;
	margin-bottom: 15px;
}

.page_picdetails .con .tags a {
	color: #eee;
	background: #001e57;
	display: inline-block;
	padding: 2px 10px;
	margin-right: 3px;
	font-size:12px;
}
.page_picdetails .con .tags a:hover{
    background: #0078ec;
    color:#fff;
}

.page_picdetails .con .ptit {
	font-size: 16px;
	background: #f9f6f6;
	padding: 6px 13px;
	position: relative;
	margin-bottom: 30px;
	font-weight: bold;
}

.page_picdetails .con .ptit::before {
	content: '';
	display: block;
	width: 3px;
	height: 18px;
	background: #0078ec;
	position: absolute;
	left: 0;
	top: 10px;
}



/* 案例列表 */

.page_caseList li{
    margin-bottom:20px;
}
.page_caseList li a{
    display: block;
    background: #fff;
    overflow: hidden;
}
.page_caseList .img{
    position: relative;
    height: 220px;
    overflow: hidden;
}
.page_caseList .img img{
    width: 100%;
    height: 100%;
}
.page_caseList .img i{
    display: block;
    width: 100%;
    height:100%;
    left: 0;
    position: absolute;
    top:-100%;
    background:rgba(0, 120, 236,.6);
    font-size: 36px;
    color:#fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition:all .3s;
}
.page_caseList li:hover .img i{
    top: 0;
}
.page_caseList li .con{
    padding: 20px 15px 0 0;
}
.page_caseList li .con h4{
    font-size:18px;
    color:#102747;
    font-weight: bold;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    text-align: center;
}
.page_caseList li .con p{
    font-size:14px;
    margin:10px 0 10px;
    color:#777;
    max-height: 73px;
    overflow: hidden;
    text-align: center;
}
.page_caseList li .con span{
    display: block;
    background: #1a81fd;
    color:#fff;
    display: inline-block;
    padding: 5px 10px;
    font-size:12px;
    transition:all .3s;
}

.page_hotpic .tit {
	font-size: 18px;
	text-align: center;
	position: relative;
	margin-bottom: 7px;
}

.page_hotpic .tit::before,.page_hotpic .tit::after {
	width: 50px;
	height: 1px;
	background: #eee;
	content: '';
	display: block;
	position: absolute;
	top: 15px;
	left: 0;
}

.page_hotpic .tit::after {
	left: auto;
	right: 0;
}

.page_hotpic li {
	margin-bottom: 10px;
}

.page_hotpic li .img {
	max-height: 200px;
	overflow: hidden;
}

.page_hotpic li h4 {
	font-weight: normal;
	text-align: center;
	font-size: 14px;
	padding: 10px 0 5px;
}



/*翻页*/

.return_page {
    border: 2px solid #0078ec;
	padding: 15px 20px;
	line-height: 30px;
	color: #102747;
	position: relative;
}

.return_page p {
	margin-bottom: 0;
	text-indent: 0;
	line-height: 2;
}
.return_page p a {
	color: #333;
}

.return_page .go_history a {
	background: #0078ec;
	width: 70px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	position: absolute;
	right: 0;
	top: 50%;
	display: block;
	transform: translateY(-50%);
}



/* 页码 */



.pagination {
	text-align: center;
	display: block;
}

.pagination li {
	display: inline-block;
	margin: 0 1px;
}

.pagination li span,.pagination li a {
	display: block;
	padding: 0 10px;
	line-height: 28px;
	background: #eee;
	color:#333;
}

.pagination li.active a {
	background: #0078ec;
	color: #fff;
	border-color: #0078ec;
}


/*在线留言*/

#my_form {
	padding: 30px 0 0;
}

#my_form table {
	width: 100%;
}

#my_form tr {
	display: inline-flex;
	width: 48%;
	margin-bottom: 15px;
}

#my_form tr:nth-child(2n) {
	margin-left: 4%;
}

#my_form tr.content {
	width: 100%!important;
	display: flex;
	margin-left: 0;
}

#my_form tr td:first-child {
	line-height: 34px;
	color: #333;
}

#my_form tr td:last-child {
	flex: 1;
}

#my_form tr input,#my_form tr textarea {
	height: 34px;
	width: 100%!important;
	border: 1px solid #ccc;
	padding: 0 10px;
	color: #333;
	outline: none;
	border-radius: 4px;
	font-size: 14px;
	font-family: 微软雅黑;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#my_form tr input:focus,#my_form tr textarea:focus {
	border-color: #66afe9;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

#my_form tr ::placeholder {
	color: #999;
	font-family: 微软雅黑;
	font-size: 14px;
}

#my_form tr textarea {
	height: 100px;
	padding-top: 6px;
}

#my_form .btn {
	margin-left: 30px;
}

#my_form .btn input {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-radius: 4px;
}

#my_form .btn input:first-child {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
}

#my_form .btn input:first-child:focus {
	color: #fff;
	background-color: #286090;
	border-color: #122b40;
}

.bdsharebuttonbox span {
	line-height: 30px;
}