/**title**/
:focus {
	outline: 0;
	box-shadow: 0 0 0 0rem rgb(0 123 255 / 25%);
}

.index_bn {
	position: relative;
	max-height: 100vh;
	overflow: hidden;
	width: 100%;
}

.swiper-bn-list {
	position: absolute;
	width: 100%;
	bottom: 50px !important;
	z-index: 9;
	text-align: center;
}

.swiper-bn-list span {
	background: none;
	width: 12px;
	height: 12px;
	margin: 0px 4px !important;
	opacity: 1;
	border: 2px #fff solid;
}

.swiper-bn-list .swiper-pagination-bullet-active {
	background: #fff;
}

.index1 .swiper-slide {
	width: 100% !important;
}
.index_bn .text
{
    position: absolute;
    top: 50%;
    transform: translateY(-20%);
    z-index: 2;
    width: 100%;
    opacity: 0;
    transition: all 1s;
}
.index_bn .swiper-slide-active .text
{
    transform: translateY(-50%);
    opacity: 1;
    transition-delay: 0.5s;
}


.index_bn .center
{
    max-width: 1640px;
    margin: auto;
    padding: 0px 20px;
    color: #fff;
}
.index_bn .center .title
{
    font-size: 46px;
    font-weight: bold;
}
.index_bn .center .subtitle
{
 
}
.carousel-img img
{
    width: 100%;
    object-fit: cover;
    height: 100%;
}


/**pagtitle**/
.pagtitle {
	margin-bottom: 40px;
}

.pagtitle .name {
	font-size: 46px;
	color: #000000;
	text-align: center;
}
.pagtitle .subname {
	font-size: 16px;
	color: #000;
	text-align: center;
	margin: 0px auto 0px;
	line-height: 1.8em;
}



/**pag1**/
.pag1
{
    overflow: hidden;
    position: relative;
    padding-top: 100px;
}

.pag1 .main
{
    background-size: cover;
    padding: 0px 20px 40px;
}

.pag1 .inpr
{
    max-width: 1600px;
    margin: auto;
    overflow: hidden;
    position: relative;
    border: 1px #eee solid;
}

.pag1 .inpr li 
{
    display: flex;
    align-items: center;
    width: 100%;
    padding: 20px;
}
.pag1 .inpr li .text
{
    width: 50%;
    color: #666;
    padding-left: 40px;
}
.pag1 .inpr li .text .tittle a
{
    font-size: 30px;
    color: #333;
}
.pag1 .inpr li .text .subname
{
    line-height: 1.4em;
    margin-top: 15px;
    max-width: 750px;
}
.pag1 .inpr li .text .more
{
    display: block;
    width: 100%;
    line-height: 50px;
    background: #fff;
    text-align: left;
    color: #0955B1;
    margin-top: 20px;
    border-radius: 4px;
    transition: all 0.5s;
}
.pag1 .inpr li .text .xgcp
{
	display: flex;
	width: 100%;
	justify-content: space-between;
	margin-top: 20px;
}
.pag1 .inpr li .text .xgcp span
{
	color: #0955B1;
	font-size: 18px;
}

.pag1 .Thumbnail
{
	display: flex;
	width: 100%;
	justify-content: space-between;
	margin-top: 20px;
}
.pag1 .Thumbnail img
{
	width: 100%;
}

.pag1 .Thumbnail p
{
	width: calc((100% - 30px)/4);
}
.pag1 .Thumbnail span
{
	display: block;
	color: #666;
	font-size: 14px;
	text-align: center;
	margin-top: 5px;
}
.pag1 .inpr li .text .more a
{
    background: #0955B1;
    color: #fff;
    display: inline-block;
    padding: 0px 30px;
    font-size: 14px;
    border-radius: 4px;
    line-height: 40px;
}
.pag1 .inpr li .text .more a:hover
{
    background: #0866d7;
}

.pag1 .inpr li .ico
{
    width: 50%;
    text-align: center;
    position: relative;
    overflow: hidden;
}


.pag1 .inpr li .ico img
{
    text-align: center;
    width: 100%;
    transition: all 0.5s;
}
.pag1 .inpr li .ico:hover  img
{
transform:scale(1.1);
}


.pag1 .inprfl
{
    max-width: 1600px;
    margin: 40px auto 0px;
    border-top: 1px #eee solid;
    border-left: 1px #eee solid;
    border-right: 1px #eee solid;
}
.pag1 .inprfl li
{
	background: rgba(255,255,255,0.2);
	text-align: center;
	color: #fff;
	padding: 20px 0px;
	cursor: pointer;
	transition: all 0.5s;
	display: block;
	justify-content: center;
	align-items: center;
	border-right: 1px #ddd solid;
}
.pag1 .inprfl li.swiper-slide-thumb-active
{
	background: #0955B1;
}

