h2 {
	font-weight: 600;	
}
.omain {
    width: 1200px;
    margin: 0 auto;
	padding: 40px 0;
}
.wid50 {
	width: 47%;
	display: inline-block;
	vertical-align: middle;
}
.wid25 {
	width: 20%;
	display: inline-block;
	vertical-align: top;
	margin: 0 2%;
}
.bar1 {
	margin: 0 200px;
	font-weight: 500;
	width: 20%;
	display: inline-block;
	font-weight: 600;
}
.bar1 h2 {
	text-align: left;
	font-size: 40px;
}
.bar-img {
	overflow-clip-margin: content-box;
	overflow: clip;
	clip-path: url(#svgPathBig);
    width: 100%;
    max-width: 100%;
    aspect-ratio: 4/3;
}

@media (max-width: 767px) {
	.bar1 {
		margin: 0;
		padding: 15px;
	}
	.bar1 h2 {
		font-size: 30px;
	}
	.omain {
		width: 100%;
		padding: 20px 0
	}
	.wid50 {
		width: 100%;	
	}
	.wid25 {
		width: 45%;
	}
}

.part1-1 {
	text-align: center;
}
.part1-1 img {
	width: 60%;
	margin: auto;
}
.part1-1 h3 {
	font-size: 30px;
}
.part1-1 p {
	margin: 0;
	line-height: 25px;
}
@media (max-width: 767px) {
	.part1-1 h3 {
		font-size: 20px;
	}
	.part1-1 {
		margin-bottom: 15px;
	}
}

.ser-tit h2 span {
	font-size: 20px;
}
.ser-tit .f-tit {
	text-align: center;
	color: #f37934;
	font-size: 18px;
}
.xkyh {
	position: relative;
}
.xkyh h3 {
	font-size: 25px;
	font-weight: 700;
	text-align: center;
	margin-top: 0;
}
.xkyh1, .xkyh2 {
	width: 49%;
	display: inline-block;
	vertical-align: middle;
}
.xkyh1 {
	background: #fff;
    padding: 20px 50px;
	box-shadow: 0px 5px 10px rgb(0 0 0 / 5%);
}
.xkyh1 ul li {
	border-top: 1px solid #ededed;
	padding: 30px 0;
}
.xkyh1 ul li:first-child {
    border-top: none;
}
.xkyh1-1 {
	vertical-align: middle;
	width: 7%;
	margin-right: 5%;
	display: inline-block;
}
.xkyh1-1 span {
	display: inline-block;
    border: 2px solid #ededed;
    border-radius: 50%;
    height: 44px;
    line-height: 51px;
    text-align: center;
    width: 44px;
}
.xkyh1-1 svg {
    color: #00306e;
    width: 18px;
}
.xkyh1-2 {
	vertical-align: middle;
	width: 86%;
	display: inline-block;
	text-align: center;
}
.xkyh1-2 p {
	color: #4d5765;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
	padding-right: 20px;
	text-align: left;
}
.xkyh1-2 .p-tit {
	font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    margin: 0 0 14px;
	color: #333;
}
.xkyh2 {
	text-align: center;
}
.xkyh2 img {
	width: 50%;
	margin-bottom: 40px;
}
.xkyh2 p {
	text-align: center;
	font-size: 20px;
}
.xkyh2-p {
	width: 70%;
	margin: auto;
}
.xkyh2-p p {
	text-align: left;
	font-size: 16px;
}
.xkyh3 {
	margin-top: 40px;
}
.xkyh3 p {
	font-size: 14px;
}

@media (max-width: 767px) {
	.ser-tit .f-tit {
		font-size: 16px;
		padding: 0 15px
	}
	.xkyh3 {
		margin-top: 40px;
		padding: 15px;
	}

	.xkyh1, .xkyh2 {
		width: 100%;
		display: block;
		margin: 10px 0
	}
	.xkyh1 {
		padding: 20px;
	}
	.xkyh1 ul li {
		padding: 10px 0;
	}
	.xkyh1-1 {
		width: 10%;
	}
	.xkyh1-1 span {
		height: 40px;
		line-height: 48px;
		width: 40px;
	}
	.xkyh1-2 {
		width: 83%;
	}
	.xkyh1-2 p {
		padding-right: 0;
	}

}
.clear {
	clear: both;
}

.ks-hd {
text-align: center;
}
.ks-hd ul li {
	display: inline-block;
	width: 23%;
	margin: 0.6%;
	border: 1px solid #ddd;
	padding: 15px;
	box-shadow: -8px 8px #f5891d;
	border-radius: 5px;
	background: #fff;
	    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
	transform: skew(-10deg);
}
.ks-hd ul li:nth-of-type(2) {
	width: 9%;
}
.ks-hd ul li:nth-of-type(3) {
	width: 15%;
}
.ks-hd ul li:nth-of-type(4) {
	width: 46%;
}
.ks-hd ul li:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .05);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .05);
}
.ks-hd ul li p {
	font-size: 14px; 
	color: #7f7f7f;
	margin-bottom: 0;
}
.ks-hd ul li .p-tit {
	color: #333;
	font-weight: 700;
}
.ks-js {
	margin: 20px 0;
}

