@charset "UTF-8";
.c-main{width: 1400px;margin: 0 auto;}
.wrap{width: 1560px;margin: 0 auto;}
.index-main{width: 1200px; margin: 0 auto;}

.box{width: 100%;overflow: hidden;}
.dis-table{display: table;width: 100%;height: 100%;}
.dis-cell{display: table-cell;vertical-align: middle;}
.center{text-align: center;font-size: 0;}
.inner{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.wrapper {
    height: 768px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    padding:80px 0 224px;
}
.head-font .h1 {
    font-size: 42px;
    font-weight: lighter;
    line-height: 52px;
    color: white;
    margin-bottom: 17px;
}
.head-font .hr{
    width: 25px;
    height: 2px;
    background: white;
    border: none;
    margin: 0;
}
.head-font .h2 {
    color: #fff;
    font-size: 22px;
    font-weight: lighter;
    margin-top: 30px;
    margin-bottom: 55px;
}
.btn-more{
	display: inline-block;
    font-size: 16px;
    color: #fff;
    border: 2px solid #fff;
    width: 280px;
    height: 52px;
    line-height:50px;
    border-radius: 6px;
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.btn-more::after{
	content: '';
	background: #3080e8;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
	    -ms-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
	        transform: translateX(-50%) translateY(-50%) rotate(-25deg);
	position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 150%;
    z-index: -1;
    -webkit-transition: all 0.75s ease 0s;
    -o-transition: all 0.75s ease 0s;
    transition: all 0.75s ease 0s;
}
.btn-more:hover::after {
    height: 450%;
}
.btn-more:hover{
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    border-color: #3080e8;
}
/*sem-one*/
.sem-one{background: #fff;}
.sem1-cont{
	width: 1200px;
	padding:50px 0 60px;
	position: relative;
	z-index: 1;
	background: #fff;
	border-radius: 20px;
	margin:0 auto; 
	text-align:center;
}
.sem1-cont::before {
    content: '';
    width: 100%;
    height: 34px;
    background: url() no-repeat center;
    position: absolute;
    top: -19px;
    left: 0;
    z-index: 1;
}
.sem-title{
	font-size: 32px;
    color: #434a60;
    text-align: center;
}
.sem1-list{margin:0 auto; margin-top:50px; text-align:center; width:100%;}
.sem1-list li{
	display:inline-block;
	width: 22.75%;
	height: auto;
	background: #fff;
	margin-left:2%;
	text-align: center;
	vertical-align:top;
}
.sem1-list li:first-child{
	margin-left:0;
}
.sem1-list li .icon{
	margin-top: 30px;
	margin-bottom: 20px;
	display: inline-block;
	position: relative;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
.sem1-list2{margin:0 auto; margin-top:50px; text-align:center; width:100%;}
.sem1-list2 li{
	display:inline-block;
	width: 31.33%;
	height: auto;
	background: #fff;
	margin-left:2%;
	text-align: center;
	vertical-align:top;
}
.sem1-list2 li:first-child{
	margin-left:0;
}
.sem1-list2 li .icon{
	margin-top: 30px;
	margin-bottom: 20px;
	display: inline-block;
	position: relative;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
.sem1-list li .big{vertical-align: middle;}
.sem1-list li .small{
	position: absolute;
	right: -18px;
	top:50%;
	margin-top: -18px;
}
.sem1-list li span{font-size: 18px;color: #666; display:block; margin-bottom:20px;}
.sem1-list li p{font-size: 16px;color: #666;margin:0 auto; width:90%; text-align:center; padding-bottom:20px;}
.sem1-list li:hover .icon{
	-webkit-transform: translateY(-15px);
	    -ms-transform: translateY(-15px);
	        transform: translateY(-15px);
}
.sem1-btt{line-height: 1.5;text-align: center;margin-bottom: 28px;  margin-top:50px;}
.sem1-fir{font-size: 30px;color: #434a60;}
.sem1-sec{font-size: 20px;color:#666;margin:5px 0 18px;}
.sem1-thr{font-size: 20px;color: #666;}
.sem1-thr span{font-size: 24px;color: #3babff}
.btn-consult{
	display: inline-block;
    font-size: 16px;
    color: #333;
    border: 2px solid #888;
    min-width: 280px;
    height: 52px;
    line-height:48px;
    border-radius: 6px;
    text-align: center;
    padding:0 45px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.btn-consult::after{
	content: '';
	background: #3080e8;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
	    -ms-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
	        transform: translateX(-50%) translateY(-50%) rotate(-25deg);
	position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 150%;
    z-index: -1;
    -webkit-transition: all 0.75s ease 0s;
    -o-transition: all 0.75s ease 0s;
    transition: all 0.75s ease 0s;
}
.btn-consult:hover::after {
    height: 600%;
}
.btn-consult:hover{
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    border-color: #3080e8 !important;
    color:#fff;
}
/*sem-two*/
.sem-two{
	background:#f1f1f1;
	background-size: cover;
	position: relative;
	padding:80px 0 30px;
	margin-bottom:50px;
}
.sem-two1{ background:#fff;}
.sem-two::before {
    content: '';
    width: 100%;
    height: 34px;
    position: absolute;
    top: -19px;
    left:0;
    z-index: 1;
}
.sem-two .sem-title{color:#434a60}
.sem-one .sem-p{ color:#666; line-height:1.5; width:90%; margin:0 auto; text-align:center;margin-top:20px; font-size:16px;}
.sem-two .sem-p{ color:#666; line-height:1.5; width:70%; margin:0 auto; text-align:center;margin-top:20px; font-size:16px;}
.sem2-list{margin-top:60px;}
.sem2-item{
	float: left;
	width: 48%;
	height: 418px;
	background:#fff;
	margin-left: 4%;
	border-radius: 6px;
	overflow: hidden;
}
.sem2-item:first-child{
	margin-left:0;
}
.sem2-item .tit{
	background:url(../images/sem_10.jpg) repeat-y;
	background-size: 100% auto;
	height: 60px;
	font-size: 20px;
	color: #fff;
	line-height: 60px;
	text-align: center;
}
.sem2-fir .tit{padding-left: 80px;position: relative;}
.sem2-fir .tit::before{
	content: "";
	width: 80px;
	height: 60px;
	background:url(../images/sem_11.png) no-repeat center rgba(0,0,0,.25);
	position: absolute;
	left: 0;
	top:0;
}
.sem2-fir .cont{background:#fcfcff;position: relative;z-index: 1;padding:4px 0;}
.sem2-fir .cont::before{
	content:"";
	position: absolute;
	left: 0;
	top:0;
	bottom:0;
	width: 80px;
	background:#fff;
	z-index: -1;
}
.sem2-fir li{margin:24px 0;zoom: 1;}
.sem2-fir li:after { clear: both; display: block; content: '';height:0;visibility:hidden;}
.sem2-fir .icon{
	width: 80px;
	height: 48px;
	background:url(../images/sem_12.png) no-repeat center;
	float: left;
}
.sem2-fir .des{
	float: left;
	margin-left: 40px;
	background:#fff;
	width:400px;
	height: 48px;
	-webkit-box-shadow:0 3px 40px 0 rgba(231,234,248,1);
	        box-shadow:0 3px 40px 0 rgba(231,234,248,1);
	font-size: 16px;
	color: #666;
	line-height: 48px;
	border-radius: 6px;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
.sem2-fir li:hover .des{
	-webkit-transform: translateX(-30px);
	    -ms-transform: translateX(-30px);
	        transform: translateX(-30px);
}
.sem2-fir .zw{float: left;width: 180px;padding-left: 30px;}
.sem2-fir .num{float: left;width: 120px;padding-left: 30px;}
.sem2-fir .zc{
	width:453px;
	margin-left: 143px;
	text-align: center;
	color: #666;
}	
.sem2-fir .zc b{font-size:18px;}
.sem2-fn{padding:28px 25px 0 65px; text-align:left;}
.sem2-fn li{
	position: relative;
	margin-bottom:35px;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
.sem2-fn li:hover{
	-webkit-transform: translateX(-30px);
	    -ms-transform: translateX(-30px);
	        transform: translateX(-30px);
}
.sem2-fn li p{
	margin: 0;
	display: inline-block;
	background:#fff;
	border-radius: 6px;
	font-size: 16px;
	color: #666;
	padding:22px 20px 22px 44px;
	-webkit-box-shadow:0 4px 30px 0 rgba(230,233,248,1);
	        box-shadow:0 4px 30px 0 rgba(230,233,248,1);
}
.sem2-fn li img{
	position: absolute;
	top:50%;
	left: -26px;
	margin-top: -26px;
	z-index: 2;
}

.sem2-con li{ width:22.75%; margin-left:2%;color:#666; display: inline-block; background:#fff; font-size:18px; -webkit-transition: all .6s;-o-transition: all .6s;transition: all .6s; margin-bottom:30px; vertical-align:top;border:1px solid #eee;}
.sem2-con li:nth-child(4n+1){ margin-left:0;}
.sem2-con li:hover{-webkit-transform: translateY(-15px);-ms-transform: translateY(-15px);transform: translateY(-15px); border:1px solid #20abe6;}
.sem2-con li em{ margin:0 auto; display:block; height:80px; line-height:80px; margin-bottom:15px; width:80px; background:#f0511d; color:#fff; border-radius:50%; font-size:18px; position:relative; top:-35px; margin-bottom:-15px;}
.sem2-con li p{ width:90%; text-align:center; margin:0 auto;font-size:16px; line-height:1.8; height:150px; padding-bottom:20px;}

.sem-two1 .sem2-con{ margin-top:100px;}
.sem-two1 .sem2-con li{ width:23.5%; margin-left:2%; color:#666; float:left; background:#fff; font-size:18px; height:160px;border-radius:6px;-webkit-box-shadow: 0 3px 60px 4px rgba(231,234,248,1);
box-shadow: 0 3px 60px 4px rgba(231,234,248,1); margin-bottom:80px;}
.sem-two1 .sem2-con li:nth-child(4n+1){ margin-left:0;}
.sem-two1 .sem2-con li em{ margin:30px; display:block; background:url(../images/vpn_bg.jpg) no-repeat; background-size: cover;width:80%; height:40px; line-height:40px; color:#fff;border-radius: 6px; position:relative; top:-70px; margin-bottom:-30px;}
.sem-two1 .sem2-con li p{ width:90%; text-align:center; margin:0 auto;font-size:16px; line-height:1.8;}

.sem-two2{height:700px; position:relative;}
.sem-two2 .sem2-con{ margin-top:60px;}
.sem-two2 .sem2-con li{ width:23%; margin-left:2%; float:left; background:none;font-size:18px; height:480px;border-radius:6px;margin-bottom:50px;-webkit-box-shadow: 0 3px 60px 4px rgba(231,234,248,1);box-shadow: 0 3px 60px 4px rgba(231,234,248,1);}
.sem-two2 .sem2-con li:nth-child(4n+1){ margin-left:0;}
.sem-two2 .sem2-con li em{ margin:0px; display:block; width:100%; height:40px; line-height:40px;border-radius: 6px; position:relative;}
.sem-two2 .sem2-con li h2{ width:90%; text-align:left; margin:0 auto;font-size:15px; line-height:1.8; text-align:left;padding:10px 0;height:130px; font-weight: normal;color:#666;}
.sem-two2 .sem2-con li p{ border-top:1px solid #f2f2f2;text-align:left;font-size:15px; padding-top:10px; color:#666;}
.sem-two2 img{ margin-top:20px;	-webkit-transition: all .6s;-o-transition: all .6s;transition: all .6s;}
.sem-two2 .sem2-con li:hover img{-webkit-transform: translateY(-15px);-ms-transform: translateY(-15px);transform: translateY(-15px);}

/*sem-three*/
.sem3-con{ width:100%; margin-top:50px;}
.sem3-con li{ display:inline-block; width:48%; margin-left:4%; background:#fff;	-webkit-box-shadow:0 4px 30px 0 rgba(230,233,248,1);box-shadow:0 4px 30px 0 rgba(230,233,248,1);border-radius: 6px; margin-right:-4px;}
.sem3-con li:first-child{ margin-left:0;}
.sem3-con li:hover{-webkit-box-shadow:0 4px 50px 0 rgba(230,233,248,1);box-shadow:0 4px 50px 0 rgba(230,233,248,1);}
.sem3-con li>em{background:url(../images/sem_10.jpg) repeat-y;background-size: 100% auto; height:50px; line-height:50px;border-radius: 6px 6px 0 0; font-size:20px; color:#fff; display:block;}


.sem3-con li img{transition: all .3s;max-width:128px;}
.sem3-con li .img{ position:relative; overflow:hidden; width:128px; height:128px; text-align:center; margin:0 auto;margin-bottom:10px;}
.sem3-con li:hover img:first-child{margin-top:-128px;}

.sem3-con li .img{margin-top:60px;}
.sem3-con li>p{padding:60px; line-height:1.8; font-size:16px;}
.sem-three{
	padding:80px 0 80px;
	background:url(../images/sem_16.jpg) no-repeat bottom center;
}
.sem3-cent{text-align: center;}
.sem3-fir{font-size: 24px;color: #4a4a5d;}
.sem3-sec{font-size: 16px;color: #666;margin:15px 0 30px;}
.sem3-thr{
	display: inline-block;
	font-size: 20px;
	color: #3babff;
	line-height: 58px;
	border:1px solid #98d3ff;
	border-radius: 6px;
	text-align: center;
	background: #f4faff;
	padding:0 55px;
	margin:0 5px;
}
.sem3-team{font-size: 24px;color: #4a4a5d;text-align: center;margin:64px 0 35px;}
.sem3-list{position:relative;}
.sem3-list::before{
	content: '';
	width: 75%;
	height: 1px;
	border-top: 1px dashed #d7dee7;
	position: absolute;
	top:0;
	left: 12.5%;
}
.sem3-list li{
	float: left;
	width: 25%;
	padding:40px 0 5px;
	text-align: center;
}
.sem3-list .pic{
	width: 160px;
	height: 135px;
	margin:0 auto 18px auto;
	position: relative;
	z-index: 1;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.sem3-list .pic::before{
	content: '';
	width: 1px;
	height: 100%;
	border-left: 1px dashed #d7dee7;
	position: absolute;
	top:-40px;
	left: 50%;
	z-index: -1;
}
.sem3-list p{margin:0 auto;font-size: 16px;color: #666;}
.sem3-list li:hover .pic {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
}
/*sem-four*/
.sem-four{
	background: url(../images/sem_21.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    padding: 75px 0 80px;
	height:640px;
}
.sem4-title{font-size: 30px;text-align: center;color: #fff;}
.sem4slide{position: relative;margin: 58px 0 40px;}
.sem4slide img{ float:left; width:700px;}
.sem4slide dl{ float:right; color:#666; text-align:left; width:400px; margin-top:50px;}
.sem4slide dl dd{ background:#fff;-webkit-box-shadow:0 4px 30px 0 rgba(230,233,248,.1);box-shadow:0 4px 30px 0 rgba(230,233,248,.1);border-radius: 25px; height:50px; line-height:50px; margin-bottom:20px; font-size:16px; transition:all .3s;}
.sem4slide dl dd:hover{ margin-left:-50px;}
.sem4slide dl dd em{ color:#fff;border-radius:50%; background:#128bff; width:50px; height:50px; display:inline-block; text-align:center; font-size:20px; margin-right:20px;}
.sem4-hd{margin-bottom:32px;}
.sem4-hd ul{text-align: center;}
.sem4-hd li{
	display: inline-block;
	font-size: 16px;
	color:#fff;
	opacity: .53;
	margin:0 50px;
	cursor: pointer;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.sem4-hd li.on{
	opacity: 1;
}
.sem4-prev,.sem4-next{
	position: absolute;
	top:50%;
	margin-top: -1.5px;
	z-index: 4;
	width: 53px;
	height: 53px;
	border:1px solid #fff;
	border-radius: 50%;
	opacity: .39;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.sem4-prev{left: 0;background:url(../images/sem_29.png) no-repeat center;}
.sem4-next{right: 0;background:url(../images/sem_30.png) no-repeat center;}
.sem4-prev:hover,.sem4-next:hover{opacity: 1;}
.sem4-bd{
	width: 1180px;
	background: #fff;
	padding:56px;
	border-radius: 6px;
	margin:0 auto;
}
.sem4-bd li{
	float: left;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.sem4-pic{
	float: right;
	width:493px;
	height: 323px;
	overflow: hidden;
}
.sem4-pic img{
	width: 100%;
	display: block;
	-webkit-transition: all .8s;
	-o-transition: all .8s;
	transition: all .8s;
}
.sem4-pic:hover img{
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}
.sem4-le{float: left;width: 515px;padding-top: 40px;}
.sem4-tit{font-size: 20px;color: #4a4a5d;margin-bottom: 5px;font-weight:600}
.sem4-subtit{font-size: 16px;color: #666}
.sem4-subtit span{margin-right: 15px;}
.sem4-subtit img{vertical-align: middle;margin-right: 10px;}
.sem4-le .hr{
	width: 40px;
	height: 2px;
	background: #2ea6ff;
	margin:20px 0 25px;
}
.sem4-le .des{
	font-size: 16px;
	line-height: 28px;
	color: #666;
}
.sem4-le p{margin:0;}
.sem-four .btn-consult{color: #fff;border-color:#fff;}

/*sem-fix*/
.sem-fix{padding: 75px 0 80px;}
.sem5-text{text-align: center;margin-bottom: 35px;}
.sem5-fir{font-size: 16px;opacity: .8;color: #666;margin:6px 0 16px}
.sem5-sec{font-size: 22px;color: #4187ff;}
.sem5-list{margin-bottom: 40px; margin-top:50px;}
.sem5-list li{
	float: left;
	width: 32%;
	margin-left: 2%;
}
.sem5-list li:first-child{
	margin-left:0;
}
.sem5-list .pic{
	height: 240px;
	overflow: hidden;
	position: relative;
}
.sem5-list .pic img{
	width: 100%;
	height: 100%;
	-webkit-transition: all .8s;
	-o-transition: all .8s;
	transition: all .8s;
}
.sem5-list li:hover .pic img{
	-webkit-transform: scale(1.1) translate3d(15px,0,0);
	        transform: scale(1.1) translate3d(15px,0,0);
}
.sem5-list .titss{
	font-size: 24px;
	padding:0 25px;
	color: #fff;
	position: absolute;
	bottom: 35px;
	left: 0;
	width: 100%;
}
.sem5-list .des{
	border:1px solid #e8eaef;
	border-top:none;
	font-size:16px;
	line-height: 2;
	color:#666;
	padding:32px 24px;
	height: 165px;
	text-align:left;
}
@media (max-width:1440px){
	.sem5-list{margin-left: -66px;}
	.sem5-list li{width: 356px;margin-left:66px;}
	.sem5-list .pic{height: 205px;}
	.sem5-list .titss{padding:0 20px;bottom: 30px;}
	.sem5-list .des{padding: 25px 20px;}
}
/*sem-six*/
.sem-six{background:#2c313d;padding-top: 80px;}
.sem6-list{position: relative;margin-bottom:80px;}
.sem6-list::before,.sem6-list::after{
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	top:0;
	left: 50%;
}
.sem6-list::before{
	background: #3f4a63;
	margin-left: -1px;
}
.sem6-list::after{background: #1a1e28;}
.sem6-list li{
	float: left;
	width: 50%;
}
.sem6-list li:nth-of-type(2){padding-left:11%;}
.sem6-list .pic{
	width:174px;
	height:174px;
	float: left;
}
.sem6-list .pic img{
	width: 100%;
	display: block;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s
}
.sem6-list li .pic:hover img{
	-webkit-transform: rotateY(180deg);
	        transform: rotateY(180deg);
}
.sem6-list .cont{margin-left: 194px;margin-top: 60px;}
.sem6-list .titss{font-size: 18px;color:#fff;}
.sem6-list .des{color:#fff;opacity: .3;margin-top:7px;}
.sem6-cent{
	padding: 75px 0 36px;
	position: relative;
	text-align: center;
}
.sem6-cent::before,.sem6-cent::after{
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
}
.sem6-cent::before{background:#3f4a63;top:0;}
.sem6-cent::after{background: #1a1e28;top:1px;}
.sem6-cent .titss{font-size: 30px;color: #fff;}
.sem6-cent .des{font-size: 16px;color: #fff;opacity: .3;margin-top: 4px;}
.sem6-mesg{
	background: #138cff;
	padding:26px 30px;
}
.sem6-le{float: left;width: 180px;}
.sem6-yu{font-size: 28px;color: #fff;}
.sem6-xz{color:rgba(255,255,255,.6);margin-top:4px;}
.sem6-form{float: right;margin-top:6px;}
.sem6-form input{
	width:290px;
	height: 52px;
	border:1px solid rgba(206,210,223,.3);
	border-radius: 6px;
	background:transparent;
	font-size: 14px;
	color:rgba(255,255,255,.6);
	line-height: 20px;
	padding:15px;
	margin-right: 15px;
}
.sem6-form .button{
	width: 190px;
	height: 52px;
	background: #fff;
	font-size: 14px;
	color: #138cff;
	text-align: center;
	border:1px solid #fff;
	border-radius: 6px;
	margin-left: 10px;
	cursor: pointer;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.sem6-form .button:hover{
	color: #fff;
	background:transparent;
}

.med_s{ width:100%; background:#f1f1f1;}
.med_1{ width:1155px; height:auto; overflow:hidden; margin:0 auto; text-align:center; margin-top:20px;}
.med_2{ width:349px; height:60px; margin:0 auto; margin-top:40px;}
.med_3{ width:100%; height:auto; overflow:hidden; background:#f1f1f1; padding-bottom:30px;}
.med_4{ width:1155px; height:auto; overflow:hidden; margin:0 auto; padding-top:30px; padding-bottom:30px;}
.med_5{ width:1155px; height:auto; overflow:hidden; margin:0 auto; padding-top:50px;}
.med_5_2{ width:478px;float:right;}
.med_5_2 img{ width:478px;}
.med_5_1{ width:620px; height:auto; overflow:hidden; float:left;}
.med_5_title{ width:620px; height:auto; overflow:hidden; font-size:30px; color:#222; text-align:left;  line-height:2;}
.med_5_content{ width:620px; height:auto; overflow:hidden; line-height:36px; font-size:16px; color:#575656; margin-bottom:30px; text-align:left;}
.med_6{ width:1155px; height:414px; margin:0 auto; background:url(../images/med_5.png) center no-repeat; margin-top:30px;}
.sem2-con .img{ background:#20abe6; width:120px; height:120px; margin:0 auto; text-align:center; border-radius:50%; margin-top:40px;}
.sem2-con .img img{ padding-top:10%;}
.sem2-con li em{ background:none; color:#222; width:100%;position: static;}
.sem2-con li{ padding-bottom:20px;}
.ser_con img{ float:left; padding-top:30px;margin-right:30px;}
.ser_con p{ text-align:left; padding-top:100px; line-height:2; }
@media (max-width:1440px){
	.sem6-form input{width: 240px;margin-right: 10px;}
	.sem6-form .button{width: 160px;}
	.sem6-list li:nth-of-type(2){padding-left:6%;}
}
@media screen and (max-width:768px) {
  .sem1-cont{ width:100%;padding: 30px 0 30px;}
  .inner{ width:100%;}
  .sem-one .sem-title{ padding:0 !important;}
  .sem-title{ font-size:20px;}
  .sem1-list{margin-top:30px;}
  .sem1-list li{ width:90%; float:none; margin:0 auto; text-align:center; margin-bottom:5%;}
  .sem1-list li:first-child{ margin-left:auto;}
  .sem1-list li p{ padding-bottom:20px;}
  .sem-two{ width:100%;padding: 40px 0 30px; height:auto; margin-bottom:30px;}
  .sem2-list{margin-top:30px;}
  .sem2-con{ width:92%; margin:0 auto; text-align:center;}
  .sem2-con li{ width:100%; margin-bottom:5%; height:auto; float:none; margin-left:0;}
  .sem2-con li:last-child{ margin-bottom:5%;}
  .sem2-con li:first-child{margin-left:auto;}
  .sem2-con li p{ height:auto;}
  .sem2-con li em{ padding-top:15px;}
  .sem2-con li p{ padding-bottom:15px;}
  .sem-two1 .sem2-con{ margin-top:80px;}
  .sem-two1 .sem2-con li{ width:46%; margin-left:2%; margin-right:2%;margin-bottom:60px;}
  .sem-two1 .sem2-con li:nth-child(4n+1){margin-left:2%;}
  .sem-two1 .sem2-con li em{ line-height:1.2;margin-bottom:-50px;font-size:16px;}
  .sem-two1 .sem2-con li p{ font-size:14px;}
  .vp_ad{ background-size: cover !important; height:60px !important;}
  .sem-two2 .sem-title{ padding-top:35px !important;}
  .sem-two2{ height:auto;}
  .sem-two2 .sem2-con{margin-top:35px; width:90%;}
  .sem-two2 .sem2-con li:nth-child(4n+1){ margin-left:auto;}
  .sem-two2 .sem2-con li{ width:100%; float:none;margin-left:auto; height:auto; margin-bottom:20px;}
  .sem1-list li .big{width:100%; height:auto;}
  .sem-two .sem-p{ width:90%; margin-bottom:30px;}
  .sem2-con li em{ height:65px; line-height:60px;}
  .med_5{ width:90%; padding-top:0;}
  .med_5_1{ width:100%;}
  .med_5_title{ width:100%;}
  .med_5_content{ width:100%;}
  .med_5_2{ width:100%; margin-bottom:30px;}
  .med_5_2 img{ width:100%;}
  .ser_con img{ width:100%; float:none;margin-right:0;}
  .ser_con p{ padding-top:20px;}
}