﻿@charset "utf-8";
@import url("../css/common/grid.css");/*网格*/
@import url("../css/common/layout.css");/*整体框架*/
@import url("../css/common/icon.css");/*图标*/
@import url("../css/common/ie.css");/*图标*/
@import url("../css/animate.css");/*动画效果*/
@import url("../css/common/page.css");/*图标*/
@import url("../css/navi/navi_02.css");/*02导航*/
@import url("../css/common/kefu.css");/*客服*/
@import url("../css/navi/navi_01.css");/*01导航*/

/*@import url("../css/animate.min.css");*//*动画*/

html {
	overflow-x: hidden;
}
.clear{
	clear: both;
}
.dowebok .section{ overflow:hidden;}
*{letter-spacing: 0.08rem;}


.header{ width:100%; position:fixed !important; z-index:999!important;background: #fff;}
.header-top-container{display: flex;justify-content: space-between;max-width: 1380px;margin: 0 auto;padding: 0 6%;height: 75px;align-items: center;}
.pc_logo{ height:100%;align-items:center;display: flex;}
.pc_logo a { display:block; height:73.35%;}
.pc_logo a img{ height:100% !important;}
.header-right,.header-link{display: flex;align-items: center;}
.header-link{margin-right: 25px;}
.header-link p img{display: inline-block;width: 45px;margin-right: 10px;}
.header-link p {font-size: 14px;line-height: 14px; color: #666;}
.header-link p a{display: block;font-size: 30px;line-height: 30px; font-weight:bold;color: #dd1616;}

/* 语言 */
.language{position: relative;z-index: 10; cursor: pointer; border: 1px solid #d2d2d2; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; }
.language>p{font-size: 12px;color: transparent;width: 90px;height: 35px;background: url(../img/language-img.jpg) no-repeat;background-size: 100% auto;background-position: center center;}
.language ul{position: absolute;top:  36px;right: 0px;display: none;}
.language ul li{background: #f8f8f8;width: 90px;text-align: center;font-size: 14px;padding: 10px 0;}
.language ul li a{color: #333;}
.language ul li:hover{color: #fff !important;background: #014a94}
.language ul li:hover a{color: #fff !important;}
.language:hover ul{display: block;}





.header .navbar {background: #014a94;}
.header .navbar .pc_menu{ margin:0 auto; transition: all 0.3s 0s ease-in-out ;
 transition: all 0.2s linear -1ms;display: flex;align-items: center;position: relative;max-width: 1380px;margin: 0 auto;padding: 0 6%;}
 .Big-index{width: 100%;display: flex;justify-content: space-between;align-items: center;}
.header .navbar .pc_menu .pc_menu_right{ width: calc(96% - 240px);}
.header .navbar .pc_menu .pc_menu_right>li .t{display:block; line-height:70px; font-size:14px; color:#fff;padding: 0 12px;}
.header .navbar .pc_menu .pc_menu_right>li .t img{ display: inline-block; width: 18px; filter:grayscale(100) brightness(1000) ; -webkit-filter:grayscale(100) brightness(1000) ; }
.header .navbar .pc_menu .pc_menu_right li:hover .t{ background: #fff;color: #014a94;}
.header .navbar .pc_menu .pc_menu_right li.active .t{ background: #fff;color: #014a94;}
.header .navbar .pc_menu .pc_menu_right li.active .t img,.header .navbar .pc_menu .pc_menu_right li:hover .t img{ filter:none ; -webkit-filter:none ; }
.header .navbar .pc_menu:hover .pc_menu_right li .t{}
.header .navbar .pc_menu .pc_menu_right .active>a{ position: relative;}

.search{display: flex;align-items: center; width: 240px;height: 30px;border: 1px solid #cccccc;background: #fff;}
.search input{outline: none;border: none;display: inline-block;width: calc(99% - 30px);box-sizing: border-box;padding: 0 10px;font-size: 14px;color: #333;}
.search  a{display: inline-block;color: transparent;width: 30px;height: 30px;background: url(../img/search.png) no-repeat center center;background-size: 14px;}




/*-----滚动后--------*/
.header .navbar .pc_fixed{transition: all 0.2s linear -1ms;}


@media(max-width:1600px){
	.header-link p a{font-size: 28px;line-height:28px;}
	.header-link p img{width: 43px;}
}
@media(max-width:1500px){
	.header-link p a{font-size: 26px;line-height:26px;}
	.header-link p{font-size: 13px;line-height: 13px;}
	.header-link p img{width: 40px;}
	.header-top-container{height: 70px;}
	.header .navbar .pc_menu .pc_menu_right>li .t{line-height: 65px;}
	.search{width: 220px;}
	.header .navbar .pc_menu .pc_menu_right {width: calc(96% - 220px);}
}
@media(max-width:1400px){
	.header-link p a{font-size: 24px;line-height:24px;}
	.header-link p img{width: 38px;}
	.header-top-container{height:65px;}
	.language>p {font-size: 12px;color: transparent;width: 80px;height: 30px;}
	.language ul {top: 31px;}
	.language ul li {width: 80px;font-size: 13px;padding: 8px 0;}
	.header .navbar .pc_menu .pc_menu_right>li .t{line-height: 60px;font-size: 13px;}
	.header .navbar .pc_menu .pc_menu_right>li .t img{width: 16px;}
	.search{width: 200px;height: 28px;}
	.header .navbar .pc_menu .pc_menu_right {width: calc(96% - 200px);}
}
@media(max-width:1300px){
	.header-link p a{font-size: 22px;line-height:22px;}
	.header-link p img{width: 35px;}
	.header-top-container{height: 60px;}
	.header .navbar .pc_menu .pc_menu_right>li .t{line-height: 55px;font-size: 12px;}
	.search{width: 180px;height: 25px;}
	.header .navbar .pc_menu .pc_menu_right {width: calc(96% - 180px);}
}
@media(max-width:1200px){
	.header-top-container,.header .navbar .pc_menu{padding: 0 3%;}
	.header-link p a{font-size: 20px;line-height:20px;}
	.header-link p{font-size: 12px;line-height: 12px;}
	.header-link p img{width: 33px;}
	.header-top-container{height: 55px;}
	.search{width: 160px;}
	.header .navbar .pc_menu .pc_menu_right {width: calc(96% - 160px);}
}
@media(max-width:960px){
	.header .navbar{padding: 10px 0;}
	.header-link p a{font-size: 18px;line-height:18px;}
	.search{width: 200px;}
	.header-link{margin-right: 0;}
	.header-link p img{width: 30px;margin-right: 7px;}
}
@media(max-width:760px){
	.header-link p a{font-size: 16px;line-height:16px;}
}






/* banner */
.part_one,.banner,.page_banner,.page-banner{
	width: 100%;
	margin-top: 145px;
	overflow: hidden;
}
.banner img,.page_banner img,.page-banner img{
	display: inline-block;
	width: 100%;
}
@media(max-width:1600px){
	
}
@media(max-width:1500px){
	.part_one,.banner,.page_banner,.page-banner{margin-top: 135px;}
}
@media(max-width:1400px){
	.part_one,.banner,.page_banner,.page-banner{margin-top: 125px;}
}
@media(max-width:1300px){
	.part_one,.banner,.page_banner,.page-banner{margin-top: 115px;}
}
@media(max-width:1200px){
	.part_one,.banner,.page_banner,.page-banner{margin-top: 110px;}
}
@media(max-width:960px){
	.part_one,.banner,.page_banner,.page-banner{margin-top: 102px;}
	.language{display: none;}
}
@media(max-width:760px){
	.banner img,.page_banner img,.page-banner img{
		display: inline-block;
		width: 240%;
	}
}



@media(max-width:760px){
    .row-arrow .owl-nav .owl-prev{left: 0px;}
	.row-arrow .owl-nav .owl-next{right: 0px;}
	.row-arrow .owl-nav .owl-prev, .row-arrow .owl-nav .owl-next {
		top: 37%;
		width: 30px;
		height: 60px;
	}
}




/* 底部 */
.footer{background: #edf2fa; padding: 4% 0 0%;}
.footer-top{display: flex;flex-wrap: wrap;justify-content: space-between;}
.footer-left{width: 61.59%;}
.footer-left ul{display: flex;justify-content: space-between;padding-right: 1%;}
.footer-left ul li>a{font-size: 13px;color: #333;display: block;margin-bottom: 20px;margin-right: 20px;}
.footer-left ul li ol li a{display: block;font-size: 12px;color: #666;margin-bottom: 15px;text-align: left;}
.footer-center{width: 22.82%;border-left: 1px solid #c1d5e9;border-right: 1px solid #c1d5e9;text-align: center;box-sizing: border-box;padding: 0 2%;}
.footer-center>div{display: inline-block;text-align:left;}
.footer-center>div h1 a{display: block; font-size: 30px;color: #014a94;margin-bottom: 20px;font-weight: 500;}
.footer-center>div p{font-size: 12px;color: #666;}
.footer-code{display: flex;flex-wrap: wrap;justify-content: flex-end;}
.footer-code p{display: inline-block;width: 64%;}
.footer-code p img{display: inline-block;width: 100%;}
.footer-code p span{display: block;font-size: 12px;color: #666;text-align: center;margin-top: 8px;}
.footer-right{width: 15.21%;box-sizing: border-box;padding-left: 1%;}
.footer .content>p{display: flex;align-items: center;margin-bottom: 15px;}
.footer-right .content>p{justify-content: flex-end;}
.footer .content>p>img{display: inline-block;width: 20px;height: 20px;margin-right: 10px;}
.footer .content>p>span{font-size: 12px;color: #666;}
.copy{display: flex;justify-content: center;flex-wrap: wrap;padding: 2% 0;margin-top: 6%; border-top: 1px solid #c1d5e9;}
.copy p{display: inline-block;}
.copy p,.copy p a{font-size: 14px;color: #666;}
.footer a:hover{color: #014a94;}
@media(max-width:1600px){
	.footer-center>div h1 a{font-size: 28px;margin-bottom: 18px;}
}
@media(max-width:1500px){
	.footer-center>div h1 a{font-size: 26px;}
}
@media(max-width:1400px){
	.footer-center>div h1 a{font-size: 24px;margin-bottom: 15px;}
	.footer-left ul li>a,.copy p,.copy p a{font-size: 13px;}
	.footer-left ul li>a {
        margin-right: 10px;
    }
}
@media(max-width:1300px){
	.footer-center>div h1 a{font-size: 22px;}
}
@media(max-width:1200px){
	.footer-center>div h1 a{font-size: 20px;}
	.footer .content>p br{display: none;}
	.footer-left ul li>a,.copy p,.copy p a{font-size: 12px;}
	.footer .content>p>img{width: 18px;height: 18px;}
	.footer-right{width: 140px;padding-left: 0;}
	.footer-center{width: 200px;}
	.footer-left{width: calc(98% - 340px);}
	.footer-left{display: none;}
	.footer-center{border-left: none;width: 50%;}
	.footer-right {width: 37.8%;}
}
@media(max-width:960px){
	.footer-center>div h1 a{font-size: 18px;margin-bottom: 12px;}
	.footer-code p{width: 120px;}
}
@media(max-width:580px){
	.footer{padding: 10% 0 0;}
	.copy{padding: 4% 0;}
	.footer .content>p{margin-bottom: 10px;}
	.footer-center>div h1 a{font-size: 20px;}
}






/* 通用样式 */
.info-main{max-width: 1380px;margin: 0 auto;padding: 3.5% 6% 5%;}
.padding{max-width: 1380px;margin: 0 auto ; padding: 0 6%;}
.info-edit p{font-size: 14px;line-height: 30px;color: #666;}
.info-edit p img{display: inline-block;width: auto;max-width: 100%;}
@media(max-width:1200px){
	.padding{padding: 0 3%;}
	.info-main{padding: 5% 3%;}
}
@media(max-width:760px){
	.info-main{padding: 10% 3%;}
	.info-edit p{font-size: 13px;line-height: 28px;}
}




/* 二级栏目 */
.inside-nav{position: relative;z-index: 2;border-bottom: 1px solid #e5e5e5;}
.inside-nav-container{display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
.inside-nav-left p,.inside-nav-left a{color: #666666;font-size: 12px;display: flex;align-items: center;}
.inside-nav-left p{height: 70px;}
.inside-nav-left a:hover{color: #014a94;}
.inside-nav-left p img{display: inline-block;margin-right: 10px;}
.inside-nav-container ul{display: flex;flex-wrap: wrap; align-items: center;width: 75%;justify-content: flex-end;}
.inside-nav-container ul li{}
.inside-nav-container ul li a{display: inline-block;line-height: 70px;color: #666;position: relative;font-size: 16px;padding: 0 45px;}
.inside-nav-container ul li.active a{background: #014a94;color: #fff !important;}
.inside-nav-container ul li:hover a{color: #014a94;}
@media(max-width:1600px){
	.inside-nav-container ul li a{font-size: 15px;line-height: 65px;padding:0 40px}
	.inside-nav-left p{height: 65px;}
}
@media(max-width:1500px){
	.inside-nav-container ul li a{font-size: 15px;line-height: 60px;padding:0 38px}
	.inside-nav-left p{height: 60px;}
}
@media(max-width:1400px){
	.inside-nav-container ul li a{font-size: 14px;line-height: 55px;padding:0 35px}
	.inside-nav-left p{height: 55px;}
}
@media(max-width:1300px){
	.inside-nav-container ul li a{font-size: 13px;line-height: 50px;padding:0 30px}
	.inside-nav-left p{height: 50px;}
}
@media(max-width:1200px){
	.inside-nav-container ul li a{font-size: 12px;line-height: 45px;padding:0 25px}
	.inside-nav-container ul{width: calc(95% - 260px);}
	.inside-nav-left p{height: 45px;}
}
@media(max-width:960px){
	.inside-nav-container ul li a{font-size: 12px;line-height: 40px;padding:0 20px}
	.inside-nav-left p{height: 40px;}
}
@media(max-width:760px){
	.inside-nav-left{display: none;}
	.inside-nav-container ul{width: 100%;justify-content: flex-start;}
}






/* 轮播箭头 */
.row .owl-nav .owl-prev,.row .owl-nav .owl-next{
	width: 40px;
	height: 80px;
	position: absolute;
	top: 33.5%;
	right: 0%;
	background: url(../img/index_icon.png) no-repeat center;
	background-size: 70%;
	background-color: rgba(1, 74, 148, .3);
	display: block !important;
}
.row .owl-nav .owl-prev{
	left: -4%;
}
.row .owl-nav .owl-next{
	right: -4%; 
	transform: rotate(180deg); 
	-webkit-transform: rotate(180deg); 
	-moz-transform: rotate(180deg); 
	-ms-transform: rotate(180deg); 
	-o-transform: rotate(180deg); 
}
.row .owl-nav .owl-prev:hover{
	background-color: rgba(1, 74, 148, .6);
}
.row .owl-nav .owl-next:hover{
	background-color: rgba(1, 74, 148, .6);
}









