@CHARSET "UTF-8";
body {
    padding-top: 70px;
    background: #f0f0f0;
}

body.body-white {
    background: #fff;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
}

.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
    margin-right: 0px;
    margin-left: 0px;
}

.navbar .nav .user {
    padding: 0;
    line-height: 70px;
}

.navbar .nav .user .headicon {
    margin: 0 5px;
    height: 30px;
}

.navbar .nav .user .caret {
    vertical-align: middle;
    margin: 0 5px;
}

/*tc widget*/
.tc-main {
    margin-top: 20px;
}

/*tc-box*/
.tc-box {
    background: #fff;
    padding: 5px 10px;
    margin: 0 0 10px 0;
}

.body-white .tc-box{
    border: solid 1px #eee;
}

.tc-box.first-box {
    margin: 0 0 10px 0;
}

.tc-box.article-box {
    padding: 5px 20px;
}

/*tc-box end */

/* The blog boxes */
/*.tc-gridbox {
  background-color: #ececec;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0px 1px 1px #a8a8a8;
  -moz-box-shadow: 0px 1px 1px #a8a8a8;
  box-shadow: 0px 1px 1px #a8a8a8;
  margin-bottom: 40px;
}*/
.tc-gridbox-container {
    width: 25%;
    float: left;
}

.tc-gridbox {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: solid 1px #eee;
    background: #fff;
    cursor: pointer;
}

.tc-gridbox {
    margin: 0 10px 20px 10px;
}

.tc-gridbox:hover {
    -webkit-box-shadow: 0 0 10px 1px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0 0 10px 1px rgba(50, 50, 50, 0.1);
    box-shadow: 0 0 10px 1px rgba(50, 50, 50, 0.1);
}

.tc-gridbox a {
    text-decoration: none;
}

@media ( min-width: 768px) and (max-width: 979px) {
    .tc-gridbox {
        display: block;
        float: none;
        width: 95%;
    }
}

@media ( max-width: 979px) {
    .tc-gridbox-container {
        display: block;
        float: none;
        width: 100%;
    }

    .tc-gridbox {
        margin: 0 0 10px 0;
    }
}

.tc-gridbox .header {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
    background: #fff;
}

.tc-gridbox .footer {
    padding: 5px 14px 5px 14px;
    text-align: right;
    background: #fff;
}

.tc-gridbox .header .item-image {
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}

.tc-gridbox .header img {
    margin-bottom: 5px;
    width: 100%;
    /*-webkit-transition: all 0.8s ease-in-out;*/
    /*-moz-transition: all 0.8s ease-in-out;*/
    /*-o-transition: all 0.8s ease-in-out;*/
    /*-ms-transition: all 0.8s ease-in-out;*/
    /*transition: all 0.8s ease-in-out;*/
}

.tc-gridbox .header img:hover {

    /*-webkit-transform: scale(1.2) rotate(2deg);*/
    /*-moz-transform: scale(1.2) rotate(2deg);*/
    /*-o-transform: scale(1.2) rotate(2deg);*/
    /*-ms-transform: scale(1.2) rotate(2deg);*/
    /*transform: scale(1.2) rotate(2deg);*/
}

.tc-gridbox .header h3 {
    color: #454a4e;
    margin: 0 5px;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 24px;
}

.tc-gridbox .header h3 a,
.tc-gridbox .header h3 a:focus,
.tc-gridbox .header h3 a:hover {
    color: #454a4e;
    white-space: nowrap;
}

.tc-gridbox .header .meta {
    color: #5a6065;
}

.tc-gridbox .header hr {
    border-top-color: #eee;
    border-bottom: none;
    margin: 5px 0;
}

.tc-gridbox .body {
    padding-right: 14px;
    padding-left: 14px;
    margin-bottom: 14px;
    color: #343a3f;
}

.tc-gridbox .body a {
    color: #666;
}

.tc-gridbox .body a:hover {
    color: #428bca;
}

.tc-gridbox .btn {
    float: right;
    margin-right: 10px;
    margin-bottom: 18px;
}

/*masonary*/

.masonary-container .item {
    margin-bottom: 20px;
}

.masonary-container .item h3 {
    line-height: 100%;
}

.masonary-container .grid-sizer, .masonary-container .item {
    width: 24.9%;
    margin: 10px 0.05%;
    float: left;
    zoom: 1;
}

@media ( max-width: 479px) {
    .masonary-container .grid-sizer, .masonary-container .item {
        width: 98%;
        margin: 10px 1%;
        float: left;
        zoom: 1;
    }
}

@media ( min-width: 480px) and (max-width: 767px) {
    .masonary-container .grid-sizer, .masonary-container .item {
        width: 48%;
        margin: 10px 1%;
        float: left;
        zoom: 1;
    }
}

/*list Boxes
------------------------------------*/
.list-boxes {
    overflow: hidden;
    padding: 15px 20px;
    margin-bottom: 25px;
    background: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    word-wrap: break-word;
    word-break: break-all;
    border: solid 1px #eee;
}

.list-boxes:hover {
    border: solid 1px #ddd;
}

.list-boxes h2 a {
    color: #555;
}

.list-boxes:hover h2 a {
    color: #f90;
}

.list-boxes .list-actions a {
    font-size: 16px;
    text-decoration: none;
}

.list-boxes p a {
    color: #72c02c;
}

.list-boxes .list-boxes-img li i {
    color: #72c02c;
    font-size: 12px;
    margin-right: 5px;
}

.list-boxes .list-boxes-img img {
    display: block;
    margin: 5px 10px 10px 0;
}

.list-boxes h2 {
    margin-top: 0;
    font-size: 20px;
    line-height: 20px;
}

.list-boxes ul.list-boxes-rating li {
    display: inline;
}

.list-boxes ul.list-boxes-rating li i {
    color: #f8be2c;
    cursor: pointer;
    font-size: 16px;
}

.list-boxes ul.list-boxes-rating li i:hover {
    color: #f8be2c;
}

/*list Colored Boxes*/
.list-boxes-colored p,
.list-boxes-colored h2 a,
.list-boxes-colored .list-boxes-img li,
.list-boxes-colored .list-boxes-img li i {
    color: #fff;
}

/*Red list Box*/
.list-boxes-red {
    background: #e74c3c;
}

/*Blue list Box*/
.list-boxes-blue {
    background: #3498db;
}

/*Grey list Box*/
.list-boxes-grey {
    background: #95a5a6;
}

/*Turquoise list Box*/
.list-boxes-sea {
    background: #1abc9c;
}

/*Turquoise Top Bordered list Box*/
.list-boxes-top-sea {
    border-top: solid 2px #1abc9c;
}

.list-boxes-top-sea:hover {
    border-top-color: #16a085;
}

/*Yellow Top Bordered list Box**/
.list-boxes-top-yellow {
    border-top: solid 2px #f1c40f;
}

.list-boxes-top-yellow:hover {
    border-top-color: #f39c12;
}

/*Orange Left Bordered list Box**/
.list-boxes-left-orange {
    border-left: solid 2px #e67e22;
}

.list-boxes-left-orange:hover {
    border-left-color: #d35400;
}

/*Green Left Bordered list Box**/
.list-boxes-left-green {
    border-left: solid 2px #72c02c;
}

.list-boxes-left-green:hover {
    border-left-color: #5fb611;
}

/*Green Right Bordered list Box**/
.list-boxes-right-u {
    border-right: solid 2px #72c02c;
}

.list-boxes-right-u:hover {
    border-right-color: #5fb611;
}

/*comments*/
.comment {
    margin-bottom: 10px;
}

