﻿body, html {
	font-family: "Microsoft YaHei", Arial;
	color: #626262;
	font-size: 14px;
	line-height: 1.42857143;
	overflow-y: auto;
	background: #fff;
}
img {
	border: none;
	max-width: 100%;
	height: auto;
}
p, div {
	margin: 0;
}
.text-bold {
	font-weight: bold;
}
.font-12, h6 {
	font-size: 12px;
}
.font-14, h5 {
	font-size: 14px;
}
.font-16 {
	font-size: 16px;
}
.font-18, h4 {
	font-size: 18px;
}
.font-20 {
	font-size: 20px;
}
.font-22 {
	font-size: 22px;
}
.font-24, h3 {
	font-size: 24px;
}
.font-26 {
	font-size: 26px;
}
.font-28 {
	font-size: 28px;
}
.font-30, h2 {
	font-size: 30px;
}
.font-36, h1 {
	font-size: 36px;
}
.font-48 {
	font-size: 48px;
}
a:hover {
	text-decoration: none;
}
/* 单行省略 */
.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/* 多行省略 */
/*首页新闻公告*/
.col-md-6 {
    width: 50%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
@media screen and (max-width:1000px) {
.col-md-6 { width:100%;}
	}
.widget .widget-title {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 40px;
    padding-bottom: 15px;
    position: relative;
}
.widget_archive li, .widget_categories li, .widget_meta li, .widget_nav_menu li, .widget_pages li, .widget_recent_entries li, ul.service-menu li {
    padding: 14px 0;
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s;
    border-bottom: 1px solid #eee;
list-style: none;
}
.widget_archive li>a, .widget_categories li>a, .widget_meta li>a, .widget_nav_menu li>a, .widget_pages li>a, .widget_recent_entries li>a, ul.service-menu li>a {
    color: #848484;
    padding-left: 30px;
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-decoration: none;
    padding-right: 30px;
}
.widget_archive li>a:before, .widget_categories li>a:before, .widget_meta li>a:before, .widget_nav_menu li>a:before, .widget_pages li>a:before, .widget_recent_entries li>a:before, ul.service-menu li>a:before {
    color: #848484;
    content: "\F15B";
    position: absolute;
    top: -4px;
    left: 0;
    font-size: 16px;
    font-family: Font Awesome\ 5 Free;
    -webkit-transition: all .5s;
    transition: all .5s;
    font-weight: 400;
}
	.widget .widget-title:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 67px;
    left: 0;
    bottom: 0;
    background-color: #1976d2;
}
/*首页新闻公告结束*/
.all {
            width: 50px;
            height: 30px;
            margin-top: -20px;
            margin-left: 240px;
            z-index: 999;
            position: relative;
        }

            .all li {
                width: 120px;
                height: 30px;
                background-color: #FFF;
                line-height: 30px;
                text-align: center;
                float: left;
                margin-right: 10px;
                display: inline;
                position: relative;
                cursor: pointer;
            }

            .all ul {
                position: absolute;
                left: 0;
                top: 30px;
                display: none;
            }
.ellipsis-2l {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* 数值代表显示几行 */
	-webkit-box-orient: vertical;
}
.ellipsis-3l {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3; /* 数值代表显示几行 */
	-webkit-box-orient: vertical;
}
.yida-nav {
	height: 85px;
	background: #0070bd;
}
.yida-nav .navbar {
	border-radius: 0;
	background: #fff;
	height: 80px;
	margin: 0;
	padding: 0;
	border: none;
	padding-left: 5.3%;
}
.yida-nav .navbar-brand {
	padding: 0;
	width: 330px;
	margin-top: 18px;
	font-size: 14px;
	color: #626262;
}