.js1-2 {
	background: #0d1028;
	padding: 30px;
	height: 100px;
}
.js2 {
	width: 90%;
	display: inline-block;
	background: #fff;
	padding: 30px;
}
.js2-1 {
	width: 30%;
	display: inline-block;
	vertical-align: middle;
}
.js2-1 img {
	box-shadow: 16px 16px #f5891d;
}
.js2-2 {
	width: 60%;
	display: inline-block;
	vertical-align: middle;
	margin-right: 9%;
}
.js2-2 p {
	margin-bottom: 15px;
}
.ks-techer {
	background: #fff;
	margin-top: 30px;
    padding: 20px 45px;
}
.ks-techer .tab_list, .ks-techer .tab_con {	
	display: inline-block;
	vertical-align: top;
}
.ks-techer .tab_list {
	border-right: 1px dashed #adadad;	
	width: 45%;
}
.ks-techer  .p-tit {
	height: 21px;
    border-top: 1px solid #adadad;
	margin-top: 30px;
	margin-right: 40px;
}
.ks-techer  .p-tit span {
	margin-top: -21px;
    display: inline-block;
    padding-right: 13px;
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    background: #fff;
    font-size: 28px;
    color: #222;
}
.ks-techer .tab_list ul {
	margin-right: 40px;
	margin-top: 40px;
}
.tab_list li {
    text-align: center;
    display: inline-block;
    border: 1px solid #fff;
	border-bottom: 1px solid #e5e6eb;
    border-radius: 4PX;
    cursor: pointer;
    padding: 15px 10px;
    line-height: normal;
    margin-right: 1%;
	width: 48%;
}
.tab_list li:hover {
	border: 1px solid #f5891d;
    font-weight: 600;
    color: #f5891d;
}
.tab_list .current {
	border: 1px solid #f5891d;
    font-weight: 600;
    color: #f5891d;
}
.ks-techer .tab_con {
	width: 54%;
	padding-left: 40px;
}
@media (max-width: 767px) {
	.ks-hd {
		padding: 20px;
	}
	
	.ks-hd ul li:nth-of-type(2) {
		width: auto;
	}
	.ks-hd ul li:nth-of-type(3) {
		width: auto;
	}
	.ks-hd ul li:nth-of-type(4) {
		width: auto;
	}
	.ks-hd ul li {
		display: block;
		width: 100%;
		margin: 15px 0
	}
	.js1 {
		width: 100%;
		display: block;
	}
	.js1-1 {
		width: 80px;
		height: 80px;
		display: inline-block;
		font-size: 18px;
		padding: 11px 17px;
	}
	.js1-2 {
		width: 80px;
		height: 80px;
		display: inline-block;
		vertical-align: top;
		padding: 18px 16px;
	}
	.ks-techer {
		padding: 20px;
	}
	.ks-techer .p-tit span {
		font-size: 18px;
	}
	.ks-techer .tab_list {
		width: 100%;
		border-bottom: 1px dashed #adadad;
		border-right: unset;
	}
	.ks-techer .tab_list ul {
		margin-right: 0;
		padding-bottom: 20px;
	}
	.tab_list li {
		width: auto;
	}
	.ks-techer .tab_con {
		width: 100%;
		padding-left: 0;
		height: 300px;
		overflow: scroll;
		overflow-x: hidden;
		overflow-y: auto;
		font-size: 14px;
	}
	.js2 {
		width: 100%;
		padding: 0 30px;
	}
	.js2-1 {
		width: 80%;
		margin: auto;
	}
	.js2-2 {
		width: 100%;
		margin-right: 0;
	}
	.ks-js {
		width: 100%;
		margin: 0;
	}
}



