﻿@charset "UTF-8";
.container, .container-middle, .wrap {
	margin: 0 auto;
}
@media (min-width: 1280px) {
 .wrap, .container {
 width: 1200px; min-width:1200px;
}
}
@media (min-width: 1440px) {
 .wrap, .container {
 width: 1400px;
}
}
@media (min-width: 1680px) {
.wrap {
 width: 1400px;
}
}
.wrap, .container {min-width:1200px;
}
/*header*/
.Iheader_line {
	background: #005bac; min-width:1200px;
}
.Iheader_line_left {
	width: 38%;
	float: left;
	font-size: 14px;
	line-height: 40px;
	height: 40px;
	color: #ffffff;
}
.Iheader_line_left span {
	padding-left: 10px;
	font-weight: normal;
}
.Iheader_line_right {
	width: 60%;
	float: right;
	text-align: right;
}
.top-c {
	display: inline-block;
	justify-content: space-between;
	text-align: right;
}
.top-c > h4 {
	font-size: 14px;
	color: #fff;
	display: inline-block;
	line-height: 40px;
}

.top-c > h4  p{
	font-size: 14px;
	color: #fff;
	display: inline-block;
	line-height: 40px; text-transform:none;
}

.share-top {
	float: right;
	margin-top: 10px;
	margin-left: 10px;
}
.Iheader {
	width: 100%;
	height: 120px;
	background: #FFF;
 transition: ease .5s; min-width:1200px;
}
.Iheader .logo {
	display: block;
	float: left;
	margin-top: 30px;
	width:350px;
}
.Iheader .logo img {
}
.Iheader-right {
	float: right;
}
.search-btn {
	width: 30px;
	height: 30px;
	background: url(../images/ss.png) center no-repeat;
	margin-top: 30px;
}
.search-box {
	position: absolute;
	width: 220px;
	right: 0;
	display: none;
}
.search-box .input-group {
	font-size: 0;
	border: 1px solid #ddd;
	border-radius: 5px;
	background: #fff;
	height: 30px;
}
.search-box input[name="keyword"] {
	width: 185px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	background: none;
	outline: none;
	border: none;
	font-size: 14px;
	color: #666;
	padding: 0 10px;
}
.search-box button[type="submit"] {
	width: 30px;
	font-size: 16px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	background: none;
	outline: none;
	border: none;
}
.Iheader.on {
	background-color: #fff;
	border-color: transparent;
	box-shadow: 0 0 13px rgba(0, 0, 0, .1);
}
.Iheader.on .logo p, .Iheader.on .navitem > a, .Iheader.on .language-text {
	color: #333;
}
.Iheader.on .Iheader-phone {
	color: #E60012;
}
.Iheader.on .bt-search .sub-bot {
	background-image: url(../images/icon-searcha.png);
}
.navbar {
	float: right;
 transition: ease .5s; width: 50%;
}
.navitem {
	float: left;
	text-align:center; width: 20%;

}
.navitem > a {
	display: inline-block;
	font-size: 16px;
	color: #333;
	line-height: 120px;
 -webkit-transition: all .4s;
 -o-transition: all .4s;
 transition: all .4s;
	background: transparent;
	position: relative;
	text-transform: uppercase;
	text-align:center; font-weight: 500;
}
.navitem > a::before {
 position: absolute;
 content: "";
 width: 0px;
 height: 3px;
 background: #acce22;
 left: 50%;
 bottom: 0%;
 transform: translateX(-50%);
 transition: ease .5s;
}
.navitem:hover > a::before, .navitem.active > a::before {
 width: 100%;
}
.navitem > a span {
	width: 0;
	height: 18px;
	display: inline-block;
 transition: ease .5s;
	opacity: 0;
	text-align: center;
	margin-right: 10px;
}
.navitem > a span img {
	display: block;
	max-width: 100%;
	margin-top: 3px;
}
.navitem.active > a span {
	width: 18px;
	opacity: 1;
}
.navitem.nav-aft {
	position: relative;
}
.navitem.nav-aft::before {
 content: "";
 position: absolute;
 width: 65px;
 height: 36px;
 background: url(../images/nav-aft_03.png)no-repeat center top;
 top: -36px;
 left: 30%;
}
.navitem {
	position: relative;
}
.dropdown-menu.single {
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	/* width: auto; */
  width: 200px;
	z-index: 1100;
	background: rgba(255, 255, 255, 1);
	margin-top: 0;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
 -webkit-transition: max-height .5s;
 -o-transition: max-height .5s;
 transition: max-height .5s;
	border: none;
	color: #303233;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	height: auto;
	padding: 0;
	display: block;
}
.dropdown-menu.single ul {
	padding: 0px 10px;
}
.dropdown-menu.single li {
	display: block;
	font-size: 16px;
	width: 100%;
 -webkit-transition: all .3s;
 -o-transition: all .3s;
 transition: all .3s;
	border-bottom: dashed 1px #e5e5e5;
	position: relative;
	text-align: center;
}
.dropdown-menu.single li:last-child {
	border-bottom: 0;
}
.dropdown-menu.single li > a {
	line-height: 47px;
	white-space: nowrap;
	display: block;
	width: 100%;
	color: #666666;
	height: auto;
	background: 0 0;
 -webkit-transition: all .3s;
 -o-transition: all .3s;
 transition: all .3s;
}
.dropdown-menu.single li:hover a {
	color: #005bac;
}
.navitem:hover .dropdown-menu.single {
	max-height: 450px;
	opacity: 1;
}
/*header -end*/
.banner {
	position: relative; min-width:1200px;
}
.banner-pic img {
	width: 100%
}
.banner .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
	opacity: 1;
	background: #005bac;
}
/* =====================公共按钮===================== */
.dx-btn-box {
	display: inline-block;
	margin-top: 30px;
}
.dx-btn-16 {
	font-size: 16px;
}
.dx-btn {
	line-height: 50px;
	padding: 0 80px;
	position: relative;
	overflow: hidden;
	border-radius: 6px;
	background-color: #e60012;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
}
.dx-btn::before {
 content: "";
 display: inline-block;
 position: absolute;
 left: 126%;
 top: 0;
 width: 100%;
 height: 100%;
 transform: skewX(-60deg);
 background-color: #c10917;
 transition: ease-in-out 0.5s;
 z-index: 33;
}
.dx-btn::after {
 content: "";
 display: inline-block;
 position: absolute;
 left: -126%;
 top: 0;
 width: 100%;
 height: 100%;
 transform: skewX(-60deg);
 background-color: #c10917;
 transition: ease-in-out 0.5s;
 z-index: 33;
}
.dx-btn:hover::before {
 left: 50%;
}
.dx-btn:hover::after {
 left: -50%;
}
.dx-btn:hover span {
	position: relative;
	color: #fff;
	z-index: 99;
}
/* =====================Ititle===================== */
.Ititle-tit h2 {
	font-size: 32px;
	line-height: 80px;
	color: #222;
	text-align: center;
	text-transform: uppercase;
}
.Ititle-tit h2::after {
 content: "";
 background: #005bac;
 height: 3px;
 width: 80px;
 margin: 5px auto 10px;
 display: block;
}
.Ititle-dec {
	font-size: 16px;
	line-height: 30px;
	color: #888;
	text-align: center;
	margin-top: 6px;
}
/* =====================Ipruduct===================== */
.Ipruduct {
	padding: 60px 0 60px; min-width:1200px;
}
.Ipruduct_content {
	padding: 20px;
	text-align: center;
}
.Iproduct_list > li {
	margin-bottom: 20px;
	text-align: center;
}
.Iproduct_list > li .pic {
	border-radius: 10px 10px 0px 0px;
}
.Iproduct_list li .pic img {
	width: 100%;
}
.Iproduct_list li:hover .pic img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.Iproduct_title {
	background:#eeeeee;
	border-radius:0px 0px 10px 10px;
}
.Iproduct_title h4 {
	font-size: 16px;
	font-weight: normal;
	color: #242424;
	height:60px;
	line-height:60px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding:0px 10px;
}
.Iproduct_list li:hover .Iproduct_title {
	background:#005bac;
}
.Iproduct_list li:hover .Iproduct_title h4 {
	color:#ffffff;
}
/* =====================Iabout===================== */
.Iabout {
	background: #eeeeee;
	padding: 80px 0 80px; min-width:1200px;
}
.Iabout_left {
	width: 45%;
	float: left;
}
.Iabout-next, .Iabout-prev {
	display: none;
}
.Iabout-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
}
.Iabout-pagination .swiper-pagination-bullet-active {
	opacity: 1;
	background: #e60012;
}
.Iabout_right {
	width: 50%;
	float: right;
}
.Iabout_left img {
	width: 100%;
}
.Iaboutinfo {
 transition: .5s;
}
.Iaboutinfo h2 {
	text-transform: uppercase;
	font-size: 32px;
	line-height: 80px;
	color: #222;
}
.Iaboutinfo hr {
	height: 5px;
	width: 80px;
	background: #005bac;
}
.Iaboutinfo p {
	margin-top: 10px;
	font-size: 16px;
	color: #555;
	line-height: 25px;
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 10;
}
.readbox {
	width: 100%;
	margin-top: 10px;
}
.Iabout .readmore {
	color: #fff;
	height: 55px;
	line-height: 55px;
	width: 250px;
	border: none;
	-webkit-transition: 500ms all ease;
	transition: 500ms all ease;
	background-color: #005bac;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	border-radius:10px 10px 10px 10px;
}
.Iabout .readmore a {
	display: block;
}
.Iabout .readmore:hover {
	background-color: #acce22;
}
/* =====================INews===================== */
.Ipartner {
	padding: 60px 0 60px; min-width:1200px;
}
.partner_content {
	padding: 50px 0 20px;
}
.Ipartner-list .swiper-slide .box { padding: 0px 10px;
	display:block;
	text-align:center;
	border: 1px solid #e5e5e5;
}
.Ipartner-list .swiper-slide .box img{
	width:100%;
}
.Ipartner-next, .Ipartner-prev {
	display: none;
}
.Ipartner-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
}
.Ipartner-pagination .swiper-pagination-bullet-active {
	opacity: 1;
	background: #e60012;
}