@media screen and (max-width:1439px) {
.yida-nav .navbar-brand {
	width: 220px;
}
}
.yida-nav .navbar-brand > span {
	margin-left: 25px;
}
.yida-nav .navbar-brand > span > i {
	font-weight: bold;
	color: #0070bd;
	font-style: normal;
	padding-right: 8px;
}
.yida-nav .navbar-brand > span > i::after {
	content: "";
	display: inline-block;
	width: 0;
	height: 16px;
	border-left: 1px solid #aaa;
	position: relative;
	top: 3px;
	left: 9px;
}
.yida-nav .navbar-brand > span > a {
	color: #aaa;
	margin-left: 8px;
}
.yida-nav .navbar-brand > span > a:hover {
	color: #0070bd;
}
.navbar-brand > img {
	float: left;
	height: auto;
	margin-right: 12px;
}
.yida-nav .navbar-nav > li > a {
	height: 72px;
	line-height: 52px;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 8px;
}
.yida-nav .nav > li > a {
	padding: 10px 20px;
}
.yida-nav .nav > li > a {
	padding: 0px 16px;
}
.yida-nav .navbar-nav > li > a {
	height: 72px;
	line-height: 72px;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 8px;
	font-size: 16px;
	color: #000;
}
.yida-nav .nav > li.active a.j_search, .yida-nav .nav > li > a.j_search:focus, .yida-nav .nav > li > a.j_search:hover {
	text-decoration: none;
	background-color: #0070bd;
	color: #fff;
}
.yida-nav .navbar-nav > li.last a.j_search{
	width: 284px;
	background: #0070bd;
	margin: 0;
	padding-top: 8px;
	height: 100%;
	padding-left: 108px;
	position: relative;
	color: #fff;
}
.yida-nav .navbar-nav > li.last a.j_search::before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 88px solid #fff;
	border-right: 90px solid transparent;
	position: absolute;
	top: -8px;
	left: 0;
}
.yida-nav .navbar-nav > li.last a i {
	font-size: 33px;
	vertical-align: middle;
	margin-right: 5px;
}
.navbar-toggle {
	margin-top: 26px;
	margin-right: 5.3%;
	border: 1px solid #0070bd;
}
.navbar-toggle .icon-bar {
	background: #0070bd;
}
.yida-banner {
	position: relative;
}
.yida-banner img{ width:100%;}
/**2017-6-15 banner修改**/
.yida-banner .bx-wrapper {
	border: none;
	margin: 0;
}
.yida-banner .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: center;
	width: 100%;
	bottom: 30px;
}
.yida-banner .bx-wrapper .bx-pager.bx-default-pager a.active,  .yida-banner .bx-wrapper .bx-pager.bx-default-pager a:focus,  .yida-banner .bx-wrapper .bx-pager.bx-default-pager a:hover {
	background: #fff;
}
.banner-text {
	position: absolute;
	top: 28%;
	width: 100%;
}
.banner-text p {
	width: 534px;
	margin: 0 auto;
	text-align: left;
}
.banner-text p.text-fir img {
	vertical-align: baseline;
	border: 5px solid #fff;
	margin-left: 65px;
}
.banner-text p.text-fir {
	font-size: 60px;
	color: #fff;
	font-weight: lighter;
}
.banner-text p.text-sec {
	font-size: 60px;
	line-height: 60px;
	color: #fff;
	font-weight: bold;
}
.yida-chaxun {
	position: relative;
	height: 330px;
	overflow: hidden;
}
.yida-chaxun .chaxun-bg-l {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 330px;
	background: url("../image/yida-bg-01.png") no-repeat #0070bd;
	z-index: 0;
}
.yida-chaxun .chaxun-bg-r {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 330px;
	background: #fff;
	z-index: 0;
}
.cx-con {
	position: relative;
	z-index: 100;
}
.cx-con .con-l {
	float: left;
	width: 50%;
	padding-top: 30px;
}
.cx-box {
	float: left;
	width: 240px;
}
.cx-box .cx-title {
	font-size: 30px;
	color: #fff;
	margin-bottom: 15px;
}
.cx-box .input-group {
	width: 100%;
	margin-top: 10px;
}
.cx-box .input-group input {
	width: 100%;
	border: 1px solid #fff;
	height: 35px;
	background: #0070bd;
	padding-left: 30px;
	padding-right: 30px;
	background: url("../image/username.png") 8px center no-repeat;
	font-size: 12px;
	color: #fff;
}
.cx-box .input-group input.pwd {
	background: url("../image/pwd.png") 8px center no-repeat;
}
 .cx-box .input-group input::-webkit-input-placeholder {
 color: #95b7db;
}
 .cx-box .input-group input:-ms-input-placeholder {
 color: #95b7db;
}
 .cx-box .input-group input::-moz-placeholder {
 color: #95b7db;
}
 .cx-box .input-group input:-moz-placeholder {
 color: #95b7db;
}
.yida-btn, a.yida-btn {
	display: inline-block;
	background: #6abdf6;
	border-radius: 3px;
	border: none;
	color: #fff;
	font-size: 14px;
}
.cx-btn {
	width: 100%;
	height: 33px;
	margin-top: 5px;
}
.vip-link {
	margin-top: 8px;
}
.vip-link .no-pwd {
	float: left;
	font-size: 12px;
	color: #95b7db;
}
.vip-link .new-vip {
	float: right;
	font-size: 12px;
	color: #95b7db;
	text-decoration: underline;
}
.flow {
	margin-left: 48px;
}
.flow-mess {
	border: 1px solid #fff;
	width: 100%;
	height: 88px;
	background: #0070bd;
	resize: none;
	vertical-align: bottom;
	color: #fff;
	font-size: 12px;
}
.flow-btn {
	width: 112px;
	height: 33px;
	margin-top: 5px;
}
.cx-con .con-r {
	float: right;
	width: 50%;
	height: 290px;
	padding-top: 50px;
	padding-left: 75px;
	/*padding-bottom: 70px;*/
	overflow: hidden;
	font-size: 14px;
	color: #626262;
}
.yida-chaxun .con-r-title {
	font-size: 30px;
	line-height: 38px;
	margin-bottom: 25px;
}
.yida-chaxun .con-r-con {
	margin-bottom: 25px;
	line-height: 22px;
}
.yida-done {
	background: url("../image/yida-bg-02.jpg") center center repeat;
	background-size: 100% 100%;
	padding-bottom: 62px;
}
.done-list:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	right: -5px;
	width: 0;
	height: 100%;
	border-right: 1px solid #fff;
	z-index: 5;
}
.done-list {
	border: 5px solid transparent;
	border-bottom: none;
	position: relative;/*border-right: 1px solid #fff;*/
    /*transition: all 0.2s;*/
}
.done-list:last-child:after {
	border-right: none;
}
.done-title {
	text-align: center;
	font-size: 45px;
	color: #333;
	font-weight: lighter;
	line-height: 45px;
	padding-top: 80px;
	padding-bottom: 50px;
}
.done-list .list-title {
	font-size: 26px;
	line-height: 26px;
	color: #626262;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 25px;
	position: relative;
}
.done-list .list-text {
	height: 150px;
	overflow: hidden;
	font-size: 14px;
	color: #626262;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 50px;
	padding-left: 15px;
	padding-right: 15px;
}
.done-list .list-img {
	height: 152px;
	line-height: 152px;
	width: 100%;
	text-align: center;
	position: relative;
}
.done-list .list-img .hover {
	display: none;
	position: absolute;
	top: 25px;
	left: -10%;
	-webkit-transform: scale(1.5, 1.5);
	-moz-transform: scale(1.5, 1.5);
	-ms-transform: scale(1.5, 1.5);
	;
	z-index: 999;
}
.list-link {
	width: 100%;
	height: 62px;
	background: #0070bd;
	padding-left: 15px;
	padding-right: 15px;
}
.list-link > i {
	line-height: 62px;
	font-size: 35px;
	color: #fff;
}
.list-link > a {
	line-height: 62px;
	font-size: 14px;
	color: #fff;
}
.list-link-fir {
	background: transparent;
	padding-left: 55px;
	overflow: hidden;
}
.list-link-fir > i {
	font-size: 22px;
	vertical-align: bottom;
	line-height: 100px;
}
.list-link-sec {
	display: none;
}
.done-list:hover {
	border: 5px solid #0070bd;
	border-bottom: none;
}
.done-list:hover .hover {
	display: block;
}
.done-list:hover .done-link {
	display: none;
}
.done-list:hover .list-link-fir {
	display: none;
}
.done-list:hover .list-link-sec {
	display: block;
}
.done-list:hover .list-title::after {
	content: "";
	display: block;
	width: 70px;
	height: 1px;
	background: #626262;
	position: absolute;
	top: 75px;
	left: 50%;
	margin-left: -35px;
}
.done-list:hover::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: -4px;
	width: 0;
	height: 100%;
	border-right: none !important;
	z-index: -1;
}
.yida-advantage {
	background: #fff;
	padding-bottom: 55px;
}
.yida-advantage .adv-title {
	text-align: center;
	font-size: 45px;
	line-height: 45px;
	color: #000;
	font-weight: lighter;
	padding-top: 85px;
	padding-bottom: 85px;
}
.adv-list {
	/*border: 14px solid transparent;*/
	margin-bottom: 25px;
	position: relative;
}
.adv-list:nth-child(odd) {
	border-right: 14px solid transparent;
}
.adv-list:nth-child(even) {
	border-left: 14px solid transparent;
}
.adv-list .adv-wrapper {
	border: 1px solid #e0e0e0;
	width: 100%;
	height: 100%;
}
.adv-list .adv-wrapper-xs {
	border: 5px solid transparent;
	width: 100%;
	height: 100%;
	padding: 25px 45px;
}
.adv-list-t {
	width: 74%;
	font-size: 20px;
	color: #626262;
	font-weight: bold;
	overflow: hidden;
}
.adv-list-l {
	float: left;
	width: 72%;
	height: 130px;
	line-height: 22px;
	overflow: hidden;
}
.adv-list-l p {
	margin-top: 22px;
	font-size: 14px;
	color: #626262;
}
.adv-list-r {
	float: right;
	height: 130px;
	line-height: 130px;
	overflow: hidden;
}
.adv-list-r > i {
	display: inline-block;
	font-size: 107px;
	color: #d0d0d0;
	line-height: 90px;
	vertical-align: top;
}
.adv-list-r-sec {
	display: none;
	float: right;
	background: #0070bd;
	width: 190px;
	height: 238px;
	position: absolute;
	right: 0px;
	top: -20px;
	text-align: center;
	line-height: 240px;
}
.adv-list-r-sec > i {
	font-size: 159px;
	color: #fff;
}
/*.adv-list:hover .adv-wrapper{*/
/*border: 5px solid #0070bd;*/
/*}*/
.adv-list:hover .adv-wrapper-xs {
	border: 5px solid #0070bd;
}
.adv-list:hover .adv-list-r {
	display: none;
}
.adv-list:hover .adv-list-r-sec {
	display: block;
}
.adv-list:hover .adv-wrapper-xs {
/*border: 1px solid #e0e0e0;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*padding: 20px 4px!important;*/
}
footer {
	background: #3b3b3b;
}
.footer-con {
	/*margin-left: 100px;*/
    /*margin-right: 100px;*/
	margin-left: 5.2%;
	margin-right: 5.2%;
	padding-top: 45px;
	padding-bottom: 45px;
}
.footer-con-l {
	float: left;
}
.footer-con-l .tel {
	font-size: 28px;
	line-height: 28px;
	color: #fff;
	font-weight: lighter;
	margin-bottom: 10px;
}
.footer-con-l .part-link {
	line-height: 25px;
	margin-bottom: 25px;
}
/***修改类名***/
.footer-con-l .part-link a.iconfont {
	font-size: 30px;
	color: #fff;
}
.footer-con-l .part-link a:hover {
	color: #2D93CA;
	text-decoration: none;
}
.footer-con-l .flow-title {
	font-size: 14px;
	color: #fff;
	line-height: 14px;
	margin-bottom: 12px;
}
.footer-con-l .input-group {
	width: 300px;
	height: 35px;
}
.footer-con-l .form-control {
	border-radius: 0;
	font-size: 12px;
	color: #4a4a4a;
}
.footer-con-l .btn-default {
	border-radius: 0;
	background: #ff6900;
	border-color: #ff6900;
	border: 1px solid #ff6900;
	color: #fff;
	position: relative;
	top: 0px;
	font-size: 21px;
	overflow: hidden;
	height: 34px;
	line-height: 21px;
}
.footer-cx {
	margin-bottom: 10px;
}
.footer-tip {
	font-size: 12px;
	color: #676767;
}
ul, li {
	list-style: none;
	padding-left: 0;
}
.footer-con-r ul {
	/*float: left;*/
    /*padding-left: 80px;*/
    /*width: 145px;*/
	display: inline-block;
	text-align: left;
}
.footer-con-r ul.col-lg-4:last-child {
	width: 14%;
}
/*.footer-con-r ul:first-child {*/
    /*width: 70px;*/
    /*}*/