.pag1 .inprfl .ico img
{
    filter: brightness(10000%) invert(100%);
    opacity: 0.4;
}
.pag1 .inprfl li.swiper-slide-thumb-active .ico img
{
	filter: brightness(0%) invert(100%);
	opacity: 1;
}
.pag1 .inprfl li.swiper-slide-thumb-active .name
{
	color: #fff;
}



.pag1 .inprfl .name 
{color: #333;display: block;font-size: 14px;margin-top: 10px;padding: 0px 20px;min-height: 42px;}

/**pag2**/
.pag2
{
    max-width: 100%;
    margin: auto;
    overflow: hidden;
    padding: 80px 0px 80px;  
}
.pag2 .center
{
    max-width: 1640px;
    padding: 0px 20px 0px;
    margin: auto;
}
.pag2 .center a
{
    display: block;
    overflow: hidden;
    transition: all 0.5s; 
}
.pag2 .center a .text
{
width: 28%;
    background: #0955B1;
    position: absolute;
    left: 0px;
    top: 50%;
    z-index: 2;
    padding: 45px;
    transform: translateY(-50%); 
}
.pag2 .center a .title
{
    line-height: 1em;
    text-align: left;
    overflow: hidden;
    width: 100%;
    font-size: 30px;
    color: #fff;
    display: block;
    transition: all 0.5s;
    position: relative; 
}

.pag2 .center a .summary
{
    color: #fff;
    display: block;
    margin-top: 20px;
    line-height: 1.6em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
.pag2 .center a .more
{
  color: #fff;
  margin-top: 30px;
  display: block;  
}



.pag2 .center a .ico
{
    overflow: hidden;
    position: relative;
    float: right;
    width: 80%;
    height: 0px;
    padding-top: 35%; 
}

.pag2 .center a .ico img
{
    display: block;
    width: 100%;
    transition: all 0.5s;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)scale(1.01);
    height: 100%;
    object-fit: cover; 
}
.pag2 .center a:hover .ico img
{
    transform: translateY(-50%)scale(1.1);	
}


#in-solution li
{
    opacity: 0.2; 
    transition: all 0.5s;  
}
#in-solution li.swiper-slide-active
{
    opacity: 1; 
}
.solutionlist
{
    text-align: center;
    margin-top: 30px;
}
.solutionlist span
{
    width: 12px;
    height: 12px;
    margin: 0px 10px;
}
.solutionlist span.swiper-pagination-bullet-active
{
    background: #0955B1;
}



/**pag6**/
.pag6
{
    width: 100%;
    overflow: hidden;
    padding: 100px 0px;
}
.pag6 .center
{
    max-width: 1640px;
    margin: auto;
    display: flex;
    padding: 0px 20px;
}
.pag6 .left
{
    width: 50%;
    padding-right: 40px;
}
.pag6 .left li
{
	height: 100%;
}

.pag6 .left a
{
    display: block;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    height: 100%;
}
.pag6 .left a .ico
{
    overflow: hidden;
    position: relative;
    float: right;
    width: 100%;
    height: 0px;
    padding-top: 45%;
}
.pag6 .left a .ico img
{
    display: block;
    width: 100%;
    transition: all 0.5s;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)scale(1.01);
    height: 100%;
    object-fit: cover;  
}
.pag6 .left a:hover .ico img
{
    transform: translateY(-50%)scale(1.1);	
}


.pag6 .left a .text
{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.pag6 .left a .main
{
    width: 100%;
    overflow: hidden;
    padding: 30px;
}
.pag6 .left a .title
{
    font-size: 18px;
    font-weight: bold;
    color: #000;
    width: calc(100% - 108px);
    overflow: hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    padding-right: 20px;
}
.pag6 .left a:hover .title
{
    color:#0955B1;	
}



.pag6 .left a .time
{
    background: url(../images/tim.png) no-repeat left center;
    padding-left: 20px;
    width: 98px;
    text-align: right;
    color: #999999;
    font-size: 14px;
}
.pag6 .left a .summary
{
    margin-top: 20px;
    overflow: hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    color: #000;
    font-size: 15px;
    line-height: 1.8em;
}
.pag6 .right
{
    width: 50%;
    padding-left: 30px;
}
.pag6 .right li
{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px #eee solid;
}
.pag6 .right li:nth-last-of-type(1) 
{
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: 0px #eee solid;
}

.pag6 .right a
{
	display: flex;
	justify-content: center;
	align-items: center;
}

.pag6 .right a .ico
{
    overflow: hidden;
    position: relative;
    float: right;
    width: 35%;
    height: 0px;
    padding-top: 19%;
}
.pag6 .right a .ico img
{
    display: block;
    width: 100%;
    transition: all 0.5s;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)scale(1.01);
    height: 100%;
    object-fit: cover; 
}
.pag6 .right a:hover .ico img
{
    transform: translateY(-50%)scale(1.1);
}


