﻿/**********************************************************************************************/

#index-main {
	background: #FFFFFF;
}

.mod-tit {
	width: 100%;
	text-align: center;
}

.mod-tit .p1 {
	font-size: 35px;
	color: #343434;
	font-weight: bold;
	letter-spacing: 1px;
}

.mod-tit .p2 {
	padding-top: 15px;
	font-size: 14px;
	color: #373737;
}

.mod-con {
	padding: 50px 0;
	width: 100%;
}


/**********************************************************************************************/


/* index-1 */

#index-1 {
	padding: 60px 0;
}

.nav-left {
	width: 225px;
	border: 5px solid #2588ED;
}

.nav-left-1 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 120px;
	color: #FFFFFF;
	background: #2588ED;
}

.nav-left-1 .p1 {
	font-size: 35px;
	font-weight: bold;
}

.nav-left-1 .p2 {
	padding-top: 10px;
	font-family: arial;
	font-size: 12px;
	text-transform: uppercase;
}

.nav-left-2 {
	padding: 5px;
	float: left;
	width: 100%;
	box-sizing: border-box;
}

.nav-left-2 > li {
	float: left;
	position: relative;
	margin: 10px 0;
	width: 100%;
}

.nav-left-2 > li .menu-1 {
	padding: 0 5px 0 10px;
	width: 100%;
	height: 40px; overflow:hidden;
	background: #2588ED;
	border-radius: 10px;
	box-sizing: border-box;
	transition: all ease-in-out .5s;
}

.nav-left-2 > li .menu-1 a {
	line-height: 40px;
	font-size: 14px;
	color: #FFFFFF;
}

.nav-left-2 > li .menu-1 i {
	display: flex;
	justify-content: center;
	align-items: center;
	float: right;
	margin: 11px 0;
	width: 18px;
	height: 18px;
	font-size: 14px;
	border-radius: 50%;
	color: #2588ED;
	background: #FFFFFF;
	cursor: pointer;
	transition: all ease-in-out .5s;
}

.nav-left-2 > li .menu-2 {
	display: none;
	width: 100%;
	height: auto;
}

.nav-left-2 > li .menu-2 a {
	display: block;
	padding-left: 15px;
	padding-right:10px;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	color: #393939;
	border-bottom: 1px solid #EEEEEE;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	box-sizing: border-box;
}

.nav-left-2 > li.open .menu-1 {
	background: #F8931F;
}

.nav-left-2 > li.open .menu-1 i {
	transform: rotate(90deg);
	color: #F8931F;
}

.pro-right {
	width: 950px;
}

.pro-right li:nth-of-type(3n) {
	margin-right: 0;
}

.pro-right li {
	margin: 0 28px 25px 0;
	width: 298px;
}

.pro-right li .img-box {
	display: flex;
	justify-content: center;
	align-items: center;
	width: inherit;
	height: 298px;
	overflow: hidden;
}

.pro-right li .img-box img {
	transition: all ease-in-out .5s;
	max-width: 100%;
	max-height: 100%;
}

.pro-right li .txt-box {
	display: block;
	color: #393939;
	width: inherit;
	height: 40px;
	border-bottom: 1px solid #EEEEEE;
}

.pro-right li .txt-box span {
	display: block;
	float: left;
	margin-left: 15px;
	width: 240px;
	line-height: 40px;
	font-size: 12px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.pro-right li .txt-box i {
	display: flex;
	align-items: center;
	float: right;
	height: 40px;
	transition: all ease-in-out .5s;
}

.pro-right li:hover .img-box img {
	transform: scale(1.15, 1.15);
}

.pro-right li:hover .txt-box i {
	color: #2588ED;
}


/**********************************************************************************************/


/* index-2 */

#index-2 {
	padding-top: 300px;
	background: url(../images/adv-title.png) no-repeat center top;
}

.adv-item {
	display: flex;
	align-items: center;
	margin-top: 30px;
}

.adv-box {
	padding: 25px 35px;
	width: 630px;
	box-sizing: border-box;
	box-shadow: -10px 10px 10px rgba(0, 0, 0, .2);
}