.Ipruduct-menu {
	text-align: center;
	margin: 0 -10px;
	margin-top: 20px;
	font-size: 0;
}
.Ipruduct-menu a {
	display: inline-block;
	width:260px;
	height: 50px;
	font-size: 18px;
	text-align: center;
	line-height: 50px;
	margin: 0 10px;
	background: #313030;

}
.Ipruduct-menu a span {
	display: inline-block;
	font-size: 18px;
	color: #fff;
	margin-left: 5px;
transition: ease .5s;
}
.Ipruduct-menu a.on {
	background-color: #005bac;
}
.Ipruduct-menu a.on span {
	color: #fff;
}
.Ipruduct-content {
	margin-top: 45px;
}
.Ipro_content {
	display: none;
}
.Ipro_content.on {
	display: block;
}
/* =====================底部手机=====================*/
.footer {
	padding: 60px 0 0;
	background: #005bac ;min-width:1200px;
}

.foot_navList {
	width: 100%;
}
.foot_navList ul li {
	float: left;
	width: 22%; padding-right:3%;
}
.foot_navList ul li:first-child {
	width: 35%
}

.foot_navList ul li:last-child {
	width: 15%; padding-right: inherit; float:right;
}



.m_f_a {
	font-size: 16px;
	line-height: 40px;
	color: #fff;  text-transform: uppercase;
}
.m_f_a i {
	content: "";
	background: #acce22;
	height: 3px;
	width: 30px;
	display: block;
}
.m_s_nav {
	font-size: 15px;
	line-height: 30px;
	color: #fff;
	margin-top: 10px;
}
.m_s_nav a {
	width: 100%;
	display: block;
	font-size: 14px
}
.m_s_nav a:hover {
	color: #acce22;
}
.copyright {
	padding: 25px 0;
	margin-top: 80px;
}
.copy-content p {
	line-height: 24px;
	color: #fff;
	text-align: center;
}

@media(max-width:1439px) {
	
.Iheader .logo {
    display: block;
    float: left;
    margin-top: 30px;
    width: 300px;
}
.Iheader .logo img {width: 100%;
}	
.navitem {
    float: left;
    text-align: center;

}
.navitem > a {
    font-size: 14px;

}

.Iaboutinfo p {
    -webkit-line-clamp: 8;
}
}