.xsts .f-txt {
	padding: 0 100px;
}
.xsts1 {
	padding: 30px 100px;
}
.xsts1-1 {
	width: 30%;
	display: inline-block;
	vertical-align: middle;
}
.xsts1-1 img {
	box-shadow: -16px 16px #f5891d;
}
.xsts1-2 {
	width: 60%;
	display: inline-block;
	vertical-align: middle;
	margin-left: 9%;
}
.xsts1-2 ul li {
	margin-bottom: 15px;
}

@media (max-width: 767px) {
	.ser-tit .f-txt {
		padding: 0 20px;
	}
	.xsts1 {
		padding: 0 20px;
	}
	.xsts1-1 {
		width: 80%;
		margin: auto;
		display: block;
		margin-bottom: 20px;
	}
	.xsts1-2 {
		width: 100%;
		margin-left: 0;
	}
}




.mba {
	
}
.mba h3 {
	font-size: 25px;
	font-weight: 700;
}
.mba1, .mba2 {
	width: 49%;
	display: inline-block;
	vertical-align: top;
}
.mba1 {
	background: #fff;
    padding: 35px 50px;
    font-size: 14px;
}
.mba2 {
	padding: 20px;
	border: 1px solid #f1f1f1;
	background:#fefefe;
	box-shadow: -16px 16px #f5891d;
}
.mba2 .tfb-main ul li {
	border-top: 1px solid #ededed;
	padding: 20px 0;
}
.mba2 .tfb-main ul li:first-child {
    border-top: none;
}
.mba2-1 {
	vertical-align: middle;
	width: 7%;
	margin-right: 5%;
	display: inline-block;
}
.mba2-1 span {
	display: inline-block;
    border: 2px solid #ededed;
    border-radius: 50%;
    height: 44px;
    line-height: 51px;
    text-align: center;
    width: 44px;
}
.mba2-1:hover span {
	background: #00306e;
}
.mba2-1 svg {
    color: #00306e;
    width: 18px;
}
.mba2-1:hover svg {
	color: #fff;
}
.mba2-2 {
	vertical-align: middle;
	width: 86%;
	display: inline-block;
}
.mba2-2 p {
	color: #4d5765;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
	padding-right: 20px;
}
.mba2-2 .p-tit {
	font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    margin: 0 0 5px;
	color: #333;
}
.mba2 .tfb .tfb_list {
	
}
.mba2 .tfb .tfb_list ul li {
	border-left: 2px solid #ededed;
	border-radius: 5px;
	padding: 10px;
	font-weight: 700;
	background: url(/wp-content/themes/usa/zhuanti/images/service/usabg.jpg) no-repeat;
	background-size: 100%;
	font-size: 14px;
	width: 30%;
	display: inline-block;
	margin: 0 1%;
	text-align: center;
}
.mba2 .tfb .tfb_list ul li:hover {
	background: #0d1028;
	color: #fff;
}
.mba2 .tfb .tfb_list .cuen {
    background: #0d1028;
	color: #fff;
}
.mba2 .tfb .tfb_con {
}
.mba2 .tfb .tfb_con .tfb-main p {
	font-size: 14px;
	color: #666;
}
.mba2 .tfb .tfb_con .tfb-main .p-t {
	color: #000;
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 10px;
}
.p-cen {
	text-align: center;
	letter-spacing: 5px;
	font-size: 20px;
	margin-bottom: 20px;
}
@media (max-width: 767px) {
	.mba  {
		padding: 0 15px;
	}
	.mba h3 {
		font-size: 20px;
	}
	.mba1 {
		padding: 0;
	}

	.mba1, .mba2 {
		width: 100%;
	}
	.mba2-1 {
		width: 10%;
	}
	.mba2-2 {
		width: 83%;
	}
	.mba2 .tfb .tfb_list ul li {
		width: auto;
		padding: 3px 10px;
	}
}