.adv-item:nth-of-type(2n) .adv-box {
	box-shadow: 10px 10px 10px rgba(0, 0, 0, .2);
}

.adv-box .title {
	width: 100%;
	height: 99px;
	border-bottom: 1px solid #DCDCDC;
}

.adv-box .title span {
	display: flex;
	justify-content: center;
	align-items: center;
	float: left;
	margin-right: 23px;
	width: 82px;
	height: 82px;
	font-size: 40px;
	font-weight: bold;
	color: #FFFFFF;
	background: #2588ED;
	border-radius: 50%;
}

.adv-box .title .p1 {
	padding-top: 20px;
	font-size: 30px;
	font-weight: bold;
	color: #3B3B3B;
}

.adv-box .title .p2 {
	font-family: arial;
	font-size: 12px;
	color: #878787;
	text-transform: uppercase;
}

.adv-box ul {
	padding: 15px 0 0 10px;
	width: 100%;
	box-sizing: border-box;
}

.adv-box ul li {
	line-height: 30px;
	font-size: 16px;
	color: #3B3B3B;
}


/**********************************************************************************************/


/* index-3 */

#index-3 {
	padding-top: 65px;
	background: url(../images/index-3.jpg) no-repeat center top;
}

.about-img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	
}

.about-img img {
	
}

.about-box {
	padding: 35px 70px;
	width: 100%;
	box-sizing: border-box;
	box-shadow: -5px 5px 5px rgba(0, 0, 0, .2);
}

.about-box .title {
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	color: #2588ED;
}

.about-box .content {
	margin-top: 20px;
	line-height: 30px;
	font-size: 14px;
	color: #444444;
}

.picture {
	padding-top: 50px;
	width: 100%;
	height: 200px;
}

.pic-menu {
	width: 220px;
	height: 200px;
}

.pic-menu li {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 200px;
	border-bottom: 1px solid #FFFFFF;
	background: #EEEEEE;
}

.pic-menu li a {
	line-height: 45px;
	font-size: 28px;
	color: #2D2D2D;
}

.pic-menu li span {
	font-family: arial;
	line-height: 35px;
	font-size: 20px;
	color: #2F2F2F;
	text-transform: uppercase;
}

.pic-menu li.active {
	background:#2588ee url(../images/pic-item.jpg) repeat-x center;
}

.pic-menu li.active a, .pic-menu li.active span {
	color: #FFFFFF;
}

.picu-list {
	width: 950px;
	height: 200px;
}

.picu-list .pic-item:not(.active) {
	display: none;
}

.pic-item {
	animation-name: fadeInUp;
	opacity: 1;
}

.picu-list ul {
	width: 100%;
	height: inherit;
}

.picu-list ul li {
	margin-right: 25px;
	height: 200px;
}

.picu-list ul li a{
    display: flex;
    justify-content: center;
    align-items: center;
	width:inherit;
	height:inherit;
}

.picu-list ul li img{
	max-width:100%;
	max-height:100%;
	border:1px solid #ccc;
}


/**********************************************************************************************/


/* index-4 */

#index-4 {
	padding: 60px 0;
	background: #FFFFFF;
}

.strength {
	width: 100%;
	height: 430px;
}

.strength li {
	float: left;
	width: 200px;
	height: inherit;
	cursor: pointer;
	transition: all ease-in-out .3s;
	overflow: hidden;
}

.strength li:nth-of-type(1) {
	background: url(../images/strength-1.jpg) no-repeat center;
}

.strength li:nth-of-type(2) {
	background: url(../images/strength-2.jpg) no-repeat center;
}

.strength li:nth-of-type(3) {
	background: url(../images/strength-3.jpg) no-repeat center;
}

.strength li:nth-of-type(4) {
	background: url(../images/strength-4.jpg) no-repeat center;
}

.strength li .show {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	color: #FFFFFF;
	background: rgba(27, 27, 27, .57);
}

.strength li .show .p1 {
	font-family: arial;
	font-size: 12px;
	text-transform: uppercase;
}

.strength li .show .p2 {
	font-size: 20px;
	font-weight: bold;
}

