body, button, dd, div, dl, form, h1, h2, h3, h4, h5, h6, html, img, input, li, ol, p, ul {
    margin: 0;
    padding: 0;
    border: 0
}

* {
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: "syl","Arial","Microsoft YaHei","Helvetica Neue",Helvetica,sans-serif;
    background-color: #ffffff;
    overflow-x: hidden;
}

button, input, textarea,select{
   -webkit-appearance: none;
   resize: none;
   outline: none;
   -webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
   border: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

img {
    border: 0;
    max-width: 100%;
    vertical-align: middle;
}
.none{
	display:none;
}

.online_x{
	cursor:pointer;
}
button:hover,
input[type=submit]:hover {
    cursor: pointer
}

button:focus,
input:active,
input:focus,
textarea:focus {
   /* border: 0*/
  	outline: 0 none;
  	outline-color: transparent;
}

a {
    color: #333;
    display: inline-block;
}

a:link {
    text-decoration: none
}

a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none;
  
}

a:active {
    text-decoration: none
}

li {
    list-style: none;
}

.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    visibility: hidden
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}
.clearfix {
    zoom: 1
}
@font-face{
    font-family: "MontserratLight"; 
    src: url('../fonts/Montserrat-Light-6.otf');
}
@font-face{
    font-family: "MontserratRegular"; 
    src: url('../fonts/Montserrat-Regular-8.otf');
}
@font-face{
    font-family: "MontserratBold"; 
    src: url('../fonts/Montserrat-Bold-3.otf');
}
@font-face{
    font-family: "BebasNeue"; 
    src: url('../fonts/BebasNeue-1.otf');
}




/**/
body.hidden{
	overflow: hidden;
}
.beginBox.hide {
	z-index: -100;
	opacity: 0;
	display: none;
}

main.show{
	min-height: 100vh;
	background-color: #fff;
}
.beginBox{
	z-index: 777;
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}
.beginBox.pass{
	display: none;
}
.pre-content {
    z-index: 10;
    position: relative;
    max-width: 34%;
	height: 45vh;
	display: flex;
	flex-flow: column;
	/* flex-direction: column;
	align-items: flex-start; */
	justify-content: space-between;
	flex-wrap: wrap;
	transition: all 0.5s;
}
.pre-content.hide{
	opacity: 0;
}
.pre-content .pre-img{
	width: 100%;
	text-align: center;
	padding-top: 5vh;
}
.pre-bg-sec {
    width: 100%;
    height: 55%;
    position: absolute;
}
.pre-bg-sec.is-top {
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
}
.pre-bg-sec.is-top:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 60%;
	background-color: #FFFFFF;
}
.pre-bg-svg {
    width: 100%;
    max-width: 100%;
    position: absolute;
	transition: all 2s;
}
.pre-bg-svg.pre-svg{
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
}
.pre-bg-sec.is-btm {
    width: 100%;
    height: 50%;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
}
.pre-bg-sec.is-top.off,
.pre-bg-sec.is-btm.off{
	animation: packup 1.2s ease 0.5s forwards;
	-webkit-animation:packup 1.2s ease 0.5s forwards;
}
.pre-bg-sec.is-top.off:before,
.pre-bg-sec.is-btm.off:before{
	animation: packup 1.2s ease 0.5s forwards;
	-webkit-animation:packup 1.2s ease 0.5s forwards;
}
.pre-bg-sec.is-btm:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 60%;
	background-color: #FFFFFF;
}
@keyframes packup
{
	100%{
		height: 0;
	}
}