.mba {
	
}

.zhnl1 {
	width: 70%;
	margin: auto;
}
.zhnl2 {
	padding: 20px;
	border-radius: 10px;
	margin-top: 40px;
}
.zhnl2 .tgb_list {
	
}
.zhnl2 .tgb_list ul li {
	border: 2px solid #ededed;
	border-radius: 5px;
	padding: 10px;
	font-weight: 700;	
	font-size: 14px;
	width: 20%;
	display: inline-block;
	margin-right: 2%;
	text-align: center;
}
.zhnl2 .tgb_list ul li:hover {
	background: url(/wp-content/themes/usa/zhuanti/images/service/usabg.jpg) no-repeat;
	background-size: 100%;	
	color: #333;
}
.zhnl2 .tgb_list .cun {
    background: url(/wp-content/themes/usa/zhuanti/images/service/usabg.jpg) no-repeat;
	background-size: 100%;	
	color: #333;
}
.zhnl2 .tgb_con {
	padding: 20px;
	margin-top: 10px;
	border-radius: 10px;
	height: 200px;
	overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
	font-size: 14px;
	color: #000;
}
.zhnl2 .tgb_con::-webkit-scrollbar {
    width: 6px;   
	height:80%;
}
.zhnl2 .tgb_con::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px #0909091a;
    background: #09090933;
}
.zhnl2 .tgb_con::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px #09090933;
    border-radius: 0;
    background: #0909091a;

}
.zhnl2 .tgb_con .tgb-main p {
	font-size: 14px;
	color: #666;
}
.zhnl2 .tgb_con .tgb-main .p-t {
	color: #000;
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 10px;
}
.p-cen {
	text-align: center;
	letter-spacing: 5px;
	font-size: 20px;
	margin-bottom: 20px;
}
@media (max-width: 767px) {
	.zhnl2 .tgb_list ul li {
		margin: 2%;
		width: auto;
	}
}

.gy {

}
.gy h3 {
	text-align: center;
}
.gy ul li {
	width: 30%;
	display: inline-block;
	vertical-align: top;
	margin: 1%;
	padding: 30px 10px 10px;
	height: 250px;
	padding: 60px 40px 10px;
}
.gy ul .bg1 {
	background: url(/wp-content/themes/usa/zhuanti/images/service/gy1.png) left / cover no-repeat;
	background-size: 100% 100%;
}
.gy ul .bg3 {
	background: url(/wp-content/themes/usa/zhuanti/images/service/gy2.png) left / cover no-repeat;
	background-size: 100% 100%;
}
.gy ul .bg4 {
	background: url(/wp-content/themes/usa/zhuanti/images/service/gy3.png) left / cover no-repeat;
	background-size: 100% 100%;
}
.gy ul .bg5 {
	background: url(/wp-content/themes/usa/zhuanti/images/service/gy4.png) left / cover no-repeat;
	background-size: 100% 100%;
}
.gy ul .bg2 {
	background: #fff;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
	height: 220px;
}
.gy ul .v-b {
	vertical-align: bottom;
	padding-top: 30px;
}
.gy ul li p {
	color: 6e6e6e;
	font-size: 14px;
}
.gy ul li .p-t {
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 8px;	
}
@media (max-width: 767px) {
	.gy {
		padding: 0 15px;
	}
	.gy ul li {
		width: 100%;
		height: auto;
	}
	.gy ul bg2 {
		height: auto;
	}
}




	
.liuc {
	width: 1300px;
    margin: 0 auto;
    padding: 0 0 40px;
}
.liuc-main {
    position: relative;
	    margin-top: 60px;
}
@-webkit-keyframes displacement {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 50PX 0
    }
}

