.ro180{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.ro90{
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

.ro270{
	transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
}

html{
	color: #333;
}

/*index*/

/*top nav*/
.top-nav-blank{
	height: 90px;
}

.header{
	height: 90px;
	width: 100%;
	background-color: #fff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	box-shadow: 0 0 5px #888;
}

.top-nav{
	height: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

.top-nav .nav-block{
	height: 100%;
}

.top-nav .nav-block a{
	display: block;
	margin: 0 12px;
	padding: 0 15px;
	font-size: 17px;
	color: #666;
	height: 100%;
	position: relative;
	display:-webkit-flex; display:-webkit-box; display:-ms-flexbox; display:-moz-flex; display:flex;
	-webkit-align-items:center; -webkit-box-align:center;  -moz-align-items:center; align-items:center; -ms-flex-align:center;
}

.top-nav .nav-block a:hover,
.top-nav .nav-block .active a{
	color: #0c4695;
}

.top-nav .nav-block a::after{
	display: block;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
}

.top-nav .nav-block a:hover::after,
.top-nav .nav-block .active a::after{
	background-color: #0c4695;
}

.index-lang i{
	color: #444;
	font-size: 24px;
	vertical-align: middle;
	margin-bottom: 4px;
	display: inline-block;
}

.index-lang span{
	font-size: 17px;
	font-weight: bold;
	color: #0c4695;
}

.menu,.menu_down{
	display: none;
}

/* index banner */
.index-banner{
	height: 990px;
}

.index-banner iframe{
	width: 100%;
	height: 100%;
}

.index-banner img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*index about*/
.index-about-bg{
	background-color: #fff;
}

.index-about{
	max-width: 1400px;
	margin: 0 auto;
	padding: 70px 0;
}

.index-about .videobox{
	width: 56%;
	height: 780px;
	margin-right: 6%;
}
.index-about .aboutimg{
	width: 56%;
	height: 480px;
	margin-right: 6%;
	overflow:hidden;
}
.index-about .aboutimg video{
	width:100%;
	height:441px;
}


.index-about .videobox video{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.index-about .textbox{
	width: 38%;
}

.index-about .title{
	color: #004092;
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 30px;
}

.index-about .editbox{
	font-size: 16px;
	line-height: 3;
	color: #666;
	margin-bottom: 65px;
	height: 248px;
	overflow: hidden;
}

.index-about .editbox>*{
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:5;
	-webkit-box-orient: vertical;
}

.index-about ul{
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	-o-justify-content: space-around;
	-ms-justify-content: space-around;
	justify-content: space-around;
}

.index-about li{
	width: 90px;
	text-align: center;
}

.index-about li a{
	display: block;
}

.index-about li i{
	display: block;
	height: 90px;
	border-radius: 45px;
	line-height: 90px;
	font-size: 40px;
	color: #0c4695;
	box-shadow: 0 0 5px #999;
	background-color: #fff;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.index-about li:hover i{
	background-color: #0c4695;
	color: #fff;
}

.index-about li p{
	font-size: 16px;
	color: #666;
	margin-top: 30px;
}

.index-about li:hover p{
	color: #0c4695;
}

/*index product*/
.index-product-bg{
	background-color: #f3f6fb;
}

.index-product{
	max-width: 1400px;
	margin: 0 auto;
	padding: 100px 0;
}

.index-product .libox{
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 20px; 
}

.index-product .libox:nth-of-type(4n){
	margin-right: 0;
}

.index-product .libox:nth-child(4){
	background-color: #0c4695;
	display:-webkit-flex; 
	display:-webkit-box; 
	display:-ms-flexbox; 
	display:-moz-flex; 
	display:flex;
	-webkit-align-items:center; 
	-webkit-box-align:center;  
	-moz-align-items:center; 
	align-items:center; 
	-ms-flex-align:center;
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	-o-justify-content: space-around;
	-ms-justify-content: space-around;
	justify-content: space-around;
}

.index-product .libox a{
	display: block;
	position: relative;
}

.index-product .libox a::before{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	/* border: 4px solid #0c4695; */
	opacity: 0;
	box-sizing: border-box;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}


.index-product .libox:hover a::before{
	opacity: 1;
}

.index-product .libox img{
	display: block;
	width: 100%;
	height: 210px;
	object-fit: contain;
	vertical-align: bottom;
}

.index-product .libox p{
	background-color: #757575;
	color: #fff;
	text-align: center;
	padding: 0 10px;
	line-height: 40px;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.index-product .libox:hover p{
	background-color: #0c4695;
}


.index-product .libox h2 a{
	font-size: 30px;
	color: #fff;
	opacity: 0.5;
	margin-bottom: 20px;
	line-height: 1;
}

.index-product .libox h1 a{
	font-size: 36px;
	color: #fff;
	font-weight: bold;
}
/*index news*/
.index-news-bg{
	background-color: #fff;
}

.index-news{
	max-width: 1400px;
	margin: 0 auto;
	padding: 80px 0;
}

.index-news .title{
	text-align: center;
	color: #004092;
	font-size: 48px;
	margin-bottom: 45px;
}

.index-news ul{
	float: left;
	width: 70%;
}

.index-news li{
	border-bottom: 1px dotted #b9b9b9;
}

.index-news li a{
	padding: 20px 0;
	display:-webkit-flex; 
	display:-webkit-box; 
	display:-ms-flexbox; 
	display:-moz-flex; 
	display:flex;
	-webkit-align-items:center; 
	-webkit-box-align:center;  
	-moz-align-items:center; 
	align-items:center; 
	-ms-flex-align:center;
}

.index-news li .datebox{
	width: 78px;
	text-align: center;
	padding: 5px;
	background-color: #b9b9b9;
}

.index-news li h1{
	font-size: 36px;
	color: #fff;
}

.index-news li h4{
	font-size: 14px;
	color: #fff;
}

.index-news li .textbox{
	margin-left: 20px;
	overflow: hidden;
	-webkit-flex:1; 
	-webkit-box-flex:1; 
	-ms-flex:1; 
	-moz-flex:1; 
	flex:1;
}

.index-news li h2{
	font-size: 22px;
	color: #222;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 10px;
}

.index-news li p{
	font-size: 14px;
	color: #666;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.index-news .spnews{
	float: right;
	width: 26%;
	height: 350px;
}

.index-news .spnews a{
	display: block;
	height: 100%;
	position: relative;
}

.index-news .spnews img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.index-news .spnews .datebox{
	width: 78px;
	text-align: center;
	padding: 5px;
	background-color: #ff8400;
	position: absolute;
	left: 0;
	top: 0;
}

.index-news .spnews h1{
	font-size: 36px;
	color: #fff;
}

.index-news .spnews h4{
	font-size: 14px;
	color: #fff;
}

.index-news .spnews .textbox{
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 10px;
	width: 100%;
	background-color: rgba(0,0,0,0.6);
}

.index-news .spnews h2{
	font-size: 18px;
	color: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 10px;
}

.index-news .spnews p{
	font-size: 13px;
	color: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}


/*footer list*/
.footer{
	overflow: hidden;
}

.footer-list-bg{
	background-color: #333;
	position: relative;
	z-index: 5;
}

.footer-list{
	max-width: 1200px;
	margin: 0 auto;
}

.footer-list ul{
	-webkit-align-items:flex-start; 
	-webkit-box-align:flex-start;  
	-moz-align-items:flex-start; 
	align-items:flex-start; 
	-ms-flex-align:flex-start;
}

.footer-list li{
	padding: 60px 0;
}

.footer-list a{ 
	display: block;
	font-size: 16px;
	color: #999;
	line-height: 1.6;
}

.footer-list a+a{ 
	margin-top: 8px;
}

.footer-list a:hover{
	color: #fff;
}

.footer-list li+li{
	padding-left: 2%;
}

.footer-list li:last-child a{
	display:-webkit-flex; 
	display:-webkit-box; 
	display:-ms-flexbox; 
	display:-moz-flex; 
	display:flex;
}

.footer-list li h2{
	font-size: 18px;
	color: #fff;
	margin-bottom: 20px;
}

.footer-list li form{
	display: block;
}

.footer-list .form-block{
	max-width: 520px;
	margin-top: 20px;
}

.footer-list .form-block .full-div,
.footer-list .form-block .half-div,
.footer-list .form-block .onethird-div,
.footer-list .form-block .quater-div{
	margin-bottom: 10px;
	border: none;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: none;
}

.footer-list .form-block input{
	height: 40px;
	line-height: 40px;
	color: #333;
	background-color: #fff;
	font-size: 14px;
}

.footer-list .form-block input::-webkit-input-placeholder,
.footer-list .form-block textarea::-webkit-input-placeholder{
	color: #999;
}

.footer-list .form-block textarea{
	height: 86px;
	line-height: 24px;
	color: #333;
	background-color: #fff;
	font-size: 14px;
}

.footer-list .form-block button{
	height: 40px;
	line-height: 40px;
	border-radius: 0;
	background-color: #e67a18;
	font-size: 16px;
	color: #fff;
	border-radius: 5px;
}

.footer-list .form-block img{
	max-height: 40px;
}

.copyall{
	position: relative;
	z-index: 4;
	background-color: #555;
}

.copy{
	color: #ccc;
}

.copy a{
	color: #ccc;
}

.copy a:hover{
	color: #fff;
}

/*other public*/
.other-banner{
	position: relative;
}

.other-banner img{
	width: 100%;
	min-height: 200px;
	object-fit: cover;
}

.shade-text{
	position: absolute;
	width: 100%;
	max-width: 1200px;
	left: 50%;
	bottom: 120px;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
}

.shade-text2{
	position: absolute;
	width: 100%;
	max-width: 1200px;
	left: 50%;
	bottom: 70px;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
}

.shade-text h1,
.shade-text2 h1{
	font-size: 48px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.shade-text2 h2{
	font-size: 18px;
	color: #fff;
	text-align: center;
	margin-top: 10px;
}

/****/

.other-nav-bg{
	background-color: #fff;
	box-shadow: 0 0 5px #888;
	position: relative;
	z-index: 20;
}

.other-nav{
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 20;
	background-color: #fff;
}

.other-nav ul{
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	background-color: #0c4695;
}

.other-nav li{
	text-align: center;
	-webkit-flex:1; 
	-webkit-box-flex:1; 
	-ms-flex:1; 
	-moz-flex:1; 
	flex:1;
}

.other-nav li+li{
	border-left: 1px solid #4471ae;
}

.other-nav li:hover,
.other-nav li.active{
	background-color: #000;
	border-color: #000;
}

.other-nav li a{
	padding: 0 10px;
	font-size: 16px;
	color: #fff;
	height: 60px;
	display:-webkit-flex; 
	display:-webkit-box; 
	display:-ms-flexbox; 
	display:-moz-flex; 
	display:flex;
	-webkit-align-items:center; 
	-webkit-box-align:center;  
	-moz-align-items:center; 
	align-items:center; 
	-ms-flex-align:center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-o-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.other-nav li:hover a,
.other-nav li.active a{
	background-color: #ff8400;
}

/*about us*/
.about-abo{
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 0;
}

.about-abo .title{
	font-size: 32px;
	color: #0c4695;
	text-align: center;
	margin-bottom: 30px;
}

.about-abo .editbox{
	color: #666;
	font-size: 15px;
	line-height: 2.6;
}

.about-dev-bg{
	background-color: #f3f6fb;
}

.about-dev{
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 0 120px;
}

.about-dev .title{
	font-size: 32px;
	color: #004092;
	text-align: center;
	margin-bottom: 35px;
}

.about-dev li{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 20px;
	height: 290px;
}

.about-dev li:nth-of-type(3n){
	margin-right: 0;
}

.about-dev a{
	display: block;
	height: 100%;
}

.about-dev img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about-dev .swiper-container{
	height: 600px;
}

.about-dev .swiper-slide{
	height: 290px;
}

.about-org-bg{
	background-color: #eee;
}

.about-org{
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 0;
}

.about-org .title{
	font-size: 32px;
	color: #0c4695;
	text-align: center;
	margin-bottom: 30px;
}

.about-org .editbox{
	color: #666;
	font-size: 15px;
	line-height: 2.6;
}

.about-cus{
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 0;
}

.about-cus .title{
	font-size: 32px;
	color: #0c4695;
	text-align: center;
	margin-bottom: 30px;
}

.equ-swiper{
	padding-bottom: 50px;
	position: relative;
}

.equ-swiper .swiper-slide{
	border: 1px solid #ccc;
}

.equ-swiper a{
	display: block;
	position: relative;
	height: 102px;
	background-color: #fff;
}

.equ-swiper img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.equ-swiper .swiper-pagination{
	bottom: 0;
	text-align: center;
	width: 100%;
}

.equ-swiper .swiper-pagination-bullet{
	width: 24px;
	height: 6px;
	border-radius: 3px;
	margin: 0 4px;
}

.equ-swiper .swiper-pagination-bullet-active{
	background-color: #ff8400;
}

.about-hor-bg{
	background-color: #eee;
}

.about-hor{
	max-width: 1200px;
	margin: 0 auto;
	padding: 80px 0;
}

.about-hor .title{
	font-size: 32px;
	color: #666;
	text-align: center;
	margin-bottom: 40px;
}

.about-hor li{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 20px;
	height: 290px;
}

.about-hor li:nth-of-type(3n){
	margin-right: 0;
}

.about-hor li a{
	display: block;
	height: 100%;
}

.about-hor li img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.about-his-bg{
	background-image: url('../images/about_his_bg.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.about-his{
	padding: 130px 0;
	position: relative;
}

.about-his .title{
	font-size: 32px;
	color: #fff;
	text-align: center;
	margin-bottom: 90px;
}

.about-his .line{
	position: absolute;
	width: 100%;
	height:1px;
	left:0;
	top:323px;
	background-color: #999;
}

.history-swiper{
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.history-swiper .gallery-thumbs{
	margin: 0 90px;
}

.history-swiper .gallery-thumbs .swiper-slide{
    cursor: pointer;
}
.history-swiper .gallery-thumbs .swiper-slide p{
    font-size: 24px;
    color: #ccc;
    text-align: center;
    line-height:30px;
}
.history-swiper .gallery-thumbs .swiper-slide span{
    display: block;
    margin: 0 auto;
    width: 22px;
    height: 22px;
    border-radius:50%;
    background: #999;
    margin-top: 20px;
}

.history-swiper .gallery-thumbs .swiper-slide-thumb-active p{
    color: #fff;
}
.history-swiper .gallery-thumbs .swiper-slide-thumb-active span{
    background: #fff;
}


.history-swiper .gallery-thumbs{
	padding-bottom:70px;
}

.history-swiper .gallery-top{
	max-width: 870px;
	margin: 0 auto;
}

.history-swiper .gallery-top .swiper-slide{
	 
}

.history-swiper .gallery-top .t-box{
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 55px;
}

.history-swiper .gallery-top .p-box{
	font-size: 18px;
	color: #fff;
	line-height: 2.4;
}

.history-swiper .swiper-button-next,
.history-swiper .swiper-button-prev{
    width: 36px;
    height: 36px;
    top: 65px;
    right:0;
    opacity: 1 !important;
    border-radius: 50%;
    color: #fff;
    -webkit-user-select:none;
    -moz-user-select:none;
    background-color: #fff;
}

.history-swiper .swiper-button-prev{
    right: auto;
    left:0;
}

.history-swiper .swiper-button-next:hover,
.history-swiper .swiper-button-prev:hover{
	background-color: #ff8400;
}

.history-swiper .swiper-button-next:after,
.history-swiper .swiper-button-prev:after{
    display: none;
}

.history-swiper .swiper-button-next i,
.history-swiper .swiper-button-prev i{
	color: #666;
	font-size: 20px;
}

.history-swiper .swiper-button-next:hover i,
.history-swiper .swiper-button-prev:hover i{
	color: #fff;
}

/* products */
.product-block{
	max-width: 1200px;
	margin: 0 auto;
	padding: 80px 0;
}

.products-left-menu{
	width: 22%;
	line-height: 1.5;
}

.products-left-menu h1{
	background-color: #fd9314;
	line-height: 90px;
	padding: 0 30px;
	font-size: 26px;
	color: #fff;
}

.products-left-nav{
	display: block;
	border-top: 2px solid #f7f7f7;
}

.products-left-nav>div{
	padding: 0 30px;
	height: 60px;
	color: #666;
	background-color: #eee;
	cursor: pointer;
}

.products-left-nav div{
	font-size: 16px;
}

.products-left-nav>div:hover,
.products-left-nav.active>div{
	background-color: #999;
}

.products-left-nav>div i{
	margin-left: 15px;
	font-size: 12px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

a.products-left-nav>div i{
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}

a.products-left-nav>div:hover,
a.products-left-nav.active>div{
	background-color: #0c4695;
}

.products-left-nav>div:hover .flex-flex1,
.products-left-nav.active>div .flex-flex1,
.products-left-nav>div:hover i,
.products-left-nav.active>div i{
	color: #fff;
}

.products-left-nav.active>div i{
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}

.products-left-nav ul{
	background-color: #fff;
	display: none;
}

.products-left-nav li{
	padding: 0 20px 0 30px;
	font-size: 16px;
	color: #666;
}

.products-left-nav li:hover .flex-flex1,
.products-left-nav li.active .flex-flex1{
	color: #fd9314;
}

.products-left-nav li+li{
	border-top: 1px dashed #ccc;
}

.products-left-nav li a{
	height: 46px;
}

.products-left-nav li span{
	display: block;
	width: 10px;
	height: 1px;
	background-color: #999;
	margin-right: 10px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.products-left-nav li:hover span,
.products-left-nav li.active span{
	background-color: #fd9314;
}

.products-left-nav li .flex-flex1{
	overflow: hidden;
	font-size: 14px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.products-left-nav dl{
	display: none;
}

.products-left-nav dt{
	border-top: 1px dotted #ccc;
}

.products-left-nav dt a{
	display: block;
	padding-left: 20px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
}

.products-left-nav dt a:hover{
	color: #fd9314;
}

.products-right-list{
	width: 74.5%;
}

.products-right-list>h1{
	font-size: 20px;
	padding-bottom: 20px;
	border-bottom: 2px solid #eee;
	position: relative;
	margin-bottom: 20px;
	color: #0c4695;
	position: relative;
}

.products-right-list>h1::after{
	position: absolute;
	left: 0;
	top: 100%;
	display: block;
	content: '';
	width: 120px;
	height: 3px;
	background-color: #0c4695;
}


.products-right-list ul{
	margin-bottom: 20px;
}

.products-right-list li{
	width: 32%;
	margin-right: 2%;
	background-color: #fff;
	margin-bottom: 20px;
	border: 1px solid #eee;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.products-right-list li:nth-of-type(3n){
	margin-right: 0;
}

.products-right-list li:hover{
	border-color: #0c4695;
}

.products-right-list li a{
	display: block;
}

.products-right-list li .imgbox{
	height: 290px;
}

.products-right-list li img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.products-right-list li .textbox{
	padding: 15px;
	border-top: 1px solid #eee;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.products-right-list li:hover .textbox{
	border-color: #0c4695;
}

.products-right-list .textbox .flex-flex1{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
	color: #666;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.products-right-list .textbox i{
	font-size: 16px;
	color: #666;
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background-color: #eee;
	text-align: center;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.products-right-list li:hover .textbox .flex-flex1{
	color: #0c4695;
}
.products-right-list li:hover .textbox i{
	color: #fff;
	background-color: #0c4695;
}


/*product detail*/
.products-right-detail{
	width: 74.5%;
}

.products-right-detail .imgbox{
	width: 56%;
	float: left;
}

.products-right-detail .imgbox img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.products-right-detail .gallery-top{
	margin-bottom: 20px;
	border: 1px solid #d3d3d3;
}

.products-right-detail .gallery-top .swiper-slide{
	height: 500px;
}

.products-right-detail .gallery-top .swiper-slide a{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}

.products-right-detail .gallery-top .swiper-slide i{
	position: absolute;
	right: 20px;
	bottom: 20px;
	font-size: 40px;
	opacity: 0;
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
}

.products-right-detail .gallery-top .swiper-slide:hover i{
	opacity: 1;
}

.products-right-detail .gallery-thumbs{
	padding: 0 30px;
}

.products-right-detail .gallery-thumbs .swiper-slide{
	border: 1px solid #d3d3d3;
	cursor: pointer;
	height: 100px;
}

.products-right-detail .gallery-thumbs .swiper-button-next,
.products-right-detail .gallery-thumbs .swiper-button-prev{
    width: 20px;
    height: 100px;
    line-height: 100px;
    top: 0;
    margin-top: 0;
    opacity: 1;
    background-color: #eee;
    color: #0c4695;
    -webkit-user-select:none;
    -moz-user-select:none;
}
.products-right-detail .gallery-thumbs .swiper-button-prev{
    left: 0;
}
.products-right-detail .gallery-thumbs .swiper-button-next{
    right:0;
}
.products-right-detail .gallery-thumbs .swiper-button-prev i,
.products-right-detail .gallery-thumbs .swiper-button-next i{
		font-size: 24px;
}
.products-right-detail .gallery-thumbs .swiper-button-next:after,
.products-right-detail .gallery-thumbs .swiper-button-prev:after{
    display: none;
}
.products-right-detail .gallery-thumbs .swiper-button-next:hover,
.products-right-detail .gallery-thumbs .swiper-button-prev:hover{
	background-color: #0c4695;
	color: #fff;
}

.products-right-detail .gallery-thumbs .swiper-slide-thumb-active{
	border-color: #0c4695;
}

.products-right-detail .info-box{
	width: 40%;
	float: right;
}

.products-right-detail .info-box .title{
	font-size: 20px;
	color: #0c4695;
	font-weight: bold;
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}

.products-right-detail .info-box .editbox{
	margin-bottom: 43px;
	height: 436px;
	overflow: auto;
	font-size: 15px;
	color: #999;
	line-height: 2.4;
}

.products-right-detail .detail-nav{
	border: 1px solid #ccc;
	border-radius: 3px;
}

.products-right-detail .detail-nav li{
	border-right: 1px solid #ccc;
	width: 33.33%;
	text-align: center;
}

.products-right-detail .detail-nav li:hover{
	background-color: #0c4695;
}

.products-right-detail .detail-nav li:last-child{
	border-right:none;
}

.products-right-detail .detail-nav a{
	display: block;
	width: 100%;
	text-align: center;
	height: 54px;
	line-height: 54px;
	font-size: 14px;
	color: #999;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.products-right-detail .detail-nav a:hover{
	color: #fff;
}

.products-right-detail .subtitle{
	background-color: #eee;
	margin: 40px 0;
}

.products-right-detail .subtitle span{
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	background-color: #0c4695;
	display: inline-block;
	vertical-align: bottom;
	padding: 0 45px;
	line-height: 60px;
	text-align: center;
}

/*news*/
.news-block{
	padding: 60px 0;
	max-width: 1200px;
	margin: 0 auto;
}

.news-block .title{
	text-align: center;
	font-size: 32px;
	color: #0c4695;
	margin-bottom: 40px;
}

.news-block ul{
	margin-bottom: 20px;
	border-top: 1px dotted #eee;
}

.news-block li{
	border-bottom: 1px dotted #eee;
}

.news-block li a{
	padding: 30px;
	display:-webkit-flex; 
	display:-webkit-box; 
	display:-ms-flexbox; 
	display:-moz-flex; 
	display:flex;
	-webkit-flex-wrap:wrap; 
	-webkit-box-flex-wrap:wrap; 
	-ms-flex-wrap:wrap; 
	-moz-flex-wrap:wrap; 
	flex-wrap:wrap;
}

.news-block .datebox{
	padding-top: 40px;
}

.news-block .datebox h1{
	font-size: 48px;
	color: #222;
	text-align: right;
	line-height: 1;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.news-block li:hover .datebox h1{
	color: #0c4695;
}

.news-block .datebox h4{
	font-size: 13px;
	color: #222;
}

.news-block li .flex-flex1{
	padding-top: 40px;
	overflow: hidden;
	margin: 0 30px;
}

.news-block .flex-flex1 h2{
	font-size: 20px;
	color: #222;
	margin-bottom: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.news-block .flex-flex1 h2::before{
	display: inline-block;
	content: '';
	width: 0px;
	margin-right: 0px;
	margin-top: -2px;
	height: 1px;
	background-color: #0c4695;
	vertical-align: middle;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.news-block .flex-flex1 .editbox{
	font-size: 14px;
	color: #666;
	line-height: 30px;
	height: 90px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.news-block li:hover h2{
	color: #0c4695;
}

.news-block li:hover h2::before{
	width: 20px;
	margin-right: 5px;
}

.news-block li:hover .editbox{
	color: #222;
}

.news-block .flex-flex1 span{
	display: inline-block;
	border: 1px solid #ccc;
	padding: 0 10px;
	line-height: 28px;
	font-size: 12px;
	color: #999;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.news-block .imgbox{
	width: 21%;
	height: 195px;
}

.news-block .imgbox img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*news detail*/
.news-detail-block{
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 0;
	position: relative;
}

.news-detail-block .title{
	font-size: 24px;
	color: #0c4695;
	padding-bottom: 15px;
}
.news-detail-block .subtitle{
	font-size: 14px;
	color: #999;
	margin-bottom: 10px;
}

.news-detail-block .edit-box{
	padding: 20px 0;
	font-size: 16px;
	color: #444;
	line-height: 2.4;
	margin-bottom: 40px;
}

.news-detail-block .detail-nav{
	padding: 40px 20px 0;
	border-top: 1px solid #dcdcdc;
}

.news-detail-block .left-nav{
	overflow: hidden;
}

.news-detail-block .left-nav a{
	display: block;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #999;
	font-size: 15px;
	padding: 10px 0;
}

.news-detail-block .left-nav a:hover{
	text-decoration: underline;
	color: #555;
}

.news-detail-block .left-nav span{
	color: #999;
}

.news-detail-block .right-nav{
	width: 130px;
	height: 50px;
	line-height: 48px;
	color: #999;
	font-size: 16px;
	text-align: center;
	border-radius: 25px;
	border: 1px solid #ccc;
}

.news-detail-block .right-nav:hover{
	border-color: #0c4695;
	color: #0c4695;
}

/*talent*/
.talent-block{
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 0;
}

.talent-block .title{
	text-align: center;
	font-size: 32px;
	color: #0c4695;
	margin-bottom: 40px;
}

.talent-block li{
	border: 1px solid #dcdcdc;
	margin-bottom: 10px;
}

.talent-block .cont-switch{
	padding: 10px 30px;
	color: #666;
	font-size: 15px;
	cursor: pointer;
}

.talent-block li:hover,
.talent-block li.active{
	box-shadow: 0 0 5px #999;
}

.talent-block .cont-switch .flex-flex1{
	margin-right: 10px;
}
.talent-block .cont-switch div:nth-child(2){
	flex: 0 1 250px;
	-webkit-flex: 0 1 250px;
}
.talent-block .cont-switch div:nth-child(3){
	-webkit-flex: 0 1 250px;
	flex: 0 1 250px;
}


.talent-block .switch-btn{
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 3px;
	background-color: #999;
	color: #fff;
}

.talent-block .switch-btn i{
	display: inline-block;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	font-size: 16px;
}

.talent-block li.active .switch-btn{
	background-color: #222;
}

.talent-block li.active .switch-btn i{
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
}

.talent-block .cont-box{
	display: none;
}

.talent-block .textbox{
	border-top: 1px solid #dcdcdc;
	padding: 30px 35px;
	color: #666;
	box-sizing: content-box;
}

.talent-block .cont-box h1{
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #dcdcdc;
	color: #555;
	font-size: 20px;
	font-weight: bold;
	position: relative;
}

.talent-block .cont-box a{
	position: absolute;
	right: 0;
	top: 0;
	color: #ffa800;
	opacity: 0.7;
}

.talent-block .cont-box a:hover{
	opacity: 1;
}

.talent-block .cont-box .editbox{
	font-size: 16px;
	line-height: 2;
}

.talent-block .cont-box p+p{
	margin-top: 20px;
}


/* message */
.form-block .full-div,
.form-block .half-div,
.form-block .onethird-div,
.form-block .quater-div{
	margin-bottom: 20px;
	border: 1px solid #ededed;
	border-radius: 5px;
	box-shadow: 1px 1px 5px #ccc;
	overflow: hidden;
	position: relative;
}

.form-block .full-div{
	width: 100%;
}

.form-block .half-div{
	width: 49%;
}

.form-block .onethird-div{
	width: 32%;
}

.form-block .quater-div{
	width: 24%;
}

.form-block input{
	width: 100%;
	height: 44px;
	line-height: 44px;
	padding: 10px;
	font-size: 14px;
	color: #428a7b;
}

.form-block textarea{
	width: 100%;
	height: 200px;
	line-height: 30px;
	padding: 5px 10px;
	font-size: 14px;
	color: #428a7b;
	resize: none;
}

.form-block button{
	width: 48%;
	height: 46px;
	line-height: 46px;
	text-align: center;
	border-radius: 5px;
	background-color: #ec1010;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}

.form-block img{
	max-height: 44px;
	vertical-align: bottom;
}

/*contact us*/
.map{
	width: 100%;
	height: 880px;
	background-color: #f7f7f7;
	position: relative;
	z-index: 5;
}

.contact-block{
	position: relative;
	z-index: 1;
}

.contact-block .infobox-bg{
	background-color: rgba(12,70,149,0.9);
	position: absolute;
	z-index: 10;
	left: 0;
	bottom: 0;
	width: 100%;
}

.contact-block .infobox{
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 0 60px;
}

.contact-block .infobox .title{
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin-bottom: 60px;
}

.contact-block .infobox li{
	width: 25%;
	position: relative;
	text-align: center;
	padding: 0 0 20px;
}

.contact-block .infobox li::after{
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	content: '';
	height: 50%;
	width: 1px;
	background-color: #4d74aa;
}

.contact-block .infobox li:first-child::before{
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	content: '';
	height: 50%;
	width: 1px;
	background-color: #4d74aa;
}

.contact-block li i{
	font-size: 40px;
	display: inline-block;
	line-height: 40px;
	color: #fff;
	margin-bottom: 15px;
}

.contact-block li:nth-child(4) i{
	font-size: 30px;
}

.contact-block li p{
	color: #fff;
	font-size: 16px;
}

.page{
	text-align: center;
	padding-top: 20px;
}

.page a {
    border: 1px solid #CCCCCC;
    margin-right: 5px;
    padding: 4px 7px;
}

.page span {
    border: 1px solid #CCCCCC;
    margin-right: 5px;
    padding: 4px 7px;
}

.page span.current {
    background: #0d357b;
    border: 1px solid #0d357b;
    color: #FFFFFF;
    font-weight: bolder;
}

.index-product div:nth-child(4) h2{
	margin-bottom:20px;
}
.phone_protitle{
	display:none;
}