.footer-con-r ul li {
	line-height: 14px;
	margin-bottom: 12px;
}
.footer-con-r ul li.t {
	font-size: 16px;
	color: #fff;
	font-weight: lighter;
	margin-bottom: 15px;
}
.footer-con-r ul li a {
	font-size: 14px;
	color: #8e8e8e;
	font-weight: lighter;
}
.footer-con-r ul li a:hover {
	text-decoration: none;
	color: #e6e6e6;
}
.footer-box {
	background: #252525;
	padding-top: 20px;
	padding-bottom: 20px;
}
.footer-box-con {
	/*margin-left: 100px;*/
    /*margin-right: 100px;*/
	margin-left: 5.2%;
	margin-right: 5.2%;
}
.footer-box-con .box-link {
/*line-height: 30px;*/
}
.box-link ul {
	display: inline-block;
	margin-bottom: 0;
	padding-top: 4px;
}
.box-link ul li {
	float: left;
}
.box-link ul li a {
	font-size: 14px;
	color: #959595;
	font-weight: lighter;
}
.box-link ul li a:hover {
	text-decoration: none;
	color: #e6e6e6;
}
.box-link ul li + li::before {
	content: "";
	display: inline-block;
	height: 15px;
	width: 2px;
	background: #959595;
	margin-left: 8px;
	margin-right: 8px;
	position: relative;
	top: 3px;
}
.sec-nav {
	background: #0070bd;
	margin-top: -55px;
	position: relative;
	z-index: 150;
	height: 58px;
}
.sec-nav ul {
	margin-bottom: 0;
	margin-left: -23px;
}
.sec-nav ul li {
	float: left;
	padding-left: 23px;
	padding-right: 23px;
}
.sec-nav ul li a {
	display: inline-block;
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	padding-top: 18px;
	padding-bottom: 18px;
	font-weight: lighter;
}
.sec-nav ul li.title a {
	text-decoration: none;
	display: inline-block;
	font-size: 36px;
	line-height: 36px;
	color: #0070bd;
	padding-top: 18px;
	padding-bottom: 18px;
	font-weight: bold;
	padding-left: 50px;
	padding-right: 50px;
	background: #fff;
	margin-top: -14px;
	position: relative;
	z-index: 200;
	cursor: default;
}
.sec-nav ul li:not(.title) a:hover {
	font-weight: bold;
}
.sec-tip {
	padding-top: 80px;
}
.tip-wrapper {
	display: inline-block;
	width: 150px;
	height: 150px;
	border: 1px solid #ededed;
	border-radius: 50%;
	padding-top: 5px;
	text-align: center;
}
.tip-wrapper + .tip-wrapper {
	margin-left: 50px;
}
.tip-wrapper:first-child {
/*margin-left: -50px;*/
}
.tip-wrapper .iconfont {
	font-size: 75px;
	color: #0070bd;
}
.tip-wrapper .tip-text {
	color: #626262;
	font-size: 16px;
	margin-top: -8px;
}
.sec-bg {
	font-size: 30px;
	color: #626262;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 50px;
}
.sec-sub {
	font-size: 22px;
	color: #626262;
	text-align: center;
	font-weight: lighter;
}
.sec-con > a {
	display: block;
	margin-bottom: 10px;
	outline: none;
}
.sec-con > a:last-child {
	margin-bottom: 80px;
}
.all-zhishi h1 {
	font-size: 30px;
	color: #626262;
	font-weight: bold;
	text-align: center;
	margin-top: 70px;
	margin-bottom: 10px;
}
.all-con {
	font-size: 22px;
	color: #626262;
	text-align: center;
	line-height: 1.5;
}
.all-tip-wrapper {
	margin-top: 60px;
	margin-bottom: 100px;
}
.all-tip {
	display: inline-block;
	border: 1px solid #ededed;
	/*width: 450px;*/
	width: 37.5%;
	height: 60px;
	padding: 10px 0 10px 40px;
	line-height: 38px;
}
.all-tip + .all-tip {
	margin-left: 10px;
}
/**2017-6-19 修改类名**/
.all-tip > .iconfont {
	font-size: 38px;
	color: #0070bd;
}
.all-tip > span {
	display: inline-block;
	height: 38px;
	vertical-align: top;
	font-size: 16px;
	color: #626262;
	line-height: 38px;
	margin-left: 20px;
	overflow: hidden;
}
.all-tip-sec {
	/*width: 350px;*/
	width: 29.17%;
}
.all-tip-thr {
	/*width: 370px;*/
	width: 30.83%;
}
.ydh-list {
	background: url("../image/yida-bg-03.jpg") no-repeat;
	background-size: 100% 100%;
	height: 728px;
}
.ydh-list .list-t {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding-top: 65px;
	padding-bottom: 30px;
}
.ydh-list .list-sub {
	font-size: 22px;
	color: #f4f8fb;
	text-align: center;
}
.ydh-list .list-con {
	text-align: center;
	padding-top: 55px;
	padding-bottom: 60px;
}
.fba-list-wrapper {
	padding-left: 27px;
	padding-right: 27px;
	display: inline-block;
	vertical-align: top;
}
.fba-list-single {
	width: 140px;
	height: 140px;
	border: 1px solid #8bcdfa;
	border-radius: 50%;
	text-align: center;
	line-height: 140px;
	margin: 0 auto;
}
/**2017 8 16   日本fba修改 开始**/
.ydh-list {
	background: url("../image/yida-bg-06.jpg") no-repeat;
	background-size: 100% 100%;
	padding-bottom: 30px;
}
.ydh-list .list-t {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding-top: 65px;
	padding-bottom: 30px;
}
.ydh-list .list-sub {
	font-size: 22px;
	color: #f4f8fb;
	text-align: center;
}
.ydh-list .list-con {
	text-align: center;
	padding-top: 55px;
	padding-bottom: 60px;
}
.fba-list-wrapper {
	padding-left: 27px;
	padding-right: 27px;
	display: inline-block;
	vertical-align: top;
}
.fba-list-single {
	width: 140px;
	height: 140px;
	border: 1px solid #8bcdfa;
	border-radius: 50%;
	text-align: center;
	line-height: 140px;
	margin: 0 auto;
}
.ydh-list .list-sub {
	font-size: 22px;
	line-height: 32px;
	color: #f4f8fb;
	text-align: center;
}
.jap-table {
	float: left;
	width: 200px;
	border-collapse: collapse;
	border: 1px solid #fff;
}
.jap-table tr td {
	border: 1px solid #fff;
	font-size: 14px;
	color: #fff;
	height: 35px;
	line-height: 35px;
	text-align: center;
}
.jap-table tr td:first-child {
	width: 62.5%;
}
.jap-service {
	float: left;
	padding-top: 225px;
	padding-left: 30px;
	padding-right: 25px;
}
.jap-title-cover {
	margin-bottom: 20px;
	padding-top: 10px;
	border-top: 1px solid #ffffff;
}
.jap-icon {
	padding-left: 5px;
}
.jap-icon .fba-list-single {
	width: 44px;
	height: 44px;
	border: 1px solid #8bcdfa;
	border-radius: 50%;
	text-align: center;
	line-height: 44px;
	display: inline-block;
	vertical-align: middle;
}
.jap-icon .fba-list-single .iconfont {
	font-size: 20px;
	color: #fff;
}
.jap-icon .fba-list-single .icon-shisu {
	font-size: 25px;
}
.jap-icon .fba-list-wrapper {
	padding-left: 0px;
	padding-right: 0px;
	display: block;
	text-align: left;
	margin-bottom: 25px;
}
.jap-icon .fba-list-wrapper .fba-text {
	font-size: 16px;
	color: #96d4ff;
	margin-top: 0px;
	display: inline-block;
	vertical-align: middle;
	padding-left: 15px;
}
/**2017 8 16   日本fba修改 开始**/
/**2017-6-19 修改类名**/
.fba-list-single .iconfont {
	font-size: 60px;
	color: #fff;
}
.fba-list-wrapper .fba-text {
	font-size: 14px;
	color: #96d4ff;
	margin-top: 5px;
}
.list-service {
	width: 980px;
	margin: 0 auto;
	border-top: 1px solid #5099cc;
	border-bottom: 1px solid #5099cc;
	padding-top: 25px;
	padding-bottom: 25px;
}
.ser-t {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 8px;
}
.ser-c {
	font-size: 16px;
	color: #fff;
	font-weight: lighter;
	margin-bottom: 5px;
}
.ser-tip {
	font-size: 12px;
	color: #96d4ff;
	margin-top: 10px;
}
.ydh-list-eu {
	background: url("../image/yida-bg-04.jpg") no-repeat;
	background-size: 100% 100%;
	height: 710px;
}
.list-thr, .list-fou {
	font-size: 16px;
	color: #fff;
	text-align: center;
}
.list-thr {
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 5px;
}
.ydh-guojia {
	margin-top: 40px;
}
.guojia-list {
	text-align: center;
}
.guojia-flag {
	height: 281px;
	line-height: 281px;
}
.guojia-name {
	font-size: 14px;
	color: #fff;
	text-align: center;
	padding-top: 20px;
	margin-top: 15px;
	position: relative;
}
.guojia-name::before {
	content: "";
	display: inline-block;
	width: 37px;
	height: 3px;
	background: #e9dfd3;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -18px;
}
.ydh-list-eu .list-t {
	padding-top: 80px;
}
.ydh-list-usa {
	background: url("../image/yida-bg-05.jpg") no-repeat;
	background-size: 100% 100%;
	height: 635px;
}
.ydh-list-usa .fba-list-wrapper {
	padding-left: 23px;
	padding-right: 23px;
}
.ydh-list-usa .fba-list-single,  .ydh-list-usa .fba-text {
	border-color: #fff;
	color: #fff;
}
.ydh-list-usa .list-service {
	width: 100%;
	border-top: 1px solid #a3c4ba;
	border-bottom: 1px solid #a3c4ba;
	padding-top: 25px;
	padding-bottom: 25px;
}
.ydh-list-usa .list-thr {
	margin-top: 0;
}
.hwc-intro {
	padding-top: 80px;
	padding-bottom: 60px;
}
.hwc-intro-l {
	padding-left: 30px;
}
.hwc-intro-l .l-title-lg {
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	color: #626262;
	margin-top: 0;
	margin-bottom: 10px;
}
.hwc-intro-l .intro-top {
	width: 78%;
	margin-bottom: 65px;
}
.hwc-intro-l .l-title-sm {
	margin-bottom: 15px;
}
.hwc-intro-l .l-text {
	line-height: 1.5;
}
.hwc-intro-l .intro-bottom {
	line-height: 1.5;
}
.hwc-ser {
	padding-bottom: 70px;
}
.hwc-ser-t {
	padding-left: 30px;
	margin-bottom: 18px;
}
.hwc-ser-wrapper {
	float: left;
	width: 12.5%;
	text-align: center;
}
.hwc-list-pic {
	width: 124px;
	height: 124px;
	border: 1px solid #eeeeee;
	line-height: 124px;
	border-radius: 50%;
	margin: 0 auto;
}
/**2017-6-19 修改类名**/
.hwc-list-pic > .iconfont {
	font-size: 55px;
	color: #0070bd;
}
.hwc-list-text {
	margin-top: 10px;
}
.sh-kouan {
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 70px;
	padding-bottom: 65px;
}
.kouan-title {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 35px;
}
.kouan-num .num-fir {
	float: left;
	width: 14%;
	text-align: center;
}
.num-wenben {
	font-size: 16px;
	margin-top: 25px;
}
.kouan-num .num-sec {
	float: left;
	width: 24%;
	text-align: center;
}
.kouan-num .num-thr {
	float: left;
	width: 35%;
	text-align: center;
}
.kouan-num .num-fou {
	float: left;
	width: 27%;
	text-align: center;
}
.kouan-num > div + div {
	border-left: 1px solid #efefef;
}
.kouan-intro {
	padding-top: 20px;
}
.intro-list {
	float: left;
	width: 28.5%;
}
.intro-list + .intro-list {
	margin-left: 7.25%;
}
.kouan-intro .list-pic {
	width: 100%;
	height: 100%;
	position: relative;
}
.kouan-intro .pic-logo {
	width: 132px;
	height: 132px;
	margin: 0 auto;
	border: 1px solid #efefef;
	border-radius: 50%;
	line-height: 128px;
	text-align: center;
	position: relative;
	background: #fff;
	top: 26px;
}
/**2017-6-19 修改类名**/
.kouan-intro .pic-logo > .iconfont {
	display: inline-block;
	width: 65px;
	height: 65px;
	line-height: 65px;
	font-size: 87px;
	text-align: center;
	vertical-align: middle;/*color: #0070bd;*/
}
.sy-list .pic-logo > .iconfont {
	font-size: 87px;
}
.sy-list .pic-logo > i:before {
	content: "\e7e3";
	display: inline-block;
	width: 65px;
	text-align: center;
	margin-left: -20px;
}
.kj-list .pic-logo > .iconfont {
	font-size: 66px;
}
.kj-list .pic-logo > .iconfont:before {
	content: "\e659";
	display: inline-block;
	width: 65px;
	text-align: center;
	position: relative;
	top: -5px;
}
.xl-list .pic-logo > .iconfont {
	font-size: 66px;
}
.xl-list .pic-logo > .iconfont:before {
	/*content: "\e659";*/
	display: inline-block;
	width: 65px;
	text-align: center;
}
.kouan-intro .pic-intro {
	width: 100%;
	height: 88px;
	/*background: #0070bd;*/
	text-align: center;
	line-height: 96px;
	color: #fff;
	font-size: 22px;
}
.intro-color-blue {
	color: #0070bd;
}
.intro-color-green {
	color: #7cad9e;
}
.intro-color-brown {
	color: #ceb89d;
}
.intro-bg-blue {
	background: #0070bd;
}
.intro-bg-green {
	background: #7cad9e;
}
.intro-bg-brown {
	background: #ceb89d;
}
.kouan-intro .list-neirong {
	font-size: 16px;
	line-height: 1.5;
	margin-top: 30px;
}
.bj-kouan {
	position: relative;
}
.bj-kouan-wenzi {
	position: absolute;
	width: 100%;
	top: 25%;
}
.bj-kouan-wenzi .kouan-title {
	color: #fff;
	margin-bottom: 0px;
}
.bj-con {
	font-size: 22px;
	color: #fff;
	text-align: center;
}
.bag-wrapper {
	padding-top: 50px;
}
.bag-title .t-lg {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
}
.bag-title .t-sm {
	font-size: 22px;
	text-align: center;
	line-height: 1.8;
}
.bag-loc {
	padding-top: 30px;
	padding-bottom: 20px;
}
.bag-loc-cover {
	position: relative;
}
.loc-tip-fir {
	position: absolute;
	top: 6%;
	left: 35.5%;
	width: 145px;
	text-align: center;
}
.loc-tip-sec {
	position: absolute;
	bottom: 14%;
	left: 35.5%;
	width: 165px;
	text-align: center;
	line-height: 2;
}
.bag-tip {
	text-align: center;
	padding-bottom: 90px;
}
.bag-list {
	position: relative;
	display: inline-block;
	width: 21.5%;
	vertical-align: top;
}
.bag-list .list-atten {
	width: 150px;
	height: 150px;
	margin: 0 auto;
	border: 1px solid #ededed;
	border-radius: 50%;
	text-align: center;
	line-height: 150px;
}
.bag-list .list-atten img {
	vertical-align: middle;
}
.list-hover {
	display: none;
	/*visibility: hidden;*/
	position: absolute;
	left: -63%;
	top: 215px;
	width: 570px;
	min-height: 270px;
	background: #0070bd;
	border-radius: 8px;
	box-shadow: 8px 8px 10px rgba(188,188,188,.8);
	padding: 20px 25px;
	z-index: 300;
	text-align: left;
}
.list-hover::before {
	content: url("../image/biaoshi-top.png");
	position: absolute;
	top: -15.5px;
	left: 50%;
	margin-left: -8px;
}
.hover-title {
	color: #fff;
	margin-bottom: 30px;
	opacity: 0.8;
}
.hover-con {
	font-weight: bold;
	color: #fff;
	line-height: 2;
}
.hover-foot {
	margin-top: 15px;
	font-size: 18px;
	color: #96d4ff;
}
.fadeInUp {
	-webkit-animation: fadeInUp .7s ease both;
	-moz-animation: fadeInUp .7s ease both;
	animation: fadeInUp .7s ease both;
}
 @-webkit-keyframes fadeInUp {
 0% {
 opacity: 0;
 -webkit-transform: translateY(20px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
}
}
 @-moz-keyframes fadeInUp {
 0% {
 opacity: 0;
 -moz-transform: translateY(20px);
}
 100% {
 opacity: 1;
 -moz-transform: translateY(0);
}
}
 @keyframes fadeInUp {
 0% {
 opacity: 0;
 transform: translateY(20px);
}
 100% {
 opacity: 1;
 transform: translateY(0);
}
}
.bag-list:hover .list-hover {
	display: block;
	-webkit-animation: fadeInUp .8s ease both;
	-moz-animation: fadeInUp .8s ease both;
	animation: fadeInUp .8s ease both;
}
.hc-wrapper {
	background: #f5f5f5;
	padding-top: 60px;
	padding-bottom: 50px;
}
.hc-title {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
.hc-con {
	font-size: 22px;
	text-align: center;
	line-height: 1.5;
}
.hc-con > span {
	text-decoration: underline;
}
.hc-img {
	margin-top: 20px;
	text-align: center;
}
.news-wrapper {
	padding-top: 80px;
}
.news-slider {
	float: left;
	width: 43%;
}
.news-slider .bx-wrapper {
	border: none;
}
.news-slider .bx-wrapper .bx-controls-auto,  .news-slider .bx-wrapper .bx-pager {
	position: absolute;
	bottom: 22px;
	width: 100%;
}
.news-slider .bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	text-indent: -9999px;
	display: block;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 3px solid #fff;
}
.news-slider .bx-wrapper .bx-pager.bx-default-pager a.active, .news-slider .bx-wrapper .bx-pager.bx-default-pager a:focus, .news-slider .bx-wrapper .bx-pager.bx-default-pager a:hover {
	background: transparent;
}
.news-spe-list {
	float: left;
	width: 57%;
	padding-left: 40px;
	padding-right: 75px;
}
.spe-list {
	padding-bottom: 32px;
	border-bottom: 1px solid #dddddd;
}
.spe-list + .spe-list {
	padding-top: 30px;
}
.spe-list:last-child {
	border-bottom: none;
}
.list-l-new {
	width: 40px;
	float: left;
	border-top: 3px solid #0070bd;
	padding-left: 2px;
	padding-right: 2px;
	margin-right: 35px;
}
.list-l-new dl dt {
	font-size: 30px;
	color: #333;
	font-weight: normal;
	text-align: center;
}
.list-l-new dl dd {
	font-size: 14px;
	line-height: 14px;
	color: #666;
	text-align: center;
}
.list-r-con .con-t a {
	display: block;
	font-size: 20px;
	color: #626262;
	line-height: 20px;
	margin-bottom: 15px;
}
.list-r-con .con-t a:hover {
	text-decoration: none;
	color: #0070bd;
}
.list-r-con .con-c {
	font-size: 14px;
	color: #999;
	line-height: 1.6;
}
.news-article {
	margin-bottom: 45px;
}
.news-article ul li {
	border-bottom: 1px dashed #eeeeee;
}
.news-article ul li a {
	float: left;
	width: 60%;
	font-size: 20px;
	color: #626262;
	line-height: 50px;
}
.news-article ul li a:hover {
	text-decoration: none;
	color: #0070bd;
}
.news-article ul li span {
	float: right;
	font-size: 12px;
	color: #cdcdcd;
	line-height: 50px;
}
.pager-new {
	display: inline-block;
	margin-bottom: 75px;
}
.pager-new li {
	float: left;
	line-height: 30px;
	margin: 0 5px;
}
.pager-new li a {
	display: inline-block;
	color: #666;
	line-height: 30px;
	width: 44px;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #d7d7d7;
}
.pager-new li a:hover {
	color: #fff;
	text-decoration: none;
	background: #0070bd;
}
.pager-new li a.active {
	color: #fff;
	background: #0070bd;
}
.pager-new > a {
	display: inline-block;
	color: #666;
	line-height: 30px;
	width: 64px;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #d7d7d7;
}
.pager-new input.pager-juti {
	display: inline-block;
	color: #666;
	line-height: 30px;
	width: 54px;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #d7d7d7;
	padding: 0;
}
.yida-intro {
	padding-top: 185px;
	padding-bottom: 55px;
}
.yida-intro-list {
	margin-bottom: 85px;
}
.list-l-wenzi {
	padding-left: 50px;
}
.list-wezi h4 {
	font-size: 30px;
	font-weight: bold;
	margin: 0;
	margin-bottom: 18px;
}
.list-wezi p {
	font-size: 16px;
	line-height: 2;
	margin-bottom: 28px;
}
.list-r-pic-fir {
	text-align: center;
	position: relative;
}
.img-text-wrapper img {
	opacity: .9;
}
.img-text-wrapper {
	position: absolute;
	top: -92px;
	right: 0;
}
.img-text-wrapper .img-text {
	padding: 0 18px;
	position: absolute;
	bottom: 30px;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: left;
}
.list-r-pic-sec {
	text-align: left;
	position: relative;
}
.list-r-pic-sec .img-text-wrapper {
	position: absolute;
	top: 66px;
	right: 0;
}
.list-r-pic-sec .img-text {
	text-align: center;
}
.list-r-wenzi {
	padding: 85px 25px 0;
}
.list-r-pic-thr {
	text-align: right;
	position: relative;
}
.list-r-pic-thr .img-text-wrapper {
	/*position: absolute;*/
	top: 244px;
	right: 373px;
}
.yida-job {
	padding: 0px 0 35px;
	display: table;
	border-collapse: separate;
	border-spacing: 0px 30px;
}
/*.yida-job>div {*/
/*display: table-row;*/
/*}*/
.job-list {
	min-height: 295px;
	overflow: hidden;
	margin-bottom: 30px;
	display: table-row;/*width: 100%;*/
}
.job-list-zhiwei {
	width: 18.33%;
	/*float: left;*/
	height: 295px;
	background: #7cad9e;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	display: table-cell;/*vertical-align: middle;*/
}
/*.zhiwei-wrapper {*/
/*display: table-cell;*/
/*width: 100%;*/
/*height: 200px;*/
/*vertical-align: middle;*/
/*}*/

.zhiwei {
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: #fff;
	padding-top: 40px;
}
.job-yaoqiu {
	/*float: left;*/
	width: 81.67%;
	height: 100%;
	background: #fafafa;
	display: table-cell;/*padding-bottom: 30px;*/
}
/*.btn-wrapper {*/
/*position: absolute;*/
/*width: 100%;*/
/*bottom: 45px;*/
/*}*/
.btn-wrapper {
	position: static;
	width: 100%;
	margin-top: 130px;
}
.job-btn {
	display: block;
	width: 156px;
	height: 43px;
	margin: 0px auto;
	border: 1px solid #fff;
	border-radius: 0;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 28px;
	opacity: .9;
}
.job-btn:hover {
	color: #7cad9e;
	background: #fff;
}
.yaoqiu-fir {
	/*padding-top: 50px;*/
	padding-left: 35px;
	padding-right: 10px;
}
.yaoqiu-sec {
	padding-right: 25px;
}
.yaoqiu-fir h5 {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	margin-bottom: 10px;
}
.yaoqiu-fir p {
	font-size: 16px;
	position: relative;
	line-height: 2;
	padding-left: 28px;
}
.yaoqiu-fir p > span {
	position: absolute;
	left: 0;
}
.loading-more i {
	color: #0070bd;
	font-size: 50px;
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
}
.loading-more i::before {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
}
.loading-more a {
	color: #0070bd;
	font-size: 18px;
	margin-left: 10px;
}
.yida-us {
	padding: 58px 0 30px;
}
.us-list {
	height: 235px;
	/*overflow: hidden;*/
	margin-bottom: 50px;
}
.us-list-l {
	width: 18.33%;
	float: left;
	height: 235px;
	position: relative;
}
.us-location {
	position: absolute;
	top: 40px;
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: #fff;
	font-weight: bold;
}
.us-tel {
	float: left;
	width: 81.67%;
	height: 100%;
	background: #fafafa;
	/*overflow: hidden;*/
	padding-top: 42px;
	padding-left: 40px;
	padding-right: 110px;
}
.tel .tel-list {
	border-bottom: 1px dashed #e1e1e1;
}
.tel-l {
	width: 53.5%;
	float: left;
}
.tel-r {
	width: 46.5%;
	float: left;
	padding-left: 40px;
}
.tel-list p {
	font-size: 16px;
	color: #0070bd;
	line-height: 42px;
}
.tel-list p span {
	font-size: 18px;
	color: #0070bd;
	font-weight: bold;
}
.mail {
	margin-top: 45px;
}
.mail p i {
	display: inline-block;
	vertical-align: middle;
	font-size: 22px;
	color: #7cad9e;
	margin-right: 5px;
}
.mail p i::before {
	display: inline-block;
	height: 22px;
	line-height: 19px;
	vertical-align: middle;
}
.mail p:first-child i {
	font-size: 30px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 0px;
}
.mail p:first-child i:before {
	line-height: 15px;
}
.mail p:last-child i::before {
	height: 22px;
	line-height: 16px;
}
.mail p span {
	font-size: 16px;
}
.area-con {
	height: 70px;
	line-height: 63px;
	border: 1px solid #efefef;
	border-bottom: 6px solid #efefef;
	text-align: center;
}
.area-list .area-con {
	border-bottom: 6px solid #fafafa;
}
.area-list {
	margin-bottom: 30px;
}
.area-list + .area-list {
	border-left: 14px solid transparent;
}
.area-list:nth-child(4n+1) {
	border-left: 0;
}
.area-con a {
	font-size: 18px;
	color: #626262;
}
.area-con a:hover {
	font-size: 18px;
	font-weight: bold;
	color: #626262;
}
.kefu {
	display: inline-block;
	position: fixed;
	right: 0;
	top: 400px;
	width: 100px;
	height: 155px;
	z-index: 999;
	background: #ff6900;
	text-align: center;
	cursor: pointer;
}
.kefu > i {
	font-size: 60px;
	color: #fff;
}
.kefu > p {
	font-size: 20px;
	color: #fff;
}
.back-top {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50px;
	height: 50px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: #0070bd;
	padding-top: 5px;
	cursor: pointer;
}
.back-top:hover {
	color: #fff;
}
.back-top > i {
	display: inline-block;
	width: 23px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	font-size: 23px;
}
.back-top > i.icon-iconfonthuidingbu:before {
	content: "\e64e";
	display: inline-block;
	width: 23px;
	height: 23px;
	line-height: 23px;
}
.search-tip {
	width: 100%;
	resize: none;
}
.search-tip .form-control {
	height: 172px;
	line-height: normal;
	vertical-align: top;
	resize: none;
	font-size: 18px;
	padding: 10px 20px;
	border-color: #dddddd;
}
 .search-tip .form-control::-webkit-input-placeholder {
 color: #0070bd;
}
 .search-tip .form-control:-ms-input-placeholder {
 color: #0070bd;
}
 .search-tip .form-control:-ms-input-placeholder {
 color: #0070bd;
}
 .search-tip .form-control:-ms-input-placeholder {
 color: #0070bd;
}
.search-tip .cx-btn {
	float: right;
	width: 240px;
	height: 33px;
	color: #fff;
	background: #6abdf6;
	margin-top: 15px;
	margin-bottom: 20px;
}
.cx-result .table-bordered > thead > tr > th {
	border-bottom-width: 0px;
	border-color: #d9d9d9;
	color: #626262;
	font-size: 14px;
	text-align: center;
	background: #f8f8f8;
	padding: 13px 8px;
}
.cx-result .table-bordered > tbody > tr > td {
	border-top-color: #c9c9c9;
}
.cx-result .nothing-cell {
	font-size: 14px;
	color: #dddddd;
	text-align: center;
	padding-top: 28px;
	padding-bottom: 28px;
}
.cx-result .result .table-bordered > tbody > tr > td {
	text-align: center;
	font-size: 14px;
	color: #626262;
	padding-top: 13px;
	padding-bottom: 13px;
}
.cx-intro {
	padding-top: 42px;
	padding-bottom: 42px;
}
.login-suceess {
	text-align: center;
	font-size: 18px;
	color: #aaa;
	height: 136px;
	line-height: 136px;
}
.login-suceess > span {
	font-size: 18px;
	color: #fff;
	margin-left: 10px;
}
.detail-wrapper .time {
	font-size: 14px;
	color: #333333;
	text-align: center;
	position: relative;
}
.time-line {
	text-align: center;
}
.detail-wrapper .time-line i {
	display: inline-block;
	width: 40px;
	height: 3px;
	background: #333333;
}
.detail-wrapper .detail-title {
	font-size: 30px;
	color: #0070bd;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
}
.detail-wrapper hr {
	border-color: #ddd;
}
.detail-wrapper .detail-con {
	padding-left: 192px;
	padding-right: 192px;
	padding-bottom: 32px;
}
.detail-wrapper .detail-con p {
	font-size: 18px;
	color: #626262;
	line-height: 32px;
	margin-bottom: 30px;
}
.detail-wrapper .detail-con h4 {
	font-size: 18px;
	color: #626262;
	line-height: 32px;
	font-weight: bold;
	margin: 0;
}
.detail-link hr {
	margin-top: 0;
	margin-bottom: 0;
}
.detail-link .link-list, .detail-link .link-top {
	text-align: center;
}
.detail-link .link-list a,  .detail-link .link-top a {
	display: inline-block;
	font-size: 18px;
	color: #fff;
	background: #dddddd;
	padding: 8px 63px;
}
.detail-link .link-list a:hover,  .detail-link .link-list a.active,  .detail-link .link-top a:hover,  .detail-link .link-top a.active {
	background: #0070bd;
}
.detail-link .link-list a i,  .detail-link .link-top a i {
	font-size: 25px;
	margin-right: 5px;
}
.detail-wrapper {
	margin-top: 30px;
	margin-bottom: 70px;
}
.area-list {
	position: relative;
}
.area-hover {
	display: none;
	/*visibility: hidden;*/
	position: absolute;
	left: -33%;
	top: 75px;
	width: 504px;
	background: #7cad9e;
	box-shadow: 8px 8px 10px rgba(188,188,188,.8);
	padding: 41px 45px;
	z-index: 300;
	text-align: left;
}
.area-hover::before {
	content: url("../image/area-top.png");
	position: absolute;
	top: -15.5px;
	left: 50%;
	margin-left: -8px;
}
.area-hover p {
	color: #fff;
	line-height: 30px;
	font-size: 16px;
}
.area-list:hover .area-hover {
	display: block;
	-webkit-animation: fadeInUp .8s ease both;
	-moz-animation: fadeInUp .8s ease both;
	animation: fadeInUp .8s ease both;
}
.partner-bg-gray {
	background: #F5F5F5;
}
.partner-list {
	width: 100%;
	margin-bottom: 20px;
	padding: 20px 0;
}
.info-left-img {
	height: 60px;
	float: left;
	margin-top: 60px;
}
.info-con {
	padding-left: 90px;
}
.info-con h3 {
	margin-top: 12px;
	color: #2c406a;
	font-weight: 600;
	margin-bottom: 20px;
}
.info-con p {
	color: #555555;
	font-size: 16px;
	line-height: 26px;
}
.building {
	min-height: 400px;
	text-align: center;
	line-height: 400px;
	font-size: 30px;
}
.xz-con {
	padding-top: 65px;
}
.download-item {
	padding: 20px 20px 20px 90px;
	position: relative;
}
.dow-img {
	float: left;
	margin-left: -70px;
}
.dow-head {
	font-size: 20px;
	color: #333;
	font-weight: bold;
	max-width: 780px;
	margin-top: 0;
	margin-bottom: 15px;
}
.dow-body {
	max-width: 780px;
	font-size: 14px;
	color: #666;
}
.dow-btn {
	position: absolute;
	right: 20px;
	top: 50px;
}
.dow-btn .hover {
	display: none;
}
.download-item + .download-item {
	border-top: 2px solid #f3f3f3;
}
.download-item:hover {
	background: #f3f3f3;
}
.download-item:hover .normal {
	display: none;
}
.download-item:hover .hover {
	display: inline-block;
}
.xz-con .yp-pager {
	margin-top: 65px;
}

@media (min-width: 1460px) {
.container {
	width: 1200px;
}
.index-container {
	width: 1300px;
}
/**2017 8 16   日本fba修改 开始**/

.jap-icon .fba-list-wrapper .fba-text {
	font-size: 14px;
	color: #96d4ff;
	margin-top: 0px;
	display: inline-block;
	vertical-align: middle;
	padding-left: 15px;
}
/**2017 8 16   日本fba修改 开始**/
}

@media (max-width: 1280px) {
/*.container {*/
    /*width: 1200px!important;*/
    /*}*/
    /*.index-container {*/
    /*width: 1300px!important;*/
    /*}*/
.news-slider .bx-wrapper li {
	width: 514px !important;
}
.all-tip {
	width: 410px;
}
.all-tip {
	padding: 10px 0 10px 15px;
}
.all-tip {
	display: inline-block;
	border: 1px solid #ededed;
	/*width: 400px;*/
	width: 37.5%;
	height: 60px;
	padding: 10px 0 10px 12px;
}
.all-tip-sec {
	/*width: 355px;*/
	width: 29.17%;
}
.all-tip-thr {
	/*width: 355px;*/
	width: 30.83%;
}
.ydh-list-usa .fba-list-wrapper {
	padding-left: 20px;
	padding-right: 20px;
}
.banner-text {
	position: absolute;
	top: 16%;
	width: 100%;
}
.us-tel {
	float: left;
	width: 81.67%;
	height: auto;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.area-hover {
	display: none;
	/*visibility: hidden;*/
	position: absolute;
	left: -4%;
	top: 75px;
	width: 504px;
	background: #7cad9e;
	box-shadow: 8px 8px 10px rgba(188,188,188,.8);
	padding: 41px 45px;
	z-index: 300;
	text-align: left;
}
.yida-nav .nav > li > a {
	padding: 0px 10px;
}
/**2017 8 16   日本fba修改 开始**/

.jap-icon .fba-list-wrapper .fba-text {
	font-size: 14px;
	color: #96d4ff;
	margin-top: 0px;
	display: inline-block;
	vertical-align: middle;
	padding-left: 15px;
}
/**2017 8 16   日本fba修改 开始**/
}

@media (max-width:1200px) {
.yida-nav .navbar-nav > li.last a.j_search {
	width: 244px;
	background: #0070bd;
	margin: 0;
	padding-top: 8px;
	height: 100%;
	padding-left: 88px;
	position: relative;
	color: #fff;
}
.yida-nav .nav > li > a {
	padding: 0px 5px;
}
.footer-con-r ul.col-lg-4:first-child {
	width: 14%;
}
.ydh-list-usa .fba-list-wrapper {
	padding-left: 20px;
	padding-right: 20px;
}
.area-list:nth-child(2n+1) {
	border-left: 0px solid transparent !important;
}
}

@media (max-width:992px) {
.index-container {
	width: auto !important;
}
.area-list + .area-list {
	border-left: 14px solid transparent;
}
.area-list:nth-child(odd) {
	border-left: 0px;
}
.us-location {
	font-size: 24px;
}
.us-tel {
	float: left;
	width: 81.67%;
	height: 100%;
	background: #fafafa;
	overflow: hidden;
	padding-top: 10px;
	padding-left: 40px;
	padding-right: 0px;
}
.tel-l {
	width: 100%;
	float: left;
}
.tel-r {
	width: 100%;
	float: left;
	padding-left: 0px;
}
.us-list {
	height: auto;
}
.mail {
	margin-top: 20px;
	padding-bottom: 20px;
}
.footer-con-r ul.col-lg-4:first-child {
	width: 14%;
}
.yida-chaxun {
	position: relative;
	height: auto;
	overflow: hidden;
}
/*.cx-con .con-l {*/
    /*background: url("../image/yida-bg-01.png") no-repeat;*/
    /*background-size: cover;*/
    /*width: 100%;*/
    /*padding-top: 40px;*/
    /*padding-bottom: 40px;*/
    /*}*/

.cx-con .con-r {
	float: right;
	width: 100%;
	padding-left: 0;
}
.sm-wrapper {
	width: 720px;
}
.yida-chaxun .chaxun-bg-l {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 330px;
	background: url("../image/yida-bg-01.png") no-repeat;
	z-index: 0;
}
.yida-chaxun .chaxun-bg-r {
	position: absolute;
	top: 330px;
	right: 0;
	width: 100%;
	height: 330px;
	background: #fff;
	z-index: 0;
}
.cx-con .con-l {
	float: left;
	width: 100%;
	padding-top: 50px;
	height: 330px;
}
.footer-con-r {
	padding-top: 20px;
}
.footer-con-r > div {
	text-align: left;
	min-height: 143px;
}
.adv-list:nth-child(even) {
	border-left: 0px solid transparent;
}
.adv-list:nth-child(odd) {
	border-right: 0px solid transparent;
}
.done-list .list-text {
	height: 150px;
	overflow: hidden;
	font-size: 14px;
	color: #626262;
	line-height: 22px;
	margin-top: 50px;
	margin-bottom: 50px;
	padding-left: 15px;
	padding-right: 15px;
}
.tip-wrapper + .tip-wrapper {
	margin-left: 33px;
}
.sec-nav .dropdown-menu li {
	width: 100%;
}
.tip-wrapper + .tip-wrapper {
	margin-left: 50px;
}
.tip-wrapper {
	margin-bottom: 15px;
}
.tip-wrapper:nth-child(3) {
	margin-left: 0px;
}
.route {
	padding-left: 15px;
	padding-right: 15px;
}
.sec-sub {
	font-size: 16px;
}
.sec-bg {
	font-size: 22px;
}
.ydh-all {
	padding-left: 15px;
	padding-right: 15px;
}
.all-con {
	font-size: 14px;
}
.all-zhishi h1 {
	font-size: 24px;
}
.all-tip > span {
	font-size: 16px;
	margin-left: 4px;
	overflow: hidden;
}
.all-tip {
	width: 100%;
	padding: 10px 0 10px 15px;
	margin-bottom: 10px;
}
.all-tip + .all-tip {
	margin-left: 0px;
}
.ydh-list {
	background: url("../image/yida-bg-03.jpg") no-repeat;
	background-size: cover;
	height: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.ydh-list .list-t {
	padding-bottom: 15px;
}
.ydh-list-eu {
	background: url("../image/yida-bg-04.jpg") no-repeat;
	background-size: cover;
	height: auto;
	padding-bottom: 25px;
}
.ydh-list-usa {
	background: url("../image/yida-bg-05.jpg") no-repeat;
	background-size: cover;
	height: auto;
}
.ydh-list .list-sub {
	font-size: 18px;
}
.ydh-list .list-con {
	text-align: center;
}
.fba-list-wrapper {
	padding-left: 45px;
	padding-right: 45px;
}
.fba-list-wrapper .fba-text {
	text-align: center;
}
.fba-list-wrapper {
	margin-bottom: 15px;
}
.list-service {
	width: 100%;
}
.ydh-list-usa .fba-list-wrapper {
	padding-left: 45px;
	padding-right: 45px;
}
.hwc-intro {
	padding-top: 80px;
	padding-bottom: 60px;
	padding-left: 15px;
	padding-right: 15px;
}
.hwc-intro-l {
	padding-left: 0px;
}
.hwc-intro-l .intro-top {
	width: 100%;
	margin-bottom: 25px;
}
.hwc-intro-l .intro-bottom {
	margin-bottom: 15px;
}
.hwc-ser-wrapper {
	float: left;
	width: 50%;
	margin-bottom: 15px;
}
.sec-nav ul {
	margin-bottom: 0;
	margin-left: -23px;
}
.bag-list {
	position: relative;
	display: inline-block;
	width: 31.5%;
}
.loc-tip-fir {
	position: absolute;
	top: 6%;
	left: 29.5%;
}
.loc-tip-sec {
	position: absolute;
	bottom: 0%;
	left: 30.5%;
}
.list-hover {
	display: none;
	/* visibility: hidden; */
	position: absolute;
	left: -70%;
}
.list-r-pic-fir {
	margin-top: 65px;
}
.list-r-pic-sec {
	text-align: center;
	position: relative;
}
.list-l-wenzi {
	padding-left: 0;
}
.list-r-wenzi {
	padding: 85px 0px 0;
}
.list-r-pic-thr {
	text-align: center;
	position: relative;
}
.list-r-pic-thr .img-text-wrapper {
	/* position: absolute; */
	top: 244px;
	right: 506px;
}
.sec-nav ul li {
	float: left;
	padding-left: 20px;
	padding-right: 20px;
}
.job-yaoqiu {
	float: left;
	width: 70%;
	height: 100%;
	background: #fafafa;
	padding-bottom: 50px;
}
.job-list-zhiwei {
	width: 30%;
}
.job-list {
	height: auto;
}
.dow-body {
	max-width: 500px;
}
.dow-head {
	max-width: 500px;
}
}

@media (max-width:768px) {
.yida-nav .navbar-nav > li.last a {
	width: 185px;
	background: #0070bd;
	margin: 0;
	padding-top: 8px;
	height: 100%;
	padding-left: 60px;
	position: relative;
	color: #fff;
}
.yida-nav .nav > li > a {
	padding: 0px 5px;
}
.yida-nav .navbar {
	padding-left: 0;
}
.yida-nav .navbar-brand {
	margin-left: 5.3%;
}
.navbar-nav {
	margin: 0px 0;
	position: relative;
	z-index: 900;
	background: #fff;
}
.yida-nav .navbar-nav > li.last > a {
	height: 72px;
	line-height: 72px;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 8px;
	font-size: 16px;
	color: #000;
}
.yida-nav .navbar-nav > li.last a {
	height: 72px;
	line-height: 72px;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 8px;
	font-size: 16px;
	color: #000;
	width: auto;
	background: transparent;
	/*margin: 0;*/
        /*padding-top: 8px;*/
        /*height: 100%;*/
	padding-left: 5px;/*position: relative;*/
        /*color: #fff;*/
}
.yida-nav .navbar-nav > li.last a::before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 0px solid #fff;
	border-right: 0px solid transparent;
	position: absolute;
	top: -8px;
	left: 0;
}
.banner-text {
	position: absolute;
	top: 10%;
}
.banner-text p {
	width: 100%;
}
.banner-text p.text-fir {
	font-size: 20px;
	color: #fff;
	font-weight: lighter;
	text-align: center;
}
.banner-text p.text-fir img {
	width: 70px;
	vertical-align: baseline;
	border: 1px solid #fff;
	margin-left: 5px;
}
.banner-text p.text-sec {
	font-size: 22px;
	text-align: center;
	line-height: normal;
}
.cx-con .con-l {
	background: url("../image/yida-bg-01.png") no-repeat;
	background-size: cover;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
}
.yida-chaxun {
	position: relative;
	height: auto;
	overflow: hidden;
}
.cx-box {
	float: left;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 15px;
}
.flow {
	margin-left: 0px;
}
.cx-con .con-r {
	float: left;
	width: 100%;
	height: auto;
	padding-top: 40px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 40px;
	overflow: hidden;
	font-size: 14px;
	color: #626262;
}
.done-list .list-text {
	margin-top: 60px;
}
.index-container {
	width: 100% !important;
}
.adv-list:nth-child(odd) {
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}
.adv-list:nth-child(even) {
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}
.adv-list-l {
	float: left;
	width: 63%;
}
.adv-list .adv-wrapper-xs {
	padding: 25px 10px;
}
.adv-list-r-sec > i {
	font-size: 140px;
	color: #fff;
}
.adv-list-r-sec {
	width: 150px;
}
.footer-con-r ul {
	float: left;
}
.footer-con-r ul.col-lg-4:first-child {
	width: 50%;
}
.footer-con-l {
	margin-bottom: 20px;
}
.footer-box-con .box-link {
	width: 100%;
	text-align: center;
	margin-top: 10px;
}
.footer-box-img {
	width: 100%;
	text-align: center;
}
.sec-nav {
	background: #0070bd;
	margin-top: 0px;
	position: relative;
	z-index: 150;
	height: 40px;
}
.sec-nav .dropdown-toggle {
	display: inline-block;
	height: 40px;
	width: 100%;
	line-height: 40px;
	font-size: 18px;
	color: #fff;
	padding-left: 5.3%;
}
.sec-nav .dropdown-menu {
	background: #0070bd;
	width: 100%;
}
.sec-nav .dropdown-menu li {
	width: 100%;
}
.tip-wrapper + .tip-wrapper {
	margin-left: 50px;
}
.tip-wrapper {
	margin-bottom: 15px;
}
.tip-wrapper:nth-child(3) {
	margin-left: 0px;
}
.route {
	padding-left: 15px;
	padding-right: 15px;
}
.sec-sub {
	font-size: 16px;
}
.sec-bg {
	font-size: 22px;
}
.ydh-all {
	padding-left: 15px;
	padding-right: 15px;
}
.all-con {
	font-size: 14px;
}
.all-zhishi h1 {
	font-size: 24px;
}
.all-tip > span {
	font-size: 16px;
	margin-left: 4px;
	overflow: hidden;
}
.all-tip {
	width: 100%;
	padding: 10px 0 10px 15px;
	margin-bottom: 10px;
}
.all-tip + .all-tip {
	margin-left: 0px;
}
.ydh-list {
	background: url("../image/yida-bg-03.jpg") no-repeat;
	background-size: cover;
	height: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.ydh-list .list-t {
	padding-bottom: 15px;
}
.ydh-list-eu {
	background: url("../image/yida-bg-04.jpg") no-repeat;
	background-size: cover;
	height: auto;
	padding-bottom: 25px;
}
.ydh-list-usa {
	background: url("../image/yida-bg-05.jpg") no-repeat;
	background-size: cover;
	height: auto;
}
.ydh-list .list-sub {
	font-size: 18px;
}
.ydh-list .list-con {
	text-align: center;
}
.fba-list-wrapper {
	padding-left: 45px;
	padding-right: 45px;
}
.fba-list-wrapper .fba-text {
	text-align: center;
}
.fba-list-wrapper {
	margin-bottom: 15px;
}
.list-service {
	width: 100%;
}
.ydh-list-usa .fba-list-wrapper {
	padding-left: 45px;
	padding-right: 45px;
}
.hwc-intro {
	padding-top: 80px;
	padding-bottom: 60px;
	padding-left: 15px;
	padding-right: 15px;
}
.hwc-intro-l {
	padding-left: 0px;
}
.hwc-intro-l .intro-top {
	width: 100%;
	margin-bottom: 25px;
}
.hwc-intro-l .intro-bottom {
	margin-bottom: 15px;
}
.hwc-ser-wrapper {
	float: left;
	width: 50%;
	margin-bottom: 15px;
}
.sec-nav ul {
	margin-bottom: 0;
	margin-left: 0px;
}
.kouan-num .num-fir {
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
.kouan-num .num-sec {
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
.kouan-num .num-thr {
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
.kouan-num .num-fou {
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
.kouan-num > div + div {
	border-left: 0px solid #efefef;
}
.intro-list {
	float: left;
	width: 100%;
}
.intro-list + .intro-list {
	margin-left: 0%;
}
.bj-kouan img {
	height: 100px;
}
.bj-con {
	font-size: 12px;
	color: #fff;
	text-align: center;
}
.bj-kouan-wenzi {
	position: absolute;
	width: 100%;
	top: 6%;
}
.bag-wrapper {
	padding-top: 50px;
	padding-left: 15px;
	padding-right: 15px;
}
.bag-loc {
	padding-top: 80px;
	padding-bottom: 130px;
}
.bag-title .t-lg {
	font-size: 22px;
}
.bag-title .t-sm {
	font-size: 14px;
}
.loc-tip-sec {
	position: absolute;
	top: 53%;
	left: 18%;
	width: 165px;
	text-align: center;
	line-height: 2;
}
.loc-tip-fir {
	position: absolute;
	top: -51%;
	left: 28%;
	width: 82px;
	text-align: center;
}
.bag-list {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-bottom: 15px;
}
.hc-wrapper {
	background: #f5f5f5;
	padding-top: 60px;
	padding-bottom: 50px;
	padding-left: 15px;
	padding-right: 15px;
}
.hc-title {
	font-size: 22px;
}
.hc-con {
	font-size: 16px;
}
.news-wrapper {
	padding-top: 80px;
	padding-left: 15px;
	padding-right: 15px;
}
.news-slider {
	float: left;
	width: 100%;
}
.news-spe-list {
	float: left;
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
}
.pager-new li a {
	display: inline-block;
	color: #666;
	line-height: 22px;
	width: 25px;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #d7d7d7;
}
.pager-new li {
	float: left;
	line-height: 30px;
	margin: 0 0px;
}
.pager-new > a {
	display: inline-block;
	color: #666;
	line-height: 23px;
	width: 45px;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #d7d7d7;
	position: relative;
	top: 3px;
}
.pager-new > a:last-child {
	position: relative;
	top: -1px;
}
.pager-new input.pager-juti {
	display: inline-block;
	color: #666;
	line-height: 23px;
}
.yida-intro {
	padding-top: 65px;
	padding-bottom: 55px;
	padding-left: 15px;
	padding-right: 15px;
}
.list-wezi h4 {
	font-size: 22px;
}
.list-l-wenzi {
	padding-left: 0px;
}
.list-r-wenzi {
	padding: 85px 0px 0;
}
.yida-job {
	padding: 45px 15px 35px;
}
.job-list-zhiwei {
	width: 100%;
	float: left;
	background: #7cad9e;
	position: relative;
}
.job-list {
	height: auto;
}
.job-yaoqiu {
	float: left;
	width: 100%;
}
.yaoqiu-fir {
	padding-top: 50px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 50px;
}
.yida-us {
	padding: 58px 0px 30px;
}
.us-list-l {
	width: 100%;
	text-align: center;
}
.us-list {
	height: auto;
	overflow: hidden;
	margin-bottom: 50px;
}
.us-tel {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
.tel-r {
	width: 100%;
	float: left;
	padding-left: 0px;
}
.tel-l {
	width: 100%;
	float: left;
}
.mail p span {
	font-size: 14px;
}
.area-list + .area-list {
	border-left: 0px;
}
.us-area {
	padding-left: 15px;
	padding-right: 15px;
}
.list-hover {
	display: none;
	/* visibility: hidden; */
	position: absolute;
	left: 0;
	top: 215px;
	width: 100%;
}
.cx-con .con-l {
	float: left;
	width: 100%;
	padding-top: 50px;
	height: auto;
}
.cx-intro {
	padding-top: 42px;
	padding-bottom: 40px;
	padding-right: 15px;
	padding-left: 15px;
}
.search-tip .cx-btn {
	width: 100%;
}
.navbar-brand img {
	width: 33%;
}
.yida-nav .navbar-brand {
	padding: 0;
	width: 218px;
	font-size: 10px;
	margin-top: 30px;
	text-align:left;
}
.all {
    margin-left:80px;
}
.yida-nav .navbar-brand > span {
	margin-left: 0px;
}
.navbar-toggle {
	margin-top: 26px;
	margin-right: 2.3%;
}
.detail-wrapper .detail-con {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 32px;
}
.detail-wrapper .detail-title {
	font-size: 20px;
	color: #0070bd;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 28px;
}
.top-line {
	margin-top: 20px;
	margin-bottom: 20px;
}
.area-hover {
	display: none;
	/*visibility: hidden;*/
	position: absolute;
	left: 0%;
	top: 75px;
	width: 100%;
	background: #7cad9e;
	box-shadow: 8px 8px 10px rgba(188,188,188,.8);
	padding: 10px 15px;
	z-index: 300;
	text-align: left;
}
.info-left-img {
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	margin-top: 20px;
}
.info-con {
	padding-left: 15px;
	padding-right: 15px;
}
.dow-head {
	max-width: 250px;
}
.download-item {
	padding: 20px 20px 20px 20px;
	position: relative;
}
.dow-btn {
	position: absolute;
	right: 20px;
	top: 25px;
}
.btn-wrapper {
	position: absolute;
	width: 100%;
	bottom: 45px;
}
/**2017 8 16   日本fba修改 开始**/

.jap-table {
	float: none;
	margin: 20px auto 0;
	width: 200px;
	border-collapse: collapse;
	border: 1px solid #fff;
}
.jap-service {
	float: left;
	padding-top: 20px;
	padding-left: 0px;
	padding-right: 0px;
}
.jap-icon {
	padding-left: 0px;
}
.jap-icon .fba-list-wrapper .fba-text {
	font-size: 16px;
	color: #96d4ff;
	margin-top: 0px;
	display: inline-block;
	vertical-align: middle;
	padding-left: 15px;
}
.ydh-list .list-con {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
/**2017 8 16   日本fba修改 结束**/
}

@media (max-width:320px) {
.tip-wrapper + .tip-wrapper {
	margin-left: 20px;
}
.tip-wrapper {
	display: inline-block;
	margin: 0 20px;
	margin-bottom: 15px;
}
.sec-sub {
	font-size: 14px;
}
.all-tip {
	width: 100%;
	padding: 10px 0 10px 5px;
	margin-bottom: 10px;
}
.all-tip > span {
	font-size: 12px;
}
.all-tip > i {
	font-size: 30px;
}
.box-link ul li a {
	font-size: 12px;
}
}
.last {
	position: relative;
}
.header-search {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
}
/*调整首页banner*/
.yida-banner .bx-wrapper {
	border: none;
	margin: auto 0;
}