@-webkit-keyframes packup 
{
	100%{
		height: 0;
	}
}
.pre-bg {
    /* background: rgba(13,51,211,0.04); */
	background-color: #f6f7fd;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
	transition: all 0.5s ease 0.5s;
/**background-image:url(../images/sema.jpg);
background-size:100% 100%;
background-repeat: no-repeat;
*/
}
.pre-bg.hide{
	opacity: 0;
}
.pre-btnBox{
	position: relative;
	max-width: 430px;
	width: 68%;
	margin: 0 auto;
}
.pre-btn{
	position: relative;
	width: 100%;
	margin: 0 auto;
	cursor: pointer;
	opacity: 0;
	transition: all 1s;
}
.pre-btn.on{
	opacity: 1;
}
/*.pre-btn{
	pointer-events: none;
}
.pre-btn.on2{
	pointer-events: auto;
}*/
.pre-btn span{
	position: relative;
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-family: "MontserratLight"; 
	color: #0d33d3;
	font-size: 20px;
	text-align: center;
	padding: 0 4%;
	box-sizing: border-box;
	transition: all 1s;
}
.pre-btn:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	border: #0d33d3 solid 1px;
	transform: skew(-30deg);
	box-sizing: border-box; 
	transition: all 1s;
}
.pre-btn:after{
	content: '';
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	/*background-image: repeating-linear-gradient(30deg, #ffffff 0px, #ffffff 10px, rgba(13,51,211,0.1) 0px, rgba(13,51,211,0.1) 1px); */
	background: -webkit-linear-gradient(-90deg, #ffffff 90%, rgba(13,51,211,0.3) 10%);
	background: linear-gradient(-90deg, #ffffff 90%, rgba(13,51,211,0.3) 10%);
	background-size: 10px 100%;
	transform: skew(-30deg);
	transition: all 1s;
}
.pre-btn i{
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(-90deg, #0d33d3 90%, #1f45e7 10%);
	background: linear-gradient(-90deg, #0d33d3 90%, #1f45e7 10%);
	background-size: 10px 100%;
	transform: skew(-30deg);
	opacity: 0;
	transition: all 1.5s;
}
.pre-btn:hover i{
	/*width: 100%;*/
	opacity: 1;
}
.pre-btn.on:after{
	animation:mymove 1s ease 0.5s forwards;
	-webkit-animation:mymove 1s ease 0.5s forwards;
	/*animation: mymove 1s cubic-bezier(0.77, 0, 0.9, 1) 0.5s forwards;
	-webkit-animation: mymove 1s cubic-bezier(0.77, 0, 0.9, 1) 0.5s forwards;*/
}
@keyframes mymove
{
	100%{
		width: 100%;
	}
}

@-webkit-keyframes mymove 
{
	100%{
		width: 100%;
	}
}
/*.pre-btn:hover:before{
	background-color: #0d33d3;
	z-index: 1;
}
 .pre-btn.on:hover:after{
	animation: none;
} */
.pre-btn:hover:after{
	width: 0%;
	opacity: 0;
	/*background: -webkit-linear-gradient(-90deg, #0d33d3 90%, #1f45e7 10%);
	background: linear-gradient(-90deg, #0d33d3 90%, #1f45e7 10%);
	background-size: 10px 100%;*/
}
.pre-btn:hover span{
	color: #ffffff;
} 
.progress{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
}
.progress.hide{
	opacity: 0;
	z-index: -1;
}
.progress .progressbar{
	width: 100%;
	height: 18px;
	margin: auto;
	border: rgba(13,51,211,0.4) solid 1px;
	transform: skew(-30deg);
	box-sizing: border-box; 
}
.progress .progressbar .line{
	width: 0;
	height: 16px;
	background: -webkit-linear-gradient(-90deg, #ffffff 90%, rgba(13,51,211,0.3) 10%);
	background: linear-gradient(-90deg, #ffffff 90%, rgba(13,51,211,0.3) 10%);
	background-size: 6px 100%;
}
.progress .digital{
	color: #0d33d3;
	font-size: 20px;
	text-align: center;
	margin-top: 20px;
}
@media screen and (max-width: 1536px){
	.pre-btn span{
		height: 56px;
    	line-height: 56px;
    	font-size: 18px;
	}
	.progress .digital{
		font-size: 18px;
	}
}
@media screen and (max-width: 1280px){
	.pre-btn span{
		height: 50px;
    	line-height: 50px;
    	font-size: 17px;
	}
	.progress .digital{
		font-size: 17px;
	}
}
@media screen and (max-width: 1024px){
	.pre-content{
		height: 300px;
	}
	.pre-btn span{
		height: 42px;
    	line-height: 42px;
    	font-size: 14px;
	}
	.progress .digital{
		font-size: 15px;
		margin-top: 10px;
	}
	.progress .progressbar{
		height: 12px;
	}
	.progress .progressbar .line{
		height: 10px;
	}
	.pre-btn:after{
		background: -webkit-linear-gradient(-90deg, #ffffff 90%, rgba(13,51,211,0.3) 10%);
		background: linear-gradient(-90deg, #ffffff 90%, rgba(13,51,211,0.3) 10%);
    	background-size: 8px 100%;
	}
}
@media screen and (max-width: 768px){
	.pre-content{
		height: 240px;
	}
}
@media screen and (max-width: 640px){
	.pre-content{
		max-width: 45%;
		height: 200px;
	}
	.pre-btn span{
		height: 34px;
    	line-height: 34px;
	}
	.progress .digital{
		font-size: 14px;
	}
	.progress .progressbar{
		height: 10px;
	}
	.progress .progressbar .line{
		height: 8px;
	}
	.pre-btn:after{
		background: -webkit-linear-gradient(-90deg, #ffffff 90%, rgba(13,51,211,0.3) 10%);
		background: linear-gradient(-90deg, #ffffff 90%, rgba(13,51,211,0.3) 10%);
    	background-size: 6px 100%;
	}
}
@media screen and (max-width: 480px){
	.pre-content{
		max-width: 70%;
	}
}


/*header*/
.header{
	position: fixed;
	z-index: 12;
	width: 100%;
}
.header .box{
	transition: all 0.4s;
}
.header .box.on{
	background-color: #FFFFFF;
	box-shadow: 0px 0px 10px rgba(13,51,211,0.15);
}
.header .box.on2{
	background-color: #FFFFFF;
	border-bottom: #f2f2f2 solid 1px;
}
.headwidth{
	max-width: 1920px;
	width: 94.8%;
	margin: auto;
}
.header .wrap{
	display: flex;
	justify-content: space-between;
	align-items:center;
}
.header .left_w{
	display: flex;
	justify-content: flex-start;
	align-items:center;
	padding: 10px 0px;
	transition: all 0.5s;
}
/*.header .box.on .left_w{
	padding: 20px 0px;
}*/
.header .logo{
	position: relative;
	z-index: 9;
	margin-right: 110px;
}
.header.white .logo{
	filter: grayscale(1) brightness(100);
}
.header.white .box.on .logo,
.header.white .box.on2 .logo{
	filter: none;
}
.header.active .box .logo{
	filter: grayscale(1) brightness(100) !important;
}
.header .nav ul li{
	position: relative;
	float: left;
	margin-right: 70px;
	padding-top: 22px;
	padding-bottom: 22px;
}
.header .nav ul li:last-child{
	margin-right: 0;
}
.header .nav ul li a{
	position: relative;
	font-family: "MontserratLight";
	color: #606060;
	font-size: 20px;
	line-height: 36px;
}
.header.white .nav ul li a{
	color: #FFFFFF;
}
.header.white .box.on .nav ul li a,
.header.white .box.on2 .nav ul li a{
	color: #606060;
}
.header .nav ul li>a::after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 0;
	height: 1px;
	background: #0d33d3;
	transition: all 0.3s ease;
}
.header .nav ul li.on>a::after,
.header .nav ul li:hover>a::after{
	width: 100%;
}
.header .nav ul li:hover>a,
.header .nav ul li.on>a{
	color: #0d33d3;
}
.header.white .nav ul li:hover>a,
.header.white .nav ul li.on>a{
	color: #FFFFFF;
}
.header.white .nav ul li>a::after,
.header.white .nav ul li.on>a::after{
	background: #FFFFFF;
}
.header.white .box.on .nav ul li:hover>a,
.header.white .box.on .nav ul li.on>a,
.header.white .box.on2 .nav ul li:hover>a,
.header.white .box.on2 .nav ul li.on>a{
	color: #0d33d3;
}
.header.white .box.on .nav ul li>a::after,
.header.white .box.on .nav ul li.on>a::after,
.header.white .box.on2 .nav ul li>a::after,
.header.white .box.on2 .nav ul li.on>a::after{
	background: #0d33d3;
}
.header .nav .drop-down{
	position: absolute;
    top: 75px;
    left: 50%;
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    min-width: 150px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    box-shadow: 0px 0px 29px rgb(0 0 0 / 8%);
    background: #FFFFFF;
    padding-top: 14px;
    padding-bottom: 25px;
    padding-right: 20px;
    padding-left: 20px;
}
.header .nav .drop-down a{
	line-height: 42px;
	display: inline-block;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    white-space: nowrap;
}
.header.white .nav .drop-down a{
	color: #606060;
}
.header .nav .drop-down a:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	transition: all 0.3s;
}
.header .box.on .nav .drop-down a:hover,
.header .box.on2 .nav .drop-down a:hover,
.header .nav .drop-down a:hover{
	color: #0d33d3;
}
.header .nav .drop-down a:hover:before{
	width: 100%;
	background-color: #0d33d3;
}


.header .click_btn{
	position: relative;
	z-index: 8;
	cursor: pointer;
    width: 70px;
    height: 66px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: rgba(255,255,255,0.2) solid 1px; 
	box-sizing: border-box;
	transition: all 0.4s;
}
/*.header .box.on .click_btn{
	width: 48px;
    height: 44px;
}
.header .box.on .click_btn.active{
	width: 70px;
    height: 66px;
}*/
.header .box.on .click_btn,
.header .box.on2 .click_btn,
.header .click_btn.active{
    /*border: rgba(255,255,255,0.1) solid 1px; */
    border: rgba(229,229,229) solid 1px;
}
.header .click_line{
	position: relative;
	width: 34px;
	height: 26px;
	transition: all 0.4s;
}
/*.header .box.on .click_line{
	position: relative;
	width: 26px;
	height: 20px;
}
.header .box.on .click_btn.active .click_line{
	position: relative;
	width: 34px;
	height: 26px;
}*/
.header .click_btn .click_line::before,
.header .click_btn .click_line::after{
	content: '';
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    background: #ffffff;
    transition: all 0.4s;
}
.header .click_line::before{
    top: 28%;
}
.header .click_line::after {
    bottom: 28%;
}
.header .box.on .click_btn .click_line::before,
.header .box.on .click_btn .click_line::after,
.header .box.on2 .click_btn .click_line::before,
.header .box.on2 .click_btn .click_line::after,
.header .click_btn.active .click_line::before,
.header .click_btn.active .click_line::after{
	background: #000000;
}
.header .click_btn.active .click_line::before {
    margin: auto;
    transition: all 0.5s;
    transform: translateY(6px) rotate(45deg);
}
.header .click_btn.active .click_line::after {
    margin: auto;
    transition: all 0.5s;
    transform: translateY(-6px) rotate(-45deg);
}
.menu_box{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	width: 100vw;
	height: 100vh;
	box-shadow: 0px 0px 43px rgba(13,51,211,0.15);
	background: #FFFFFF;
	display: none;
}
.menu_box .menu_wrap{
	display: flex;
	justify-content: flex-start;
}
.menu_box .imgBox{
	width: 58.385%;
}
.menu_box .imgBox img{
	width: 100%;
    max-width: 100%;
    height: 100vh;
    object-fit: cover;
    display: block;
}
.menu_box .menuBox{
	width: 41.615%;
	padding: 10% 3.5% 0 5.83%;
	box-sizing: border-box;
}
.menu_box .menuBox .menu_list>li{
	margin-bottom: 15px;
}
.menu_box .menuBox .menu_list>li>a,
.menu_box .menuBox .menu_list li .h4{
	position: relative;
	max-width: 315px;
	width: 100%;
}
.menu_box .menuBox .menu_list>li>a::before,
.menu_box .menuBox .menu_list li .h4::before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background: #0d33d3;
	transition: all 0.4s ease;
}
.menu_box .menuBox .menu_list>li:hover>a::before,
.menu_box .menuBox .menu_list>li.on a::before,
.menu_box .menuBox .menu_list>li:hover .h4::before,
.menu_box .menuBox .menu_list li.act .h4::before{
	width: 100%;
}
.menu_box .menuBox .menu_list>li>a,
.menu_box .menuBox .menu_list li .h4{
	display: block;
	width: 100%;
	font-family: "MontserratBold"; 
	font-weight: bold;
	color: #d8d8d8;
	font-size: 30px;
	line-height: 2;
	transition: all 0.3s ease;
	cursor: pointer;
}
.menu_box .menuBox .menu_list li.on>a,
.menu_box .menuBox .menu_list li:hover>a,
.menu_box .menuBox .menu_list li:hover .h4,
.menu_box .menuBox .menu_list li ul li:hover a,
.menu_box .menuBox .menu_list li.act .h4{
	color: #0d33d3;
}
.menu_box .menuBox .share_list{
	display: flex;
	align-content: flex-start;
	align-items: center;
	margin-top: 75px;
}
.menu_box .menuBox .share_list>li{
	margin-right: 32px;
}
.menu_box .menuBox .share_list>li .ic2{
	display: none;
}
.menu_box .menuBox .share_list>li:hover .ic1{
	display: none;
}
.menu_box .menuBox .share_list>li:hover .ic2{
	display: inline-block;
}
.menu_list .subnav{
	display: none;
	padding-top: 10px;
}
.menu_list .subnav li a{
	display: block;
    font-size: 18px;
    color: #999999;
    padding-left: 15px;
    height: 45px;
    line-height: 45px;
    box-sizing: border-box;
}
/*footer*/
.footer{
	padding-top: 110px;
	background: #1e1e1e;
}
.footer .foot_left{
	width: 25%;
}
.footer .footicon{
	margin-top: 40px;
}
.footer .footicon ul{
	display: flex;
	flex-wrap: wrap;
}
.footer .footicon ul li{
	width: calc((100% - 40px) / 3);
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: center;
}
.footer .footicon ul li:nth-child(3n){
	margin-right: 0;
}
.footer .footicon ul li img{
	max-width: 100%;
	max-height: 60px;
}

.footer .footBox{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.footnav{
	display: flex;
	justify-content: space-between;
	width: 65%;
}
.footnav .item{
	min-width: 22%;
	max-width: 320px;
}
.footnav .h6{
	position: relative;
	font-family: "MontserratRegular"; 
	color: #ffffff;
	font-size: 24px;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
.footnav .h6:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #3a53bf;
}
.footnav .item ul li{
	font-family: "MontserratLight"; 
	color: #ffffff;
	font-size: 16px;
	line-height: 1.7;
	margin-bottom: 12px;
}
.footnav .item ul li a{
	color: #ffffff;
	transition: all 0.3s ease;
}
.footnav .item ul li a:hover{
	color: #0d33d3;
}
.footnav .item ul.infor li{
	position: relative;
	padding-left: 35px;
	box-sizing: border-box;
}
.footnav .item ul.infor li img{
	position: absolute;
	left: 0;
	top: 4px;
	max-width: 20px;
	margin-right: 15px;
}
.footnav .item .footshare{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-top: 15px;
}
.footnav .item .footshare li{
	position: relative;
	z-index: 1;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 12px;
	box-shadow: 0px 0px 10px rgba(13,51,211,0.15);
}
.footnav .item .footshare li:before{
	content: '';
	width: 120%;
    height: 120%;
    position: absolute;
    top: 90%;
    left: -110%;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #0d33d3;
    transition: all 0.6s;
    transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.footnav .item .footshare li:focus:before, .footnav .item .footshare li:hover:before{
	top: -10%;
	left: -10%;
	z-index: 3;
}
.footnav .item .footshare li:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	transition: all 0.6s;
	box-sizing: border-box;
}
.footnav .item .footshare li:focus:after, .footnav .item .footshare li:hover:after{
	border-radius: 50%;
	border: #0d33d3 solid 1px;
}
.footnav .item .footshare li:last-child{
	margin-right: 0;
}
.footnav .item .footshare li a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.footnav .item .footshare li span{
	position: relative;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footnav .item .footshare li img{
	margin-right: 0;
	transition: all 0.4s;
}
.footnav .item .footshare li .ic2{
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
.footnav .item .footshare li:hover .ic1{
	opacity: 0;
}
.footnav .item .footshare li:hover .ic2{
	opacity: 1;
}
/*.footnav .item .footshare li:hover img{
	filter: grayscale(1) brightness(100);
}*/
/*.footnav .item .footshare li .ic2{
	display: none;
}
.footnav .item .footshare li:hover .ic1{
	display: none;
}
.footnav .item .footshare li:hover .ic2{
	display: inline-block;
}*/
.footer .footBot{
	display: flex;
	justify-content:center;
	align-items: flex-start;
	margin-top: 55px;
	padding: 25px 0px;
	border-top: rgba(255,255,255,0.1) solid 1px;
	font-family: "MontserratLight"; 
	color: #FFFFFF;
	font-size: 14px;
	line-height: 1.7;
}
.footer .footBot a{
	color: #FFFFFF;
}
/**/
.com_wrap{
	max-width: 1600px;
	width: 90%;
	margin: auto;
}
/*.comtxt{
	font-family: "MontserratLight"; 
	color: rgba(0,0,0,0.6);
	font-size: 16px;
	line-height: 1.7;
}*/
.com20,
.comtxt{
	font-family: "MontserratLight"; 
	color: rgba(0,0,0,0.6);
	font-size: 20px;
	line-height: 1.5;
}
.com24{
	font-family: "MontserratRegular";
	font-size: 24px;
	color: #000000;
	line-height: 1.5;
	transition: all 0.3s;
}
.com30{
	font-family: "MontserratBold";
	font-size: 30px;
	color: #000000;
	line-height: 1.5;
}
.com50{
	font-family: "MontserratBold";
	color: #000000;
	font-size: 50px;
}
/*banner*/
.lunbotu{
	position: relative;
	z-index: 1;
	width: 100%;
	overflow: hidden;
}
/*.lunbotu .swiper-slide a{
	display: block;
	width: 100%;
}*/
.lunbotu .swiper-slide>a>img,
.lunbotu .swiper-slide>img{
	width: 100%;
}
.mImg{
	display: none;
}
.i-banner{
	position: absolute;
	left: 50%;
	top: 50%;
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
}
.i-banner .box{
	width: 100%;
}
.i-banner .box .t1{
	font-family: "MontserratBold"; 
	font-weight: bold;
	color: #000000;
	font-size: 80px;
	line-height: 1.2;
	word-break: break-word;
	text-transform: uppercase;
}
.i-banner .box .t2{
	margin-top: 20px;
	word-break: break-word;
}
.loadbtn{
	margin-top: 40px;
}
.loadbtn span,
.loadbtn a,
.morebtn span,
.morebtn a{
	position: relative;
	z-index: 1;
	min-width: 200px;
	padding: 0px 15px;
	font-family: "MontserratLight"; 
	color: #ffffff;
	font-size: 16px;
	height: 60px;
	line-height: 60px;
	box-sizing: border-box;
	text-align: center;
	/*-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;*/
}
.loadbtn span:hover,
.loadbtn a:hover,
.morebtn span:hover,
.morebtn a:hover{
	/*color: #264bee;
	background: #ffffff;*/
}
.loadbtn span::before,
.loadbtn a::before,
.morebtn span::before,
.morebtn a::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #0d33d3;
	transform: skewX(-30deg);
	transition: all 0.4s ease;
}
.loadbtn span:hover::before,
.loadbtn a:hover::before,
.morebtn span:hover::before,
.morebtn a:hover::before{
	box-shadow: 0px 0px 20px rgba(13,51,211,0.4);
}
.loadbtn span:hover img,
.loadbtn a:hover img{
	animation:upward 1s infinite;
	-moz-animation:upward 1s infinite;
	-webkit-animation:upward 1s infinite;
}
@keyframes upward{
	from{
		opacity: 1;transform:translateY(-5px);
	}
	to{opacity:0;transform:translateY(5px);}
}
@-moz-keyframes upward{
	from{
		opacity: 1;transform:translateY(-5px);
	}
	to{opacity:0;transform:translateY(5px);}
}
@-webkit-keyframes upward{
	from{
		opacity: 1;transform:translateY(-5px);
	}
	to{opacity:0;transform:translateY(5px);}
}

.loadbtn a img{
	display: inline-block;
	margin-right: 10px;
}
.morebtn a img{
	margin-left: 15px;
}

.lunbotu .swiper-pagination{
	max-width: 1600px;
	width: 90%;
	right: 0;
	margin: auto;
	text-align: left;
}
.lunbotu .swiper-pagination-bullet{
	width: 21px;
	height: 7px;
	opacity: 1;
	/*background: rgba(0,0,0,0.2);*/
  background:#bebebe;
	border-radius: 0;
	transform: skewX(-45deg);
}
.lunbotu .swiper-pagination-bullet-active{
	background-color: #5400ff;
}
.lunbotu.swiper-container-horizontal>.swiper-pagination-bullets, 
.lunbotu .swiper-pagination-custom, 
.lunbotu .swiper-pagination-fraction{
	bottom: 90px;
}
.lunbotu.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 20px 0 0;
}
.obanner{
	position: relative;
	z-index: 1;
	width: 100%;
	overflow: hidden;
}
.obanner>img{
	width: 100%;
}
.ob-img{
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.obanner .textTitle{
	position: absolute;
    bottom: 70px;
    left: 0;
    width: 100%;
}
.obanner .textTitle .word{
	font-family: "MontserratBold"; 
    color: #ffffff;
    font-size: 50px;
}
.obanner .textTitle .word.bg{
	padding: 33px 0px;
    background: url(../images/img15.png) left center no-repeat;
    background-size: auto 100%;
}






.comtitle .h3{
	position: relative;
	font-family: "MontserratBold"; 
	color: rgba(13,51,211,0.03);
	font-size: 140px;
	line-height: 1;
}
.comtitle .h3 span{
	position: absolute;
	left: 0;
	bottom: 10px;
	color: #000000;
	font-size: 50px;
}
.index_service .comtitle{
	float: left;
}
/*Our Service*/
.index_service{
	padding-top: 90px;
	padding-bottom: 115px;
	margin-bottom: 100px;
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: 56.92% auto;
}
.index_service .topic{
	/*overflow: hidden;*/
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.index_service .swiper-container{
	margin-top: 60px;
}
.index_service .swiper-slide{
	padding-bottom: 15px;
}
.index_service .imgBox{
	width: 100%;
	overflow: hidden;
}
.index_service .imgBox img{
	width: 100%;
	transition: all 0.5s;
}
.index_service .swiper-slide:hover .imgBox img{
	transform: scale(1.1);
}
.index_service .below{
	position: relative;
	z-index: 1;
	margin-top: -135px;
	text-align: center;
	padding: 0px 30px;
	box-sizing: border-box;
}
.index_service .textBox{
	padding-top: 70px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 35px;
	background: #FFFFFF;
	box-shadow: 0px 0px 10px rgba(13,51,211,0.15);
}
.index_service .textBox .iconBox{
	position: absolute;
	left: 0;
	right: 0;
	top: -55px;
	margin: auto;
}
.index_service .textBox .t1{
	font-family: "MontserratLight"; 
	color: #000000;
	font-size: 24px;
	margin-bottom: 15px;
}
.index_service .textBox .t2{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.arrowsbox{
	float: right;
	padding-top: 15px;
	display: flex;
    align-items: flex-start;
}
.arrowsbox .wow{
	display: flex;
    align-items: flex-start;
}
.arrowsbox .swiper-button-next, .arrowsbox .swiper-button-prev{
	position: static;
	display: inline-block;
	margin-top: 0;
	width: 90px;
	height: 56px;
	transform: skewX(-30deg);
	background: #FFFFFF;
	box-shadow: 0px 0px 10px rgba(13,51,211,0.15);
	transition: all 0.4s;
}
.arrowsbox .swiper-button-prev{
	margin-top: -15px;
	margin-right: 15px;
}
.arrowsbox .swiper-button-next:hover, .arrowsbox .swiper-button-prev:hover{
	background: #0d33d3;
}
.arrowsbox .swiper-button-next i, .arrowsbox .swiper-button-prev i{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 26px;
	height: 16px;
	transform: skewX(30deg);
}
/*.arrowsbox .swiper-button-prev i{
	background: url(../images/icon13a.png);
}
.arrowsbox .swiper-button-next i{
	background: url(../images/icon14a.png);
}
.arrowsbox .swiper-button-prev:hover i{
	background: url(../images/icon13.png);
}
.arrowsbox .swiper-button-next:hover i{
	background: url(../images/icon14.png);
}*/
/*.index_service .arrowsbox .swiper-button-next, .index_service .arrowsbox .swiper-button-prev{
	background: #0d33d3;
}
.index_service .arrowsbox .swiper-button-next.swiper-button-disabled, 
.index_service .arrowsbox .swiper-button-prev.swiper-button-disabled{
	background: #FFFFFF;
}
.index_service .arrowsbox .swiper-button-prev i{
	background-image: url(../images/icon13.png);
	background-size: 100% auto;
}
.index_service .arrowsbox .swiper-button-next i{
	background-image: url(../images/icon14.png);
	background-size: 100% auto;
}
.index_service .arrowsbox .swiper-button-prev:hover i{
	background-image: url(../images/icon13.png);
}
.index_service .arrowsbox .swiper-button-next:hover i{
	background-image: url(../images/icon14.png);
}
.index_service .arrowsbox .swiper-button-next.swiper-button-disabled i{
	background-image: url(../images/icon14a.png);
}
.index_service .arrowsbox .swiper-button-prev.swiper-button-disabled i{
	background-image: url(../images/icon13a.png);
}*/
.index_service .arrowsbox .swiper-button-next, 
.index_service .arrowsbox .swiper-button-prev{
	background-color: #FFFFFF;
}
.index_service .arrowsbox .swiper-button-next:hover, 
.index_service .arrowsbox .swiper-button-prev:hover{
	background-color: #0d33d3;
}
.index_service .arrowsbox .swiper-button-next.swiper-button-disabled, 
.index_service .arrowsbox .swiper-button-prev.swiper-button-disabled{
	background-color: #FFFFFF;
}
.index_service .arrowsbox .swiper-button-prev i{
	background-image: url(../images/icon13a.png);
	background-size: 100% auto;
}
.index_service .arrowsbox .swiper-button-next i{
	background-image: url(../images/icon14a.png);
	background-size: 100% auto;
}
.index_service .arrowsbox .swiper-button-prev:hover i{
	background-image: url(../images/icon13.png);
}
.index_service .arrowsbox .swiper-button-next:hover i{
	background-image: url(../images/icon14.png);
}
.index_service .arrowsbox .swiper-button-next.swiper-button-disabled i{
	background-image: url(../images/icon14a.png);
}
.index_service .arrowsbox .swiper-button-prev.swiper-button-disabled i{
	background-image: url(../images/icon13a.png);
}

.development .arrowsbox .swiper-button-prev i{
	background-image: url(../images/icon13a.png);
	background-size: 100% auto;
}
.development .arrowsbox .swiper-button-next i{
	background-image: url(../images/icon14a.png);
	background-size: 100% auto;
}
.development .arrowsbox .swiper-button-prev:hover i{
	background-image: url(../images/icon13.png);
}
.development .arrowsbox .swiper-button-next:hover i{
	background-image: url(../images/icon14.png);
}
/*index_about*/
.index_about{
	padding-bottom: 100px;
}
.index_about .imgBox{
	position: relative;
}
.index_about .imgBox img{
	width: 100%;
}
.index_about .com_wrap{
	display: flex;
	justify-content: space-between;
}
.index_about .content{
	margin-top: -15.6%;
	background-position: top 21% left;
	background-size: 57.66% auto;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
.index_about .content .textBox{
	width: 50%;
	padding-top: 30%;
}
.index_about .content .textBox .comtxt{
	margin-top: 40px;
	margin-bottom: 35px;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.index_about .numberBox{
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(2,minmax(0,1fr));
	gap:20px;
	width: 45%;
}
.index_about .numberBox ul:first-child{
	margin-top: 110px;
}
.index_about .numberBox ul li{
	padding: 45px 20px 30px;
	background: #FFFFFF;
	box-shadow: 0px 0px 10px rgba(13,51,211,0.15);
	margin-bottom: 20px;
	text-align: center;
}
.index_about .numberBox ul li .iconBox{
	max-width: 71%;
	margin: 0 auto 25px;
	overflow: hidden;
}
.index_about .numberBox ul li .iconBox img{
	width: 100%;
	transition: all 0.45s;
}
.index_about .numberBox ul li:hover .iconBox img{
	transform: scale(0.95);
}
.index_about .numberBox ul li .h5{
	font-family: "BebasNeue"; 
	color: #0D33D3;
	font-size: 40px;
}
.index_about .numberBox ul li .comtxt{
	color: rgba(13,51,211,0.6);
}

/*index_new*/
.index_new{
	padding-bottom: 200px;
}
.index_new .topic{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.index_new .swiper-container{
	margin-top: 50px;
}
.newswiper{
	box-shadow: 0px 0px 10px rgba(13,51,211,0.15);
}
.newswiper .swiper-slide a{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.newswiper .imgBox{
	width: 63.125%;
}
.newswiper .imgBox img{
	width: 100%;
}
.newswiper .textBox{
	width: 36.875%;
	padding: 3% 2.5% 3% 4.375%;
	box-sizing: border-box;
}
.newswiper .textBox .t2{
	margin: 20px 0px;
}
.newswiper .textBox .t3{
	margin-bottom: 20%;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.newswiper .textBox .t4 span{
	position: relative;
	padding-right: 30px;
	transition: all 0.3s;
}
.newswiper .textBox .t4 span:hover{
	color: #0d33d3;
}
.newswiper .textBox .t4 span i{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 16px;
	height: 16px;
	background: url(../images/icon28.png) center no-repeat;
	background-size: 100% 100%;
}
.newswiper .textBox .t4 span:hover i{
	background: url(../images/icon28a.png) center no-repeat;
	background-size: 100% 100%;
}
.newswiper .textBox .t4 img{
	margin-left: 10px;
}
.newswiper .swiper-pagination{
	width: 94%;
	right: 0;
	margin: auto;
	text-align: left;
}
.newswiper .swiper-pagination-bullet{
	width: 21px;
	height: 7px;
	opacity: 1;
	background: #FFFFFF;
	border-radius: 0;
	transform: skewX(-45deg);
}
.newswiper .swiper-pagination-bullet-active{
	background-color: #0d33d3;
}
.newswiper.swiper-container-horizontal>.swiper-pagination-bullets, 
.newswiper .swiper-pagination-custom, 
.newswiper .swiper-pagination-fraction{
	bottom: 40px;
}
.newswiper.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 20px 0 0;
}

.caseVideo{
	padding-top: 9.375%;
}
.caseVideo .videoBg{
	position: relative;
}
.caseVideo .videoBg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.caseVideo .videoBg .mask{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
	width: 59px;
	height: 59px;
	background: url(../images/icon24.png) center no-repeat;
}
.caseVideo .video-box{
	display: none;
}
.caseVideo .swiper-pagination{
	max-width: 1600px;
	width: 90%;
	right: 0;
	margin: auto;
	text-align: center;
}
.caseVideo .swiper-pagination-bullet{
	width: 21px;
	height: 7px;
	opacity: 1;
	background: #FFFFFF;
	border-radius: 0;
	transform: skewX(-45deg);
}
.caseVideo .swiper-pagination-bullet-active{
	background-color: #0d33d3;
}
.caseVideo .swiper-container-horizontal>.swiper-pagination-bullets, 
.caseVideo .swiper-pagination-custom, 
.caseVideo .swiper-pagination-fraction{
	bottom: 54px;
}
.caseVideo .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 20px 0 0;
}
.video{
	position:relative;
	overflow:hidden;
	width:60%;
	height:60%;
	margin:10% auto 0 auto;
}
.video-cover{
	position: relative;
	background:rgba(0,0,0,0.3);
}
.video-cover .play-ico{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	width: 59px;
	height: 59px;
}
.video-cover .videoImg{
	display: block;
	width: 100%;
}

.caselist{
	margin-top: 55px;
	padding-bottom: 9.375%;
}
.caselist ul li{
	float: left;
	width: calc((100% - 40px) / 2);
	margin-right: 40px;
	margin-bottom: 65px;
}
.caselist ul li:nth-child(2n){
	margin-right: 0;
}
.module{
	position: relative;
}
.module a{
	display: block;
	width: 100%;
}
.module .imgBox{
	overflow: hidden;
}
.module .imgBox img{
	width: 100%;
	transition: all 0.4s ease;
}
.module:hover .imgBox img{
	transform: scale(1.04);
}
.module .textBox{
	position: relative;
	z-index: 2;
	margin: -65px auto 0px;
	padding: 0px 30px;
}
.module .textBox .text{
	box-shadow: 0px 0px 10px rgba(13,51,211,0.15);
	background-color: #FFFFFF;
	padding: 40px 30px;
	box-sizing: border-box;
	text-align: center;
}
.module .textBox .t1{
	margin-bottom: 5px;
}
.module .textBox .t2{
	max-width: 580px;
	width: 100%;
	margin: auto;
}
.module .textBox .t3{
	line-height: 1.5;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.page{
    width: 100%;
    text-align: center;
}
.order .page-list, .notice .page-list, .customer-m .page-list{
	float: left;
}
.page-list{
	text-align: center;
	font-size: 0;
}
.page-list a{
	display: inline-block;
	vertical-align: top;
   	padding: 0px 12px;
   	min-width: 60px;
   	height: 60px;
   	line-height: 58px;
	margin-bottom: 5px;
	margin-right: 18px;
    text-align: center;
    font-family: "MontserratLight"; 
    font-size: 20px;
    color: rgba(0,0,0,0.6);
    border: rgba(13,51,211,0.2) solid 1px;
	background-color: #FFFFFF;
    overflow: hidden;
	box-sizing: border-box;
	transition: all 0.3s;
}
.page-list a:last-child{
	margin-right: 0;
}
.page-list a.fyprev,
.page-list a.fynext{
	min-width: 140px;
}
.inquire .page-list a.fyprev,
.inquire .page-list a.fynext{
	min-width: 120px;
}
/*.page-list a.fyprev{
	border: none;
	background: url(../images/img54.png) center no-repeat;
}
.page-list a.fynext{
	border: none;
	background: url(../images/img55.png) center no-repeat;
}
.page-list a.fyprev:hover{
	border: none;
	background: url(../images/img54a.png) center no-repeat;
}
.page-list a.fynext:hover{
	border: none;
	background: url(../images/img55a.png) center no-repeat;
}*/
.page-list a:hover,
.page-list a.on{
    color: #ffffff;
    border: #0d33d3 solid 1px;
    background-color: #0d33d3;
}
.location{
}
.screen_top .location{
	position: absolute;
  	top: 0px;
  	left: 0;
  	z-index: 6;
  	width: 100%;
  	background: none;
}
.location .cont{
  	width: 100%;
  	overflow: hidden;
  	padding: 25px 0px;
  	text-align: left;
  	font-size: 0px;
  	font-family: "MontserratLight";
  	color: rgba(0,0,0,0.6);
  	font-size: 20px;
  	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.location .cont a{
	color: rgba(0,0,0,0.6);
}
.location .cont a,
.location .cont span{
	display: inline-block;
	vertical-align: middle;
}
.location .cont a.on,
.location .cont a:hover{
	color: #0d33d3;
}
.location .cont span{
  	margin: 0px 6px;
}
.case-detail{
	padding-top: 50px;
	padding-bottom: 10%;
}
.case-detail .left_w{
	float: left;
	width: 62.5%;
	padding-top: 30px;
}
.case-detail .right_w{
	float: right;
	width: 28.5%;
}
.case-detail .right_w .title{
	/*font-family: "MontserratBold";
	color: #000000;
	font-size: 30px;*/
	padding-bottom: 20px;
	margin-bottom: 45px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.detailContent .box{
	padding-top: 55px;
	padding-bottom: 70px;
	border-top: 1px solid rgba(0,0,0,0.1);
}
.detailContent .title .h1{
	margin-bottom: 30px;
}
.detail_share ul{
	font-size: 0;
	text-align: left;
}
.detail_share ul li{
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 25px;
}
.detail_share ul li a{
	display: block;
}
.detail_share ul li .ic2{
	display: none;
}
.detail_share ul li:hover .ic1{
	display: none;
}
.detail_share ul li:hover .ic2{
	display: inline-block;
}
.detailContent .box .smTitle{
	color: #000000; 
	font-size: 20px; 
	font-family: "MontserratBold";
}
.detailContent .box img{
	display: block;
	margin: auto;
	max-width: 100%
}
.detail-pager{
	position: relative;
	padding-top: 45px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid rgba(0,0,0,0.1);
}
.detail-pager a{
	position: relative;
	z-index: 1;
	min-width: 160px;
	color: rgba(0,0,0,0.6);
	line-height: 58px;
	padding: 0px 20px;
	border: 1px solid rgba(0,0,0,0.1);
	transition: all 0.4s ease;
	box-sizing: border-box;
	text-align: center;
	overflow: hidden;
}
.detail-pager a:hover{
	color: #FFFFFF;
}
.detail-pager a:before{
	content: '';
	width: 120%;
    height: 300%;
    position: absolute;
    top: 90%;
    left: -110%;
    z-index: -1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #0d33d3;
    transition: all 0.4s;
    transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.detail-pager a:focus:before, 
.detail-pager a:hover:before{
	top: -80%;
	left: -10%;
}
.page_prev{
	float: left;
}
.page_next{
	float: right;
}
.RelevantCase ul li{
	margin-bottom: 55px;
}
/*news*/
.mainNews{
	padding-top: 9.375%;
}
.news{
	padding-top: 90px;
	padding-bottom: 10.4%;
}
.selectYear{
	
}
.selectYear select{
	display: inline-block;
	min-width: 160px;
	font-family: "MontserratLight";
	font-size: 16px;
    color: rgba(0,0,0,0.6);
	line-height: 48px;
	height: 50px;
	padding-left: 20px;
	padding-right: 50px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	background: #ffffff url(../images/icon29.png) center right 15px no-repeat;
	background-size: 12px auto;
	cursor:pointer;
    box-sizing: border-box;
    border: 1px solid rgba(0,0,0,0.1);
}
.newslist{
	margin-top: 35px;
	border-top: 1px solid rgba(0,0,0,0.1);
}
.newslist ul{
	margin-bottom: 80px;
}
.newslist ul li a{
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
	padding: 60px 0px;
}
.newslist ul li a:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: rgba(0,0,0,0.1);
	transition: all 0.6s;
}
.newslist ul li a:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background: #0d33d3;
	transition: all 0.6s;
}
.newslist ul li:hover a:before{
	width: 100%;
}
.newslist ul li .imgBox{
	float: right;
	width: 420px;
	overflow: hidden;
}
.newslist ul li .imgBox img{
	width: 100%;
	transition: all 0.4s;
}
.newslist ul li:hover .imgBox img{
	transform: scale(1.04);
}
.newslist ul li .textBox{
	float: left;
	max-width: 61.875%;
	width: calc(100% - 450px);
}
.newslist ul li .textBox .t1{
	margin-bottom: 10px;
	margin-top: 20px;
}
.newslist ul li .textBox .t2{
	transition: all 0.4s;
}
.newslist ul li:hover .textBox .t2{
	color: #0d33d3;
}
.newslist ul li .textBox .t3{
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.new-detail{
	padding-top: 60px;
}
.new-detail .title{
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}
.new-detail .title .left_w{
	flex: 1;
}
.new-detail .title .right_w .date{
	padding-left: 15px;
	/*font-family: "MontserratLight"; 
	color: rgba(0,0,0,0.6);
	font-size: 20px;*/
}
.new-detail .wrap{
	padding: 5% 9.375% 9.375%;
	box-shadow: 0px 0px 10px rgba(13,51,211,0.15);
}
.OtherNews{
	padding-top: 6.51%;
	padding-bottom: 9.5%;
}
.OtherNews .h1{
	text-align: center;
	margin-bottom: 55px;
}
.OtherNews ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.OtherNews ul li{
	float: left;
	width: 31.8333%;
	margin-right: 2.25%;
	box-shadow: 0px 0px 10px rgba(13,51,211,0.15);
}
.OtherNews ul li:nth-child(3n){
	margin-right: 0;
}
.OtherNews ul li a{
	display: block;
	width: 100%;
}
.OtherNews ul li .imgBox{
	width: 100%;
	overflow: hidden;
}
.OtherNews ul li .imgBox img{
	width: 100%;
	transition: all 0.4s ;
}
.OtherNews ul li:hover .imgBox img{
	transform: scale(1.04);
}
.OtherNews ul li .textBox{
	padding: 30px;
}
.OtherNews ul li:hover .textBox .com24{
	color: #0d33d3;
}

/*support*/
.support{
	padding-top: 9.375%;
	padding-bottom: 12.5%;
}
.support .box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.support .brandList{
	width: 27.25%;
}
.support .brandList ul li{
	margin-bottom: 20px;
}
.support .brandList ul li a{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 140px;
	padding: 30px;
	box-shadow: 0px 0px 10px rgba(13,51,211,0.15);
	box-sizing: border-box;
}
.support .brandList ul li .ic2{
	display: none;
}
.support .brandList ul li.on .ic1,
.support .brandList ul li:hover .ic1{
	display: none;
}
.support .brandList ul li.on .ic2,
.support .brandList ul li:hover .ic2{
	display: block;
}
.support .typeList{
	width: 69.5%;
}
.support .typeList ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.support .typeList ul li{
	width: calc((100% - 20px) / 2);
	margin-bottom: 20px;
	box-shadow: 0px 0px 10px rgba(13,51,211,0.15);
}
.support .typeList ul li:nth-child(2n){
	margin-right: 0;
}
.support .typeList ul li a{
	display: block;
	width: 100%;
	padding: 30px;
	box-sizing: border-box;
}
.support .typeList ul li .imgBox{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 270px;
	padding-bottom: 20px;
	box-sizing: border-box;
	overflow: hidden;
}
.support .typeList ul li .imgBox img{
	max-width: 100%;
	max-height: 100%;
	transition: all 0.4s;
}
.support .typeList ul li:hover .imgBox img{
	transform: scale(1.08);
}
.support .typeList ul li .text{
	text-align: center;
}
.paddingT100{
	padding-top: 100px;
}
.support-detail{
	padding-top: 60px;
	padding-bottom: 60px;
}
.support-detail .box{
	position: relative;
	z-index: 1;
	padding: 6.25% 6.25% 120px 7.5%;
	/*display: flex;
	justify-content: space-between;*/
}
.support-detail .box:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: calc(100% - 210px);
	/*box-shadow: 0px 0px 10px rgba(13,51,211,0.15);*/
}
.support-detail .box .imgBox{
	float: left;
	width: 40.7272%;
	background-color: #f9f9f9;
}
.support-detail .box .imgBox img{
	display: block;
	width: 100%;
}
.support-detail .box .textBox{
	float: right;
	width: 50.9%;
	padding-top: 60px;
	/*padding-bottom: 150px;*/
}

.support-detail .box .textBox .t1{
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.support-detail .box .textBox .t2{
	
}

/*faq*/
.faq{
	padding-top: 9.375%;
	padding-bottom: 10.4%;
}
.faqType ul{
	display: flex;
	flex-wrap: wrap;
}
.faqType ul li{
	width: 24.375%;
	margin-right: 0.8333333%;
	margin-bottom: 20px;
}
.faqType ul li:nth-child(4n){
	margin-right: 0;
}
.faqType ul li a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 92px;
	font-family: "MontserratRegular";
	color: #000000;
	padding: 10px 20px;
	box-sizing: border-box;
	box-shadow: 0px 0px 10px rgba(13,51,211,0.15);
	transition: all 0.3s;
}
.faqType ul li.on a,
.faqType ul li:hover a{
	color: #FFFFFF;
	background-color: #0d33d3;
}
.faqList>ul{
	padding-bottom: 50px;
}
.faqList>ul>li{
	padding: 0px 50px 0px 75px;
	box-shadow: 0px 0px 10px rgba(13,51,211,0.15);
	margin-bottom: 20px;
}
.faqList ul li .crosshead{
    position: relative;
    padding-right: 40px;
    padding-top: 32px;
    padding-bottom: 32px;
    line-height: 1.5;
    box-sizing: border-box;
    transition: all 0.4s ease;
    cursor: pointer;
}
.faqList ul li.on .crosshead{
	color: #0d33d3;
}
.faqList ul li .crosshead:before{
	content: '';
	position: absolute;
	left: -25px;
	top: 40px;
	width: 3px;
	height: 20px;
	background: rgba(13,51,211,0.3);
}
.faqList ul li .ic{
    position: absolute;
    top: 40px;
    right: 0;
    width: 20px;
    height: 20px;
    /*background: url(../images/icon30.png) center no-repeat;
    background-size: 20px 20px;*/
}
.faqList ul li .ic:before,
.faqList ul li .ic:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 20px;
	height: 2px;
	margin: auto;
	background-color: #000000;
	transition: all 0.4s;
}
.faqList ul li .ic:after{
	transform: rotate(-90deg);
}
.faqList ul li.on .ic:after{
	transform: rotate(0deg);
	background-color: #0d33d3;
}
.faqList ul li.on .ic:before{
	background-color: #0d33d3;
}
.faqList ul li .text {
    display: none;
    padding-bottom: 50px;
    color: #606060;
    padding-top: 30px;
    border-top: 2px solid rgba(13,51,211,0.1);
}
.faqList ul li .text ol li{
	list-style-type: upper-alpha;
}
/*contact*/
.contact{
	padding-top: 9.375%;
	padding-bottom: 9%;
}
.contact .imgBox{
	width: 100%;
	overflow: hidden;
}
.contact .imgBox img{
	width: 100%;
}
.contact .textBox{
	position: relative;
	z-index: 2;
	margin: -140px auto 0px;
	padding: 0px 50px;
}
.contact .textBox .text{
	padding: 50px 90px 70px 90px;
	background: #ffffff url(../images/img31.png) right bottom;
	background-size: 34.6% auto;
	background-repeat: no-repeat;
	box-shadow: 0px 0px 10px rgba(13,51,211,0.15);
}
.contact .textBox .text .t1{
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid rgba(0,0,0,0.06);
}
.contact .textBox .text ul li{
	margin-bottom: 5px;
}
.contactInfor{
	position: relative;
	padding-top: 120px;
	/*padding-bottom: 10%;*/
	padding-bottom: 140px;
}
.contactInfor:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	/*height: 82%;*/
	height: 100%;
	background: #f9f9f9;
}
.contactInfor .wrap{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.contactInfor .wrap .textBox{
	width: 50.625%;
}
.contactInfor .wrap .box{
	width: 100%;
	overflow: hidden;
	margin-top: 40px;
}
.contactInfor .wrap .box .half{
	float: left;
	width: -moz-calc((100% - 10px) / 2);
	width: -webkit-calc((100% - 10px) / 2);
	width: calc((100% - 10px) / 2);
	margin-right: 10px;
	margin-bottom: 25px;
}
.contactInfor .wrap .box .half:nth-child(2n){
	margin-right: 0;
}
.contactInfor .wrap .box .inputli,
.contactInfor .wrap .box .textli{
	padding-left: 25px;
	padding-right: 25px;
	box-sizing: border-box;
	overflow: hidden;
	background-color: #FFFFFF;
}
.contactInfor .wrap .box .textli{
	padding-top: 15px;
	padding-bottom: 20px;
}
.contactInfor .wrap .box .sp{
	float: left;
	min-width: 65px;
	margin-right: 10px;
	font-family: "MontserratLight";
	color: rgba(0,0,0,0.4);
	font-size: 20px;
	height: 58px;
	line-height: 58px;
}
.contactInfor .wrap .box .textli .sp{
	height: auto;
	line-height: 1.7;
}
.contactInfor .wrap .box .sp .must{
	display: inline-block;
	margin-right: 5px;
	color: #445ba7;
}
.contactInfor .wrap .box .xtxt{
	font-family: "MontserratLight";
    color: rgba(0,0,0,0.4);
    font-size: 20px;
    margin-bottom: 10px;
}
.contactInfor .wrap .box .inputli input{
	width: 100%;
	overflow: hidden;
	font-family: "MontserratLight";
	color: rgba(0,0,0,0.4);
	font-size: 20px;
	height: 56px;
	line-height: 56px;
}
.contactInfor .wrap .box .inputli input::-webkit-input-placeholder,
.contactInfor .wrap .box textarea::-webkit-input-placeholder{
	font-family: "MontserratLight";
	color: rgba(0,0,0,0.4);
	font-size: 20px;
}

.contactInfor .wrap .box .inputli input::-moz-placeholder,
.contactInfor .wrap .box textarea::-moz-placeholder{ /* Mozilla Firefox 19+ */
    font-family: "MontserratLight";
	color: rgba(0,0,0,0.4);
	font-size: 20px;
}

.contactInfor .wrap .box .inputli input:-moz-placeholder,
.contactInfor .wrap .box textarea:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */
    font-family: "MontserratLight";
	color: rgba(0,0,0,0.4);
	font-size: 20px;
}

.contactInfor .wrap .box .inputli input:-ms-input-placeholder,
.contactInfor .wrap .box textarea:-ms-input-placeholder{ /* Internet Explorer 10-11 */
    font-family: "MontserratLight";
	color: rgba(0,0,0,0.4);
	font-size: 20px;
}
.contactInfor .wrap .box textarea{
	float: left;
	width: 100%;
	background: none;
	border: none;
	outline: none;
	font-family: "MontserratLight";
	color: rgba(0,0,0,0.4);
	font-size: 20px;
	line-height: 1.8;
	min-height: 141px;
}
.contactInfor .wrap .btn{
	float: left;
	width: 100%;
	margin-top: 35px;
}
.contactInfor .wrap .btn input{
	width: 200px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	background: #0d33d3;
	font-family: "MontserratLight";
	color: #FFFFFF;
	font-size: 20px;
}
.contactInfor .wrap .imgBox{
	position: relative;
	z-index: 1;
	width: 37.2%;
}
.contactInfor .wrap .imgBox img{
	width: 100%;
}
.inquire{
	padding-top: 9.375%;
	padding-bottom: 9.375%;
}
.inquire .selectionBox{
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	padding-bottom: 70px;
}
.inquire .selectionBox .selectLi{
	width: 31.25%;
	margin-bottom: 30px;
}
.inquire .selectionBox .selectLi select{
	width: 100%;
    font-family: "MontserratLight";
    font-size: 20px;
    color: rgba(0,0,0,0.6);
    line-height: 58px;
    height: 60px;
    padding-left: 30px;
    padding-right: 60px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background: #ffffff url(../images/icon29.png) center right 30px no-repeat;
    background-size: 12px auto;
    cursor: pointer;
    box-sizing: border-box;
    border: 1px solid rgba(13,51,211,0.2);
}
.inquire .inquireTable table{
	width: 100%;
	border-collapse: collapse;
}
.inquire .inquireTable table th{
	font-family: "MontserratLight";
	font-size: 24px;
	color: #FFFFFF;
	height: 70px;
	background: #0d33d3;
	border: #3d5cdc solid 1px;
}
.inquire .inquireTable table td{
	font-family: "MontserratLight";
	font-size: 20px;
	color: #000000;
	border: rgba(13,51,211,0.2) solid 1px;
	text-align: center;
	height: 220px;
	width: 22.5%;
	padding: 10px;
	box-sizing: border-box;
}
.inquire .inquireTable table td:first-child{
	width: 32.5%;
}
.inquire .inquireTable table td img{
	max-width: 90%;
}
.inquire .box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 60px;
}
.inquire .box .total{
	font-family: "MontserratLight";
	font-size: 20px;
	color: rgba(0,0,0,0.6);
}
.morebanner{
	padding-top: 130px;
	padding-bottom: 130px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}
.morebanner .com50{
	color: #FFFFFF;
}
.morebanner .btnBox{
	margin-top: 30px;
}
.morebanner .btnBox a{
	position: relative;
	z-index: 1;
	display: inline-block;
	min-width: 180px;
	height: 60px;
	line-height: 58px;
	font-family: "MontserratLight"; 
	font-size: 16px;
	color: #FFFFFF;
	box-sizing: border-box;
	border: rgba(255,255,255,0.2) solid 1px;
	transition: all 0.4s;
	overflow: hidden;
}
.morebanner .btnBox a:hover{
	border: #0d33d3 solid 1px;
}
.morebanner .btnBox a:before{
	content: '';
	width: 100%;
    height: 300%;
    position: absolute;
    top: 90%;
    left: -110%;
    z-index: -1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #0d33d3;
    transition: all 0.4s;
    transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.morebanner .btnBox a:focus:before, 
.morebanner .btnBox a:hover:before{
	top: -100%;
	left: 0%;
}
/**/
.profile{
	position: relative;
	padding-top: 9.375%;
	padding-bottom: 120px;
}
.profile .imgBox{
	padding-left: calc((100% - 1600px) / 2);
	overflow: hidden;
}
.profile .imgBox img{
	width: 100%;
}
.profile .textBox{
	position: relative;
	z-index: 1;
	margin-top: -230px;
	margin-right: calc((100% - 1600px) / 2);
}
.profile .textBox .text{
	position: relative;
	padding-top: 90px;
	padding-bottom: 90px;
	padding-left: calc((100vw - 1600px) / 2);
}
.profile .textBox .text:before{
	content: '';
	position: absolute;
	right: 12%;
	top: 0;
	z-index: -1;
	width: 120%;
	height: 100%;
	transform: skewX(-30deg);
	box-shadow: 0px 0px 10px rgba(13,51,211,0.15);
	background-color: #FFFFFF;
}
.profile .textBox .text .t1{
	margin-bottom: 25px;
}
.profile .textBox .graph{
  	float: right;
  	/*shape-outside: polygon(700px 0, 700px 1100px, 0 1100px);
  	clip-path: polygon(700px 0, 700px 1100px, 0 1100px);
  	background: transparent;
  	width: 700px;
  	height: 1100px; */
    shape-outside: polygon(540px 0, 540px 850px, 0px 850px);
    clip-path: polygon(540px 0, 540px 850px, 0px 850px);
    background: transparent;
    width: 540px;
    height: 850px;
}
.development{
	padding-top: 150px;
	padding-bottom: 180px;
	background: #f9f9f9 url(../images/img42.png) bottom -25px right;
	background-size: 38% auto;
	background-repeat: no-repeat;
}
.development .box{
	padding-left: calc((100% - 1600px) / 2);
}
.development .wrap{
	display: flex;
	justify-content: space-between;
}
.developSwiper{
	margin-top: 100px;
	padding-bottom: 10px;
	background: url(../images/img43.png) top 190px left no-repeat;
	background-size: 100% auto;
}
.developSwiper .swiper-slide{
	display: flex;
	height: 600px;
	padding-bottom: 10px;
	box-sizing: border-box;
}
.developSwiper .swiper-slide.on1,
.developSwiper .swiper-slide.on3{
	align-items: flex-start;
}
.developSwiper .swiper-slide.on2{
	align-items: flex-end;
}
.developSwiper .slideBox{
	position: relative;
	display: flex;
	height: 400px;
}
.developSwiper .swiper-slide-active .slideBox,
.developSwiper .swiper-slide.on1 .slideBox,
.developSwiper .swiper-slide.on3 .slideBox{
	align-items: flex-start;
}
.developSwiper .swiper-slide.on2 .slideBox{
	align-items: flex-end;
}
.developSwiper .swiper-slide-active .slideBox,
.developSwiper .swiper-slide.on1 .slideBox{
	padding-top: 40px;
}
.developSwiper .swiper-slide.on2 .slideBox{
	padding-bottom: 10px;
}
.developSwiper .swiper-slide.on3 .slideBox{
	padding-top: 10px;
}
.developSwiper .slideBox .spot{
	position: absolute;
	left: 50px;
	margin-left: -12px;
	width: 24px;
	height: 24px;
	border: #cacaca solid 1px;
	border-radius: 50%;
}
.developSwiper .swiper-slide.on1 .slideBox .spot,
.developSwiper .swiper-slide-active .slideBox .spot{
	bottom: 100px;
	border: #0d33d3 solid 1px;
}
.developSwiper .swiper-slide.on2 .slideBox .spot{
	top: 25px;
}
.developSwiper .swiper-slide.on3 .slideBox .spot{
	bottom: 105px;
}
.developSwiper .slideBox .spot:before{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #cacaca;
}
.developSwiper .swiper-slide.on1 .slideBox .spot:before,
.developSwiper .swiper-slide-active .slideBox .spot:before{
	background-color: #0d33d3;
}
.developSwiper .slideBox .spot:after{
	content: '';
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0%);
	width: 1px;
	height: 150px;
	background-color: #cacaca;
}
.developSwiper .swiper-slide.on1 .slideBox .spot:after,
.developSwiper .swiper-slide-active .slideBox .spot:after{
	bottom: 25px;
	background-color: #0d33d3;
}
.developSwiper .swiper-slide.on2 .slideBox .spot:after{
	top: 25px;
}
.developSwiper .swiper-slide.on3 .slideBox .spot:after{
	bottom: 25px;
}
.developSwiper .slideBox .year{
	position: absolute;
	left: 20px;
	font-family: "MontserratBold"; 
	color: #cacaca;
}
.developSwiper .swiper-slide.on1 .slideBox .year,
.developSwiper .swiper-slide-active .slideBox .year{
	color: #0d33d3;
	bottom: 56px;
}
.developSwiper .swiper-slide.on2 .slideBox .year{
	top: -30px;
}
.developSwiper .swiper-slide.on3 .slideBox .year{
	bottom: 56px;
}
.developSwiper .swiper-slide-active .slideBox .year{
	color: #0d33d3;
}
.developSwiper .slideBox .text{
	position: relative;
	z-index: 2;
	width: 72%;
	box-shadow: 0px 0px 10px rgba(13,51,211,0.15);
	padding: 30px 50px;
	box-sizing: border-box;
	/*height: 210px;*/
	margin-left: 10px;
	background-color: #f9f9f9;
}
.developSwiper .swiper-slide-active .slideBox .text{
	background-color: #0d33d3;
	color: #FFFFFF;
}
.developSwiper .swiper-slide.on2 .slideBox .text{
	margin-bottom: 30px;
}
/**/
.SpecialPage{
	padding-top: 7.8%;
	padding-bottom: 80px;
}
.SpecialPage .synopsis{
	padding-bottom: 7.5%;
}
.SpecialPage .ImageText ul li{
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-bottom: 9.5%;
}
.SpecialPage .ImageText ul li .imgBox{
	display: table-cell;
	vertical-align: middle;
	width: 57.1875%;
}
.SpecialPage .ImageText ul li:nth-child(odd) .imgBox{
	float: left;
}
.SpecialPage .ImageText ul li:nth-child(even) .imgBox{
	float: right;
}
.SpecialPage .ImageText ul li .textBox{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 36.25%;
}
.SpecialPage .ImageText ul li:nth-child(odd) .textBox{
	float: right;
	right: 0;
}
.SpecialPage .ImageText ul li:nth-child(even) .textBox{
	float: left;
	left: 0;
}
.SpecialPage .ImageText ul li .textBox .t1{
	margin-bottom: 20px;
}
.Advantages{
	position: relative;
	padding-bottom: 10.4%;
}
.Advantages:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 77%;
	background-color: #f9f9f9;
}
.Advantages .box{
	position: relative;
}
.Advantages .box .title{
	position: absolute;
	left: 0;
	top: 0;
}
.Advantages .box ul{
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
}
.Advantages .box ul li{
	width: 37.5%;
	margin-right: 1.25%;
	margin-bottom: 1.25%;
	padding: 70px 50px 60px 50px;
	box-shadow: 0px 0px 10px rgba(13,51,211,0.15);
	box-sizing: border-box;
	background-color: #FFFFFF;
}
.Advantages .box ul li:nth-child(1){
	margin-left: 23.75%;
}
.Advantages .box ul li:nth-child(2n){
	margin-right: 0;
}
.Advantages .box ul li .above{
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}
.Advantages .box ul li .above .digit{
	
}

.tutorial{
	padding-top: 9.375%;
	padding-bottom: 9.375%;
}
.tutorial .box ul{
	display: flex;
	/*justify-content: space-between;*/
	align-items: stretch;
	flex-wrap: wrap;
	padding-bottom: 30px;
}
.tutorial .box ul li{
	width: 31.875%;
	margin-right: 2.1875%;
	margin-bottom: 50px;
}
.tutorial .box ul li:nth-child(3n){
	margin-right: 0;
}
.tutorial .box ul li .imgBox{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.tutorial .box ul li .imgBox img{
	width: 100%;
	transition: all 0.4s;
}
.tutorial .box ul li:hover .imgBox img{
	transform: scale(1.04);
}
.tutorial .box ul li .imgBox .icon{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 59px;
    height: 59px;
    background: url(../images/icon24.png) center no-repeat;
    background-size: 100% auto;
}
.tutorial .box ul li .text{
	text-align: center;
	padding: 30px;
	box-shadow: 0px 0px 10px rgba(13,51,211,0.15);
	transition: all 0.3s;
}
.tutorial .box ul li:hover .text{
	background-color: #0d33d3;
	color: #FFFFFF;
}
/*视频弹窗样式*/
.bigPicLayer {
	display: none;
	max-width: 1200px;
	width: 90%;
	height: 675px;
	position: fixed;
	z-index: 13;
	top: 40% !important;
	margin-top: -180px;
	padding: 10px;
}
.bigPicLayer .close {
	display: block;
	width: 38px;
	height: 38px;
	background: url(../images/closebtn.png) no-repeat;
	right: -50px;
	top: -50px;
	position: relative;
	position: absolute;
	z-index: 12;
}
.bigPicLayer .close em {
	width: 1px;
	height: 50px;
	background: #009690;
	display: none;
	position: absolute;
	left: 50%;
	margin-left: -0.5px;
	top: 100%;
}
.bigPicLayer .imgDiv {
	text-align: center;
}
.bigPicLayer .imgDiv img {
	width: 100%;
}
.bigPicLayer .imgDiv span {
	display: block;
	text-align: center;
	font-size: 18px;
	margin-top: 16px;
	color: #fff;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
}
#Layer1 {
	position: fixed;
	z-index: 9;
	background: #000000;
	top: 0;
	left: 0;
	width: 100% !important;
}
/*.video_all{
	position:fixed; 
	top:0; 
	left:0; 
	z-index: 9; 
	display:none; 
	width:100%; 
	height:100%; 
	opacity:0.5; 
	-moz-opacity:0.5; 
	filter:alpha(opacity=50);
	background-color:#000;
}*/
@media screen and (max-width: 1440px) {
	.bigPicLayer {
		display: none;
		width: 600px;
		height: 350px;
		position: fixed;
		z-index: 111;
		top: 40% !important;
		margin-top: -100px;
		padding: 10px;
	}
}
@media screen and (max-width: 1004px) {
	.bigPicLayer {
		left: 50% !important;
		margin-left: -300px;
		box-sizing: border-box;
	}
	.bigPicLayer .imgDiv {
		height: 169px;
	}
}
@media only screen and (max-width: 767px){
	.bigPicLayer {
		display: none;
		position: fixed;
		width: 94%;
		height: auto;
		margin-left: 0px;
		top: 35% !important;
		left: 3% !important;
		z-index: 10;
	}
	
	.bigPicLayer .close {
		display: block;
		width: 40px;
		height: 40px;
		right: 0;
		top: -15%;
		position: absolute;
		background-size: cover;
		z-index: 10;
	}
	
}
@media only screen and (max-width: 480px){
	.bigPicLayer .close {
		width: 36px;
		height: 36px;
	}
	
}


@-webkit-keyframes fadeInUpSmall {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 80px, 0);
        transform: translate3d(0, 80px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUpSmall {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 80px, 0);
        transform: translate3d(0, 80px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUpSmall {
    -webkit-animation-name: fadeInUpSmall;
    animation-name: fadeInUpSmall;
}

@keyframes fadeup {
    0% {
        transform: translateY(60px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.fadeup {
    -webkit-animation-name: fadeup;
    animation-name: fadeup;
}

@keyframes faderight {
    0% {
        transform: translateX(60px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.faderight {
    -webkit-animation-name: faderight;
    animation-name: faderight;
}

@keyframes fadeleft {
    0% {
        transform: translateX(-60px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.fadeleft {
    -webkit-animation-name: fadeleft;
    animation-name: fadeleft;
}
@media screen and (min-width: 1921px){
	.index_about .content{
		background-position: top 28% left;
	}
	.index_about .content .textBox{
		padding-top: 36%;
	}
	/**/
	.caseVideo{
		padding-top: 180px;
	}
	.caselist{
		padding-bottom: 180px;
	}
	.mainNews{
		padding-top: 180px;
	}
	.news{
		padding-bottom: 200px;
	}
	.new-detail .wrap{
		padding: 100px 180px 180px;
	}
	.support{
		padding-top: 180px;
		padding-bottom: 240px;
	}
	.faq{
		padding-top: 180px;
		padding-bottom: 200px;
	}
	.contact{
		padding-top: 180px;
		padding-bottom: 170px;
	}
	.inquire{
		padding-top: 180px;
		padding-bottom: 180px;
	}
	.profile{
		padding-top: 180px;
	}
	.tutorial{
		padding-top: 180px;
		padding-bottom: 180px;
	}
	
}
@media screen and (max-width: 1680px){
	.header .nav ul li a{
		font-size: 18px;
	}
	.header .click_btn{
		width: 60px;
		height: 57px;
	}
	.header .click_line{
		width: 30px;
		height: 24px;
	}
	.header .click_btn.active .click_line::before {
	    transform: translateY(5px) rotate(45deg);
	}
	.header .click_btn.active .click_line::after {
	    transform: translateY(-5px) rotate(-45deg);
	}
	.menu_box .menuBox{
		padding-top: 8%;
	}
	.menu_box .menuBox .share_list{
		margin-top: 50px;
	}
	.i-banner .box .t1{
		font-size: 70px;
	}
	.loadbtn span, .loadbtn a, .morebtn span, .morebtn a{
		min-width: 180px;
		height: 56px;
    	line-height: 56px;
	}
	.lunbotu.swiper-container-horizontal>.swiper-pagination-bullets, .lunbotu .swiper-pagination-custom, .lunbotu .swiper-pagination-fraction{
		bottom: 70px;
	}
	.comtitle .h3{
		font-size: 120px;
	}
	.comtitle .h3 span{
		font-size: 44px;
	}
	.arrowsbox .swiper-button-next, .arrowsbox .swiper-button-prev{
		height: 50px;
	}
	.index_new{
    	padding-bottom: 180px;
    }
    .index_new .textBox .t3{
    	min-height: 180px;
    }
    /*about*/
   	.com50{
   		font-size: 48px;
   	}
    .com30{
    	font-size: 28px;
   	}
    .com20,
    .comtxt,
    .location .cont{
   		font-size: 18px;
    }
   .profile{
   	 	padding-bottom: 100px;
    }
   	.profile .imgBox{
   		padding-left: 5%;
   	}
   	.profile .textBox{
   		margin-right: 5%;
   	}
   	.profile .textBox .text{
   		padding-left: 5vw;
   		padding-top: 70px;
   		padding-bottom: 70px;
   	}
   	.profile .textBox .text:before{
   		right: 14%;
   	}
   	.profile .textBox .graph{
   		/*shape-outside: polygon(680px 0, 680px 680px, 270px 680px);
	  	clip-path: polygon(680px 0, 680px 680px, 270px 680px);
	  	background: transparent;
	  	width: 680px;
	  	height: 680px; */
	  	padding-right: 3%;
   	}
   	.development{
   		padding-top: 120px;
   		padding-bottom: 120px;
   	}
   	.developSwiper{
   		margin-top: 70px;
   	}
   	.development .box{
   		padding-left: 5%;
   	}
   	.developSwiper .swiper-slide.on1 .slideBox .spot, .developSwiper .swiper-slide-active .slideBox .spot{
   		bottom: 112px;
   	}
   	.developSwiper .swiper-slide.on2 .slideBox .spot{
   		top: 21px;
   	}
   	.developSwiper .swiper-slide.on3 .slideBox .spot{
   		bottom: 116px;
   	}
   	.developSwiper .slideBox .text{
   		width: 75%;
   		/*height: 200px;*/
   		padding: 30px 40px;
   	}
   	.developSwiper .swiper-slide.on1 .slideBox .year, .developSwiper .swiper-slide-active .slideBox .year{
   		bottom: 68px;
   	}
   	/**/
   	.caseVideo{
   		padding-top: 8%;
   	}
   	.caselist {
	    margin-top: 55px;
	    padding-bottom: 8%;
	}
	.module .textBox .text{
		padding: 35px 30px;
	}
   	.page-list a{
   		min-width: 54px;
	    height: 54px;
	    line-height: 52px;
	    font-size: 18px;
   	}
   	.page-list a.fyprev, .page-list a.fynext{
   		min-width: 120px;
   	}
   	.inquire .page-list a.fyprev, .inquire .page-list a.fynext{
   		min-width: 100px;
   	}
   	.morebanner .btnBox a{
   		min-width: 160px;
   		height: 56px;
		line-height: 54px;
   	}
   	/**/
   	.case-detail{
   		padding-top: 30px;
   		padding-bottom: 8%;
   	}
   	.case-detail .left_w{
   		width: 65%;
   		padding-top: 0;
   	}
   	.detailContent .box{
   		padding-top: 40px;
   	}
   	.case-detail .right_w .title{
   		margin-bottom: 40px;
   	}
   	.RelevantCase ul li{
   		margin-bottom: 45px;
   	}
   	.detail-pager a{
   		min-width: 150px;
   		line-height: 54px;
   	}
   	/*.contactInfor{
   		padding-bottom: 8%;
   	}*/
   	.contactInfor:before {
   		height: 100%;
   	}
   	.contactInfor .wrap .box .inputli input,
   	.contactInfor .wrap .box textarea,
   	.contactInfor .wrap .btn input{
   		font-size: 18px;
   	}
   	.contactInfor .wrap .box .inputli input::-webkit-input-placeholder,
	.contactInfor .wrap .box textarea::-webkit-input-placeholder{
		font-size: 18px;
	}	
	.contactInfor .wrap .box .inputli input::-moz-placeholder,
	.contactInfor .wrap .box textarea::-moz-placeholder{ 
		font-size: 18px;
	}	
	.contactInfor .wrap .box .inputli input:-moz-placeholder,
	.contactInfor .wrap .box textarea:-moz-placeholder{ 
		font-size: 18px;
	}
	.contactInfor .wrap .box .inputli input:-ms-input-placeholder,
	.contactInfor .wrap .box textarea:-ms-input-placeholder{ 
		font-size: 18px;
	}
	.contactInfor .wrap .box .xtxt{
	    font-size: 18px;
	}
	.contactInfor .wrap .imgBox{
		width: 40%;
	}
	/**/
	.faqType ul li a{
		height: 88px;
	}
	.faqList ul li .crosshead{
		padding-top: 28px;
		padding-bottom: 28px;
	}
	.faqList ul li .crosshead:before{
		top: 36px;
	}
	.faqList ul li .ic{
		top: 36px;
	}
	.faqList ul li .ic:before, .faqList ul li .ic:after{
		width: 18px;
	}
	/**/
	.mainNews {
	    padding-top: 8%;
	}
	.news{
		padding-bottom: 9%;
	}
	.new-detail .wrap{
		padding: 4% 7% 7%;
	}
	.OtherNews {
	    padding-top: 5%;
	    padding-bottom: 8%;
	}
	/**/
	.support {
	    padding-top: 8%;
	    padding-bottom: 10%;
	}
	.support-detail{
		padding-top: 50px;
		padding-bottom: 0px;
	}
	.support-detail .box{
		padding: 5% 5% 8% 6%;
	}
	.support-detail .box .textBox .t1{
		margin-bottom: 25px;
		padding-bottom: 25px;
	}
	/**/
	.tutorial{
		padding-top: 8%;
		padding-bottom: 8%;
	}
}
@media screen and (max-width: 1536px){
	.menu_box .menuBox{
		padding-top: 7%;
	}
	.i-banner .box .t1{
		font-size: 60px;
	}
	.comtitle .h3{
		font-size: 110px;
	}
	.comtitle .h3 span{
		font-size: 40px;
	}
	.index_service {
	    padding-top: 70px;
	    padding-bottom: 90px;
	    margin-bottom: 90px;
    }
    .index_service .swiper-container{
    	margin-top: 50px;
    }
    .index_service .textBox{
    	padding-top: 60px;
    }
    .index_service .textBox .t1{
    	font-size: 22px;
    	margin-bottom: 12px;
    }
    .index_service .textBox .iconBox{
    	top: -40px;
    	max-width: 80px;
    }
    .index_about .content{
    	margin-top: -20%;
    	background-position: top 30% left;
    }
    .index_new{
    	padding-bottom: 160px;
    }
    .index_new .textBox .t2{
    	font-size: 28px;
    }
    .index_new .textBox .t3{
    	min-height: 160px;
    }
    /*footer*/
    .footnav{
   		width: 68%;
    }
    /**/
   	.obanner .textTitle .word{
   		font-size: 45px;
   	}
    /*about*/
   	.profile{
   		padding-top: 90px;
   		padding-bottom: 90px;
   	}
   	.profile .textBox .text{
   		padding-top: 60px;
   		padding-bottom: 60px;
   	}
   	.profile .textBox .graph{
   		padding-right: 0;
   	}
   	.development{
   		padding-top: 90px;
   		padding-bottom: 100px;
   	}
   	.developSwiper{
   		margin-top: 60px;
   	}
   	.developSwiper .swiper-slide.on1 .slideBox .spot, .developSwiper .swiper-slide-active .slideBox .spot{
   		bottom: 130px;
   	}
   	.developSwiper .swiper-slide.on2 .slideBox .spot{
   		top: 18px;
   	}
   	.developSwiper .swiper-slide.on3 .slideBox .spot{
   		bottom: 128px;
   	}
	.developSwiper .slideBox .spot:after{
		height:180px;
	}
   	.developSwiper .slideBox .text{
   		padding: 25px 30px;
   	}
   	.developSwiper .swiper-slide.on1 .slideBox .year, .developSwiper .swiper-slide-active .slideBox .year{
   		bottom: 80px;
   	}
   	.developSwiper .swiper-slide.on3 .slideBox .year{
   		bottom: 80px;
   	}
   	/**/
   	.Advantages{
		padding-bottom: 9%;
	}
   	.Advantages .box ul li .above{
		margin-bottom: 50px;
	}
	/**/
	.contact{
		padding: 8% 0;
	}
	.contact .textBox .text{
		padding: 50px 70px 70px 70px;
	}
	.contactInfor{
		/*padding-top: 80px;
		padding-bottom: 7%;*/
		padding-top: 100px;
		padding-bottom: 100px;
	}
	/*.contactInfor:before{
		height: 76%;
	}*/
	/**/
	.inquire {
	    padding-top: 8%;
	    padding-bottom: 8%;
	}
	.inquire .selectionBox{
		padding-bottom: 50px;
	}
	.inquire .selectionBox .selectLi select{
		font-size: 18px;
	}
	.inquire .inquireTable table th{
		font-size: 21px;
	}
	.inquire .inquireTable table td{
		font-size: 18px;
		height: 200px;
	}
	.inquire .box .total{
		font-size: 18px;
	}
	
}	
@media screen and (max-width: 1440px){
	.header .nav ul li a{
		font-size: 16px;
	}
	.menu_box .menuBox{
		padding-top: 5%;
	}
	.menu_box .menuBox .share_list{
		margin-top: 40px;
	}
	.menu_box .menuBox .menu_list>li>a, .menu_box .menuBox .menu_list li .h4{
		font-size: 28px;
	}
	.i-banner .box .t1{
		font-size: 54px;
	}
	.comtitle .h3{
		font-size: 100px;
	}
	.comtitle .h3 span{
		font-size: 36px;
	}
	/*.comtxt{
		font-size: 14px;
	}*/
	.loadbtn span, .loadbtn a, .morebtn span, .morebtn a{
		min-width: 160px;
	    height: 50px;
	    line-height: 50px;
	    font-size: 14px;
	}
	.obanner .textTitle .word{
   		font-size: 42px;
   	}
	.index_service {
	    padding-bottom: 80px;
	    margin-bottom: 80px;
	}
	.index_service .textBox .t1{
		font-size: 20px;
	}
	.arrowsbox .swiper-button-next, .arrowsbox .swiper-button-prev{
		width: 80px;
		height: 45px;
	}
	.index_about{
		padding-bottom: 80px;
	}
	.index_about .content{
		margin-top: -18%;
    	background-position: top 23% left;
    }
    .index_new{
    	padding-bottom: 150px;
    }
    .index_new .textBox .t2{
    	font-size: 25px;
    }
    .index_new .textBox .t3{
    	min-height: 140px;
    }
    /*footer*/
   	.footer{
   		padding-top: 100px;
   	}
   	.footnav .h6{
	    padding-bottom: 20px;
	    margin-bottom: 20px;
   	}
   	.footnav .item .footshare li{
   		width: 45px;
   		height: 45px;
    }
    .footnav .item ul li{
    	font-size: 14px;
    }
    /**/
   	.com50{
   		font-size: 44px;
   	}
   	.com30{
		font-size: 26px;
	}
	.com24{
		font-size: 22px;
	}
	.com20,
	.comtxt,
	.location .cont{
		font-size: 16px;
	}
    /**/
   	.SpecialPage {
	    padding-top: 70px;
	    padding-bottom: 70px;
	}
	.SpecialPage .synopsis{
		padding-bottom: 6%;
	}
	.SpecialPage .ImageText ul li{
		margin-bottom: 7%;
	}
	.SpecialPage .ImageText ul li .textBox{
		width: 37.5%;
	}
	/*.contactInfor{
		padding-top: 70px;
	}*/
	.contactInfor .wrap .box .inputli input,
   	.contactInfor .wrap .box textarea,
   	.contactInfor .wrap .btn input{
   		height: 50px;
   		line-height: 50px;
   	}
   	/*.contactInfor:before{
		height: 80%;
	}*/
	.contactInfor .wrap .box .textli {
	    padding-top: 0;
	    padding-bottom: 0;
	}
	.contact{
		padding: 7% 0;
	}
	.faqType ul li a{
		height: 85px;
	}
	/**/
	.newslist ul{
		margin-bottom: 70px;
	}
	.newslist ul li a{
		padding: 50px 0px;
	}
	.new-detail{
		padding-top: 40px;
	}
	.OtherNews .h1{
		margin-bottom: 45px;
	}
	/**/
	.support .brandList ul li a{
		height: 130px;
    	padding: 25px;
	}
	.support-detail{
		padding-top: 40px;
	}
	.support-detail .box:before{
		height: calc(100% - 180px);
	}
	.support-detail .box .textBox{
		width: 53%;
		/*padding-bottom: 120px;*/
	}
	/**/
	.tutorial .box ul li .imgBox .icon{
		width: 54px;
		height: 54px;
	}
}
@media screen and (max-width: 1366px){
	.menu_box .menuBox .menu_list>li{
		margin-bottom: 10px;
	}
	.menu_box .menuBox .menu_list>li>a, .menu_box .menuBox .menu_list li .h4{
		font-size: 26px;
	}
}
@media screen and (max-width: 1280px){
	.header .logo{
		margin-right: 90px;
	}
	.header .nav ul li{
		margin-right: 50px;
	}
	.footer{
		padding-top: 90px;
	}
	/*.footer .foot_left{
		max-width: 25%;
	}*/
	.footer .footlogo{
		max-width: 85%;
	}
	.footnav{
		/*min-width: 72%;*/
	}
	.footnav .h6{
		font-size: 22px;
	}
	.footnav .item .footshare li {
	    width: 42px;
	    height: 42px;
	}
	
	.i-banner .box .t1{
		font-size: 50px;
	}
	.lunbotu.swiper-container-horizontal>.swiper-pagination-bullets, .lunbotu .swiper-pagination-custom, .lunbotu .swiper-pagination-fraction{
        left: 85px;
        bottom: 50px;
        position: relative;
        display: inline-block;
	}
	.lunbotu.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
	.newswiper.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
		margin: 0px 12px 0px 0px;
	}
	.obanner .textTitle .word{
   		font-size: 40px;
   	}
	.index_service {
	    padding-bottom: 60px;
	    margin-bottom: 70px;
	}
	.index_new{
		padding-bottom: 120px;
	}
	.newswiper.swiper-container-horizontal>.swiper-pagination-bullets, .newswiper .swiper-pagination-custom, .newswiper .swiper-pagination-fraction{
		bottom: 30px;
	}
	/*about*/
	.developSwiper .swiper-slide-active .slideBox, .developSwiper .swiper-slide.on1 .slideBox{
		padding-top: 10px;
	}
	.developSwiper .swiper-slide.on1 .slideBox .spot, .developSwiper .swiper-slide-active .slideBox .spot{
		bottom: 112px;
	}
	.developSwiper .swiper-slide.on1 .slideBox .year, .developSwiper .swiper-slide-active .slideBox .year{
		bottom: 70px;
	}
	.developSwiper .swiper-slide.on3 .slideBox .spot{
		bottom: 137px;
	}
	.developSwiper .swiper-slide.on3 .slideBox .year{
		bottom: 92px;
	}
	/**/
	.Advantages .box ul li{
		padding: 60px 40px;
	}
	.Advantages .box ul li .above{
		margin-bottom:40px;
	}
	.SpecialPage .ImageText ul li .imgBox{
		width: 52%;
	}
	.SpecialPage .ImageText ul li .textBox{
		width: 42%;
	}
	.SpecialPage .ImageText ul li .textBox .t1{
		line-height: 1.2;
	}
	/**/
	.module .textBox .text{
		padding: 30px 25px;
	}
	.page-list a{
   		min-width: 50px;
	    height: 50px;
	    line-height: 48px;
	    font-size: 16px;
	    margin-right: 12px;
   	}
   	.page-list a.fyprev, .page-list a.fynext{
   		min-width: 100px;
   	}
   	.detail-pager a {
	    min-width: 130px;
	    line-height: 50px;
	}
	.case-detail .right_w{
		width: 30%;
	}
	.contact .textBox .text {
	    padding: 40px 50px 60px 50px;
	}
	/**/
	.faq {
	    padding-top: 90px;
	    padding-bottom: 100px;
	}
	.faqType ul li a{
		height: 80px;
	}
	.faqList ul li .crosshead {
	    padding-top: 25px;
	    padding-bottom: 25px;
	}
	.faqList ul li .crosshead:before{
		top: 32px;
	}
	.faqList ul li .text{
		padding-top: 20px;
		padding-bottom: 40px;
	}
	.faqList ul li .ic{
		top: 32px;
	}
	/**/
	.inquire {
	    padding-top: 80px;
	    padding-bottom: 80px;
	}
	.inquire .selectionBox{
		padding-bottom: 40px;
	}
	.inquire .selectionBox .selectLi select{
		font-size: 16px;
		height: 56px;
		line-height: 54px;
		padding-left: 20px;
    	padding-right: 50px;
	}
	.inquire .inquireTable table th{
		font-size: 18px;
		height: 64px;
	}
	.inquire .inquireTable table td{
		font-size: 16px;
	}
	.inquire .box .total{
		font-size: 16px;
	}
	.morebanner .btnBox a{
   		min-width: 150px;
   		height: 50px;
		line-height: 48px;
		font-size: 15px;
   	}
	/**/
	.com50{
		font-size: 40px;
	}
	.new-detail{
		padding-top: 30px;
	}
	.new-detail .wrap{
		padding: 50px 70px 70px;
	}
	.OtherNews{
		padding-top: 70px;
		padding-bottom: 80px;
	}
	.OtherNews .h1{
		margin-bottom: 40px;
	}
	.OtherNews ul li .textBox{
		padding: 30px 25px;
	}
	/**/
	.support .brandList ul li a{
		height: 120px;
	}
	.support .typeList ul li .imgBox{
		height: 240px;
	}
	/**/
	.support-detail .box:before{
		height: calc(100% - 150px);
	}
	/**/
	.tutorial{
		padding-top: 7%;
		padding-bottom: 7%;
	}
	.tutorial .box ul li .text{
		padding: 25px 20px;
	}
	.contactInfor{
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.profile .textBox .graph {
	    shape-outside: polygon(450px 0, 450px 780px, 0px 780px);
	    clip-path: polygon(450px 0, 450px 780px, 0px 780px);
	    background: transparent;
	    width: 450px;
	    height: 780px;
	}
}
@media screen and (max-width: 1024px){
	.headwidth{
		width: 90%;
	}
	.header .left_w{
		padding: 25px 0px;
	}
	.header .logo{
		margin-right: 0;
	}
	.header.active .box .logo{
		filter: none !important;
	}
	.header .nav{
		display: none;
	}
	.header .click_btn{
		width: 50px;
		height: 44px;
	}
	.header .click_line {
	    width: 24px;
	    height: 24px;
	}
	.menu_box .imgBox{
		display: none;
	}
	.menu_box .menuBox{
		width: 100%;
		padding: 0 5%;
		margin-top: 130px;
	}
	.menu_box .menuBox .menu_list>li{
		margin-bottom: 15px;
	}
	.menu_box .menuBox .menu_list>li>a,
	.menu_box .menuBox .menu_list li .h4{
		font-size: 25px;
	}
	.menu_box .menuBox .share_list{
		display: none;
	}
	.paddingT100{
		padding-top: 70px;
	}
	/**/
	.footer{
		padding-top: 70px;
	}
	.footer .foot_left{
		width: 30%;
	}
	.footnav{
		width: 60%;
	}
	.footnav .item{
		max-width: 48%;
	}
	.footnav .item.other{
		display: none;
	}
	.footnav .item .footshare{
		display: none;
	}
	.footer .footBot{
		margin-top: 40px;
	}
	/**/
	.i-banner .box .t1{
		font-size: 44px;
	}
	.loadbtn span, .loadbtn a, .morebtn span, .morebtn a {
	    min-width: 140px;
	    height: 48px;
	    line-height: 48px;
	}
	.morebtn a img{
		margin-left: 10px;
	}
	.lunbotu .swiper-pagination-bullet,
	.newswiper .swiper-pagination-bullet{
		width: 18px;
		height: 6px;
	}
	.obanner .textTitle .word.bg{
   		font-size: 36px;
		padding: 30px 0px;
	}
	/**/
	.comtitle .h3{
		font-size: 90px;
	}
	.comtitle .h3 span{
		font-size: 32px;
	}
	.index_service{
		padding-bottom: 50px;
    	margin-bottom: 60px;
    	background-size: 75% auto;
	}
	.index_service .swiper-container{
		margin-top: 40px;
	}
	.index_service .below{
		margin-top: -90px;
	}
	.arrowsbox .swiper-button-next, .arrowsbox .swiper-button-prev {
	    width: 70px;
	    height: 42px;
	}
	.arrowsbox .swiper-button-prev{
		margin-top: -12px;
		margin-right: 12px;
	}
	.arrowsbox .swiper-button-next i, .arrowsbox .swiper-button-prev i{
		width: 23px;
		height: 14px;
	}
	.index_about{
		padding-bottom: 60px;
	}
	.index_about .content{
		margin-top: -22%;
		background-position: top 27% left;
	}
	.index_about .content .textBox{
		padding-top: 36%;
	}
	.index_about .content .textBox .comtxt{
		margin-top: 25px;
	}
	.index_about .numberBox ul li{
		padding: 30px 15px 25px;
	}
	.index_about .numberBox ul li .iconBox{
		margin-bottom: 20px;
	}
	.index_about .numberBox ul li .h5{
		font-size: 36px;
	}
	.index_new{
		padding-bottom: 100px;
	}
	.newswiper .swiper-slide a{
		display: block;
		position: relative;
		padding-left: 56%;
		box-sizing: border-box;
	}
	.newswiper .textBox{
		width: 100%;
		padding: 50px 30px 50px 40px;
	}
	.newswiper .textBox .t3{
		/*min-height: 1px;*/
		margin-bottom: 30px;
	}
	.newswiper .textBox .t2{
		font-size: 22px;
	}
	.newswiper .imgBox{
		position: absolute;
		left: 0;
		top: 0;
		width: 56%;
		height: 100%;
	}
	.newswiper .imgBox img{
		width: 100%;
	    max-width: 100%;
	    height: 100%;
	    object-fit: cover;
	    display: block;
	}
	
	
	/*about*/
	.profile{
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.profile .imgBox{
		padding-right: 5%;
	}
	.profile .textBox{
		margin-top: 0;
		margin-right: 0;
	}
	.profile .textBox .graph{
		display: none;
	}
	.profile .textBox .text{
		padding-top: 50px;
		padding-left: 0;
		padding-bottom: 0;
		width: 90%;
		margin: auto;
	}
	.profile .textBox .text:before{
		transform: none;
		width: 100%;
		height: 100%;
		box-shadow: none;
	}
	.development {
	    padding-top: 70px;
	    padding-bottom: 80px;
	}
	.developSwiper{
		margin-top: 40px;
		background-size: 120% auto;
	}
	.developSwiper .swiper-slide{
		height: 540px;
	}
	.developSwiper .swiper-slide.on2 .slideBox .text{
		margin-bottom: 0;
	}
	.developSwiper .swiper-slide-active .slideBox, .developSwiper .swiper-slide.on1 .slideBox{
		padding-top: 24px;
	}
	.developSwiper .slideBox .spot{
		left: 40px;
		width: 20px;
		height: 20px;
	}
	.developSwiper .slideBox .spot:before{
		width: 11px;
		height: 11px;
	}
	.developSwiper .swiper-slide.on1 .slideBox .spot:after, .developSwiper .swiper-slide-active .slideBox .spot:after{
		bottom: 20px;
	}
	.developSwiper .swiper-slide.on2 .slideBox .spot:after{
		top: 20px;
	}
	.developSwiper .slideBox .year{
		left: 10px;
	}
	.developSwiper .slideBox .text{
		width: 85%;
	}
	.developSwiper .swiper-slide.on2 .slideBox .spot{
		top: 78px;
	}
	.developSwiper .swiper-slide.on2 .slideBox .year{
		top: 30px;
	}
	/**/
	.SpecialPage .ImageText ul li .textBox{
		position: static;
		transform: none;
		width: 42.5%;
	}
	.SpecialPage .ImageText ul li .textBox .t1{
		margin-bottom: 15px;
	}
	.Advantages .box ul li{
		padding: 40px;
	}
	.Advantages .box ul li .above{
		margin-bottom: 25px;
	}
	/**/
	.SpecialPage{
		padding-bottom: 50px;
	}
	.SpecialPage .ImageText ul li{
		margin-bottom: 70px;
	}
	.Advantages{
		padding-bottom: 80px;
	}
	.Advantages:before{
		height: 68%;
	}
	.Advantages .box .title{
		position: static;
		margin-bottom: 40px;
	}
	.Advantages .box ul li{
		width: 49%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	.Advantages .box ul li:nth-child(1){
		margin-left: 0;
	}
	.Advantages .box ul li .above .icon img{
		max-width: 42px;
	}
	/**/
   	.caseVideo{
   		padding-top: 70px;
   	}
   	.caseVideo .swiper-container-horizontal>.swiper-pagination-bullets, 
   	.caseVideo .swiper-pagination-custom, 
   	.caseVideo .swiper-pagination-fraction{
   		bottom: 35px;
   	}
   	.caseVideo .swiper-pagination-bullet{
   		width: 18px;
   		height: 6px;
   	}
   	.caseVideo .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
   		margin: 0px 12px 0px 0px;
   	}
   	.caselist {
   		margin-top: 50px;
	    padding-bottom: 70px;
	}
	.caselist ul li{
		margin-bottom: 50px;
	}
	.module .textBox .text{
		padding: 30px 25px;
	}
   	.page-list a{
   		min-width: 45px;
	    height: 45px;
	    line-height: 43px;
   	}
   	.page-list a.fyprev, .page-list a.fynext{
   		min-width: 90px;
   	}
   	.inquire .page-list a.fyprev, .inquire .page-list a.fynext{
   		min-width: 90px;
   	}
   	/**/
   	.case-detail{
   		padding-top: 20px;
   		padding-bottom: 50px;
   	}
   	.case-detail .left_w{
   		width: 100%;
   	}
   	.case-detail .right_w{
   		width: 100%;
   	}
   	.detail-pager{
   		display: none;
   	}
   	.RelevantCase ul li{
		float: left;
		width: calc((100% - 40px) / 2);
		margin-right: 40px;
	}
	.RelevantCase ul li:nth-child(2n){
		margin-right: 0;
	}
	/**/
	.contact{
		padding: 70px 0px 80px;
	}
	.contact .textBox{
		margin-top: -100px;
	}
	.contact .textBox .text{
		padding: 40px 40px 50px 40px;
	}
	.contactInfor{
		padding-bottom: 80px;
	}
	.contactInfor .wrap .box .inputli input,
   	.contactInfor .wrap .box textarea,
   	.contactInfor .wrap .btn input{
   		font-size: 16px;
   	}
   	.contactInfor .wrap .box .inputli input::-webkit-input-placeholder,
	.contactInfor .wrap .box textarea::-webkit-input-placeholder{
		font-size: 16px;
	}	
	.contactInfor .wrap .box .inputli input::-moz-placeholder,
	.contactInfor .wrap .box textarea::-moz-placeholder{ 
		font-size: 16px;
	}	
	.contactInfor .wrap .box .inputli input:-moz-placeholder,
	.contactInfor .wrap .box textarea:-moz-placeholder{ 
		font-size: 16px;
	}
	.contactInfor .wrap .box .inputli input:-ms-input-placeholder,
	.contactInfor .wrap .box textarea:-ms-input-placeholder{ 
		font-size: 16px;
	}
	.contactInfor .wrap .box .xtxt{
	    font-size: 16px;
	}
	.contactInfor:before{
		height: 100%;
	}
	.contactInfor .wrap .textBox{
		width: 54%;
	}
	.contactInfor .wrap .box{
		margin-top: 30px;
	}
	.contactInfor .wrap .btn input{
		width: 160px;
	}
	/**/
	.faq {
	    padding-top: 70px;
	    padding-bottom: 80px;
	}
	.faqType ul {
		display: block;
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
		font-size: 0;
		padding: 10px;
		margin-bottom: 20px;
	}
	.faqType ul::-webkit-scrollbar {
		width: 0px;
		height: 0px;
	}
	.faqType ul::-webkit-scrollbar-button {
		background-color: rgba(0, 0, 0, 0);
	}
	.faqType ul::-webkit-scrollbar-track {
		background-color: rgba(0, 0, 0, 0);
	}
	.faqType ul::-webkit-scrollbar-track-piece {
		background-color: rgba(0, 0, 0, 0);
	}
	.faqType ul::-webkit-scrollbar-thumb {
		background-color: rgba(0, 0, 0, 0);
	}
	.faqType ul::-webkit-scrollbar-corner {
		background-color: rgba(0, 0, 0, 0);
	}
	.faqType ul::-webkit-scrollbar-resizer {
		background-color: rgba(0, 0, 0, 0);
	}
	.faqType ul::-webkit-scrollbar {
		width: 0px;
		height: 0px;
	}
	.faqType ul li{
		display: inline-block;
		vertical-align: top;
		font-size: 24px;
		margin-right: 20px;
		width: auto;
		margin-bottom: 0px;
	}
	.faqType ul li:nth-child(4n){
		margin-right: 20px;
	}
	.faqType ul li a{
		height: auto;
		padding: 20px;
		min-width: 210px;
	}
	.faqList>ul>li{
		padding: 0px 35px 0px 60px;
	}
	.faqList ul li .crosshead{
		font-size: 20px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.faqList ul li .crosshead:before{
		top: 26px;
	}
	.faqList ul li .ic{
		top: 26px;
	}
	/**/
	.inquire {
	    padding-top: 70px;
	}
	.inquire .inquireTable table{
		table-layout: fixed !important;
	}
	.inquire .inquireTable table td,
	.inquire .inquireTable table th{
		white-space: normal;
		word-break: break-all;
		padding: 2px 5px 0 5px;
	}
	.inquire .inquireTable table td{
		height: 150px;
	}
	/**/
	.mainNews{
		padding-top: 70px;
	}
	.news{
		padding-top: 70px;
		padding-bottom: 80px;
	}
	.newslist ul li a {
	    padding: 40px 0px;
	}
	.com50{
		font-size: 36px;
	}
	.detail_share{
		display: none;
	}
	.new-detail .wrap {
	    padding: 40px 50px 0px;
	}
	.new-detail .title{
		display: block;
		margin-bottom: 20px;
	}
	.detailContent .title .h1{
		margin-bottom: 10px;
	}
	.new-detail .title .right_w .date{
		padding-left: 0px;
	}
	.OtherNews{
		padding-bottom: 70px;
	}
	.OtherNews ul li{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.OtherNews ul li:nth-child(3n){
		margin-right: 4%;
	}
	.OtherNews ul li:nth-child(2n){
		margin-right: 0;
	}
	.OtherNews ul li .textBox{
		padding: 25px;
	}
	/**/
	.support{
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.support .brandList ul li a{
		height: 100px;
		padding: 15px 25px;
	}
	.support .typeList ul li .imgBox{
		height: 200px;
	}
	/**/
	.support-detail{
		padding-top: 30px;
	}
	.support-detail .box{
		padding: 40px 40px 70px 40px;
	}
	.support-detail .box:before{
		height: calc(100% - 130px);
	}
	.support-detail .box .textBox{
		padding-top: 20px;
		/*padding-bottom: 80px;*/
	}
	.support-detail .box .textBox .t1{
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	/**/
	.tutorial{
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.tutorial .box ul{
		padding-bottom: 0;
	}
	.tutorial .box ul li{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.tutorial .box ul li:nth-child(3n){
		margin-right: 4%;
	}
	.tutorial .box ul li:nth-child(2n){
		margin-right: 0;
	}
	.tutorial .box ul li .text{
		padding: 20px;
	}
}
@media screen and (max-width: 768px){
	.com50{
		font-size: 32px;
	}
	.footer{
		padding-top: 60px;
	}
	.footer .foot_left{
		max-width: 100%;
		width: 100%;
		margin-bottom: 20px;
	}
	.footer .footicon ul{
		max-width: 100%;
	}
	.footer .footicon ul li{
		width: calc((100% - 80px) / 5);
		margin-right: 20px;
	}
	.footer .footicon ul li:nth-child(3n){
		margin-right: 20px;
	}
	.footer .footicon ul li:nth-child(5n){
		margin-right: 0px;
	}
	.footer .footicon ul li:last-child{
		margin-right: 0px;
	}
	.footer .footlogo{
		max-width: 100%;
	}
	.footer .footBox{
		display: block;
	}
	.footnav{
		width: 100%;
		justify-content:space-between;
	}
	
	.footnav .item{
		width: 44%;
		max-width: 44%;
	}
	.footnav .h6{
		font-size: 20px;
	}
	.footnav .item ul li{
		/*display: inline-block; */
		margin-right: 20px;
	}
	.footnav .item ul li:last-child{
		margin-right: 0;
	}
	.footer .footBot{
		margin-top: 30px;
		display: block;
		text-align: center;
		padding: 20px 0px;
	}
	/**/
	.i-banner .box .t1{
		font-size: 36px;
	}
	.loadbtn{
		margin-top: 30px;
	}
	.loadbtn span, .loadbtn a, .morebtn span, .morebtn a{
		height: 44px;
		line-height: 44px;
	}
	.lunbotu.swiper-container-horizontal>.swiper-pagination-bullets, .lunbotu .swiper-pagination-custom, .lunbotu .swiper-pagination-fraction{
		bottom: 40px;
	}
	.obanner .textTitle{
		bottom: 60px;
	}
	.obanner .textTitle .word.bg{
		font-size: 32px;
		padding: 28px 0px;
	}
	/**/
	.comtitle .h3{
		font-size: 80px;
	}
	.comtitle .h3 span{
		font-size: 28px;
	}
	.index_service{
		position: relative;
		padding-top: 60px;
		padding-bottom: 40px;
		background-size: 75% 30%;
	}
	.index_service .arrowsbox{
		display: block;
		float: none;
	}
	.arrowsbox .wow{
		display: inherit;
	}
	.arrowsbox .swiper-button-prev{
		margin-top: 0;
	}
	.index_service .arrowsbox .swiper-button-next, 
	.index_service .arrowsbox .swiper-button-prev{
		position: absolute;
	}
	.development .arrowsbox{
		position: absolute;
		left: 50%;
		bottom: 70px;
		transform: translateX(-50%);
	}
	.index_service .arrowsbox span.animated{
	    -webkit-animation-fill-mode: none;
	    animation-fill-mode: none;
	}
	.index_about .com_wrap{
		display: block;
	}
	.index_about{
		padding-bottom: 50px;
	}
	.index_about .content{
		margin-top: -6%;
		background-position: top left;
	}
	.index_about .content .textBox{
		padding-top: 20%;
		width: 100%;
	}
	.index_about .numberBox{
		width: 90%;
		margin: 0 auto;
	}
	.index_about .numberBox ul:first-child{
		margin-top: 90px;
	}
	.index_new{
		padding-bottom: 80px;
	}
	.newswiper .swiper-slide a{
		padding-left: 0;
	}
	.newswiper .textBox .t2{
		margin: 15px 0px;
	}
	.newswiper .imgBox{
		position: static;
		width: 100%;
		height: auto;
	}
	.newswiper.swiper-container-horizontal>.swiper-pagination-bullets, .newswiper .swiper-pagination-custom, .index_new .swiper-pagination-fraction{
		bottom: 20px;
		text-align: center;
	}
	.newswiper .swiper-pagination-bullet{
		background: rgba(0,0,0,0.2);
	}
	.newswiper .swiper-pagination-bullet-active{
		background: #0d33d3;
	}
	.index_new .swiper-container{
		margin-top: 40px;
	}
	.newswiper .textBox{
		padding: 40px 30px 50px;
	}
	/*about*/
	.development{
		position: relative;
		padding-bottom: 120px;
	}
	.developSwiper {
	    background-size: 150% auto;
	}
	.development .arrowsbox .swiper-button-next{
		margin-top: 0;
		top: auto;
		bottom: 0;
	} 
	.development .arrowsbox .swiper-button-prev{
		margin-top: -12px;
		top: auto;
		bottom: 0;
	}
	/**/
	.SpecialPage{
		padding-top: 60px;
		padding-bottom: 30px;
	}
	.SpecialPage .synopsis{
		padding-bottom: 60px;
	}
	.SpecialPage .ImageText ul li{
		margin-bottom: 50px;
	}
	.SpecialPage .ImageText ul li .imgBox{
		width: 100%;
		margin-bottom: 30px;
	}
	.SpecialPage .ImageText ul li .textBox{
		width: 100%;
	}
	.Advantages{
		padding-bottom: 60px;
	}
	.Advantages .box ul li{
		padding: 40px 30px;
	}
	/**/
   	.caseVideo{
   		padding-top: 60px;
   	}
   	.caselist{
	    padding-bottom: 60px;
	}
	.caselist ul li{
		width: 100%;
		margin-right: 0;
	}
	.module .textBox .text{
		padding: 25px 20px;
	}
   	.page-list a{
   		min-width: 42px;
	    height: 42px;
	    line-height: 40px;
   	}
   	.page-list a.fyprev, .page-list a.fynext{
   		min-width: 80px;
   	}
   	.inquire .page-list a.fyprev, .inquire .page-list a.fynext{
   		min-width: 80px;
   	}
   	.caseVideo .swiper-container-horizontal>.swiper-pagination-bullets, 
   	.caseVideo .swiper-pagination-custom, 
   	.caseVideo .swiper-pagination-fraction{
   		bottom: 30px;
   	}
   	/**/
   	.case-detail{
   		padding-top: 0px;
   	}
   	.detailContent .box{
   		padding-bottom: 60px;
   	}
   	.RelevantCase ul li{
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 50px;
	}
	.case-detail{
		padding-bottom: 40px;
	}
	/**/
	.contact{
		padding: 60px 0px 70px;
	}
	.contact .textBox{
		padding: 0px;
		margin-top: 0;
	}
	.contactInfor{
		padding-top: 60px;
		padding-bottom: 70px;
	}
	.contactInfor .wrap .textBox{
		width: 100%;
		margin-bottom: 50px;
	}
	.contactInfor .wrap .imgBox{
		width: 100%;
	}
	/**/
	.faq {
	    padding-top: 60px;
	    padding-bottom: 70px;
	}
	.faqType ul li{
		font-size: 22px;
	}
	.faqType ul li a {
	    padding: 18px 20px;
	    min-width: 200px;
	}
	.faqList>ul{
		padding-bottom: 40px;
	}
	.faqList>ul>li {
	    padding: 0px 25px 0px 50px;
	}
	.faqList ul li .crosshead:before{
		left: -20px;
	}
	.inquire {
	    padding-top: 60px;
	    padding-bottom: 70px;
	}
	.inquire .selectionBox{
		padding-bottom: 20px;
	}
	.inquire .selectionBox .selectLi{
		width: 48%;
	}
	.inquire .selectionBox .selectLi select{
		height: 50px;
		line-height: 48px;
    	padding-right: 40px;
    	background: #ffffff url(../images/icon29.png) center right 20px no-repeat;
	}
	.inquire .inquireTable table th{
		height: 60px;
	}
	.inquire .box{
		display: block;
		margin-top: 30px;
	}
	.inquire .box .right_w{
		margin-top: 50px;
	}
	.morebanner{
		padding-top: 110px;
		padding-bottom: 110px;
	}
	/**/
	.newslist ul li .imgBox{
		float: none;
		width: 100%;
	}
	.newslist ul li .textBox{
		float: none;
		width: 100%;
		max-width: 100%;
	}
	.newslist ul li .textBox .t1{
		margin-top: 25px;
	}
	.mainNews{
		padding-top: 60px;
	}
	.news{
		padding-top: 60px;
		padding-bottom: 70px;
	}
	.newslist ul{
		margin-bottom: 60px;
	}
	.OtherNews{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.OtherNews .h1{
		margin-bottom: 30px;
	}
	.OtherNews ul li{
		float: none;
		width: 100%;
		margin-right: 0px !important;
		margin-bottom: 30px;
	}
	/**/
	.support {
	    padding-top: 70px;
	    padding-bottom: 70px;
	}
	.support .brandList{
		width: 100%;
		margin-bottom: 20px;
	}
	.support .brandList ul{
		display: flex;
		flex-wrap: wrap;
	}
	.support .brandList ul li{
		width: 31.5%;
		margin-right: 2.75%;
	}
	.support .brandList ul li:nth-child(3n){
		margin-right: 0;
	}
	.support .brandList ul li a{
		height: 90px;
	}
	.support .typeList{
		width: 100%;
	}
	/**/
	.support-detail{
		padding-top: 20px;
		padding-bottom: 60px;
	}
	.support-detail .box{
		padding: 35px;
	}
	.support-detail .box:before{
		height: 100%;
	}
	.support-detail .box .textBox{
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.support-detail .box .textBox .t1{
		margin-bottom: 15px;
		padding-bottom: 15px;
	}
	
}
@media screen and (max-width: 640px){
	.header .left_w{
		width: 50%;
		padding: 20px 0px;
	}
	.paddingT100{
		padding-top: 60px;
	}
	.header .click_btn{
		width: 45px;
		height: 40px;
	}
	.header .click_line {
	    width: 22px;
	    height: 22px;
	}
	.menu_box .menuBox{
		margin-top: 90px;
	}
	.menu_box .menuBox .menu_list>li>a,
	.menu_box .menuBox .menu_list li .h4{
		max-width: 100%;
	}
	.menu_box .menuBox .menu_list>li>a,
	.menu_box .menuBox .menu_list li .h4{
		font-size: 21px;
	}
	/**/
	.footer{
		padding-top: 50px;
	}
	.footer .footicon ul li{
		width: calc((100% - 60px) / 4);
	}
	.footer .footicon ul li:nth-child(3n){
		margin-right: 20px;
	}
	.footer .footicon ul li:nth-child(5n){
		margin-right: 20px;
	}
	.footer .footicon ul li:nth-child(4n){
		margin-right: 0px;
	}
	.footer .footicon ul li:last-child{
		margin-right: 0px;
	}
	.footnav{
		display: block;
	}
	.footnav .item{
		width: 100%;
		max-width: 100%;
	}
	.footnav .item ul li{
		display: inline-block; 
	}
	.footnav .item ul.infor li{
		display: block;
	}
	.footnav .h6{
		display: inline-block;
		padding-bottom: 15px;
    	margin-bottom: 15px;
	}
	.footnav .h6:before{
		height: 1px;
	}
	.footnav .item{
		margin-bottom: 20px;
	}
	.footnav .item:last-child{
		margin-bottom: 0;
	}
	.footer .footBot{
		margin-top: 20px;
	}
	/**/
	.comtitle .h3{
		font-size: 70px;
	}
	.comtitle .h3 span{
		font-size: 26px;
	}
	.loadbtn span, .loadbtn a, .morebtn span, .morebtn a{
	    height: 44px;
	    line-height: 44px;
	}
	.lunbotu.swiper-container-horizontal>.swiper-pagination-bullets, .lunbotu .swiper-pagination-custom, .lunbotu .swiper-pagination-fraction{
		bottom: 30px;
	}
	/**/
	.lunbotu .swiper-pagination-bullet, .index_new .swiper-pagination-bullet{
		width: 15px;
    	height: 4px;
	}
	.i-banner .box .t1{
		font-size: 32px;
	}
	.i-banner .box .t2{
		margin-top: 15px;
	}
	.loadbtn{
		margin-top: 20px;
	}
	.loadbtn span, .loadbtn a, .morebtn span, .morebtn a{
		min-width: 130px;
		height: 40px;
		line-height: 40px;
	}
	.obanner .textTitle{
		bottom: 50px;
	}
	.obanner .textTitle .word.bg{
		padding: 25px 0px;
		font-size: 28px;
	}
	.com50{
		font-size: 28px;
	}
	/**/
	.index_service {
	    padding-top: 40px;
	    padding-bottom: 40px;
	    margin-bottom: 50px;
	    background-size: 75% 30%;
	}
	.index_service .swiper-container{
		margin-top: 30px;
	}
	.arrowsbox .swiper-button-next, .arrowsbox .swiper-button-prev{
		width: 64px;
    	height: 40px;
	}
	.index_about{
		padding-bottom: 40px;
	}
	.index_about .numberBox ul:first-child{
		margin-top: 70px;
	}
	.index_new{
		position: relative;
		padding-bottom: 130px;
	}
	.index_new .morebtn{
		position: absolute;
		left: 50%;
		bottom: 50px;
		transform: translateX(-50%);
	}
	.newswiper .textBox{
		padding: 30px 25px 50px;
	}
	.newswiper .textBox .t2{
		font-size: 20px;
		margin: 10px 0px;
	}
	.newswiper .textBox .t3{
		margin-bottom: 18px;
	}
	.index_new .swiper-container{
		margin-top: 30px;
	}
	/*about*/
	.profile {
	    padding-top: 60px;
	    padding-bottom: 60px;
	}
	.profile .textBox .text .t1{
		margin-bottom: 20px;
	}
	.profile .textBox .text{
		padding-top: 40px;
	}
	.development {
	    padding-top: 60px;
	    padding-bottom: 100px;
	    background: #f9f9f9 url(../images/img42.png) bottom -25px right;
	    background-size: 75% auto;
	    background-repeat: no-repeat;
    }
	.developSwiper {
    	background: url(../images/img43.png) bottom 50px left no-repeat;
	    background-size: 215% auto;
	}
	.developSwiper .swiper-slide{
		height: auto;
	}
	.developSwiper .slideBox{
		height: 300px;
	}
	.developSwiper .swiper-slide-active .slideBox, .developSwiper .swiper-slide.on1 .slideBox{
		padding-top: 10px;
	}
	.developSwiper .swiper-slide.on1 .slideBox .spot, .developSwiper .swiper-slide-active .slideBox .spot{
		bottom: 40px;
	}
	.developSwiper .swiper-slide.on1 .slideBox .year, .developSwiper .swiper-slide-active .slideBox .year{
		bottom: 0;
	}
	.development .arrowsbox{
		bottom: 50px;
	}
	/**/
	.SpecialPage{
		padding-top: 50px;
		padding-bottom: 20px;
	}
	.SpecialPage .synopsis{
		padding-bottom: 50px;
	}
	.SpecialPage .ImageText ul li{
		margin-bottom: 40px;
	}
	.Advantages{
		padding-bottom: 50px;
	}
	.Advantages:before{
		display: none;
	}
	.Advantages .box .title{
		margin-bottom: 30px;
	}
	.Advantages .box ul li{
		width: 100%;
		margin-right: 0px;
		margin-bottom: 20px;
	}
	.caseVideo{
   		padding-top: 50px;
   	}
	.caselist ul li{
		margin-bottom: 40px;
	}
   	.page-list a{
   		min-width: 40px;
	    height: 40px;
	    line-height: 38px;
	    font-size: 15px;
   	}
   	.page-list a.fyprev, .page-list a.fynext{
   		min-width: 70px;
   	}
   	.inquire .page-list a.fyprev, .inquire .page-list a.fynext{
   		min-width: 70px;
   	}
   	.caseVideo .swiper-container-horizontal>.swiper-pagination-bullets, 
   	.caseVideo .swiper-pagination-custom, 
   	.caseVideo .swiper-pagination-fraction{
   		bottom: 20px;
   	}
   	.caseVideo .swiper-pagination-bullet{
   		width: 15px;
   		height: 4px;
   	}
   	.video-cover .play-ico{
   		width: 50px;
   		height: 50px;
   	}
   	/**/
   	.location .cont{
   		padding: 20px 0px;
   	}
   	.RelevantCase ul li{
   		margin-bottom: 40px;
   	}
   	.case-detail{
   		padding-bottom: 30px;
   	}
   	.contact{
   		padding: 50px 0px 60px;
   	}
   	.contact .textBox .text {
	    padding: 30px 30px 40px 30px;
	}
	.contact .textBox .text .t1{
		padding-bottom: 15px;
   		margin-bottom: 25px;
	}
	.contactInfor{
		padding-top: 50px;
    	padding-bottom: 60px;
	}
	
	.contactInfor .wrap .box .inputli input,
   	.contactInfor .wrap .box textarea,
   	.contactInfor .wrap .btn input{
   		font-size: 15px;
   	}
   	.contactInfor .wrap .box .inputli input::-webkit-input-placeholder,
	.contactInfor .wrap .box textarea::-webkit-input-placeholder{
		font-size: 15px;
	}	
	.contactInfor .wrap .box .inputli input::-moz-placeholder,
	.contactInfor .wrap .box textarea::-moz-placeholder{ 
		font-size: 15px;
	}	
	.contactInfor .wrap .box .inputli input:-moz-placeholder,
	.contactInfor .wrap .box textarea:-moz-placeholder{ 
		font-size: 15px;
	}
	.contactInfor .wrap .box .inputli input:-ms-input-placeholder,
	.contactInfor .wrap .box textarea:-ms-input-placeholder{ 
		font-size: 15px;
	}
	.contactInfor .wrap .btn input{
		width: 140px;
	}
	.contactInfor .wrap .box .xtxt{
	    font-size: 15px;
	}
	.contactInfor .wrap .box .half{
		margin-bottom: 20px;
	}
	.contactInfor .wrap .box .inputli, .contactInfor .wrap .box .textli{
		padding-left: 20px;
    	padding-right: 20px;
	}
	/**/
	.faq {
	    padding-top: 50px;
	    padding-bottom: 60px;
	}
	.faqType>ul>li{
		font-size: 20px;
	}
	.faqType ul li a {
	    padding: 15px 20px;
	}
	.faqList>ul{
		padding-bottom: 30px;
	}
	.faqList>ul>li {
	    padding: 0px 20px 0px 40px;
	}
	.faqList ul li .crosshead{
		font-size: 18px;
		padding-top: 18px;
    	padding-bottom: 18px;
	}
	.faqList ul li .crosshead:before{
		top: 22px;
	}
	.faqList ul li .ic{
		top: 22px;
	}
	.faqList ul li .ic:before, .faqList ul li .ic:after{
		width: 16px;
	}
	.faqList ul li .crosshead:before{
		width: 2px;
		left: -15px;
	}
	.faqList ul li .text{
		padding-top: 18px;
		padding-bottom: 25px;
	}
	/**/
	.inquire .selectionBox .selectLi{
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.new-detail .wrap {
	    padding: 40px 40px 0px;
	}
	.detailContent .box{
		padding-top: 30px;
	}
	/**/
	.support {
	    padding-top: 60px;
	    padding-bottom: 60px;
	}
	.support .brandList ul li a{
		height: 80px;
	}
	.support .typeList ul li .imgBox{
		height: 180px;
	}
	.support .typeList ul li a{
		padding: 30px 25px;
	}
	/**/
	.support-detail .box .imgBox,
	.support-detail .box .textBox{
		float: none;
		width: 100%;
	}
	.support-detail .box .imgBox{
		margin-bottom: 30px;
	}
	/**/
	.tutorial{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	/*.tutorial .box ul{
		padding-bottom: 20px;
	}*/
	.tutorial .box ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
	}
	.tutorial .box ul li:last-child{
		margin-bottom: 0;
	}
	.tutorial .box ul li:nth-child(3n){
		margin-right: 0;
	}
}
@media screen and (max-width: 540px){
	.index_about .numberBox ul:first-child{
		margin-top: 50px;
	}
	.index_about .content .textBox .comtxt{
		margin-top: 20px;
	}
	.obanner .textTitle .word.bg{
		padding: 20px 0px;
	}
	.video-cover .play-ico{
   		width: 45px;
   		height: 45px;
   	}
   	.contactInfor .wrap .box .half{
		width: 100%;
		margin-left: 0;
	}
	.contactInfor .wrap .box .inputli input, .contactInfor .wrap .box textarea, .contactInfor .wrap .btn input{
		height: 45px;
		line-height: 45px;
	}
	.mainNews{
		padding-top: 50px;
	}
	.news{
		padding-top: 50px;
		padding-bottom: 60px;
	}
	.newslist ul{
		margin-bottom: 50px;
	}
	.newslist ul li a {
	    padding: 30px 0px;
	}
	.detailContent .box{
		padding-bottom: 50px;
	}
	.new-detail .wrap {
	    padding: 30px 30px 0px;
	}
	.OtherNews ul li .textBox{
		padding: 20px 25px;
	}
	.OtherNews ul li .textBox .com24{
		font-size: 20px;
	}
	.location .cont span{
		margin: 0px 3px;
	}
	.support{
	    padding-top: 50px;
	    padding-bottom: 50px;
	}
	.support .brandList ul li{
		width: calc((100% - 20px) / 2);
		margin-right: 20px;
	}
	.support .brandList ul li:nth-child(3n){
		margin-right: 20px;
	}
	.support .brandList ul li:nth-child(2n){
		margin-right: 0;
	}
	.support .typeList ul li{
		width: 100%;
		margin-right: 0;
	}
	.morebanner {
	    padding-top: 90px;
	    padding-bottom: 90px;
	}
	.morebanner .btnBox{
		margin-top: 20px;
	}
	.morebanner .btnBox a{
   		min-width: 130px;
   		height: 46px;
		line-height: 44px;
   	}
   	
}
@media screen and (max-width: 480px){
	.paddingT100{
		padding-top: 58px;
	}
	.footer .foot_left{
		margin-bottom: 15px;
	}
	.footer .footlogo a{
		max-width: 50%;
	}
	.footer .footicon{
		margin-top: 25px;
	}
	.footer .footicon ul li{
		width: calc((100% - 40px) / 3);
	}
	.footer .footicon ul li:nth-child(5n){
		margin-right: 20px;
	}
	.footer .footicon ul li:nth-child(4n){
		margin-right: 20px;
	}
	.footer .footicon ul li:nth-child(3n){
		margin-right: 0px;
	}
	.footer .footicon ul li:last-child{
		margin-right: 0px;
	}
	.footnav .h6{
		font-size: 18px;
	}
	.i-banner .box .t1{
		font-size: 28px;
	}
	.i-banner .box .t2{
		margin-top: 10px;
	}
	.lunbotu.swiper-container-horizontal>.swiper-pagination-bullets, .lunbotu .swiper-pagination-custom, .lunbotu .swiper-pagination-fraction{
		bottom: 20px;
	}
	.loadbtn{
		margin-top: 15px;
	}
	.obanner .textTitle{
		bottom: 30px;
	}
	.obanner .textTitle .word.bg{
		padding: 18px 0px;
		font-size: 24px;
	}
	/**/
	.index_service {
	    padding-bottom: 30px;
	    margin-bottom: 40px;
	}
	.index_service .textBox{
		padding-bottom: 25px;
	}
	.index_about{
		padding-bottom: 30px;
	}
	.index_about .content{
		margin-top: -4%;
	}
	.index_about .content .textBox{
		padding-top: 21%;
	}
	.index_about .content .textBox .comtxt{
		margin-top: 15px;
	}
	.index_new .textBox .t2{
		margin: 15px 0px;
	}
	.index_about .numberBox ul:first-child{
		margin-top: 40px;
	}
	.index_about .numberBox ul li .h5{
		font-size: 32px;
	}
	/*about*/
	.com50{
		font-size: 24px;
	}
	.com30{
		font-size: 24px;
	}
	.com20,
	.comtxt,
	.location .cont{
		font-size: 15px;
	}
	.comtitle .h3{
		font-size: 60px;
	}
	.comtitle .h3 span{
		font-size: 24px;
	}
	.location .cont span{
		margin: 0px;
	}
	.profile {
	    padding-top: 50px;
	    padding-bottom: 50px;
	}
	.profile .textBox .text{
		padding-top: 30px;
	}
	.development{
		padding-top: 50px;
	}
	.developSwiper{
		margin-top: 20px;
	}
	.developSwiper .slideBox .text{
		padding: 20px 25px;
	}
	.developSwiper .swiper-slide.on1 .slideBox .spot, .developSwiper .swiper-slide-active .slideBox .spot{
		bottom: 35px;
	}
	.module .textBox{
		padding: 0px 20px;
		margin-top: -50px;
	}
	.video-cover .play-ico{
   		width: 42px;
   		height: 42px;
   	}
   	.page-list a{
   		min-width: 36px;
	    height: 36px;
	    line-height: 34px;
   		font-size: 14px;
   		margin-right: 10px;
   	}
   	.page-list a.fyprev, .page-list a.fynext{
   		min-width: 64px;
   	}
   	.inquire .page-list a.fyprev, .inquire .page-list a.fynext{
   		min-width: 64px;
   	}
   	.case-detail{
   		padding-bottom: 20px;
   	}
   	.detailContent .box{
   		padding-top: 30px;
   	}
   	.case-detail .right_w .title{
   		padding-bottom: 10px;
   		margin-bottom: 30px;
   	}
   	.contact{
   		padding-top: 40px;
   		padding-bottom: 50px;
   	}
   	.contact .textBox .text{
   		background-size: 50% auto;
   	}
   	.contactInfor{
   		padding-top: 40px;
    	padding-bottom: 50px;
   	}
   	/**/
   	.faq {
	    padding-top: 40px;
	    padding-bottom: 50px;
	}
	.faqType ul li a{
		min-width: 150px;
	}
   	.faqList>ul>li {
	    padding: 0px 15px 0px 35px;
	}
	.inquire {
	    padding-top: 50px;
	    padding-bottom: 60px;
	}
	.inquire .inquireTable table th{
		font-size: 16px;
		height: 56px;
	}
	.inquire .inquireTable table td{
		height: 120px;
		font-size: 14px;
	}
	.inquire .box .total{
		font-size: 14px;
	}
	.inquire .box{
		margin-top: 20px;
	}
	.inquire .box .right_w{
		margin-top: 40px;
	}
	.mainNews{
		padding-top: 40px;
	}
	.news{
		padding-top: 40px;
		padding-bottom: 50px;
	}
	.newslist ul{
		margin-bottom: 40px;
	}
	.newslist ul li .textBox .t1{
		margin-top: 20px;
		margin-bottom: 5px;
	}
	.new-detail{
		padding-top: 20px;
	}
	.OtherNews{
		padding-bottom: 30px;
	}
	.OtherNews ul li .textBox .com24{
		font-size: 18px;
	}
	.support-detail .box{
		padding: 35px 25px;
	}
	/**/
	.tutorial{
		padding-top: 50px;
	}
	.tutorial .box ul li{
		width: 100%;
		margin-bottom: 30px;
	}
	.tutorial .box ul li .imgBox .icon{
		width: 50px;
		height: 50px;
	}
	.tutorial .box ul li .text{
		font-size: 20px;
	}
}


.support-detail .box .textBox table{
	max-width: 100% !important;
}