.strength li .show .p3 {
	padding: 10px 0;
	font-size: 24px;
	font-weight: bold;
}

.strength li .show span {
	width: 14px;
	height: 2px;
	background: #2588ED;
}

.strength li .show i {
	margin-top: 45px;
	font-size: 30px;
}

.strength li .hide {
	display: none;
	margin: 76px 77px;
	padding: 34px;
	width: 378px;
	height: 209px;
	color: #FFFFFF;
	background: rgba(37, 136, 237, .73);
}

.strength li .hide .p1 {
	margin-bottom: 10px;
	font-family: arial;
	font-size: 12px;
	text-transform: uppercase;
}

.strength li .hide .p2 {
	line-height: 50px;
	font-size: 30px;
	font-weight: bold;
	border-bottom: 1px solid #FFFFFF;
}

.strength li .hide .p3 {
	margin-top: 30px;
	height: 75px;
	line-height: 25px;
	font-size: 17px;
}

.strength li .hide i {
	font-size: 30px;
}

.strength li.active {
	width: 600px;
}

.strength li.active .show {
	display: none;
}

.strength li.active .hide {
	display: block;
}


/**********************************************************************************************/


/* index-5 */

#index-5 {
	padding: 50px 0;
	background: #2588ED;
}

.flow-item {
	width: 100%;
}

.flow-item ul {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 95px;
	border-bottom: 1px solid #FFFFFF;
}

.flow-item ul li {
	padding-bottom: 20px;
	width: 100px;
	height: 80px;
	text-align: center;
	color: #FFFFFF;
	background: url(../images/flow-item.png) no-repeat center bottom;
}

.flow-item ul li i {
	font-size: 40px;
}

.flow-item ul li p {
	line-height: 30px;
	font-size: 16px;
}


/**********************************************************************************************/


/* index-6 */

#index-6 {
	padding: 60px 0 20px 0;
}

.news-list {
	width: 572px;
}

.news-tit {
	width: 100%;
	height: 60px;
	background: #2588ED;
}

.news-tit p {
	display: flex;
	align-items: center;
	padding: 0 10px;
	float: left;
	height: 60px;
	color: #FFFFFF;
	cursor: pointer;
}

.news-tit p i {
	margin: 0 5px;
	font-size: 30px;
}

.news-tit p span {
	margin: 0 5px;
	font-size: 20px;
}

.news-tit p.active {
	background: #206DB1;
}

.news-tit p.active span {
	font-weight: bold;
}

.news-tit a {
	display: flex;
	justify-content: center;
	align-items: center;
	float: right;
	margin: 14px;
	width: 70px;
	height: 30px;
	font-size: 12px;
	color: #FFFFFF;
	border-radius: 5px;
	text-transform: uppercase;
	border: 1px solid #FFFFFF;
}

.news-con {
	padding: 20px;
	width: 100%;
	
	border: 1px solid #EEEEEE;
	box-sizing: border-box;
}

.news-con ul.animated {
	width: 100%;
	animation-name: fadeInUp;
	opacity: 1;
}

.news-con ul.animated:not(.active) {
	display: none;
}

.news-con ul.animated li {
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #EEEEEE;
}

.news-con ul.animated li a {
	display: block;
	padding-right: 20px;
	font-size: 14px;
	color: #313131;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.new-QA {
	width: 100%;
	display: block;
}

.new-QA li:nth-of-type(1) {
	margin-bottom: 22px;
}

.new-QA li {
	float: left;
	width: 100%;
}

.QA-box {
	width: 370px;
}

.QA-box .p1 {
	padding-right: 20px;
	line-height: 30px;
	font-size: 16px;
	color: #1B1B1B;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.QA-box .p2 {
	padding-right: 20px;
	height: 54px;
	line-height: 27px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.QA-box a {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
	width: 78px;
	height: 33px;
	font-size: 12px;
	color: #2588ED;
	border-radius: 5px;
	border: 1px solid #2588ED;
}

.QA-txt {
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #EEEEEE;
}

.QA-txt a {
	display: block;
	padding-right: 20px;
	font-size: 14px;
	color: #313131;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}


/**********************************************************************************************/