@keyframes displacement {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 50PX 0
    }
}
.liuc .item-line {
    -webkit-animation: displacement 1s linear infinite;
    animation: displacement 1s linear infinite;
    background-image: -webkit-gradient(linear, left top, right top, from(#000), color-stop(50%, #000), color-stop(0, transparent));
    background-image: linear-gradient(90deg, #000 0, #000 50%, transparent 0);
    background-repeat: repeat-x;
    background-size: 14PX 1PX;
    height: 1px;
    left: 237PX;
    position: absolute;
    top: 125PX;
    width: 80%;
    z-index: 0;
}
.liuc-main ul li {
	background-color: #fff;
    border: 1px solid #e5e6eb;
    border-radius: 10PX;
    cursor: pointer;
    height: 250PX;
    margin: 0 1.3%;
    padding: 10PX 20px 10px 40px;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 17%;
	display: inline-block;
	vertical-align: middle;
}
.liuc-main ul li h3 {
	margin-bottom: 20px;
	font-size: 20px;
    color: #3E425A;
    letter-spacing: 0.75px;
	font-weight: 400;
}

.liuc-main ul li p {
	margin: 5px 0;
	font-size: 16px;
    color: #8F9095;
    letter-spacing: 1.2px;
    line-height: 26px;
}
.liuc-main ul li .circle {
    background-color: #fff;
    border: 1px solid var(---line-1, #e5e6eb);
    border-radius: 66.667PX;
    -webkit-box-shadow: 0 2PX 4PX 0 rgba(0, 0, 0, .08);
    box-shadow: 0 2PX 4PX #00000014;
    color: #000;
    font-weight: bolder;
    height: 40PX;
    left: -20PX;
    line-height: 40PX;
    position: absolute;
    text-align: center;
    top: 105PX;
    width: 40PX;
}
@media (max-width: 767px) {
	.liuc {
		width: 100%;
		padding: 0;
	}
	.liuc-main {
		margin-top: 10px;
		padding: 0 15px;
	}
	.liuc-main ul li {
		height: auto;
		margin: 20px 0;
		padding: 15px;
		width: 100%;
	}
	.liuc-main ul li .circle {
		left: 44%;
		top: -20px;
	}
	.liuc .item-line {
		display: none;
	}
}

.yoshi1, .yoshi2 {
	width: 49%;
	display: inline-block;
	vertical-align: top;
}
.yoshi1 {
	padding: 40px;
	font-size: 14px;
}
.yoshi2 {
	padding-left: 100px;
}
.yoshi2 img {
	width: 100%;
}
@media (max-width: 767px) {
	.yoshi1 {
		padding: 20px;
	}
	.yoshi1, .yoshi2 {
		width: 100%;
	}
	.yoshi2 {
		padding-left: 0;
	}
}


.sch {
	padding-top: 0;
}
.sch ul li {
	width: 14%;
	margin: 1%;
	display: inline-block;
	border: 3px solid #e4e4e4;
	background:#fff;
	padding: 5px;
	border-radius: 20px;
	height: 158px;
	vertical-align: top;
}
.sch h3 {
	text-align: center;
}
.sch1 {
	border-radius: 10px;
	padding: 0 10px;
	height: 146px;
	overflow: hidden;
	display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 767px) {
	.sch {
		padding: 15px;
	}
	.sch ul li {
		width: 30%;
		-webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, .1);
		box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, .1);
		height: 100px;
	}
	.sch1 {
		height: 90px;
	}
}