.pag6 .right a .text
{
    width: 80%;
    padding-left: 30px;
}
.pag6 .right a .title
{
    font-size: 18px;
    color: #000;
    overflow: hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp: 1;
    margin-bottom: 10px;
}
.pag6 .right a:hover .title
{
    color:#0955B1;
}


.pag6 .right a .summary
{
    font-size: 14px;
    color: #000;
    line-height: 1.6em;
    overflow: hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}

.pag6 .right a .time
{
    background: url(../images/tim.png) no-repeat left center;
    padding-left: 20px;
    text-align: left;
    color: #999999;
    font-size: 14px;
    margin-top: 15px;
}
.pag6 .more
{
    display: block;
    width: 160px;
    line-height: 50px;
    background: #0955B1;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    transition: all 0.5s;
    margin: 40px auto 0px;
}
.pag6 .more:hover
{
    background: #1476ed;
}

/**pag4**/

.pag4
{
    padding: 100px 0px;
    background: #f8f8f8;
}

.pag4 ul
{
    max-width: 1640px;
    margin: auto;
    overflow: hidden;
}
.pag4 ul li
{
    width: calc(100% / 4);
    float: left;
    text-align: center;
    padding: 40px 0px;
    border-right: 1px #ddd solid;
}
.pag4 ul li:nth-of-type(1),.pag4 ul li:nth-of-type(2),.pag4 ul li:nth-of-type(3),.pag4 ul li:nth-of-type(4)
{
	border-bottom: 1px #ddd solid;
}


.pag4 ul li:nth-of-type(4n)
{
    border-right: 0px #ddd solid;
}


.pag4 ul li .title
{
    font-size: 60px;
    color: #0955B1;
    font-family: Roboto;
}
.pag4 ul li .title span
{
    font-size: 20px;
    color: #313131;
}
.pag4 ul li .summary
{
    font-size: 16px;
    color: #313131;
}


/**pag3**/

.pag3
{
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
}
.pag3 .center
{
    
}

.pag3 .inabout
{
    max-width: 1640px;
    margin: auto;
    padding: 0px 20px;
}
.pag3 .inabout li
{
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    background: #000;
    width: 27% !important;
    transition: all 0.5s;
}

.pag3 .inabout li:nth-of-type(2)
{
	position: relative;
	left: -50px;
}
.pag3 .inabout li:nth-of-type(3)
{
	position: relative;
	left: -100px;
}
.pag3 .inabout li.cur
{
	width: calc(46% + 100px) !important;
}

.pag3 a
{
    
}
.pag3 .center .ico
{
    min-height: 750px;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.pag3 .center .ico img
{
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)scale(1.01);
    height: 100%;
    object-fit: cover;
    opacity: 0.6;
    transition: all 0.5s;
}
.pag3 .center .text
{
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 2;
    transform: translateY(-50%);
}
.pag3 .center .title
{
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}
.pag3 .center .summary
{
    text-align: center;
    color: #fff;
    font-size:16px;
    opacity: 0;
	margin-top:0px;
    transition: all 0.5s;
}

.pag3 .center .more
{
    width: 160px;
    line-height: 46px;
    border: 1px #fff solid;
    color: #fff;
    margin: 40px auto 0px;
    text-align: center;
    border-radius: 5px;
    opacity: 0;
    transition: all 0.5s;
	
}

.pag3 .inabout li.cur .summary
{

    opacity:1;	
	margin-top:10px;
}
.pag3 .inabout li.cur .more
{
    opacity:1;
    margin: 260px auto 0px;
}
.pag3 .inabout li .more:hover
{
    background: #0955B1;
    color: #fff;
    border: 1px #0955B1 solid;
}


/**pag5**/
.pag5
{
    position: relative;
    overflow: hidden;
}
.pag5 .ico img
{
    width: 100%;
}
.pag5 .text
{
    z-index: 2;
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}
.pag5 .text .title
{
    font-size: 46px;
    color: #fff;
}
.pag5 .text .summary
{
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
    padding: 0px 20px;
}
.pag5 .text .button
{
    width: 160px;
    line-height: 50px;
    background: #0955B1;
    border-radius: 4px;
    color: #fff;
    margin: 80px auto 0px;
    justify-content: center;
    align-items: center;
    display: flex;
}


.pag5 .text .button:before
{
	width: 20px;
	content:'';
	margin-right: 10px;
	background: url(../images/bf.png) no-repeat center;
	background-size: 100%;
	height: 20px;
}

.pag5 .text .more
{
    margin-top: 60px;
}
.pag5 .text .more a
{
	color: #fff;
	display: inline-block;
	margin: 0px 30px;
}