.comment .avatar {
    height: 40px;
    width: 40px;
}

.comment-body {
    overflow: hidden;
}

.comment-content {
    padding-bottom: 2px;
    word-break: break-all;
    word-wrap: break-word;
}

.comment > .pull-left {
    margin-right: 10px;
}

.comment .time {
    color: #ccc;
    font-size: 12px;
    line-height: 14px;
}

.comment-postbox-wraper {

}

.comment-postbox {
    width: 100%;
    padding: 10px;
}

.comment-reply-box {
    position: relative;
}

.comment-reply-box .textbox {
    width: 100%
}

.comment-reply-submit .btn {
    margin-top: 20px;
}

/*ranking box*/

.ranking ul li {
    padding: 5px 0;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px dashed #f0f0f0;
}

.ranking ul.unstyled li i {
    margin-right: 5px;
}

.ranking li i {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-right: 15px;
    font-style: normal;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    background-color: #aaa;
}

.ranking li.top3 i {
    background: #FC9B0B;
}

/*comment ranking box*/
.comment-ranking .comment-ranking-inner {
    padding: 10px;
    background: #f7f7f7;
    position: relative;
    margin-bottom: 10px;
    /*border-top: solid 2px #eee;*/
}

.comment-ranking .comment-ranking-inner,
.comment-ranking .comment-ranking-inner:after,
.comment-ranking .comment-ranking-inner:before {
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.comment-ranking .comment-ranking-inner:after,
.comment-ranking .comment-ranking-inner:before {
    width: 0;
    height: 0;
    right: 0px;
    bottom: 0px;
    content: " ";
    display: block;
    position: absolute;
}

.comment-ranking .comment-ranking-inner:after {
    border-top: 15px solid #eee;
    border-right: 15px solid transparent;
    border-left: 0px solid transparent;
    border-left-style: inset; /*FF fixes*/
    border-right-style: inset; /*FF fixes*/
}

.comment-ranking .comment-ranking-inner:before {
    border-bottom: 15px solid #fff;
    border-right: 0 solid transparent;
    border-left: 15px solid transparent;
    border-left-style: inset; /*FF fixes*/
    border-bottom-style: inset; /*FF fixes*/
}

.comment-ranking .comment-ranking-inner:hover {
    border-color: #FC9B0B;
    border-top-color: #FC9B0B;
    background: #f0f0f0;
}

.comment-ranking .comment-ranking-inner:hover:after {
    border-top-color: #FC9B0B;
}

.comment-ranking .comment-ranking-inner span.comment-time {
    color: #777;
    display: block;
    font-size: 11px;
}

.comment-ranking .comment-ranking-inner a {
    text-decoration: none;
}

.comment-ranking .comment-ranking-inner a:hover {
    text-decoration: underline;
}

.comment-ranking .comment-ranking-inner i.fa {
    top: 2px;
    color: #bbb;
    font-size: 18px;
    position: relative;
}

/*ThinkCMF Photos*/
ul.tc-photos {
    margin: 0;
}

.tc-photos li {
    display: inline;
}

.tc-photos li a {
    text-decoration: none;
}

.tc-photos li img {
    opacity: 0.6;
    width: 50px;
    height: 50px;
    margin: 0 2px 8px;
    border: 1px solid #ddd;
}

.tc-photos li img:hover {
    opacity: 1;
    border: 1px solid #f90;
    /* box-shadow: 0 0 0 1px #f90; */
}

/**/

/*Blog Posts
------------------------------------*/
.posts .dl-horizontal a {
}

.posts .dl-horizontal {
    margin-bottom: 15px;
    overflow: hidden;
}

.posts .dl-horizontal dt {
    width: 60px;
    float: left;
}

.posts .dl-horizontal dt .img-wraper {
    display: block;
    width: 55px;
    height: 55px;
    padding: 1px;
    margin-top: 2px;
    border: solid 1px #ddd;
}

.posts .dl-horizontal dt img {
    width: 100%;
    height: 100%;
    /* width: 55px;
    height: 55px;
    padding: 1px;
    margin-top: 2px;
    border: solid 1px #ddd; */
}

.posts .dl-horizontal dd {
    margin-left: 70px;
}

.posts .dl-horizontal dd p {
    margin: 0;
}

.posts .dl-horizontal dd a {
    font-size: 14px;
    line-height: 16px !important;
}

.posts .dl-horizontal dd a:hover {
    text-decoration: none;
}

.posts .dl-horizontal:hover dt img,
.posts .dl-horizontal:hover dd a {
    color: #FC9B0B;
    border-color: #FC9B0B !important;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

a,body,dd,div,dl,li,ul{margin:0;padding:0;list-style:none}.supplier-header-bg{border-bottom:1px solid #e6ebf2;background:#fff}.supplier-header{width:1200px;margin:0 auto;height:80px}.logo{padding-top:20px;width:226px}.logo,.logo img{display:inline-block}.logo img{vertical-align:middle}.nav-bar{width:967px;text-align:right;height:80px}.nav-bar,.nav-bar ul,.nav-bar ul a{display:inline-block}.nav-bar ul a{font-size:16px;color:#555;text-decoration:none;padding:0 15px}.nav-bar ul a:hover{color:#ff6a00}.nav-bar ul li.nav-bar-item{display:inline-block;margin-right:40px}.add-btn{display:inline-block;width:110px;height:40px;line-height:40px;background:#ff6a00;color:#fff!important;text-align:center;border-radius:3px;text-decoration:none}.add-btn:link,.add-btn:visited{color:#fff}.top-bar{height:40px;line-height:40px;border-bottom:1px solid #e6ebf2;background:#fff}.top-bar>.header_nav{width:1200px;margin:auto;position:relative}.top-bar ul.main-category-list{width:1200px;position:relative;margin:0 auto;text-align:right;font-size:0}.top-bar li{font-size:12px;color:#e6ebf2}.top-bar li.main-category:before{position:absolute;border-right:1px solid #e6ebf2;height:18px;content:"";top:12px}.top-bar li.main-category:hover a.main-category-text{display:block;height:41px}.top-bar li a{position:relative;display:block;height:40px;line-height:40px;padding:0 20px;color:grey;text-decoration:none;z-index:20}.main-category{display:inline-block;font-size:0}.top-bar li.main-category:hover .sub-category{display:block}.main-category .sub-category{position:absolute;z-index:10000;display:none;width:388px;background:#fff;border:1px solid #e6ebf2;border-top:0;text-align:left;top:41px;right:0;font-size:12px;padding:10px 0 16px}.main-category .sub-category a{color:grey}.main-category a.main-category-text{border:1px solid #e6ebf2;border-width:0 1px;margin-left:-1px;background:#fff;display:block;height:39px;line-height:40px;font-size:12px}.main-category .sub-category dl{float:left;vertical-align:top;width:102px;line-height:21px}.main-category .sub-category dl dt{font-weight:700;color:#555;margin:6px 0}.main-category .sub-category dl a{line-height:21px;height:21px;padding:0}.main-category .sub-category dl a:hover{color:#ff6a00}.sub-category-list{padding-left:50px}.navFrist{position:absolute}.hasLogin.hidden,.noLogin.hidden{display:none}.navFrist .login-item{display:inline-block}.navFrist .login-item.pad-left{padding-left:10px}.navFrist .header--nav_link{display:inline;padding:0}.navFrist .header--nav_link.my-alibaba{border-right:1px solid #e6ebf2;padding-right:10px}.nav-bar-item-category{position:relative;z-index:1000}.nav-bar-item-category:hover .nav-bar-item-sub{display:block}.nav-bar-item-category ul{text-align:left;padding-left:15px}.nav-bar-item-category a.nav-bar-item-category-title{border-bottom:0;padding-top:10px}.nav-bar-item-sub{display:none;position:absolute;height:auto;border:1px solid #e6ebf2;top:0;padding:36px 0 10px;background-color:#fff;z-index:-10;-webkit-box-shadow:0 0 3px rgba(0,0,0,.1);box-shadow:0 0 3px rgba(0,0,0,.1)}.nav-bar-item-category .nav-bar-item-sub li{display:inline;height:auto!important;line-height:30px!important;text-align:left;margin-right:0;padding:0}.nav-bar-item-category .nav-bar-item-sub li a{padding:0;font-size:14px}.nav-bar-item-category .nav-bar-item-sub li a:hover{border-bottom:0}.main-category-list .main-category-search a{display:block;padding-right:40px;background:url(https://img.alicdn.com/tfs/TB1g.a8P7voK1RjSZFwXXciCFXa-18-18.svg) no-repeat 55px}.main-category-search{position:relative;width:90px;height:40px}.main-category-list .main-category-search .main-category-search-input-wrap{background:#eee;position:absolute;border-radius:15px;visibility:hidden;width:200px;top:6px;left:-125px;overflow:hidden}.main-category-list .main-category-search .main-category-search-input-wrap input{float:left;color:#000;border:none;outline:none;width:170px;text-indent:10px;height:26px;line-height:26px;background:#eee}.main-category-list .main-category-search .main-category-search-input-wrap .search-input-icon{width:26px;height:26px;background:url(https://img.alicdn.com/tfs/TB1g.a8P7voK1RjSZFwXXciCFXa-18-18.svg) no-repeat 50%;float:left}

.supplier-footer{
                height: 250px;
                background: #f9f9f9;


            }
            .supplier-footer-wid{
                padding-top: 32px;
                width: 1200px;
                height: 250px;
                margin: 0 auto;
                color: #dedede;
                background: url('https://img.alicdn.com/tfs/TB1oKf4x7voK1RjSZPfXXXPKFXa-1022-250.png') no-repeat top right;

            }
            .supplier-footer-wid ul {
                list-style: none;
                padding-bottom: 6px;
                border-bottom: 1px solid #dedede;
            }
            .supplier-footer-wid ul li{
                list-style: none;
                display: inline-block;
                line-height: 30px;
            }
            .supplier-footer-wid ul li img{
                vertical-align: middle;
            }
            .friend-link {
                
                padding-top: 10px;
            }
            .friend-link a{
                padding:  0px 4px 0 2px;
                color:  #999999;
                font-size: 14px;
                
                text-decoration: none;
                line-height: 28px;
            }
            .footer-link-panel{
                margin-top:30px;
                float: left;
                width:  700px;
                font-size: 14px;
            }
            .footer-wap-panel{
                display:flex;
                font-size: 14px;
                float: right;
            }
            .footer-rule a:link, .footer-rule a:visited{
                color: #999999;
            }
            .footer-wap-panel-wrap{
                margin-right:20px;
                width:130px;
                text-align:center;
            }
            .footer-wap-panel-wrap img{
                width:100px;
                height:100px;
                display:block;
                margin:auto;
            }
            .footer-wap-panel-wrap p{
                color:#999999;
            }
            .page-pro-fourStep{
            	width: 1200px;
            	margin: auto;
            }
            
            .page-pro-fourStep .module {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #fff
}

.page-pro-fourStep .module .moduleTitle {
	text-align: center;
	font-size: 38px;
	color: #435a7c;
	margin-bottom: 43px
}

.page-pro-fourStep .module .moduleTitle:after {
	content: "";
	display: block;
	width: 46px;
	height: 2px;
	margin: 27px auto 0;
	background-color: #ff6a00
}

.page-pro-fourStep .module .content {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	text-align: center
}

.page-pro-fourStep .module .content .line {
	position: absolute;
	top: 69px;
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed #415777
}

.page-pro-fourStep .module .content .list {
	position: relative;
	width: 168px;
	z-index: 99;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin-right: 122px;
	background-color: #fff
}

.page-pro-fourStep .module .content .list img {
	margin-bottom: 15px
}

.page-pro-fourStep .module .content .list .listTitle {
	text-align: center;
	font-size: 20px;
	color: #435a7c;
	margin-bottom: 20px
}

.page-pro-fourStep .module .content .list .listText {
	width: 168px;
	line-height: 28px;
	margin: 0 auro;
	text-align: center;
	font-size: 14px;
	color: #838c99
}

.page-pro-fourStep .module .content .list:last-child {
	margin-right: 0
}

.page-pro-fourStep .module .content .list:last-child:after {
	display: none
}

.page-pro-fourStep .module .content .list:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 64px;
	right: -90px;
	width: 20px;
	height: 10px;
	background: url(https://img.alicdn.com/tfs/TB19SJSy4jaK1RjSZFAXXbdLFXa-47-17.png);
	background-size: 100% 100%
}

.page-pro-bottomEntrance {
	background: #e6e7ea;
	padding-bottom: 42px
}

.page-pro-bottomEntrance dd {
	margin: 0
}

.page-pro-bottomEntrance-container {
	width: 1200px;
	margin: 0 auto
}

.page-pro-bottomEntrance-container-title {
	position: relative;
	text-align: center;
	font-size: 38px;
	color: #435a7c;
	padding: 60px 0
}

.page-pro-bottomEntrance-container-title:before {
	position: absolute;
	content: "";
	width: 46px;
	height: 2px;
	border-top: 2px solid #ff6a00;
	left: 50%;
	margin-left: -23px;
	bottom: 30px
}

.page-pro-bottomEntrance-package-item {
	display: inline-block;
	vertical-align: top;
	width: 365px;
	margin: 20px 12px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dbe1e8
}

.page-pro-bottomEntrance-package-item dt {
	background: url(https://img.alicdn.com/tfs/TB1z1uTzwHqK1RjSZFkXXX.WFXa-370-100.png) no-repeat;
	color: #fff;
	height: 100px;
	font-size: 28px;
	text-align: center;
	line-height: 100px;
	overflow: hidden
}

.page-pro-bottomEntrance-list-body {
	background: #fff;
	padding-left: 10px;
	padding-bottom: 20px
}

.page-pro-bottomEntrance-package-detail-list {
	padding-top: 16px
}

.page-pro-bottomEntrance-package-detail-list li {
	float: left;
	font-size: 16px;
	color: #3b5264;
	line-height: 34px
}

.page-pro-bottomEntrance-package-detail-list li:hover .supplier-bottom-entrance-sublsit {
	display: block
}

.page-pro-bottomEntrance-list-left {
	text-align: left;
	width: 220px;
	font-size: 16px
}

.page-pro-bottomEntrance-list-right {
	width: 130px;
	position: relative;
	font-size: 16px
}

.page-pro-bottomEntrance-bottom-btn {
	margin: 40px 0 0 192px;
	display: inline-block;
	width: 348px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 24px;
	color: #fff!important;
	background: #1f86fe;
	background: -webkit-linear-gradient(left,#42b0f0,#1f86f5);
	background: -o-linear-gradient(right,#42b0f0,#1f86f5);
	background: -webkit-gradient(linear,left top,right top,from(#42b0f0),to(#1f86f5));
	background: -o-linear-gradient(left,#42b0f0,#1f86f5);
	background: linear-gradient(90deg,#42b0f0,#1f86f5)
}

.page-pro-bottomEntrance-bottom-bg {
	width: 1160px;
	height: 140px;
	margin: 0 auto;
	background: url(https://img.alicdn.com/tfs/TB1Z_56zAvoK1RjSZFwXXciCFXa-1160-140.png) top no-repeat
}

.page-pro-bottomEntrance-bottom-bg a {
	display: inline-block
}

.page-pro-bottomEntrance-list-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	background: #3e526f;
	color: #c1cfe4;
	margin: 0 0 0 4px
}

.page-pro-bottomEntrance-sublsit {
	display: none;
	position: absolute;
	border: 1px solid #dbe1e8;
	width: 298px;
	height: 148px;
	color: #838c99;
	background: #fff;
	font-size: 14px;
	bottom: 30px;
	right: 0
}

.page-pro-bottomEntrance-sublsit ul {
	padding: 12px 16px
}

.page-pro-bottomEntrance-sublsit li {
	float: none;
	font-size: 14px;
	line-height: 24px
}

.page-pro-bottomEntrance .arr {
	background: url(https://img.alicdn.com/tfs/TB10_aszSrqK1RjSZK9XXXyypXa-12-7.png);
	display: inline-block;
	width: 12px;
	height: 7px;
	vertical-align: middle;
	margin-right: 4px
}

.page-pro-bottomEntrance .no-arr {
	padding-left: 14px
}

.component-bottomRightMenu body,.component-bottomRightMenu dd,.component-bottomRightMenu dl,.component-bottomRightMenu form,.component-bottomRightMenu h1,.component-bottomRightMenu h2,.component-bottomRightMenu h3,.component-bottomRightMenu h4,.component-bottomRightMenu h5,.component-bottomRightMenu h6,.component-bottomRightMenu hr,.component-bottomRightMenu input,.component-bottomRightMenu ol,.component-bottomRightMenu p,.component-bottomRightMenu pre,.component-bottomRightMenu tbody,.component-bottomRightMenu td,.component-bottomRightMenu textarea,.component-bottomRightMenu tfoot,.component-bottomRightMenu th,.component-bottomRightMenu thead,.component-bottomRightMenu ul {
	margin: 0;
	padding: 0
}

.component-bottomRightMenu ol,.component-bottomRightMenu ul {
	list-style: none
}

.component-bottomRightMenu a {
	text-decoration: none
}

.component-bottomRightMenu html {
	-ms-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	text-size-adjust: none
}

.component-bottomRightMenu body {
	line-height: 1.5;
	font-size: 14px
}

.component-bottomRightMenu body,.component-bottomRightMenu button,.component-bottomRightMenu input,.component-bottomRightMenu select,.component-bottomRightMenu textarea {
	font-family: helvetica neue,tahoma,hiragino sans gb,stheiti,wenquanyi micro hei,\5FAE\8F6F\96C5\9ED1,\5B8B\4F53,sans-serif
}

.component-bottomRightMenu b,.component-bottomRightMenu strong {
	font-weight: 700
}

.component-bottomRightMenu em,.component-bottomRightMenu i {
	font-style: normal
}

.component-bottomRightMenu table {
	border-collapse: collapse;
	border-spacing: 0
}

.component-bottomRightMenu table td,.component-bottomRightMenu table th {
	border: 1px solid #ddd;
	padding: 5px
}

.component-bottomRightMenu table th {
	font-weight: inherit;
	border-bottom-width: 2px;
	border-bottom-color: #ccc
}

.component-bottomRightMenu img {
	border: 0;
	width: auto\9;
	max-width: 100%;
	vertical-align: top;
	height: auto
}

.component-bottomRightMenu button,.component-bottomRightMenu input,.component-bottomRightMenu select,.component-bottomRightMenu textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
	vertical-align: baseline
}

.component-bottomRightMenu button,.component-bottomRightMenu html input[type=button],.component-bottomRightMenu input[type=reset],.component-bottomRightMenu input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

.component-bottomRightMenu button[disabled],.component-bottomRightMenu input[disabled] {
	cursor: default
}

.component-bottomRightMenu input[type=checkbox],.component-bottomRightMenu input[type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

.component-bottomRightMenu input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.component-bottomRightMenu input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

.component-bottomRightMenu input:focus {
	outline: none
}

.component-bottomRightMenu select[multiple],.component-bottomRightMenu select[size],.component-bottomRightMenu select[size][multiple] {
	border: 1px solid #aaa;
	padding: 0
}

.component-bottomRightMenu article,.component-bottomRightMenu aside,.component-bottomRightMenu details,.component-bottomRightMenu figcaption,.component-bottomRightMenu figure,.component-bottomRightMenu footer,.component-bottomRightMenu header,.component-bottomRightMenu hgroup,.component-bottomRightMenu main,.component-bottomRightMenu nav,.component-bottomRightMenu section,.component-bottomRightMenu summary {
	display: block
}

.component-bottomRightMenu audio,.component-bottomRightMenu canvas,.component-bottomRightMenu progress,.component-bottomRightMenu video {
	display: inline-block
}

.component-bottomRightMenu body {
	background: #fff
}

.component-bottomRightMenu input::-webkit-input-speech-button {
	display: none
}

.component-bottomRightMenu button,.component-bottomRightMenu input,.component-bottomRightMenu textarea {
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}

.component-bottomRightMenu .clearfix:after {
	content: "";
	display: block;
	width: 100%;
	clear: both;
	visibility: hidden
}

.component-bottomRightMenu .floatMenu {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 9999
}

.component-bottomRightMenu .floatMenu .list {
	position: relative;
	text-align: center;
	margin-bottom: 10px;
	height: 70px
}

.component-bottomRightMenu .floatMenu .list .normal1 {
	position: relative;
	float: right;
	display: table;
	top: 0;
	right: 0;
	width: 70px;
	height: 70px;
	font-size: 12px;
	color: #fff;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	background-image: -webkit-gradient(linear,left top,right top,from(rgba(67,90,123,.5)),to(rgba(67,90,123,.5)));
	background-image: -webkit-linear-gradient(left,rgba(67,90,123,.5),rgba(67,90,123,.5));
	background-image: -o-linear-gradient(left,rgba(67,90,123,.5),rgba(67,90,123,.5));
	background-image: linear-gradient(90deg,rgba(67,90,123,.5),rgba(67,90,123,.5));
	background-color: rgba(67,90,123,.5);
	cursor: pointer
}

.component-bottomRightMenu .floatMenu .list .normal1 .wrap .content2-code {
	display: none;
	position: absolute;
	width: 120px;
	height: 280px;
	background: #fff;
	left: -120px;
	top: -210px;
	padding-top: 10px
}

.component-bottomRightMenu .floatMenu .list .normal1 .wrap .content2-code img {
	width: 85%
}

.component-bottomRightMenu .floatMenu .list .normal1 .wrap .content2-code span {
	color: #3e526f;
	font-size: 14px;
	font-weight: 500;
	line-height: 30px
}

.component-bottomRightMenu .floatMenu .list .normal1 .wrap .content2 {
	padding: 0
}

.component-bottomRightMenu .floatMenu .list .normal1 .wrap .content2 img {
	margin: 0
}

.component-bottomRightMenu .floatMenu .list .normal1.btnGoTop {
	opacity: 0;
	cursor: pointer
}

.component-bottomRightMenu .floatMenu .list .normal1:hover .content1,.component-bottomRightMenu .floatMenu .list .normal1:hover .content1 img,.component-bottomRightMenu .floatMenu .list .normal1:hover .content1 span {
	opacity: 0
}

.component-bottomRightMenu .floatMenu .list .normal1:hover .content2-code {
	display: block
}

.component-bottomRightMenu .floatMenu .list .normal1:hover .content2 {
	opacity: 1;
	background-image: -webkit-gradient(linear,left top,right top,from(#43b1ec),to(#1f85fe));
	background-image: -webkit-linear-gradient(left,#43b1ec,#1f85fe);
	background-image: -o-linear-gradient(left,#43b1ec,#1f85fe);
	background-image: linear-gradient(90deg,#43b1ec,#1f85fe);
	background-color: linear-gradient(90deg,#43b1ec,#1f85fe)
}

.component-bottomRightMenu .floatMenu .list .normal1:hover .content2 img,.component-bottomRightMenu .floatMenu .list .normal1:hover .content2 span {
	opacity: 1
}

.component-bottomRightMenu .floatMenu .list .btnGoTop,.component-bottomRightMenu .floatMenu .list .normal {
	position: relative;
	float: right;
	display: table;
	top: 0;
	right: 0;
	width: 70px;
	height: 70px;
	font-size: 12px;
	color: #fff;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	overflow: hidden;
	background-image: -webkit-gradient(linear,left top,right top,from(rgba(67,90,123,.5)),to(rgba(67,90,123,.5)));
	background-image: -webkit-linear-gradient(left,rgba(67,90,123,.5),rgba(67,90,123,.5));
	background-image: -o-linear-gradient(left,rgba(67,90,123,.5),rgba(67,90,123,.5));
	background-image: linear-gradient(90deg,rgba(67,90,123,.5),rgba(67,90,123,.5));
	background-color: rgba(67,90,123,.5);
	cursor: pointer
}

.component-bottomRightMenu .floatMenu .list .btnGoTop.btnGoTop,.component-bottomRightMenu .floatMenu .list .normal.btnGoTop {
	opacity: 0;
	cursor: pointer
}

.component-bottomRightMenu .floatMenu .list .btnGoTop:hover,.component-bottomRightMenu .floatMenu .list .normal:hover {
	width: 170px
}

.component-bottomRightMenu .floatMenu .list .btnGoTop:hover .content1,.component-bottomRightMenu .floatMenu .list .btnGoTop:hover .content1 img,.component-bottomRightMenu .floatMenu .list .btnGoTop:hover .content1 span,.component-bottomRightMenu .floatMenu .list .normal:hover .content1,.component-bottomRightMenu .floatMenu .list .normal:hover .content1 img,.component-bottomRightMenu .floatMenu .list .normal:hover .content1 span {
	opacity: 0
}

.component-bottomRightMenu .floatMenu .list .btnGoTop:hover .content2,.component-bottomRightMenu .floatMenu .list .normal:hover .content2 {
	opacity: 1;
	background-image: -webkit-gradient(linear,left top,right top,from(#43b1ec),to(#1f85fe));
	background-image: -webkit-linear-gradient(left,#43b1ec,#1f85fe);
	background-image: -o-linear-gradient(left,#43b1ec,#1f85fe);
	background-image: linear-gradient(90deg,#43b1ec,#1f85fe);
	background-color: linear-gradient(90deg,#43b1ec,#1f85fe)
}

.component-bottomRightMenu .floatMenu .list .btnGoTop:hover .content2 img,.component-bottomRightMenu .floatMenu .list .btnGoTop:hover .content2 span,.component-bottomRightMenu .floatMenu .list .normal:hover .content2 img,.component-bottomRightMenu .floatMenu .list .normal:hover .content2 span {
	opacity: 1
}

.component-bottomRightMenu .floatMenu .list .wrap {
	display: table-cell;
	vertical-align: middle;
	position: relative
}

.component-bottomRightMenu .floatMenu .list .wrap .content {
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	cursor: pointer
}

.component-bottomRightMenu .floatMenu .list .wrap span {
	display: block;
	margin-top: 5px;
	white-space: nowrap
}

.component-bottomRightMenu .floatMenu .list .wrap .content1 {
	text-align: center
}

.component-bottomRightMenu .floatMenu .list .wrap .content2 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 70px;
	line-height: 70px;
	overflow: hidden;
	opacity: 0;
	padding-left: 20px;
	white-space: nowrap
}

.component-bottomRightMenu .floatMenu .list .wrap .content2 img {
	display: inline-block;
	vertical-align: middle;
	margin-left: 18px;
	opacity: 0
}

.component-bottomRightMenu .floatMenu .list .wrap .content2 span {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	opacity: 0;
	margin: 0
}

.component-bottomRightMenu .floatMenu .list:nth-child(4) a {
	cursor: auto
}

.page-pro-homeService body,.page-pro-homeService dd,.page-pro-homeService dl,.page-pro-homeService form,.page-pro-homeService h1,.page-pro-homeService h2,.page-pro-homeService h3,.page-pro-homeService h4,.page-pro-homeService h5,.page-pro-homeService h6,.page-pro-homeService hr,.page-pro-homeService input,.page-pro-homeService ol,.page-pro-homeService p,.page-pro-homeService pre,.page-pro-homeService tbody,.page-pro-homeService td,.page-pro-homeService textarea,.page-pro-homeService tfoot,.page-pro-homeService th,.page-pro-homeService thead,.page-pro-homeService ul {
	margin: 0;
	padding: 0
}

.page-pro-homeService ol,.page-pro-homeService ul {
	list-style: none
}

.page-pro-homeService a {
	text-decoration: none
}

.page-pro-homeService html {
	-ms-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	text-size-adjust: none
}

.page-pro-homeService body {
	line-height: 1.5;
	font-size: 14px
}

.page-pro-homeService body,.page-pro-homeService button,.page-pro-homeService input,.page-pro-homeService select,.page-pro-homeService textarea {
	font-family: helvetica neue,tahoma,hiragino sans gb,stheiti,wenquanyi micro hei,\5FAE\8F6F\96C5\9ED1,\5B8B\4F53,sans-serif
}

.page-pro-homeService b,.page-pro-homeService strong {
	font-weight: 700
}

.page-pro-homeService em,.page-pro-homeService i {
	font-style: normal
}

.page-pro-homeService table {
	border-collapse: collapse;
	border-spacing: 0
}

.page-pro-homeService table td,.page-pro-homeService table th {
	border: 1px solid #ddd;
	padding: 5px
}

.page-pro-homeService table th {
	font-weight: inherit;
	border-bottom-width: 2px;
	border-bottom-color: #ccc
}

.page-pro-homeService img {
	border: 0;
	width: auto\9;
	vertical-align: top;
	height: auto
}

.page-pro-homeService button,.page-pro-homeService input,.page-pro-homeService select,.page-pro-homeService textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
	vertical-align: baseline
}

.page-pro-homeService button,.page-pro-homeService html input[type=button],.page-pro-homeService input[type=reset],.page-pro-homeService input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

.page-pro-homeService button[disabled],.page-pro-homeService input[disabled] {
	cursor: default
}

.page-pro-homeService input[type=checkbox],.page-pro-homeService input[type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

.page-pro-homeService input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.page-pro-homeService input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

.page-pro-homeService input:focus {
	outline: none
}

.page-pro-homeService select[multiple],.page-pro-homeService select[size],.page-pro-homeService select[size][multiple] {
	border: 1px solid #aaa;
	padding: 0
}

.page-pro-homeService article,.page-pro-homeService aside,.page-pro-homeService details,.page-pro-homeService figcaption,.page-pro-homeService figure,.page-pro-homeService footer,.page-pro-homeService header,.page-pro-homeService hgroup,.page-pro-homeService main,.page-pro-homeService nav,.page-pro-homeService section,.page-pro-homeService summary {
	display: block
}

.page-pro-homeService audio,.page-pro-homeService canvas,.page-pro-homeService progress,.page-pro-homeService video {
	display: inline-block
}

.page-pro-homeService body {
	background: #fff
}

.page-pro-homeService input::-webkit-input-speech-button {
	display: none
}

.page-pro-homeService button,.page-pro-homeService input,.page-pro-homeService textarea {
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}

.page-pro-homeService .clearfix:after {
	content: "";
	display: block;
	width: 100%;
	clear: both;
	visibility: hidden
}

.page-pro-homeService .module-wrap {
	background-color: #fff;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 56px 0 60px
}

.page-pro-homeService .module-wrap .module {
	width: 1200px;
	margin: 0 auto
}

.page-pro-homeService .module-wrap .module .title {
	font-size: 38px;
	color: #fff;
	line-height: 50px;
	text-align: center
}

.page-pro-homeService .module-wrap .module .line {
	width: 46px;
	height: 2px;
	margin: 24px auto 14px;
	background: #ff6a00
}

.page-pro-homeService .module-wrap .module .desc {
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	opacity: .8
}

.page-pro-homeService .module-wrap .module .service {
	margin-top: 40px
}

.page-pro-homeService .module-wrap .module .service .service-list {
	float: left;
	width: 380px;
	height: 420px;
	margin-left: 30px;
	position: relative;
	overflow: hidden
}

.page-pro-homeService .module-wrap .module .service .service-list:nth-child(3n+1) {
	margin-left: 0
}

.page-pro-homeService .module-wrap .module .service .service-list .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	-webkit-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in
}

.page-pro-homeService .module-wrap .module .service .service-list .content {
	margin-top: 254px;
	padding: 0 30px;
	position: relative;
	z-index: 1
}

.page-pro-homeService .module-wrap .module .service .service-list .content .subtit {
	font-size: 32px;
	line-height: 40px;
	padding-bottom: 8px;
	position: relative;
	text-align: center;
	color: #fff
}

.page-pro-homeService .module-wrap .module .service .service-list .content .subtit:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -10px;
	width: 20px;
	height: 1px;
	background: #fff;
	opacity: .7
}

.page-pro-homeService .module-wrap .module .service .service-list .content .txt {
	font-size: 16px;
	color: #838c99;
	text-align: center;
	line-height: 24px;
	margin-top: 15px;
	height: 96px;
	overflow: hidden
}

.page-pro-homeService .module-wrap .module .service .service-list a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2
}

.page-pro-homeService .module-wrap .module .service .service-list:hover .bg {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

@media (max-width:1550px) {
	.page-pro-homeService .module-wrap .module .title {
		font-size: 32px;
		line-height: 50px
	}

	.page-pro-homeService .module-wrap .module .service .service-list .content .subtit {
		font-size: 24px;
		line-height: 40px
	}
}

.page-pro-productArea body,.page-pro-productArea dd,.page-pro-productArea dl,.page-pro-productArea form,.page-pro-productArea h1,.page-pro-productArea h2,.page-pro-productArea h3,.page-pro-productArea h4,.page-pro-productArea h5,.page-pro-productArea h6,.page-pro-productArea hr,.page-pro-productArea input,.page-pro-productArea ol,.page-pro-productArea p,.page-pro-productArea pre,.page-pro-productArea tbody,.page-pro-productArea td,.page-pro-productArea textarea,.page-pro-productArea tfoot,.page-pro-productArea th,.page-pro-productArea thead,.page-pro-productArea ul {
	margin: 0;
	padding: 0
}

.page-pro-productArea ol,.page-pro-productArea ul {
	list-style: none
}

.page-pro-productArea a {
	text-decoration: none
}

.page-pro-productArea html {
	-ms-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	text-size-adjust: none
}

.page-pro-productArea body {
	line-height: 1.5;
	font-size: 14px
}

.page-pro-productArea body,.page-pro-productArea button,.page-pro-productArea input,.page-pro-productArea select,.page-pro-productArea textarea {
	font-family: helvetica neue,tahoma,hiragino sans gb,stheiti,wenquanyi micro hei,\5FAE\8F6F\96C5\9ED1,\5B8B\4F53,sans-serif
}

.page-pro-productArea b,.page-pro-productArea strong {
	font-weight: 700
}

.page-pro-productArea em,.page-pro-productArea i {
	font-style: normal
}

.page-pro-productArea table {
	border-collapse: collapse;
	border-spacing: 0
}

.page-pro-productArea table td,.page-pro-productArea table th {
	border: 1px solid #ddd;
	padding: 5px
}

.page-pro-productArea table th {
	font-weight: inherit;
	border-bottom-width: 2px;
	border-bottom-color: #ccc
}

.page-pro-productArea img {
	border: 0;
	width: auto\9;
	vertical-align: top;
	height: auto
}

.page-pro-productArea button,.page-pro-productArea input,.page-pro-productArea select,.page-pro-productArea textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
	vertical-align: baseline
}

.page-pro-productArea button,.page-pro-productArea html input[type=button],.page-pro-productArea input[type=reset],.page-pro-productArea input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

.page-pro-productArea button[disabled],.page-pro-productArea input[disabled] {
	cursor: default
}

.page-pro-productArea input[type=checkbox],.page-pro-productArea input[type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

.page-pro-productArea input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.page-pro-productArea input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

.page-pro-productArea input:focus {
	outline: none
}

.page-pro-productArea select[multiple],.page-pro-productArea select[size],.page-pro-productArea select[size][multiple] {
	border: 1px solid #aaa;
	padding: 0
}

.page-pro-productArea article,.page-pro-productArea aside,.page-pro-productArea details,.page-pro-productArea figcaption,.page-pro-productArea figure,.page-pro-productArea footer,.page-pro-productArea header,.page-pro-productArea hgroup,.page-pro-productArea main,.page-pro-productArea nav,.page-pro-productArea section,.page-pro-productArea summary {
	display: block
}

.page-pro-productArea audio,.page-pro-productArea canvas,.page-pro-productArea progress,.page-pro-productArea video {
	display: inline-block
}

.page-pro-productArea body {
	background: #fff
}

.page-pro-productArea input::-webkit-input-speech-button {
	display: none
}

.page-pro-productArea button,.page-pro-productArea input,.page-pro-productArea textarea {
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}

.page-pro-productArea .clearfix:after {
	content: "";
	display: block;
	width: 100%;
	clear: both;
	visibility: hidden
}

.page-pro-productArea .module-wrap {
	background-color: #fff;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 56px 0 60px
}

.page-pro-productArea .module-wrap .module {
	width: 1200px;
	margin: 0 auto
}

.page-pro-productArea .module-wrap .module .title {
	font-size: 38px;
	color: #435a7c;
	line-height: 50px;
	padding-bottom: 22px;
	position: relative
}

.page-pro-productArea .module-wrap .module .title:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 46px;
	height: 2px;
	background: #ff6a00
}

.page-pro-productArea .module-wrap .module .more {
	text-align: right;
	margin-top: 36px
}

.page-pro-productArea .module-wrap .module .more a {
	text-decoration: none
}

.page-pro-productArea .module-wrap .module .more a span {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	line-height: 26px;
	color: #435a7c
}

.page-pro-productArea .module-wrap .module .more a img {
	display: inline-block;
	vertical-align: middle;
	width: 7px;
	height: 12px;
	margin-left: 12px
}

.page-pro-productArea .module-wrap .module .more a:hover {
	text-decoration: none
}

.page-pro-productArea .module-wrap .module .product-area {
	position: relative;
	margin-top: 30px;
	height: 370px
}

.page-pro-productArea .module-wrap .module .product-area .product-area-list {
	float: left;
	width: 580px;
	height: 370px;
	padding: 40px 50px 20px;
	background: url(https://img.alicdn.com/tfs/TB1JCPYyNnaK1RjSZFtXXbC2VXa-580-370.png) no-repeat right 0 #fff;
	background-size: cover;
	margin-top: 30px;
	-webkit-transition: all .4s ease-in;
	-o-transition: all .4s ease-in;
	transition: all .4s ease-in
}

.page-pro-productArea .module-wrap .module .product-area .product-area-list:nth-child(2n) {
	margin-left: 40px
}

.page-pro-productArea .module-wrap .module .product-area .product-area-list.on {
	margin-top: 0
}

.page-pro-productArea .module-wrap .module .product-area .product-area-list .subtit {
	font-size: 30px;
	color: #435a7c;
	line-height: 46px;
	height: 58px;
	padding-bottom: 12px;
	border-bottom: 1px solid #e3e4e8
}

.page-pro-productArea .module-wrap .module .product-area .product-area-list .subtit span {
	font-size: 46px;
	line-height: 46px;
	color: #ff6a00
}

.page-pro-productArea .module-wrap .module .product-area .product-area-list .desc {
	font-size: 16px;
	color: #838c99;
	line-height: 28px;
	margin: 16px 0;
	height: 112px;
	overflow: hidden
}

.page-pro-productArea .module-wrap .module .product-area .product-area-list .people-wrap {
	overflow: hidden
}

.page-pro-productArea .module-wrap .module .product-area .product-area-list .people-wrap .icon {
	float: left;
	width: 72px;
	height: 77px
}

.page-pro-productArea .module-wrap .module .product-area .product-area-list .people-wrap .icon img {
	max-width: 100%;
	max-height: 100%
}

.page-pro-productArea .module-wrap .module .product-area .product-area-list .people-wrap .msg {
	float: left;
	width: 408px;
	text-align: right
}

.page-pro-productArea .module-wrap .module .product-area .product-area-list .people-wrap .msg .name {
	font-size: 20px;
	color: #435a7c;
	line-height: 28px;
	margin-top: 12px
}

.page-pro-productArea .module-wrap .module .product-area .product-area-list .people-wrap .msg .job {
	font-size: 16px;
	color: #838c99;
	line-height: 24px;
	margin-top: 6px
}

@media (max-width:1550px) {
	.ocms-fusion-alibaba-pc-digitization-product-area .module-wrap .module .title {
		font-size: 32px
	}

	.ocms-fusion-alibaba-pc-digitization-product-area .module-wrap .module .product-area .product-area-list .subtit {
		font-size: 24px;
		line-height: 40px;
		height: auto
	}

	.ocms-fusion-alibaba-pc-digitization-product-area .module-wrap .module .product-area .product-area-list .subtit span {
		font-size: 32px;
		line-height: 32px
	}
}

.page-home-modTwo {
	margin-top: 30px
}

@-webkit-keyframes cardMove {
	0% {
		top: 50px;
		opacity: .5
	}

	to {
		top: 0;
		opacity: 1
	}
}

@keyframes cardMove {
	0% {
		top: 50px;
		opacity: .5
	}

	to {
		top: 0;
		opacity: 1
	}
}

.page-home-modTwo .module {
	padding-bottom: 60px;
	background-color: #fff!important
}

.page-home-modTwo .module .content {
	width: 1200px;
	margin: 0 auto
}

.page-home-modTwo .module .content .left {
	display: inline-block;
	vertical-align: top;
	width: 630px;
	height: 540px;
	margin-right: 20px;
	overflow: hidden;
	position: relative
}

.page-home-modTwo .module .content .left .markList {
	display: inline-block;
	position: relative
}

.page-home-modTwo .module .content .left .markList .line,.page-home-modTwo .module .content .left .markList .markInner {
	position: absolute
}

.page-home-modTwo .module .content .left .markList .markInner .bigText {
	display: block;
	font-size: 24px;
	color: #fff;
	margin-bottom: 10px;
	word-break: keep-all;
	white-space: nowrap
}

.page-home-modTwo .module .content .left .markList .markInner .subText {
	display: block;
	font-size: 12px;
	color: #fff;
	word-break: keep-all
}

.page-home-modTwo .module .content .left .markList:first-child {
	top: 144px;
	left: 441px
}

.page-home-modTwo .module .content .left .markList:first-child .line {
	top: -20px;
	right: -156px
}

.page-home-modTwo .module .content .left .markList:first-child .markInner {
	right: -150px;
	top: -52px
}

.page-home-modTwo .module .content .left .markList:nth-child(2) {
	top: 111px;
	left: 343px
}

.page-home-modTwo .module .content .left .markList:nth-child(2) .line {
	top: -20px;
	right: 30px;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg)
}

.page-home-modTwo .module .content .left .markList:nth-child(2) .markInner {
	right: 95px;
	top: -52px
}

.page-home-modTwo .module .content .left .markList:nth-child(3) {
	top: 178px;
	left: 242px
}

.page-home-modTwo .module .content .left .markList:nth-child(3) .line {
	top: -20px;
	right: 30px;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg)
}

.page-home-modTwo .module .content .left .markList:nth-child(3) .markInner {
	right: 95px;
	top: -52px;
	text-align: center
}

.page-home-modTwo .module .content .left .markList:nth-child(4) {
	top: 219px;
	left: 110px
}

.page-home-modTwo .module .content .left .markList:nth-child(4) .line {
	top: -20px;
	right: 30px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg)
}

.page-home-modTwo .module .content .left .markList:nth-child(4) .markInner {
	right: 95px;
	top: -52px;
	text-align: center
}

.page-home-modTwo .module .content .left .markList:nth-child(5) {
	top: 315px;
	left: 360px
}

.page-home-modTwo .module .content .left .markList:nth-child(5) .line {
	display: none;
	top: -20px;
	right: -158px;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg)
}

.page-home-modTwo .module .content .left .markList:nth-child(5) .markInner {
	right: -108px;
	top: 4px;
	text-align: center
}

.page-home-modTwo .module .content .left .markList:nth-child(5):after {
	position: absolute;
	left: 36px;
	top: 10px;
	content: "";
	display: block;
	background: url(https://img.alicdn.com/tfs/TB1IU3nzSzqK1RjSZFjXXblCFXa-101-27.png);
	width: 101px;
	height: 27px
}

.page-home-modTwo .module .content .left .markList:nth-child(6) {
	top: 356px;
	left: 143px
}

.page-home-modTwo .module .content .left .markList:nth-child(6) .line {
	display: none;
	top: -20px;
	right: -158px;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg)
}

.page-home-modTwo .module .content .left .markList:nth-child(6) .markInner {
	right: -138px;
	top: 7px;
	text-align: left
}

.page-home-modTwo .module .content .left .markList:nth-child(6):after {
	position: absolute;
	left: 36px;
	top: 10px;
	content: "";
	display: block;
	background: url(https://img.alicdn.com/tfs/TB1jikmzSzqK1RjSZFLXXcn2XXa-152-32.png);
	width: 152px;
	height: 32px
}

.page-home-modTwo .module .content .right {
	display: inline-block;
	width: 469px;
	text-align: left;
	vertical-align: top
}

.page-home-modTwo .module .content .right .rightTitle {
	font-size: 38px;
	line-height: 50px;
	color: #435a7c
}

.page-home-modTwo .module .content .right .rightTitle:after {
	content: "";
	display: block;
	width: 46px;
	height: 2px;
	margin-top: 28px;
	background-color: #ff6a00
}

.page-home-modTwo .module .content .right .subTitle {
	font-size: 18px;
	color: #435a7b;
	margin-top: 29px;
	margin-bottom: 32px
}

.page-home-modTwo .module .content .right .rightText {
	font-size: 16px;
	line-height: 28px;
	color: #838c99
}

.page-home-modTwo .module .cardWrap {
	width: 1200px;
	height: 410px;
	text-align: right;
	margin: -90px auto 0
}

.page-home-modTwo .module .card {
	position: relative;
	top: 0;
	display: inline-block;
	width: 1140px;
	height: 410px;
	margin: 0 auto;
	padding: 30px 40px;
	text-align: left;
	-webkit-animation: cardMove .7s;
	animation: cardMove .7s;
	background-color: #fff;
	-webkit-box-shadow: 0 14px 24px 6px rgba(0,0,0,.15);
	box-shadow: 0 14px 24px 6px rgba(0,0,0,.15)
}

.page-home-modTwo .module .card .left {
	display: inline-block;
	vertical-align: top;
	width: 560px;
	margin-right: 70px
}

.page-home-modTwo .module .card .left .leftTitle {
	font-size: 18px;
	color: #394e6d;
	margin-bottom: 52px
}

.page-home-modTwo .module .card .left .leftWrap {
	text-align: left
}

.page-home-modTwo .module .card .left .leftWrap .ringList {
	display: inline-block;
	width: 140px;
	vertical-align: top;
	text-align: center;
	margin-right: 54px;
	margin-bottom: 48px
}

.page-home-modTwo .module .card .left .leftWrap .ringList span {
	display: block;
	width: 80px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	font-size: 14px;
	border-radius: 2px;
	border: 1px solid rgba(161,172,189,.55);
	color: #838c99;
	margin: 0 auto
}

.page-home-modTwo .module .card .left .leftWrap .ringList .imgWrap {
	height: 150px;
	position: relative;
	width: 100%
}

.page-home-modTwo .module .card .left .leftWrap .ringList .imgWrap img {
	position: absolute;
	bottom: 0;
	left: 0
}

.page-home-modTwo .module .card .left .leftWrap .ringList:last-child {
	margin-right: 0
}

.page-home-modTwo .module .card .left .leftWrap .ringList:nth-child(2) .imgWrap img,.page-home-modTwo .module .card .left .leftWrap .ringList:nth-child(3) .imgWrap img {
	top: 22px
}

.page-home-modTwo .module .card .left .leftBottomText {
	font-size: 14px;
	color: #838c99
}

.page-home-modTwo .module .card .left .leftBottomText .colorExpress {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #838c99;
	margin-right: 15px
}

.page-home-modTwo .module .card .left .leftBottomText .colorExpress:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 3px;
	position: relative;
	top: -1px;
	margin-right: 6px
}

.page-home-modTwo .module .card .left .leftBottomText .colorExpress:nth-child(2) {
	margin-left: 45px
}

.page-home-modTwo .module .card .left .leftBottomText .colorExpress:nth-child(2):before {
	background-color: #d9dee5
}

.page-home-modTwo .module .card .left .leftBottomText .colorExpress:nth-child(3):before {
	background-color: #a1acbd
}

.page-home-modTwo .module .card .left .leftBottomText .colorExpress:nth-child(4):before {
	background-color: #ff6a00
}

.page-home-modTwo .module .card .left .leftBottomText .colorExpress:last-child {
	margin-right: 0
}

.page-home-modTwo .module .card .right {
	display: inline-block;
	vertical-align: top
}

.page-home-modTwo .module .card .right .rightTitle {
	font-size: 18px;
	color: #394e6d;
	line-height: 26px;
	margin-bottom: 28px;
	margin-top: -3px
}

.page-home-modTwo .module .card .right .dataWrap .flag {
	display: inline-block;
	vertical-align: top;
	width: 60px;
	padding-top: 19px
}

.page-home-modTwo .module .card .right .dataWrap .flag .flagImg {
	display: block;
	margin-bottom: 10px;
	cursor: pointer;
	position: relative
}

.page-home-modTwo .module .card .right .dataWrap .flag .flagImg:last-child {
	margin-bottom: 0
}

.page-home-modTwo .module .card .right .dataWrap .flag .flagImg:after {
	display: none;
	position: absolute;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	right: -5px;
	top: 50%;
	margin-top: -5px;
	content: "";
	width: 8px;
	height: 8px;
	background-color: #fff;
	border: 1px solid #a1acbd;
	border-bottom: none;
	border-left: none
}

.page-home-modTwo .module .card .right .dataWrap .flag .flagImg.on:after {
	display: block
}

.page-home-modTwo .module .card .right .dataWrap .showDataArea {
	display: inline-block;
	vertical-align: top;
	width: 357px;
	height: 194px;
	border-left: 1px solid #a1acbd;
	border-bottom: 1px solid #a1acbd;
	padding-left: 25px
}

.page-home-modTwo .module .card .right .dataWrap .showDataArea .area {
	display: table-cell;
	vertical-align: middle;
	width: 332px;
	height: 194px
}

.page-home-modTwo .module .card .right .dataWrap .showDataArea .area .areaInner {
	display: inline-block;
	vertical-align: middle
}

.page-home-modTwo .module .card .right .dataWrap .showDataArea .line {
	text-align: left;
	margin-bottom: 28px
}

.page-home-modTwo .module .card .right .dataWrap .showDataArea .line .name {
	display: inline-block;
	vertical-align: middle;
	width: 64px;
	color: #838c99;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap
}

.page-home-modTwo .module .card .right .dataWrap .showDataArea .line .dataProcess {
	display: inline-block;
	vertical-align: middle;
	width: 192px;
	height: 25px;
	position: relative
}

.page-home-modTwo .module .card .right .dataWrap .showDataArea .line .dataProcess .inner {
	position: absolute;
	left: 0;
	height: 100%;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.page-home-modTwo .module .card .right .dataWrap .showDataArea .line .dataProcess .inner .progress {
	width: 100%;
	height: 100%;
	background-color: #9ba4b3;
	animation: myfirst 1.5s;
	-moz-animation: myfirst 1.5s;
	-webkit-animation: myfirst 1.5s;
	-o-animation: myfirst 1.5s
}

.page-home-modTwo .module .card .right .dataWrap .showDataArea .line .num {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #838c99
}

.page-home-modTwo .module .card .right .dataWrap .showDataArea .line:last-child {
	margin-bottom: 0
}

.page-home-modTwo .module .card .right .tableBottomText {
	width: 281px;
	text-align: left;
	font-size: 14px;
	color: #838c99;
	line-height: 25px;
	margin-top: 28px;
	margin-left: -23px
}

@media (max-width:1440px) {
@	keyframes myfirst {
		0%{width: 0
	}

	to {
		width: 100%
	}
}

@-webkit-keyframes myfirst {
	0% {
		width: 0
	}

	to {
		width: 100%
	}
}

@-webkit-keyframes cardMove {
	0% {
		top: 50px;
		opacity: .5
	}

	to {
		top: 0;
		opacity: 1
	}
}

@keyframes cardMove {
	0% {
		top: 50px;
		opacity: .5
	}

	to {
		top: 0;
		opacity: 1
	}
}
		