/*
 * bootstrap 自定义样式重置类
 * create by HuangDong
 * create Time 2017-08-16
 * update Time 2019-01-28
 */
 
/* CSS 重置
---------------------------------------------------------------------------------------------------------------------------------- */
* {
  margin:0; padding:0; list-style:none; /* reset */
  font-family: Microsoft YaHei; /* 字体 */
  -webkit-box-sizing: border-box; /* 边框不增加元素高宽 */
     -moz-box-sizing: border-box; /* 边框不增加元素高宽 */
          box-sizing: border-box; /* 边框不增加元素高宽 */  
}
a{text-decoration: none; cursor: pointer; color: inherit; }/* 超链接 */
a:link{text-decoration:none;}/* 超链接 */     
a:visited{text-decoration: none;}/* 超链接 */     
a:hover {text-decoration: none;}/* 超链接 */      
a:active{text-decoration:none;}/* 超链接 */  

@media (max-width: 767px) {
    /** 小于768  样例 **/
}
@media (min-width: 768px) and (max-width: 991px) {
    /** 大于等于768  样例 **/ 
}
@media (min-width: 992px) and (max-width: 1199px) {
    /** 大于等于992  样例 **/
}
@media (min-width: 1200px){
    /** 大于等于1200 样例 **/
}

/* 去除 padding-left,padding-right
---------------------------------------------------------------------------------------------------------------------------------- */
.custom-padding-0 {
	padding-right: 0px;
	padding-left: 0px;
}

/* 去除 margin-left,margin-right
---------------------------------------------------------------------------------------------------------------------------------- */
.custom-margin-0 {
	margin-right: 0px;
	margin-left: 0px;
}

/* 手机端去除 padding-left,padding-right,PC端不去
---------------------------------------------------------------------------------------------------------------------------------- */
@media (max-width: 767px) {
	.custom-padding-0-mobile {
		padding-right: 0px;
		padding-left: 0px;
	}
}

/* PC端去除 padding-left,padding-right,手机端不去
---------------------------------------------------------------------------------------------------------------------------------- */
@media (min-width: 768px) {
	.custom-padding-0-pc {
		padding-right: 0px;
		padding-left: 0px;
	}
}


@media (max-width: 1199px) {
	.dev{ position: fixed; width: 30px; height: 20px; top: 10px; left: 20px; z-index: 1999; background-color: yellow; }
}
@media (min-width: 1200px) and (max-width: 1600px) {
	.dev{ position: fixed; width: 30px; height: 20px; top: 10px; left: 20px; z-index: 1999; background-color: green; }
}
@media (min-width: 1601px){
	.dev{ position: fixed; width: 30px; height: 20px; top: 10px; left: 20px; z-index: 1999; background-color: red; }
}

body{
	/*  160  400 400 400 400 160 ( 分辨率1920的虚线分割)
		分辨率1：1920 px
			     1760 px (中间值)
	    分辨率2：1600 px
				 1400 px (中间值)
	    分辨率3：1200 px
	*/
	min-width: 1200px;
	max-width: 1920px;
	margin: 0 auto;
}

/* 必填红星 */
.required{ color: red; font-weight: bold; padding: 0px 2px 0px 2px; }

/* 导航栏 */
@media (max-width: 1600px) {
	.tom-head-div-back{ height: 127.2727272727px; width: 100%; min-width: 1200px; max-width: 1920px; position: fixed; top: 0px; z-index: 1000; }                                                   .tom-head-div-back.low{ height: 63.6363636363px;}
    .tom-head-div-height{ height: 127.2727272727px; }                                                                                                                           .tom-head-div-height.low{ height: 63.6363636363px; }
	.tom-head-div{ height: 46.1363636363px; width: 83.3333333333%; margin: 0 auto; margin-top: 40.5681818181px; overflow: hidden; }                                             .tom-head-div.low{ margin-top: 8.75px; }
	.tom-head-div >  div{ height: 100%; float: left; }
	.tom-head-logo{  width: 15%; }
	.tom-head-tel{   width: 35%; }
	.tom-head-menu{ width: 50%; }

	.tom-head-logo-inner{ width: 95%; height: 46.1363636363px; margin-top: 0px; }
	.tom-head-logo-inner > img{ height: 100%; }

	.tom-head-tel-inner{ width: 95%; height: 46.1363636363px; margin-top: 0px; padding-left: 17.5px; }
	.tom-head-tel-inner-up{   height: 25.4545454545px; line-height: 25.4545454545px; font-size: 19.0909090909px; color: #2693FF; font-weight: bold; }
	.tom-head-tel-inner-down{ height: 20.6818181818px; line-height: 20.6818181818px; font-size: 12.7272727272px; color: #474747; }

	.tom-head-menu-inner{ height: 46.1363636363px; margin-top: 0px; }
	.tom-head-menu-inner > div{ float: left; width: 16.6666666666%; height: 100%; }
	.tom-head-menu-inner > div > a{ display: block; width: 100%; height: 100%; line-height: 46.1363636363px; text-align: center; font-size: 16px; color: #434C59;  }            .tom-head-menu-inner > div > a.low{ color: #434C59; }
	.tom-head-menu-inner > div > a:hover{ color: #2693FF; cursor: pointer; }
	.tom-head-menu-but{ height: 23.8636363636px; line-height: 23.8636363636px; margin-top: 11.1363636363px; background-color: #2693FF; font-size: 16px; color: #FFF; border-radius: 25px; text-align: center; cursor: pointer; }

    .tom-head-menu-arrow{ height: 11.9318181818px; width: 41.6666666666%; margin-top: 28.6363636363px; margin-left: 50%; overflow: hidden; }                                    .tom-head-menu-arrow.low{ height: 8.75px; margin-top: 0px; }
	.tom-head-menu-arrow > div{ float: left; width: 16.6666666666%; height: 100%; text-align: center; }
	.tom-head-menu-arrow > div > img{ height: 100%; display: none; }

	 /* black */
	.tom-home-film{  width: 100%; height: 127.2727272727px;position: absolute; top: 127.2727272727px; z-index: 1000; display: none; border-top: 2px solid #2693FF; }            .tom-home-film.low{ top: 63.6363636363px; }
	.tom-home-film-left{    float: left; height: 100%; width:  8.3333333333%; background-color: #000;  filter:alpha(opacity=60);  background-color: rgba(0,0,0,0.6); }
	.tom-home-film-right{   float: left; height: 100%; width: 91.6666666666%; background-color: #000;  filter:alpha(opacity=80);  background-color: rgba(0,0,0,0.8); }
	.tom-home-film-right-inner{ height: 85.9090909090px; margin-top: 20.6818181818px; position: relative; }

	.tom-home-film-right-inner-left{ position: absolute; left: 0px; width: 210px; height: 100%; border-right: 1px solid #8D949A; }
	.tom-home-film-right-inner-left-table{ height: 100%; width: 100%; }
	.tom-home-film-right-inner-left-tr{ height: 33.333333333%; width: 100%; }
	.tom-home-film-right-inner-left-td{ width: 70%; color: #FFF; font-szie:11.1363636363px; cursor: pointer; }
	.tom-home-film-right-inner-left-td.active{ color: #2993FF; font-weight: bold; }
	.tom-home-film-right-inner-left-td.td1{ width: 70%; text-align: right; }
	.tom-home-film-right-inner-left-td.td2{ width: 30%; text-align: center; }

	.tom-home-film-right-inner-right{ position: absolute; left: 264px; right: 0px; height: 100%; padding-left: 31.8181818181px; display: none; }
	.tom-home-film-right-inner-right.active{ display: block; }
	.tom-home-film-right-inner-right-div{ display: block; float: left; width: 127.2727272727px; height: 79.5454545454px; margin-top: 3.1818181818px; margin-right: 19.8863636363px; color: #FFF;  font-size: 12.7272727272px; line-height: 23.8636363636px; cursor: pointer; }
	.tom-home-film-right-inner-right-div > div{ width: 127.2727272727px; height: 59.6818181818px; }
	.tom-home-film-right-inner-right-div > div > img{ width: 100%; height: 100%; }
	.tom-home-film-right-inner-right-div > div > img:hover{ height: 99%; width: 99%; box-shadow: 2px 2px 2px 0px #888888 ; }
}
@media (min-width: 1601px){
	.tom-head-div-back{ height: 160px; width: 100%; min-width: 1200px;  max-width: 1920px; position: fixed; top: 0px; z-index: 1000; }                                                              .tom-head-div-back.low{ height: 80px; }
    .tom-head-div-height{ height: 160px; }                                                                                                                                      .tom-head-div-height.low{ height: 80px; }
    .tom-head-div{ height: 58px; width: 83.3333333333%; margin: 0 auto; margin-top: 51px; overflow: hidden; }                                                                   .tom-head-div.low{ margin-top: 11px; }

	.tom-head-div >  div{ height: 100%; float: left; }
	.tom-head-logo{  width: 15%;  }
	.tom-head-tel{   width: 35%; }
	.tom-head-menu{ width: 50%; }

	.tom-head-logo-inner{ width: 95%; height: 58px; margin-top: 0px; }
	.tom-head-logo-inner > img{ height: 100%;  }
	.tom-head-tel-inner{ width: 95%; height: 58px; margin-top: 0px; padding-left: 22px; }
	.tom-head-tel-inner-up{   height: 32px; line-height: 32px; font-size: 24px; color: #2693FF; font-weight: bold; }
	.tom-head-tel-inner-down{ height: 26px; line-height: 26px; font-size: 16px; color: #474747; }


    .tom-head-menu-inner{ height: 58px; margin-top: 0px; }
	.tom-head-menu-inner > div{ float: left; width: 16.6666666666%; height: 100%; }
	.tom-head-menu-inner > div > a{ display: block; width: 100%; height: 100%; line-height: 58px; text-align: center; font-size: 16px; color: #434C59; }                  .tom-head-menu-inner > div > a.low{ color: #434C59; }
	.tom-head-menu-inner > div > a:hover{ color: #2693FF; cursor: pointer; }
	.tom-head-menu-but{ height: 30px; line-height: 30px; margin-top: 16px; background-color: #2693FF; font-size: 16px; color: #FFF; border-radius: 25px; text-align: center; cursor: pointer;  }

	.tom-head-menu-arrow{ height: 15px; width: 41.6666666666%; margin-top: 36px; margin-left: 50%; overflow: hidden;      }                                                     .tom-head-menu-arrow.low{ height: 11px; margin-top: 0px; }
    .tom-head-menu-arrow > div{ float: left; width: 16.6666666666%; height: 100%; text-align: center; }
	.tom-head-menu-arrow > div > img{ height: 100%; display: none; }
	 /* black */
	.tom-home-film{  width: 100%; height: 160px;position: absolute; top: 160px; z-index: 1000; display: none; border-top: 2px solid #2693FF; }                                  .tom-home-film.low{ top: 80px; }
	.tom-home-film-left{    float: left; height: 100%; width:  8.3333333333%; background-color: #000;  filter:alpha(opacity=60);  background-color: rgba(0,0,0,0.6); }
	.tom-home-film-right{   float: left; height: 100%; width: 91.6666666666%; background-color: #000;  filter:alpha(opacity=80);  background-color: rgba(0,0,0,0.8); }
	.tom-home-film-right-inner{ height: 108px; margin-top: 26px; position: relative; }

	.tom-home-film-right-inner-left{ position: absolute; left: 0px; width: 264px; height: 100%; border-right: 1px solid #8D949A; }
	.tom-home-film-right-inner-left-table{ height: 100%; width: 100%; }
	.tom-home-film-right-inner-left-tr{ height: 33.333333333%; width: 100%; }
	.tom-home-film-right-inner-left-td{ width: 70%; color: #FFF; font-szie:14px; cursor: pointer; }
	.tom-home-film-right-inner-left-td.active{ color: #2993FF; font-weight: bold; }
	.tom-home-film-right-inner-left-td.td1{ width: 70%; text-align: right; }
	.tom-home-film-right-inner-left-td.td2{ width: 30%; text-align: center; }

	.tom-home-film-right-inner-right{ position: absolute; left: 264px; right: 0px; height: 100%; padding-left: 40px; display: none; }
	.tom-home-film-right-inner-right.active{ display: block; }
	.tom-home-film-right-inner-right-div{ display: block; float: left; width: 160px; height: 100px; margin-top: 4px; margin-right: 25px; color: #FFF; font-size: 16px; line-height: 30px; cursor: pointer; }
	.tom-home-film-right-inner-right-div > div{ width: 160px; height: 70px; }
	.tom-home-film-right-inner-right-div > div > img{ width: 100%; height: 100%; }
	.tom-home-film-right-inner-right-div > div > img:hover{ height: 99%; width: 99%; box-shadow: 2px 2px 2px 0px #888888 ; }
}

/* QQ悬浮 */
@media (max-width: 1600px) {
	.tom-suspension{ height:103.409090909px; width: 47.7272727272px; position: fixed; bottom: 10%; right:39.7727272727px; z-index: 1000; }
	.tom-suspension > div > img{ height:100%; width: 100%; }
	.tom-suspension-qq{ height:47.7272727272px; width: 47.7272727272px;  cursor: pointer; }
	.tom-suspension-code{ height:47.7272727272px; width: 47.7272727272px; margin-top: 7.95454545454px; cursor: pointer; position: relative; }
	.tom-suspension-code-sainty{  height: 119.318181818px; width: 119.318181818px; position: absolute; top: -71.5909090909px; left: -119.318181818px; display: none; }
	.tom-suspension-code-sainty > div { height: 95.4545454545px; width: 95.4545454545px; margin-top: 11.9318181818px; margin-left: 11.9318181818px; border-radius: 7.95454545454px; }
	.tom-suspension-code-sainty > div > img{ height:100%; width: 100%; border-radius: 7.95454545454px; }
}
@media (min-width: 1601px){
	.tom-suspension{ height:130px; width: 60px; position: fixed; bottom: 10%; right:50px; z-index: 1000; }
	.tom-suspension > div > img{ height:100%; width: 100%; }
	.tom-suspension-qq{ height:60px; width: 60px;  cursor: pointer; }
	.tom-suspension-code{ height:60px; width: 60px; margin-top: 10px; cursor: pointer; position: relative; }
	.tom-suspension-code-sainty{  height: 150px; width: 150px; position: absolute; top: -90px; left: -150px; display: none; }
	.tom-suspension-code-sainty > div { height: 120px; width: 120px; margin-top: 15px; margin-left: 15px; border-radius: 10px; }
	.tom-suspension-code-sainty > div > img{ height:100%; width: 100%; border-radius: 10px; }
}

/* 首页-大图 */
@media (max-width: 1600px) {
	.tom-home-bigimg{ height: 556.8181818181px; width: 100%; position: relative; }
	.tom-home-bigimg-left{  float: left; height: 100%; width: 29.1666666666%; }
	.tom-home-bigimg-right{ float: left; height: 100%; width: 70.8333333333%; }
	 /* slide */
	.big-screen{ height: 100%; width: 100%;}
	.big-screen > div{ height: 100%; }
	.big-screen > div > div{ height: 100%; }
	.big-screen > div > div > div{ height: 100%; }
	.big-screen-inner{ height: 100%; cursor: pointer;}
	.big-screen-inner > div { height : 100%;  }
	.big-screen-inner > div > img{ height: 100% !important; width:100% !important; }

	 /*  */
	.tom-home-bigimg-position{ width: 50%; height: 230.6818181818px; position: absolute; top: 163.0681818181px; background-color: #FFF; filter:alpha(opacity=60);  background-color: rgba(255,255,255,0.6); }
	.tom-home-bigimg-position > div{ width: 100%; height: 143.1818181818px; margin-top: 43.75px; padding-left: 23%; font-size: 36.5909090909px; line-height: 44.9352272727px; color: #434D59; }
	 /*  */
	.tom-home-bigimg-button{ display: block; width: 213.1818181818px; height: 47.7272727275px; line-height: 47.7272727275px; position: absolute; top: 429.5454545454px; left: 11.5%; background-color: #2693FF; border-radius: 30px; text-align: center; color: #FFF; font-size: 20.6818181818px; user-select:none; }
}
@media (min-width: 1601px){
	.tom-home-bigimg{ height: 700px; width: 100%; position: relative; }
	.tom-home-bigimg-left{  float: left; height: 100%; width: 29.1666666666%; }
	.tom-home-bigimg-right{ float: left; height: 100%; width: 70.8333333333%; }
	 /* slide */
	.big-screen{ height: 100%; width: 100%;}
	.big-screen > div{ height: 100%; }
	.big-screen > div > div{ height: 100%; }
	.big-screen > div > div > div{ height: 100%; }
	.big-screen-inner{ height: 100%; cursor: pointer;}
	.big-screen-inner > div { height : 100%; }
	.big-screen-inner > div > img{ height: 100% !important; width:100% !important; }

	 /*  */
	.tom-home-bigimg-position{ width: 50%; height: 290px; position: absolute; top: 205px; background-color: #FFF; filter:alpha(opacity=60);  background-color: rgba(255,255,255,0.6); }
	.tom-home-bigimg-position > div{ width: 100%; height: 180px; margin-top: 55px; padding-left: 27%; font-size: 46px; line-height: 56.49px;  color: #434C59; }
	 /*  */
	.tom-home-bigimg-button{ display: block; width: 268px; height: 60px; line-height: 60px; position: absolute; top: 540px; left: 13.5%; background-color: #2693FF; border-radius: 40px; text-align: center; color: #FFF; font-size: 26px; user-select:none; }
}
/** 去轮轮播插件左右箭头背景 **/
.big-screen-custom-carousel{
	background-image: none !important;
}

/* 首页-TW敏捷云大横幅 */
@media (max-width: 1600px) {
	.tom-home-TwAgile-big-banner{ width: 100%; height: 429.5454545454px; position: relative; }
	.tom-home-TwAgile-big-banner-but1{ position: absolute; top: 301px; height:37px;  right: 50.5%; width: 157px; cursor: pointer; display: block;  }
	.tom-home-TwAgile-big-banner-but2{ position: absolute; top: 301px; height:37px;  left:  50.5%; width: 157px; cursor: pointer; display: block;  }
}
@media (min-width: 1601px){
	.tom-home-TwAgile-big-banner{ width: 100%; height: 540px;            position: relative; }
	.tom-home-TwAgile-big-banner-but1{ position: absolute; top: 378px; height:48px;  right: 50.5%; width: 194px; cursor: pointer; display: block; }
	.tom-home-TwAgile-big-banner-but2{ position: absolute; top: 378px; height:48px;  left:  50.5%; width: 194px; cursor: pointer; display: block; }
}

/* 首页-企业管理综合解决方案 */
@media (max-width: 1600px) {
	.tom-home-ent-imop{ width: 100%; height: 537.7272727272px; position: relative; background: url(../images/home/tom-home-ent-imop.jpg) no-repeat; background-size: auto 100%; background-position: center center; overflow: hidden; }
	.tom-home-ent-imop-title{ height: 33.4090909090px; margin-top: 55.6818181818px; line-height: 33.4090909090px; text-align: center; font-size: 33.4090909090px; font-weight: 500; color: #474747; }
	.tom-home-ent-imop-cards{ height: 318.1818181818px; width: 83.3333333333%; margin: 0 auto; margin-top: 43.7499999999px; }
	.tom-home-ent-imop-cards > div{ float: left; width: 25%; height: 100%;  padding: 0px 7.9545454545px 0px 7.9545454545px; }
	.tom-home-ent-imop-cards > div > div{ width: 100%; height: 100%; border-radius: 11.9318181818px; position: relative; }
	.tom-home-ent-imop-cards > div > div > img{ height: 100%; max-width: 100%;  cursor: pointer; }
	.tom-home-ent-imop-cards > div > div > .but1{ position: absolute; top: 222px; height: 31px; right: 50%; width:120px; cursor: pointer; display: block; }
	.tom-home-ent-imop-cards > div > div > .but2{ position: absolute; top: 222px; height: 31px; left:  50%; width:120px; cursor: pointer; display: block; }
}
@media (min-width: 1601px){
	.tom-home-ent-imop{ width: 100%; height: 676px;            position: relative; background: url(../images/home/tom-home-ent-imop.jpg) no-repeat; background-size: auto 100%; background-position: center center; overflow: hidden; }
	.tom-home-ent-imop-title{ height: 42px; margin-top: 70px; line-height: 42px; text-align: center; font-size: 42px; font-weight: 500; color: #474747; }
	.tom-home-ent-imop-cards{ height: 400px; width: 83.3333333333%; margin: 0 auto; margin-top: 55px; }
	.tom-home-ent-imop-cards > div{ float: left; width: 25%; height: 100%;  padding: 0px 10px 0px 10px; }
	.tom-home-ent-imop-cards > div > div{ width: 100%; height: 100%; border-radius: 15px;  position: relative; }
	.tom-home-ent-imop-cards > div > div > img{ height: 100%; max-width: 100%;  cursor: pointer; }
	.tom-home-ent-imop-cards > div > div > .but1{ position: absolute; top: 280px; height: 38px; right: 50%; width:154px; cursor: pointer; display: block; }
	.tom-home-ent-imop-cards > div > div > .but2{ position: absolute; top: 280px; height: 38px; left:  50%; width:154px; cursor: pointer; display: block; }
}

/* 首页-智慧城市 */
@media (max-width: 1600px) {
	.tom-home-gov-some{ width: 100%; height: 381.8181818181px;   position: relative; overflow: hidden; }
	.tom-home-gov-some-title{ height: 33.4090909090px; margin-top: 55.6818181818px; line-height: 33.4090909090px; text-align: center; font-size: 33.4090909090px; font-weight: 500; color: #474747; }
	.tom-home-gov-some-cards{ height: 159.0909090909px; width: 83.3333333333%; margin: 0 auto; margin-top: 43.7499999999px; }
	.tom-home-gov-some-cards > div{ float: left; width: 50%; height: 100%;  padding: 0px 7.9545454545px 0px 7.9545454545px; }
	.tom-home-gov-some-cards > div > a{ width: 100%; height: 100%; border-radius: 11.9318181818px; display: block; }
	.tom-home-gov-some-cards > div > a > img{ height: 100%; max-width: 100%;  cursor: pointer; }
}
@media (min-width: 1601px){
	.tom-home-gov-some{ width: 100%; height: 480px;   position: relative; overflow: hidden; }
	.tom-home-gov-some-title{ height: 42px; margin-top: 70px; line-height: 42px; text-align: center; font-size: 42px; font-weight: 500; color: #474747; }
	.tom-home-gov-some-cards{ height: 200px; width: 83.3333333333%; margin: 0 auto; margin-top: 55px; }
	.tom-home-gov-some-cards > div{ float: left; width: 50%; height: 100%;  padding: 0px 10px 0px 10px; }
	.tom-home-gov-some-cards > div > a{ width: 100%; height: 100%; border-radius: 15px; display: block; }
	.tom-home-gov-some-cards > div > a > img{ height: 100%; max-width: 100%;  cursor: pointer; }
}

/* 首页-企业解决方案、政务公共事业 */
@media (max-width: 1600px) {
	.tom-home-tab-con{ height: auto; width: 83.3333333333%; margin: 0 auto; margin-top: 50.9090909090px; }

	.tom-home-tabs{ height: 79.5454545454px; }
	.tom-home-tab{ float: left; height: 100%; width: 33.333333333%; line-height: 79.5454545454px; text-align: center; font-size: 17.5px; color: #484848; cursor: pointer; }
	.tom-home-tab.active{ color: #2693FF;  background-color: #FFF;  }

	.tom-home-tab-brief{ height: 143.1818181818px; padding-left: 79.5454545454px; background-color: #FFF; overflow: hidden;}
	.tom-home-tab-brief1{ height: 47.7272727272px; line-height: 47.7272727272px; font-size: 25.4545454545px; color: #474747; margin-top: 31.8181818181px; }
	.tom-home-tab-brief2{ height: 31.8181818181px; line-height: 31.8181818181px; font-size: 15.9090909090px; color: #474747; }

	.tom-home-tab-every-con{ height: auto; background-color: #FFF; display: none; overflow: hidden; }
	.tom-home-tab-every-con.active{ display: block;  }
	.tom-home-tab-every{ float: left; width: 50%; height: 334.0909090909px; }
	.tom-home-tab-every.left{ border-right: 0.5px solid #FFF; }
	.tom-home-tab-every.right{ border-left: 0.5px solid #FFF; }

	.tom-home-tab-every-img{ height: 254.5454545454px; position: relative;  }
	.tom-home-tab-every-img > img{ height: 100%; width: 100%; cursor: pointer; }
	.tom-home-tab-every-img > img:hover{ height: 99%; width: 99%; box-shadow: 5px 5px 5px 0px #888888 ; }
	.tom-home-tab-every-img-position{ position: absolute; top: 79.5454545454px; left: 79.5454545454px;  width: auto;  line-height: 35.7954545454px; font-weight: bold; font-size: 25.4545454545px; }

	.tom-home-tab-every-explain{ height: 79.5454545454px;  }
	.tom-home-tab-every-explain > div{ height: 28.6363636363px; margin-top: 25.4545454545px; }
	.tom-home-tab-every-explain-left{ float: left; height: 28.6363636363px; width: 50%; margin-left: 10%; }
	.tom-home-tab-every-explain-left > img{ height: 22.2727272727px; margin-top: 3.18181818181px; }
	.tom-home-tab-every-explain-right{ float: left; height: 100%; width: 35%; line-height:  28.6363636363px; font-size: 14.3181818181px; text-align: right; color: #474747; cursor: pointer; }
	.tom-home-tab-every-explain-right.active{ color: #2693FF; }
}
@media (min-width: 1601px){
	.tom-home-tab-con{ height: auto; width: 83.3333333333%; margin: 0 auto; margin-top: 64px; }

	.tom-home-tabs{ height: 100px; }
	.tom-home-tab{ float: left; height: 100%; width: 33.333333333%; line-height: 100px; text-align: center; font-size: 22px; color: #484848; cursor: pointer; }
	.tom-home-tab.active{ color: #2693FF;  background-color: #FFF;  }

	.tom-home-tab-brief{ height: 180px; padding-left: 100px; background-color: #FFF; overflow: hidden;}
	.tom-home-tab-brief1{ height: 60px; line-height: 60px; font-size: 32px; color: #474747; margin-top: 40px; }
	.tom-home-tab-brief2{ height: 40px; line-height: 40px; font-size: 20px; color: #474747; }

	.tom-home-tab-every-con{ height: auto; background-color: #FFF; display: none; overflow: hidden; }
	.tom-home-tab-every-con.active{ display: block;  }
	.tom-home-tab-every{ float: left; width: 50%; height: 420px; }
	.tom-home-tab-every.left{ border-right: 0.5px solid #FFF; }
	.tom-home-tab-every.right{ border-left: 0.5px solid #FFF; }

	.tom-home-tab-every-img{ height: 320px; position: relative; }
	.tom-home-tab-every-img > img{ height: 100%; width: 100%; cursor: pointer; }
	.tom-home-tab-every-img > img:hover{ height: 99%; width: 99%; box-shadow: 5px 5px 5px 0px #888888 ; }
	.tom-home-tab-every-img-position{ position: absolute; top: 100px; left: 100px;  width: auto;  line-height: 45px; font-weight: bold; font-size: 32px; }

	.tom-home-tab-every-explain{ height: 100px;  }
	.tom-home-tab-every-explain > div{ height: 36px; margin-top: 32px; }
	.tom-home-tab-every-explain-left{ float: left; height: 36px; width: 50%; margin-left: 10%; }
	.tom-home-tab-every-explain-left > img{ height: 28px; margin-top: 4px; }
	.tom-home-tab-every-explain-right{ float: left; height: 100%; width: 35%; line-height: 36px; font-size: 18px; text-align: right; color: #474747; cursor: pointer; }
	.tom-home-tab-every-explain-right.active{ color: #2693FF; }
}

/* 首页-我们的优势 */
@media (max-width: 1600px) {
	.tom-home-youshi-con{ height: auto; width: 83.3333333333%; margin: 0 auto; margin-top: 95.4545454545px; }
	.tom-home-youshi-title{ height: 55.6818181818px; line-height: 55.6818181818px; text-align: center; font-size: 36.5909090909px; color: #474747; }
	.tom-home-youshi-card-con{ height: 342.0454545454px; margin-top: 47.7272727272px;  }
	.tom-home-youshi-card{ float: left; width: 25%; height: 100%; }
	.tom-home-youshi-card > div{ height: 100%; text-align: center; }
	.tom-home-youshi-card > div > img{ height: 100%; max-width: 95%; cursor: pointer; }
	.tom-home-youshi-card > div > img:hover{ height: 98%;  }
	.tom-home-youshi-more{ height: 27.8409090909px; line-height: 27.8409090909px; margin-top: 39.7727272727px; margin-bottom: 79.5454545454px; text-align: center; font-size: 14.3181818181px; color: #2693FF; cursor: pointer; }
}
@media (min-width: 1601px){
	.tom-home-youshi-con{ height: auto; width: 83.3333333333%; margin: 0 auto; margin-top: 120px; }
	.tom-home-youshi-title{ height: 70px; line-height: 70px; text-align: center; font-size: 46px; color: #474747; }
	.tom-home-youshi-card-con{ height: 430px; margin-top: 60px;  }
	.tom-home-youshi-card{ float: left; width: 25%; height: 100%; }
	.tom-home-youshi-card > div{ height: 100%; text-align: center; }
	.tom-home-youshi-card > div > img{ height: 100%; max-width: 95%; cursor: pointer; }
	.tom-home-youshi-card > div > img:hover{ height: 98%;  }
	.tom-home-youshi-more{ height: 35px; line-height: 35px; margin-top: 50px; margin-bottom: 100px; text-align: center; font-size: 18px; color: #2693FF; cursor: pointer; }
}


/* 首页-新闻中心 */
@media (max-width: 1600px) {
	.tom-home-news-back{ height: auto; background-color: #FFF; overflow: hidden; }
	.tom-home-news{ height: auto; width: 83.3333333333%; margin: 0 auto; }
	.tom-home-news-title{ height: 55.6818181818px; margin-top: 63.6363636363px; line-height: 55.6818181818px; text-align: center; font-size: 36.5909090909px; color: #474747; }
	.tom-home-news-card-con{ height: auto; margin-top: 39.7727272727px; overflow: hidden; }
	.tom-home-news-card{ float: left; width: 50%; height: 95.4545454545px; margin-top: 15.9090909090px; cursor: pointer; }
	.tom-home-news-card-img{ float: left; width: 25.873221216%; height: 100%; }
	.tom-home-news-card-img > img{ width: 100%; height: 100%; }
	.tom-home-news-card-img > img.active{ width: 99%; height: 99%; }
	.tom-home-news-card-right{ float: left; width: 70%; height: 100%; padding-left: 21.4772727272px; color: #474747; }
	.tom-home-news-card-right.active{ background-color: #2693FF; }
	.tom-home-news-card-right > div.active{ color: #FFF; }
	.tom-home-news-card-right-title{ height: 19.8863636363px; line-height: 19.8863636363px; margin-top: 3.97727272727px; font-size: 12.72727272727273px; }
	.tom-home-news-card-right-text{ height: auto; line-height: 19.8863636363px; margin-top: 3.97727272727px; font-size: 12.7272727272px; color: #989898; }
	.tom-home-news-more{ height: 27.8409090909px; line-height: 27.8409090909px; margin-top: 39.7727272727px; margin-bottom: 39.7727272727px; text-align: center; font-size: 14.3181818181px; color: #2693FF; cursor: pointer; display: block; }
}
@media (min-width: 1601px){
	.tom-home-news-back{ height: auto; background-color: #FFF; overflow: hidden; }
	.tom-home-news{ height: auto; width: 83.3333333333%; margin: 0 auto; }
	.tom-home-news-title{ height: 70px; margin-top: 80px; line-height: 70px; text-align: center; font-size: 46px; color: #474747; }
	.tom-home-news-card-con{ height: auto; margin-top: 50px; overflow: hidden; }
	.tom-home-news-card{ float: left; width: 50%; height: 120px; margin-top: 20px; cursor: pointer; overflow: hidden; }
	.tom-home-news-card-img{ float: left; width: 25.873221216%; height: 100%; }
	.tom-home-news-card-img > img{ width: 100%; height: 100%; }
	.tom-home-news-card-img > img.active{ width: 99%; height: 99%; }
	.tom-home-news-card-right{ float: left; width: 70%; height: 100%; padding-left: 27px; color: #474747; }
	.tom-home-news-card-right.active{ background-color: #2693FF; }
	.tom-home-news-card-right > div.active{ color: #FFF; }
	.tom-home-news-card-right-title{ height: 25px; line-height: 25px; margin-top: 5px; font-size: 16px; }
	.tom-home-news-card-right-text{ height: auto; line-height: 25px; margin-top: 5px; font-size: 16px; color: #989898; }
	.tom-home-news-more{ height: 35px; line-height: 35px; margin-top: 50px; margin-bottom: 50px; text-align: center; font-size: 18px; color: #2693FF; cursor: pointer; display: block; }
}

/* 首页-客户、合作伙伴 */
@media (max-width: 1600px) {
	.tom-home-cc-con{ height: auto; width: 83.3333333333%; margin: 0 auto; overflow: hidden; }
	.tom-home-cc{ float: left; width: 50%; height: auto; padding-left: 63.6363636363px;  }
	.tom-home-cc-title{ height: 63.6363636363px; line-height: 63.6363636363px; font-size: 35.7954545454px; margin-top: 87.5px; color: #474747; }

	.tom-home-cc-list{ margin-top: 23.8636363636px; margin-bottom: 95.4545454545px; overflow: hidden; }

	.tom-home-cc-picMarquee-left{ overflow:hidden; position:relative;  height: 149.318181818px; }
	.tom-home-cc-picMarquee-left .hd{ overflow:hidden;  height:30px; background:#f4f4f4; padding:0 10px; }
	.tom-home-cc-picMarquee-left .hd .prev,.tom-home-cc-picMarquee-left .hd .next{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
		cursor:pointer; background:url("../js/superslide/images/arrow.png") 0 0 no-repeat;}
	.tom-home-cc-picMarquee-left .hd .next{ background-position:0 -50px;  }
	.tom-home-cc-picMarquee-left .hd .prevStop{ background-position:-60px 0; }
	.tom-home-cc-picMarquee-left .hd .nextStop{ background-position:-60px -50px; }
	.tom-home-cc-picMarquee-left .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; zoom:1; }
	.tom-home-cc-picMarquee-left .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url("../js/superslide/images/icoCircle.gif") 0 -9px no-repeat; }
	.tom-home-cc-picMarquee-left .hd ul li.on{ background-position:0 0; }
	.tom-home-cc-picMarquee-left .bd{ height: 119.318181818px;   }
	.tom-home-cc-picMarquee-left .bd ul{ height: 100%; }
	.tom-home-cc-picMarquee-left .bd ul li{  float:left; overflow:hidden; height: 100%;  }

	.tom-home-cc-list-double{ height: 119.318181818px; width: 190.909090909px; overflow: hidden; cursor: pointer; }
	.tom-home-cc-list-single{ height: 47.7272727272px; width: 159.090909090px; margin-bottom: 11.9318181818px; background-color: #FFF; text-align: center; overflow: hidden; }
	.tom-home-cc-list-single > img{ height: 100%;  }
}
@media (min-width: 1601px){
	.tom-home-cc-con{ height: auto; width: 83.3333333333%; margin: 0 auto; overflow: hidden; }
	.tom-home-cc{ float: left; width: 50%; height: auto; padding-left: 80px; }
	.tom-home-cc-title{ height: 80px; line-height: 80px; font-size: 45px; margin-top: 110px; color: #474747; }

	.tom-home-cc-list{ margin-top: 30px; margin-bottom: 120px; overflow: hidden; height: auto; }

	.tom-home-cc-picMarquee-left{ overflow:hidden; position:relative;  height: 180px; }
	.tom-home-cc-picMarquee-left .hd{ overflow:hidden;  height:30px; background:#f4f4f4; padding:0 10px; }
	.tom-home-cc-picMarquee-left .hd .prev,.tom-home-cc-picMarquee-left .hd .next{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
		cursor:pointer; background:url("../js/superslide/images/arrow.png") 0 0 no-repeat;}
	.tom-home-cc-picMarquee-left .hd .next{ background-position:0 -50px;  }
	.tom-home-cc-picMarquee-left .hd .prevStop{ background-position:-60px 0; }
	.tom-home-cc-picMarquee-left .hd .nextStop{ background-position:-60px -50px; }
	.tom-home-cc-picMarquee-left .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; zoom:1; }
	.tom-home-cc-picMarquee-left .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url("../js/superslide/images/icoCircle.gif") 0 -9px no-repeat; }
	.tom-home-cc-picMarquee-left .hd ul li.on{ background-position:0 0; }
	.tom-home-cc-picMarquee-left .bd{ height: 150px; }
	.tom-home-cc-picMarquee-left .bd ul{ height: 100%; }
	.tom-home-cc-picMarquee-left .bd ul li{  float:left; overflow:hidden; height: 100%;  }

    .tom-home-cc-list-double{ height: 150px; width: 240px; overflow: hidden; cursor: pointer; }
	.tom-home-cc-list-single{ height: 60px; width: 200px; margin-bottom: 15px; background-color: #FFF; text-align: center; overflow: hidden; }
	.tom-home-cc-list-single > img{ height: 100%;  }
}

/* foot-联系方式 */
@media (max-width: 1600px) {
	.tom-foot-contact-back{ height: 222.727272727px; background-color: #FFF; overflow: hidden; }
	.tom-foot-contact{ height: 100%; width: 83.3333333333%; margin: 0 auto; }
	.tom-foot-contact-left{ float: left; width: 50%; height: 100%; }
	.tom-foot-contact-right{ float: left; width: 50%; height: 100%; }

	.tom-foot-contact-left-logo{ height: 44.5454545454px; margin-top: 42.9545454545px; }
	.tom-foot-contact-left-logo1{ float: left; width: 44.5454545454px; height: 100%; }
	.tom-foot-contact-left-logo1  > img{ height: 100%; }
	.tom-foot-contact-left-logo2{ float: left; padding-left: 9.54545454545px;  }
	.tom-foot-contact-left-logo2-up{ height: 26.25px; line-height: 26.25px; font-size: 15.9090909090px; color: #131313; }
	.tom-foot-contact-left-logo2-down{ height: 18.2954545454px; line-height: 18.2954545454px; font-size: 11.1363636363px; color: #131313; }

	.tom-foot-contact-left-contact{ height: auto; margin-top: 11.9318181818px; }
	.tom-foot-contact-left-contact > div{ height: 31.8181818181px; line-height: 31.8181818181px; padding-left: 15.9090909090px; color: #474747; font-size: 11.1363636363px; }
	.tom-foot-contact-left-contact-tel{ float: left; width: 25%; }
	.tom-foot-contact-left-contact-mobile{ float: left; width: 25%;  }
	.tom-foot-contact-left-contact-email{ float: left; width: 35%; }
	.tom-foot-contact-left-contact-website{ float: left; width: 40%; }
	.tom-foot-contact-left-contact-addr{ float: left; width: 60%; }

	.tom-foot-contact-right-every{ float: left; }
	.tom-foot-contact-right-every.zz1{ margin-top: 103.409090909px; height: 56.4772727272px; width: 14%; }
	.tom-foot-contact-right-every.zz2{ margin-top: 103.409090909px; height: 56.4772727272px; width: 14%; }
	.tom-foot-contact-right-every.zz3{ margin-top: 103.409090909px; height: 56.4772727272px; width: 14%; }
	.tom-foot-contact-right-every.zz4{ margin-top: 103.409090909px; height: 56.4772727272px; width: 14%; }
	.tom-foot-contact-right-every.zz5{ margin-top: 103.409090909px; height: 56.4772727272px; width: 24%; }
	.tom-foot-contact-right-every.code{ margin-top: 47.7272727272px; height: 109.772727272px; width: 20%;  }
	.tom-foot-contact-right-every.zz1 > img{ max-width: 80%; max-height: 80%; }
	.tom-foot-contact-right-every.zz2 > img{ max-width: 80%; max-height: 80%; }
	.tom-foot-contact-right-every.zz3 > img{ max-width: 80%; max-height: 80%; }
	.tom-foot-contact-right-every.zz4 > img{ max-width: 80%; max-height: 80%; }
	.tom-foot-contact-right-every.zz5 > img{ max-width: 80%; max-height: 80%; }

	.tom-foot-contact-right-every.code > img{ width: 100%; }
	.tom-foot-contact-right-every.code > div{ font-size: 9.54545454545px; text-align: center; }
}
@media (min-width: 1601px){
	.tom-foot-contact-back{ height: 280px; background-color: #FFF; overflow: hidden; }
	.tom-foot-contact{ height: 100%; width: 83.3333333333%; margin: 0 auto; }
	.tom-foot-contact-left{ float: left; width: 50%; height: 100%; }
	.tom-foot-contact-right{ float: left; width: 50%; height: 100%; }

	.tom-foot-contact-left-logo{ height: 56px; margin-top: 54px; }
	.tom-foot-contact-left-logo1{ float: left; width: 56px; height: 100%; }
	.tom-foot-contact-left-logo1  > img{ height: 100%; }
	.tom-foot-contact-left-logo2{ float: left; padding-left: 12px;  }
	.tom-foot-contact-left-logo2-up{ height: 33px; line-height: 33px; font-size: 20px; color: #131313; }
	.tom-foot-contact-left-logo2-down{ height: 23px; line-height: 23px; font-size: 14px; color: #131313; }

	.tom-foot-contact-left-contact{ height: auto; margin-top: 15px; }
	.tom-foot-contact-left-contact > div{ height: 40px; line-height: 40px; padding-left: 20px; color: #474747; font-size: 14px; }
	.tom-foot-contact-left-contact-tel{ float: left; width: 20%; }
	.tom-foot-contact-left-contact-mobile{ float: left; width: 25%;  }
	.tom-foot-contact-left-contact-email{ float: left; width: 35%; }
	.tom-foot-contact-left-contact-website{ float: left; width: 40%; }
	.tom-foot-contact-left-contact-addr{ float: left; width: 60%; }

	.tom-foot-contact-right-every{ float: left; }
	.tom-foot-contact-right-every.zz1{ margin-top: 130px; height: 71px; width: 14%; }
	.tom-foot-contact-right-every.zz2{ margin-top: 130px; height: 71px; width: 14%; }
	.tom-foot-contact-right-every.zz3{ margin-top: 130px; height: 71px; width: 14%; }
	.tom-foot-contact-right-every.zz4{ margin-top: 130px; height: 71px; width: 14%; }
	.tom-foot-contact-right-every.zz5{ margin-top: 130px; height: 71px; width: 24%; }
	.tom-foot-contact-right-every.code{ margin-top: 60px; height: 138px; width: 20%;  }
	.tom-foot-contact-right-every.zz1 > img{ max-width: 80%; max-height: 80%; }
	.tom-foot-contact-right-every.zz2 > img{ max-width: 80%; max-height: 80%; }
	.tom-foot-contact-right-every.zz3 > img{ max-width: 80%; max-height: 80%; }
	.tom-foot-contact-right-every.zz4 > img{ max-width: 80%; max-height: 80%; }
	.tom-foot-contact-right-every.zz5 > img{ max-width: 80%; max-height: 80%; }

	.tom-foot-contact-right-every.code > img{ width: 100%; }
	.tom-foot-contact-right-every.code > div{ font-size: 12px; text-align: center; }
}

/* foot-版权 */
@media (max-width: 1600px) {
	.tom-foot-copyright{ height: 111.363636363px;  line-height: 111.363636363px; font-size: 12.7272727272px; background-color: #131313; color: #FFF; text-align: center;  }
	.tom-foot-copyright > a{ color: inherit; }
}
@media (min-width: 1601px){
	.tom-foot-copyright{ height: 140px;  line-height: 140px; font-size: 16px; background-color: #131313; color: #FFF; text-align: center;  }
	.tom-foot-copyright > a{ color: inherit; }
}



/* 大图 */
@media (max-width: 1600px) {
	.tom-bigimg{ height: 334.090909090px; overflow: hidden; position: relative; cursor: pointer; }
	.tom-bigimg > img{ height: 100%; width: 100%; }

    .tom-bigimg-inner{ position: absolute; left: 8.3333333333%; top: 0px; z-index: 999; height: 100%; width: 83.3333333333%; }

	.tom-bigimg-url{ position: absolute; left: 6.25%; top: 23.8636363636px; z-index: 999; height: 20.6818181818px; line-height: 20.6818181818px; width: 238.636363636px; color: #FFF; }
	.tom-bigimg-url > a{ height: 20.6818181818px; line-height: 20.6818181818px; width: 238.636363636px; color: #FFF; font-size: 12.7272727272px; }

	.tom-bigimg-title{ position: absolute; left: 6.25%; top: 159.090909090px; z-index: 999; height: 103.409090909px; width: auto; }
	.tom-bigimg-title1{ height: 59.6590909090px; line-height: 59.6590909090px; font-size: 35.7954545454px; color: #FFF; }
	.tom-bigimg-title2{ height: 43.75px; line-height: 43.75px; font-size: 35.7954545454px; color: #FFF; }

	.tom-bigimg-NetSuite{ position: absolute; left: 6.25%; top: 79.5454545454px; z-index: 999; height: auto; width: auto; }
	.tom-bigimg-NetSuite0{ height: 47.7272727272px; line-height: 47.7272727272px; }
	.tom-bigimg-NetSuite1{ height: 47.7272727272px; line-height: 47.7272727272px; font-size: 28.6363636363px; color: #934723; font-weight: bold; }
	.tom-bigimg-NetSuite2{ height: 39.7727272727px; }
	.tom-bigimg-NetSuite2 > div{ height: 31.8181818181px; margin-top: 3.97727272727px; width: 278.409090909px; line-height: 31.8181818181px; font-size: 15.9090909090px; background-color: #934723; color: #FFF; border-radius: 23.86363636363636px; text-align: center; letter-spacing:3.97727272727px; }

	.tom-bigimg-TradingWorks{ position: absolute; left: 6.25%; top: 119.318181818px; z-index: 999; height: auto; width: auto; }
	.tom-bigimg-TradingWorks0{ height: 47.7272727272px; line-height: 47.7272727272px; }
	.tom-bigimg-TradingWorks1{ height: 47.7272727272px; line-height: 47.7272727272px; font-size: 28.6363636363px; color: #900031; font-weight: bold; }

	.tom-bigimg-Tradeshift{ position: absolute; left: 6.25%; top: 119.318181818px; z-index: 999; height: auto; width: auto; }
	.tom-bigimg-Tradeshift0{ height: 47.7272727272px; line-height: 47.7272727272px; }
	.tom-bigimg-Tradeshift1{ height: 47.7272727272px; line-height: 47.7272727272px; font-size: 28.6363636363px; color: #FFFFFF; font-weight: bold; }

	.tom-bigimg-TwAgile{ position: absolute; left: 6.25%; top: 111.36px; z-index: 999; height: auto; width: auto; }
	.tom-bigimg-TwAgile0{ height: 77px; line-height: 77px; }
	.tom-bigimg-TwAgile1{ height: 63.64px; line-height: 63.64px; font-size: 33.41px; color: #FFF; font-weight: 400; letter-spacing: 4px; }
}
@media (min-width: 1601px){
	.tom-bigimg{ height: 420px; overflow: hidden; position: relative; cursor: pointer; }
	.tom-bigimg > img{ height: 100%; width: 100%; }

    .tom-bigimg-inner{ position: absolute; left: 8.3333333333%; top: 0px; z-index: 999; height: 100%; width: 83.3333333333%; }

	.tom-bigimg-url{ position: absolute; left: 6.25%; top: 30px; z-index: 999; height: 26px; line-height: 26px; width: 300px; color: #FFF; }
	.tom-bigimg-url > a{ height: 26px; line-height: 26px; width: 300px; color: #FFF; font-size: 16px; }

	.tom-bigimg-title{ position: absolute; left: 6.25%; top: 200px; z-index: 999; height: 130px; width: auto; }
	.tom-bigimg-title1{ height: 75px; line-height: 75px; font-size: 45px; color: #FFF; }
	.tom-bigimg-title2{ height: 55px; line-height: 55px; font-size: 45px; color: #FFF; }

	.tom-bigimg-NetSuite{ position: absolute; left: 6.25%; top: 100px; z-index: 999; height: auto; width: auto; }
	.tom-bigimg-NetSuite0{ height: 60px; line-height: 60px; }
	.tom-bigimg-NetSuite1{ height: 60px; line-height: 60px; font-size: 36px; color: #934723; font-weight: bold; }
	.tom-bigimg-NetSuite2{ height: 50px; }
	.tom-bigimg-NetSuite2 > div{ height: 40px; margin-top: 5px; width: 350px; line-height: 40px; font-size: 20px; background-color: #934723; color: #FFF; border-radius: 30px; text-align: center; letter-spacing:5px; }

	.tom-bigimg-TradingWorks{ position: absolute; left: 6.25%; top: 150px; z-index: 999; height: auto; width: auto; }
	.tom-bigimg-TradingWorks0{ height: 60px; line-height: 60px; }
	.tom-bigimg-TradingWorks1{ height: 60px; line-height: 60px; font-size: 36px; color: #900031; font-weight: bold; }

	.tom-bigimg-Tradeshift{ position: absolute; left: 6.25%; top: 150px; z-index: 999; height: auto; width: auto; }
	.tom-bigimg-Tradeshift0{ height: 60px; line-height: 60px; }
	.tom-bigimg-Tradeshift1{ height: 60px; line-height: 60px; font-size: 36px; color: #FFFFFF; font-weight: bold; }

	.tom-bigimg-TwAgile{ position: absolute; left: 6.25%; top: 140px; z-index: 999; height: auto; width: auto; }
	.tom-bigimg-TwAgile0{ height: 77px; line-height: 77px; }
	.tom-bigimg-TwAgile1{ height: 80px; line-height: 80px; font-size: 42px; color: #FFF; font-weight: 400; letter-spacing: 6px; }
}

/* 案例中心-切换Tabs */
@media (max-width: 1600px) {
	.tom-cases-tabs{ height: 63.6363636363px; width: 83.3333333333%; margin: 0 auto; margin-top: 15.9090909090px; border-bottom: 1px solid #A8A8A8;  }
	.tom-cases-tabs-inner{ height: 100%; width: 87.5%; margin: 0 auto; }
	.tom-cases-tab{ float: left;  height: 31.8181818181px; line-height: 31.8181818181px; margin-top: 15.9090909090px; margin-right: 55.6818181818px; font-size: 20.6818181818px; color: #838385;  cursor: pointer; }
	.tom-cases-tab.active{ border-bottom: 2px solid #2693FF; color: #2693FF; font-weight: bold;  }
}
@media (min-width: 1601px){
	.tom-cases-tabs{ height: 80px; width: 83.3333333333%; margin: 0 auto; margin-top: 20px; border-bottom: 1px solid #A8A8A8; }
	.tom-cases-tabs-inner{ height: 100%; width: 87.5%; margin: 0 auto; }
	.tom-cases-tab{ float: left;  height: 40px; line-height: 40px; margin-top: 20px; margin-right: 70px; font-size: 26px; color: #838385; cursor: pointer; }
	.tom-cases-tab.active{ border-bottom: 2px solid #2693FF; color: #2693FF; font-weight: bold; }
}

/* 案例中心-列表 */
@media (max-width: 1600px) {
	.tom-cases-list{ height: auto; width: 83.3333333333%; margin: 0 auto; margin-bottom: 79.5454545454px; : #FFF;  overflow: hidden; }
    .tom-cases-list-inner{ height: auto; padding: 0 6.25% 0 6.25%; overflow: hidden; }
	.tom-cases-list-con{ height: auto; margin-top: 47.7272727272px; overflow: hidden; }
	.tom-cases-list-con-every{ float: left; width: 50%; height: auto; margin-bottom: 31.7820658342px; cursor: pointer; display: block; }
	.tom-cases-list-con-every-left{ float: left; width: 38%; height: 159.090909090px; }
	.tom-cases-list-con-every-left > img{ height: 100%; width: 100%; cursor: pointer; }
    .tom-cases-list-con-every-left > img:hover{ height: 99%; width: 99%; box-shadow: 2px 2px 2px 0px #888888 ; }
	.tom-cases-list-con-every-right{ float: left; width: 55%; height: 159.090909090px; padding: 0px 7.95454545454px 0px 7.95454545454px; }

	.tom-cases-list-con-every-right-title{ height: 31.8181818181px; line-height: 31.8181818181px; font-size: 12.7272727272px; font-weight: bold; }
	.tom-cases-list-con-every-right-text{ height: auto; line-height: 15.9090909090px; font-size: 11.1363636363px; color: #989898; }
}
@media (min-width: 1601px){
	.tom-cases-list{ height: auto; width: 83.3333333333%; margin: 0 auto; margin-bottom: 100px; background-color: #FFF;  overflow: hidden; }
    .tom-cases-list-inner{ height: auto; padding: 0 6.25% 0 6.25%; width: 100%; overflow: hidden; }
	.tom-cases-list-con{ height: auto; margin-top: 60px; overflow: hidden; }
	.tom-cases-list-con-every{ float: left; width: 50%; height: auto; margin-bottom: 40px; cursor: pointer; display: block; }
	.tom-cases-list-con-every-left{ float: left; width: 38%; height: 200px;}
	.tom-cases-list-con-every-left > img{ height: 100%; width: 100%; cursor: pointer; }
    .tom-cases-list-con-every-left > img:hover{ height: 99%; width: 99%; box-shadow: 2px 2px 2px 0px #888888 ; }
	.tom-cases-list-con-every-right{ float: left; width: 55%; height: 200px; padding: 0px 10px 0px 10px; }

	.tom-cases-list-con-every-right-title{ height: 40px; line-height: 40px; font-size: 16px; font-weight: bold; }
	.tom-cases-list-con-every-right-text{ height: auto; line-height: 20px; font-size: 14px; color: #989898; }
}

/* 案例中心-详情 */
@media (max-width: 1600px) {
    .tom-cont-view-title-back{ height: 198.863636363px; border-top: 1px solid #D2D2D2; border-bottom: 1px solid #D2D2D2; }
    .tom-cont-view-title{ height: 100%; width: 83.3333333333%; margin: 0 auto; padding: 0 79.5454545454px 0 79.5454545454px; position: relative;  }
    .tom-cont-view-title-inner{ height: 100%;  position: relative; }

    .tom-cont-view-title-inner-url{ position: absolute; top: 23.8636363636px; left: 0px; z-index: 999; height: 20.6818181818px; line-height: 20.6818181818px; width: 80%; color: #424C58; }
    .tom-cont-view-title-inner-url > a{ height: 20.6818181818px; line-height: 20.6818181818px; width: 159.090909090px; color: #393A3E; font-size: 12.7272727272px; }

    .tom-cont-view-title-inner-title{ position: absolute; top: 103.409090909px; left: 0px; z-index: 999; line-height: 39.7727272727px; width: 70%; font-size: 31.8181818181px; font-weight: bold; color: #424C58; overflow: hidden; }

    .tom-cont-view-title-inner-title-blue{ height: 70px; line-height: 70px; width: 25%; position: absolute; top: 162.272727272px; left: 75%;  z-index: 999; padding-left: 15.9090909090px; background-color: #2693FF; color: #FFF; font-size: 19.0909090909px;  }
}
@media (min-width: 1601px){
    .tom-cont-view-title-back{ height: 250px; border-top: 1px solid #D2D2D2; border-bottom: 1px solid #D2D2D2; }
    .tom-cont-view-title{ height: 100%; width: 83.3333333333%; margin: 0 auto; padding: 0 100px 0 100px; position: relative; }
    .tom-cont-view-title-inner{ height: 100%;  position: relative; }

    .tom-cont-view-title-inner-url{ position: absolute; top: 30px; left: 0px; z-index: 999; height: 26px; line-height: 26px; width: 80%; color: #424C58; }
    .tom-cont-view-title-inner-url > a{ height: 26px; line-height: 26px; width: 200px; color: #393A3E; font-size: 16px; }

    .tom-cont-view-title-inner-title{ position: absolute; top: 130px; left: 0px; z-index: 999; line-height: 50px; width: 70%; font-size: 40px; font-weight: bold; color: #424C58; overflow: hidden; }

    .tom-cont-view-title-inner-title-blue{ height: 88px; line-height: 88px; width: 25%; position: absolute; top: 206px; left: 75%;  z-index: 999; padding-left: 20px; background-color: #2693FF; color: #FFF; font-size: 24px;  }
}

@media (max-width: 1600px) {
    .tom-cont-view-content{ height: auto; width: 83.3333333333%; margin: 0 auto; overflow: hidden; }
    .tom-cont-view-content-left{ float: left; width: 75%;  height: auto; padding: 0 79.5454545454px 0 79.5454545454px;  }
    .tom-cont-view-content-right{ float: left; width: 25%; height: auto; min-height: 477.272727272px;  }

	.tom-cont-view-content-left-font{ text-align: right; }
    .tom-cont-view-content-left-content{ height: auto; min-height: 477.272727272px; }
    .tom-cont-view-content-left-content img { width:100% !important; margin-left: -2em !important; }/** 统一百度编辑器图片宽度 **/
    .tom-cont-view-content-left-content * { color: #777777 !important; text-indent: 2em !important; font-family: Microsoft YaHei !important; }/** 统一百度编辑器文本颜色 **/
    .tom-cont-view-content-left-content a { color: #136EC2 !important; }/** 统一百度编辑器超链接颜色 **/
    .tom-cont-view-content-left-share{ height: 26px; margin: 23.8636363636px 0px 23.8636363636px 0px; }
    .tom-cont-view-content-left-share-left{ float: left; width: 30%; height: 100%; line-height: 26px; text-align: right; padding-right: 30px; font-size: 18px; color: #A7A7A7; }
    .tom-cont-view-content-left-share-right{ float: left; width: 70%; height: 100%; text-align: left;  }

    .tom-cont-view-content-right-somes{ height: auto; margin-top: 35px; overflow: hidden;  }
    .tom-cont-view-content-right-some{ height: 47.7272727272px; margin-top: 11.9318181818px; line-height: 23.8636363636px; padding-left: 23.8636363636px; padding-right: 23.8636363636px; font-size: 11.1363636363px; color: #393A3E; cursor: pointer; display: block; }
    .tom-cont-view-content-right-some:hover{ border-left: 4px solid #2693FF; color: #2693FF; }
}
@media (min-width: 1601px){
    .tom-cont-view-content{ height: auto; width: 83.3333333333%; margin: 0 auto; overflow: hidden; }
    .tom-cont-view-content-left{ float: left; width: 75%;  height: auto; padding: 0 100px 0 100px; }
    .tom-cont-view-content-right{ float: left; width: 25%; height: auto; min-height: 600px;  }

	.tom-cont-view-content-left-font{ text-align: right; }
    .tom-cont-view-content-left-content{ height: auto; min-height: 600px; }
    .tom-cont-view-content-left-content img { width:100% !important; margin-left: -2em !important; }/** 统一百度编辑器图片宽度 **/
    .tom-cont-view-content-left-content * {  color: #777777 !important; text-indent: 2em !important; font-family: Microsoft YaHei !important; }/** 统一百度编辑器文本颜色 **/
    .tom-cont-view-content-left-content a { color: #136EC2 !important; }/** 统一百度编辑器超链接颜色 **/
	.tom-cont-view-content-left-content span {   }
    .tom-cont-view-content-left-share{ height: 26px; margin: 30px 0px 30px 0px;  }
    .tom-cont-view-content-left-share-left{ float: left; width: 30%; height: 100%; line-height: 26px; text-align: right; padding-right: 30px; font-size: 18px; color: #A7A7A7; }
    tom-cont-view-content-left-share-right{ float: left; width: 70%; height: 100%; text-align: left;  }

    .tom-cont-view-content-right-somes{ height: auto; margin-top: 44px; overflow: hidden; }
    .tom-cont-view-content-right-some{ height: 60px; margin-top: 15px; line-height: 30px; padding-left: 30px; padding-right: 30px; font-size: 14px; color: #393A3E; cursor: pointer; display: block; }
    .tom-cont-view-content-right-some:hover{ border-left: 4px solid #2693FF; color: #2693FF; }
}


/* 新闻中心-快速导航 */
@media (max-width: 1600px) {
    .tom-news-fastnavi{ height: 39.7727272727px; width: 100%; background-color: #FFF; }
    .tom-news-fastnavi.position{ position: fixed; top: 63.6363636363px; z-index: 999; border-top: 1px solid #D2D2D2; }
    .tom-news-fastnavi-inner1{ height: 100%; width: 83.3333333333%; margin: 0 auto; overflow: hidden; }
    .tom-news-fastnavi-inner2{ height: 100%; width: 87.5%; margin: 0 auto;  }

    .tom-news-fastnavi-every{ float: left; width: 79.5454545454px; margin-right: 23.8636363636px; height: 39.7727272727px; line-height: 39.7727272727px;  text-align: left; border-right: 1px solid #E9E9E9; cursor: pointer;  }
}
@media (min-width: 1601px){
    .tom-news-fastnavi{ height: 50px; width: 100%; background-color: #FFF; }
    .tom-news-fastnavi.position{ position: fixed; top: 80px; z-index: 999; border-top: 1px solid #D2D2D2; }
    .tom-news-fastnavi-inner1{ height: 100%; width: 83.3333333333%; margin: 0 auto; overflow: hidden; }
    .tom-news-fastnavi-inner2{ height: 100%; width: 87.5%; margin: 0 auto;  }

    .tom-news-fastnavi-every{ float: left; width: 100px; margin-right: 30px; height: 50px; line-height: 50px;  text-align: left; border-right: 1px solid #E9E9E9; cursor: pointer; }
}

/* 新闻中心-标题 */
@media (max-width: 1600px) {
    .tom-news-title{ height: 63.6363636363px; width: 83.3333333333%; margin: 0 auto; margin-top: 15.9090909090px; overflow: hidden; border-bottom: 1px solid #A3A3A3;  }
    .tom-news-title-inner{ height: 100%; width: 87.5%; margin: 0 auto; line-height: 63.6363636363px; font-size: 23.8636363636px; color: #525252;  }
}
@media (min-width: 1601px){
    .tom-news-title{ height: 80px; width: 83.3333333333%; margin: 0 auto; margin-top: 20px; overflow: hidden; border-bottom: 1px solid #A3A3A3;  }
    .tom-news-title-inner{ height: 100%; width: 87.5%; margin: 0 auto; line-height: 80px; font-size: 30px; color: #525252;  }
}

/* 新闻中心-江畔论坛 */
@media (max-width: 1600px) {
    .tom-news-jiangpanluntan{ height: 342.045454545px; width: 83.3333333333%; margin: 0 auto; background-color: #FFF; margin-bottom: 31.8181818181px; overflow: hidden; }
	.tom-news-jiangpanluntan-inner{ width: 87.5%; margin: 0 auto;height: 238.6363636363px; margin-top: 51.7045454545px;  }
	.tom-news-jiangpanluntan-img{ float: left; width: 70%; height: 100%; }
	.tom-news-jiangpanluntan-img > img{ height: 100%; width: 100%; }
	.tom-news-jiangpanluntan-img > img:hover{ height: 99%; width: 99%; box-shadow: 2px 2px 2px 0px #888888 ; }
	.tom-news-jiangpanluntan-txt{ float: left; width: 30%; height: 100%; padding-left: 39.7727272727px; }
	.tom-news-jiangpanluntan-txt1{ height: 23.8636363636px; line-height: 23.8636363636px; font-size: 15.9090909090px; color: #333333;  margin-top: 7.95454545454px;  }
	.tom-news-jiangpanluntan-txt2{ height: 27.8409090909px; line-height: 27.8409090909px; font-size: 15.9090909090px; font-weight: bold; color: #333333; }
	.tom-news-jiangpanluntan-txt3{ height: 19.8863636363px; line-height: 19.8863636363px; font-size: 11.1363636363px; color: #BCBCBC; }
	.tom-news-jiangpanluntan-txt4{ height: 119.318181818px; line-height: 23.8636363636px; font-size: 12.7272727272px; color: #7F7F7F; }
	.tom-news-jiangpanluntan-txt5{ height: 39.7727272727px; cursor: pointer; }
	.tom-news-jiangpanluntan-txt5 > div{ height: 31.8181818181px; line-height: 31.8181818181px; width: 111.363636363px; margin-top: 7.95454545454px; text-align: center; color: #FFF; border-radius: 15.9090909090px; background-color: #2693FF; }
}
@media (min-width: 1601px){
    .tom-news-jiangpanluntan{ height: 430px; width: 83.3333333333%; margin: 0 auto; background-color: #FFF; margin-bottom: 40px;  overflow: hidden; }
    .tom-news-jiangpanluntan-inner{ width: 87.5%; margin: 0 auto;height: 300px; margin-top: 65px;  }
    .tom-news-jiangpanluntan-img{ float: left; width: 70%; height: 100%; }
    .tom-news-jiangpanluntan-img > img{ height: 100%; width: 100%; }
	.tom-news-jiangpanluntan-img > img:hover{ height: 99%; width: 99%; box-shadow: 2px 2px 2px 0px #888888 ; }
    .tom-news-jiangpanluntan-txt{ float: left; width: 30%; height: 100%; padding-left: 50px; }
	.tom-news-jiangpanluntan-txt1{ height: 30px; line-height: 30px; font-size: 20px; color: #333333; margin-top: 10px;   }
	.tom-news-jiangpanluntan-txt2{ height: 35px; line-height: 35px; font-size: 20px; font-weight: bold; color: #333333; }
	.tom-news-jiangpanluntan-txt3{ height: 25px; line-height: 25px; font-size: 14px; color: #BCBCBC; }
	.tom-news-jiangpanluntan-txt4{ height: 150px; line-height: 30px; font-size: 16px; color: #7F7F7F; }
	.tom-news-jiangpanluntan-txt5{ heigh: 50px; cursor: pointer; }
	.tom-news-jiangpanluntan-txt5 > div{ height: 40px; line-height: 40px; width: 140px; margin-top: 10px; text-align: center; color: #FFF; border-radius: 20px; background-color: #2693FF; }
}
/* 新闻中心-公司动态、行业资讯 */
@media (max-width: 1600px) {
    .tom-news-newssomes{  height: 275.23px; width: 83.3333333333%; margin: 0 auto; background-color: #FFF; margin-top: 39.7727272725px; padding: 15.91px; overflow: hidden; border: 0px solid red; }
	.tom-news-newssomes-inner{ margin: 0 auto; height: 100%;  margin-top: 0px; border: 0px solid blue; }
	.tom-news-newssomes-img{ float: left; width: 35.21%; height: 100%; }
	.tom-news-newssomes-img > img{ height: 100%; width: 100%; }
	.tom-news-newssomes-img > img:hover{ height: 99%; width: 99%; box-shadow: 2px 2px 2px 0px #888888 ; }
	.tom-news-newssomes-txt{ float: left; width: 64.79%; height: 100%; padding-left: 23.8636363636px; }
	.tom-news-newssomes-txt1{ height: 23.8636363636px; line-height: 23.8636363636px; font-size: 15.9090909090px; margin-top: 7.95454545454px; display: block; }
	.tom-news-newssomes-txt2{ height: 19.8863636363px; line-height: 19.8863636363px; font-size: 11.1363636363px; color: #BCBCBC; }
	.tom-news-newssomes-txt3{ height: 71.5909090905px; margin-top: 3.97727272727px; }
	.tom-news-newssomes-txt31{ height: auto; line-height: 23.8636363636px; font-size: 12.7272727272px; color: #666666; }
	.tom-news-newssomes-txt32{ height: 19.8863636362px; line-height: 23.8636363636px; font-size: 11.1363636363px; color: #2693FF; cursor: pointer; display: block; }
	.tom-news-newssomes-txt5{ height: 95.454545454px; margin-top: 20.6818181817px; }
	.tom-news-newssomes-txt5-some{ height: 31.8181818181px; border-bottom: 1px dashed #B1B1B1; cursor: pointer; display: block; }
	.tom-news-newssomes-txt5-some.no-bottom{ border-bottom: 0; }
	.tom-news-newssomes-txt5-some1{ float: left; width: 70%; line-height: 31.8181818181px; color: #666666; font-size: 14.32px; }
	.tom-news-newssomes-txt5-some2{ float: left; width: 30%; line-height: 31.8181818181px; text-align: right; color: #8D8D8D; }
}
@media (min-width: 1601px){
    .tom-news-newssomes{  height: 346px; width: 83.3333333333%; margin: 0 auto; background-color: #FFF; margin-top: 50px; padding: 20px;  overflow: hidden; border: 0px solid red; }
	.tom-news-newssomes-inner{ margin: 0 auto; height: 100%;  margin-top: 0px; border: 0px solid blue; }
	.tom-news-newssomes-img{ float: left; width: 35.21%; height: 100%; }
	.tom-news-newssomes-img > img{ height: 100%; width: 100%; }
	.tom-news-newssomes-img > img:hover{ height: 99%; width: 99%; box-shadow: 2px 2px 2px 0px #888888 ; }
	.tom-news-newssomes-txt{ float: left; width: 64.79%; height: 100%; padding-left: 30px; }
	.tom-news-newssomes-txt1{ height: 30px; line-height: 30px; font-size: 20px; margin-top: 10px; display: block; }
	.tom-news-newssomes-txt2{ height: 25px; line-height: 25px; font-size: 14px; color: #BCBCBC; }
	.tom-news-newssomes-txt3{ height: 90px; margin-top: 5px; }
	.tom-news-newssomes-txt31{ height: auto; line-height: 30px; font-size: 16px; color: #666666; display: block; }
	.tom-news-newssomes-txt32{ height: 25px; line-height: 25px; font-size: 14px; color: #2693FF; cursor: pointer; }
	.tom-news-newssomes-txt5{ height: 120px; margin-top: 26px; }
	.tom-news-newssomes-txt5-some{ height: 40px; border-bottom: 1px dashed #B1B1B1; cursor: pointer; display: block; }
	.tom-news-newssomes-txt5-some.no-bottom{ border-bottom: 0; }
	.tom-news-newssomes-txt5-some1{ float: left; width: 70%; line-height: 40px; color: #424242; font-size: 18px; }
	.tom-news-newssomes-txt5-some2{ float: left; width: 30%; line-height: 40px; text-align: right; color: #A2A2A2; }
}


/* 关于我们-大图 */
@media (max-width: 1600px) {
	.tom-about-bigimg{ height: 544.090909090px; overflow: hidden; position: relative; }
	/*.tom-about-bigimg > img{ height: 100%; width: 100%; }*/
}
@media (min-width: 1601px){
	.tom-about-bigimg{ height: 684px; overflow: hidden; position: relative; width: 100%; }
	/*.tom-about-bigimg > img{ height: 100%; width: 100%; }*/
}

/* 关于我们-投资背景 */
@media (max-width: 1600px) {
	.tom-about-touzibeijing{ height: auto; width: 83.3333333333%; margin: 0 auto; margin-top: 63.6363636363px; }
	.tom-about-touzibeijing-inner{ height: auto; width: 87.5%; margin: 0 auto; }
	.tom-about-touzibeijing-inner-title{ height: 67.6136363636px; line-height: 67.6136363636px; text-align: center; font-size: 36.5909090909px;  color: #484848; }
	.tom-about-touzibeijing-inner-text{ white-space: normal; height: 286.3636363636px; margin-top: 19.8863636363px;  }
	.tom-about-touzibeijing-inner-text > pre{
		/*这段代码能让div支持格式*/
		white-space: pre-wrap;
		word-wrap: break-word;
		font-family: Microsoft YaHei;
		border: 0px; padding: 0px;margin: 0px; border-radius: 0px; /** bootstrap **/
		line-height: 23.86363636363636px; font-size: 14.31818181818182px; color: #525252; letter-spacing: 2px;
	}
}
@media (min-width: 1601px){
	.tom-about-touzibeijing{ height: auto; width: 83.3333333333%; margin: 0 auto; margin-top: 80px;  }
	.tom-about-touzibeijing-inner{ height: auto; width: 87.5%; margin: 0 auto; }
	.tom-about-touzibeijing-inner-title{ height: 85px; line-height: 85px; text-align: center; font-size: 46px;  color: #484848; }
	.tom-about-touzibeijing-inner-text{ white-space: normal; height: 360px; margin-top: 25px; }
	.tom-about-touzibeijing-inner-text > pre{
		/*这段代码能让div支持格式*/
		white-space: pre-wrap;
		word-wrap: break-word;
		font-family: Microsoft YaHei;
		border: 0px; padding: 0px;margin: 0px; border-radius: 0px; /** bootstrap **/
		line-height: 30px; font-size: 18px; color: #525252; letter-spacing: 2px;
	}
}

/* 关于我们-18年发展历程 */
@media (max-width: 1600px) {
	.tom-about-18year{ height: auto; width: 83.3333333333%; margin: 0 auto; margin-top: 95.4545454545px; }
	.tom-about-18year-title{ height: 67.6136363636px; line-height: 67.6136363636px; text-align: center; font-size: 36.5909090909px;  color: #484848;  }
	.tom-about-18year-img{ width: 94.889589905%; height: auto; margin: 0 auto; }
	.tom-about-18year-img > img{ width: 100%; }
}
@media (min-width: 1601px){
	.tom-about-18year{ height: auto; width: 83.3333333333%; margin: 0 auto; margin-top: 120px;  }
	.tom-about-18year-title{ height: 85px; line-height: 85px; text-align: center; font-size: 46px;  color: #484848;  }
	.tom-about-18year-img{ width: 94.889589905%; height: auto; margin: 0 auto; }
	.tom-about-18year-img > img{ width: 100%; max-width: 1504px; }
}

/* 关于我们-格言 */
@media (max-width: 1600px) {
	.tom-about-geyan-back{ height: 563.977272727px;  margin-top: 119.318181818px;  background: #FFF url(../images/about/about-quantou.jpg) no-repeat  right;  overflow: hidden; }
	.tom-about-geyan-inner{ height: 471.704545454px; width: 83.3333333333%; margin: 0 auto; margin-top: 46.1363636363px; margin-bottom: 46.1363636363px; }

	.tom-about-geyan-img{ height: 256.931818181px; }
	.tom-about-geyan-img-left{ float: left; width: 39.5625%; height: 100%; }
	.tom-about-geyan-img-left > img{ height: 100%; width: 100%; }
	.tom-about-geyan-img-right{ float: left; width: auto; height: 100%; }
	.tom-about-geyan-img-right > img{ height: 100%; width: 100%; }

	.tom-about-geyan-txt{ height: 175px; margin-top: 39.7727272727px; width: 88.125%; background-color:rgba(0,0,0,0.4); padding-left: 31.8181818181px; padding-right: 31.8181818181px; overflow: hidden; }
	.tom-about-geyan-txt-inner{ white-space: normal; height: 95.4545454545px; margin-top: 39.7727272727px;  }
	.tom-about-geyan-txt-inner > pre{
		/*这段代码能让div支持格式*/
		white-space: pre-wrap;
		word-wrap: break-word;
		font-family: Microsoft YaHei;
		border: 0px; padding: 0px;margin: 0px; border-radius: 0px; background-color: rgba(255, 255, 255 , 0);/** bootstrap **/
		line-height: 23.8636363636px; color: #FFF; font-size: 14.3181818181px;
	}
}
@media (min-width: 1601px){
	.tom-about-geyan-back{ height: 709px;  margin-top: 150px;  background: #FFF url(../images/about/about-quantou.jpg) no-repeat  right;  overflow: hidden; }
	.tom-about-geyan-inner{ height: 593px; width: 83.3333333333%; margin: 0 auto; margin-top: 58px; margin-bottom: 58px; }

	.tom-about-geyan-img{ height: 323px; }
	.tom-about-geyan-img-left{ float: left; width: 39.5625%; height: 100%; }
	.tom-about-geyan-img-left > img{ height: 100%; width: 100%; }
	.tom-about-geyan-img-right{ float: left; width: auto; height: 100%; }
	.tom-about-geyan-img-right > img{ height: 100%; width: 100%; }

	.tom-about-geyan-txt{ height: 220px; margin-top: 50px; width: 88.125%; background-color:rgba(0,0,0,0.4); padding-left: 40px; padding-right: 40px; overflow: hidden; }
	.tom-about-geyan-txt-inner{ white-space: normal; height: 120px; margin-top: 50px;  }
	.tom-about-geyan-txt-inner > pre{
		/*这段代码能让div支持格式*/
		white-space: pre-wrap;
		word-wrap: break-word;
		font-family: Microsoft YaHei;
		border: 0px; padding: 0px;margin: 0px; border-radius: 0px; background-color: rgba(255, 255, 255 , 0);/** bootstrap **/
		line-height: 30px; color: #FFF; font-size: 18px;
	}
}

/* 关于我们-资质 */
@media (max-width: 1600px) {
	.tom-about-zz{ height: auto; width: 83.3333333333%; margin: 0 auto; margin-top: 79.5454545454px;  }
	.tom-about-zz-title{ height: 67.6136363636px; line-height: 67.6136363636px; text-align: center; font-size: 36.5909090909px;  color: #484848; }
	.tom-about-zz-zzs{ height: auto; margin-bottom: 51.7045454545px; overflow: hidden; }
	.tom-about-zz-zz{ float: left; width: 25%; height: 159.090909090px; text-align: center; }
	.tom-about-zz-zz-inner{ height: 99.4318181818px; margin-top: 29.8295454545px; }
	.tom-about-zz-zz-inner > img{ height: 100%; }
}
@media (min-width: 1601px){
	.tom-about-zz{ height: auto; width: 83.3333333333%; margin: 0 auto; margin-top: 100px;  }
	.tom-about-zz-title{ height: 85px; line-height: 85px; text-align: center; font-size: 46px;  color: #484848; }
	.tom-about-zz-zzs{ height: auto; margin-bottom: 65px; overflow: hidden; }
	.tom-about-zz-zz{ float: left; width: 25%; height: 200px; text-align: center; }
	.tom-about-zz-zz-inner{ height: 125px; margin-top: 37.5px; }
	.tom-about-zz-zz-inner > img{ height: 100%; }
}


/* 行业解决方案-快速导航 */
@media (max-width: 1600px) {
	.tom-solution-fastnavi{ height: 39.7727272727px; width: 100%; background-color: #FFF; }
	.tom-solution-fastnavi.position{ position: fixed; top: 63.6363636363px; z-index: 999; border-top: 1px solid #D2D2D2; }
	.tom-solution-fastnavi-inner1{ height: 100%; width: 83.3333333333%; margin: 0 auto; overflow: hidden; }
	.tom-solution-fastnavi-inner2{ height: 100%; width: 87.5%; margin: 0 auto; }

	.tom-solution-fastnavi-name{ float: left; width: auto; height: 39.7727272727px; line-height: 39.7727272727px; font-weight: bold; font-size: 16px; color: #3A3B3F; }
	.tom-solution-fastnavi-every{ float: right; width: 111.363636363px; height: 39.7727272727px; line-height: 39.7727272727px;  text-align: center; border-right: 1px solid #E9E9E9; font-size: 12.7272727272px; color: #A3A3A3; cursor: pointer; }
	.tom-solution-fastnavi-every.but{ text-align: right; }
	.tom-solution-fastnavi-every.but > div{  float: right; width: 95.4545454545px; height: 27.0454545454px; line-height: 27.0454545454px; margin-top: 6.36363636363px; text-align: center; background-color: #2693FF; color: #FFF; border-radius: 15.9090909090px; }
}
@media (min-width: 1601px){
	.tom-solution-fastnavi{ height: 50px; width: 100%; background-color: #FFF; }
	.tom-solution-fastnavi.position{ position: fixed; top: 80px; z-index: 999; border-top: 1px solid #D2D2D2; }
	.tom-solution-fastnavi-inner1{ height: 100%; width: 83.3333333333%; margin: 0 auto; overflow: hidden; }
	.tom-solution-fastnavi-inner2{ height: 100%; width: 87.5%; margin: 0 auto; }

	.tom-solution-fastnavi-name{ float: left; width: auto; height: 50px; line-height: 50px; font-weight: bold; font-size: 23px; color: #3A3B3F; }
	.tom-solution-fastnavi-every{ float: right; width: 140px; height: 50px; line-height: 50px;  text-align: center; border-right: 1px solid #E9E9E9; font-size: 16px; color: #A3A3A3; cursor: pointer; }
	.tom-solution-fastnavi-every.but{ text-align: right; }
	.tom-solution-fastnavi-every.but > div{  float: right; width: 120px; height: 34px; line-height: 34px; margin-top: 8px; text-align: center; background-color: #2693FF; color: #FFF; border-radius: 20px; }
}

/* 行业解决方案-切换Tabs */
@media (max-width: 1600px) {
	.tom-solution-tabs{ height: 63.6363636363px; width: 83.3333333333%; margin: 0 auto; margin-top: 15.9090909090px; border-bottom: 1px solid #A8A8A8;  }
	.tom-solution-tabs-inner{ height: 100%; width: 87.5%; margin: 0 auto; }
	.tom-solution-tab{ float: left;  height: 31.8181818181px; line-height: 31.8181818181px; margin-top: 15.9090909090px; margin-right: 55.6818181818px; font-size: 20.6818181818px; color: #838385;  cursor: pointer; }
	.tom-solution-tab.active{ border-bottom: 2px solid #2693FF; color: #2693FF; font-weight: bold;  }
}
@media (min-width: 1601px){
	.tom-solution-tabs{ height: 80px; width: 83.3333333333%; margin: 0 auto; margin-top: 20px; border-bottom: 1px solid #A8A8A8; }
	.tom-solution-tabs-inner{ height: 100%; width: 87.5%; margin: 0 auto; }
	.tom-solution-tab{ float: left;  height: 40px; line-height: 40px; margin-top: 20px; margin-right: 70px; font-size: 26px; color: #838385; cursor: pointer; }
	.tom-solution-tab.active{ border-bottom: 2px solid #2693FF; color: #2693FF; font-weight: bold; }
}

/* 行业解决方案-列表 */
@media (max-width: 1600px) {
	.tom-solution-list{ height: auto; width: 83.3333333333%; margin: 0 auto; margin-bottom: 79.5454545454px; : #FFF;  overflow: hidden; }
	.tom-solution-list-inner{ height: auto; padding: 0 6.25% 0 6.25%; overflow: hidden; display:none; }
	.tom-solution-list-inner.active{ display: block; }
	.tom-solution-list-con{ height: auto; margin-top: 47.73px; overflow: hidden; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; }
	.tom-solution-list-con-every{ width: 48%; height: auto; margin-bottom: 23.86px; cursor: pointer; display: block; position: relative; border-radius: 7.95px; }
	.tom-solution-list-con-every-img{ width: 100%; height: auto; border-radius: 7.95px; }
	.tom-solution-list-con-every-img > img{ width: 100%; height: auto; border-radius: 7.95px; }
	.tom-solution-list-con-every-title{ position: absolute; height: 15.9px; width: auto; left: 7.95px; bottom: 7.95px; line-height: 15.9px; font-size: 14.32px; color: #FFF; font-weight: bold; }

}
@media (min-width: 1601px){
	.tom-solution-list{ height: auto; width: 83.3333333333%; margin: 0 auto; margin-bottom: 100px; background-color: #FFF;  overflow: hidden; }
	.tom-solution-list-inner{ height: auto; padding: 0 6.25% 0 6.25%; width: 100%; overflow: hidden; display:none; }
	.tom-solution-list-inner.active{ display: block; }
	.tom-solution-list-con{ height: auto; margin-top: 60px; overflow: hidden; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; }
	.tom-solution-list-con-every{ width: 48%; height: auto; margin-bottom: 30px; cursor: pointer; display: block; position: relative; border-radius: 10px; }
	.tom-solution-list-con-every-img{ width: 100%; height: auto; border-radius: 10px; }
	.tom-solution-list-con-every-img > img{ width: 100%; height: auto; border-radius: 10px; }
	.tom-solution-list-con-every-title{ position: absolute; height: 20px; width: auto; left: 10px; bottom: 10px; line-height: 20px; font-size: 18px; color: #FFF; font-weight: bold; }
}


/* 行业解决方案-概述图文-NetSuite */
@media (max-width: 1600px) {
	.tom-solution-thumbtxt-NetSuite{ height: auto; width: 83.3333333333%; margin: 0 auto; margin-top:71.5909090909px; overflow: hidden;  }
	.tom-solution-thumbtxt-NetSuite-inner{ height: auto; width: 87.5%; margin: 0 auto; overflow: hidden; }
	.tom-solution-thumbtxt-NetSuite-title{ height: 55.6818181818px; line-height: 55.6818181818px; text-align: center; font-size: 33.4090909090px;  color: #363636; }
	.tom-solution-thumbtxt-NetSuite-remark{ height: auto; margin-top: 23.8636363636px; }
	.tom-solution-thumbtxt-NetSuite-remark > pre{
		/*这段代码能让div支持格式*/
		white-space: pre-wrap;
		word-wrap: break-word;
		font-family: Microsoft YaHei;
		border: 0px; padding: 0px;margin: 0px; border-radius: 0px; background-color: rgba(255, 255, 255 , 0);/** bootstrap **/
		line-height: 31.8181818181px; color: #363636; font-size: 14.3181818181px;
	}
	.tom-solution-thumbtxt-NetSuite-body{ height: 556.818181818px;  margin-top: 39.7727272727px; background: url(../images/solution/NetSuite/NetSuite.jpg) no-repeat center; background-size: auto 80%; }
	.tom-solution-thumbtxt-NetSuite-body-up{ height: 135.227272727px;  }
	.tom-solution-thumbtxt-NetSuite-body-down{ height: 135.227272727px; margin-top: 286.363636363px;  }
	.tom-solution-thumbtxt-NetSuite-body-every{ width: 30%; height: 100%; }
	.tom-solution-thumbtxt-NetSuite-body-every.left{ float: left; }
	.tom-solution-thumbtxt-NetSuite-body-every.right{ float: right; }
	.tom-solution-thumbtxt-NetSuite-body-every-title{ height: 41.3636363636px; line-height: 41.3636363636px; color: #2793FF; font-size: 22.2727272727px; font-weight: bold;  }
	.tom-solution-thumbtxt-NetSuite-body-every-txt{ height: 85.9090909090px; line-height: 28.6363636363px; margin-top: 7.95454545454px; color: #666666; font-size: 14.31818181818182px;  }
}
@media (min-width: 1601px){
	.tom-solution-thumbtxt-NetSuite{ height: auto; width: 83.3333333333%; margin: 0 auto; margin-top:90px; overflow: hidden;   }
	.tom-solution-thumbtxt-NetSuite-inner{ height: auto; width: 87.5%; margin: 0 auto; overflow: hidden; }
	.tom-solution-thumbtxt-NetSuite-title{ height: 70px; line-height: 70px; text-align: center; font-size: 42px;  color: #363636; }
	.tom-solution-thumbtxt-NetSuite-remark{ height: auto; margin-top: 30px; }
	.tom-solution-thumbtxt-NetSuite-remark > pre{
		/*这段代码能让div支持格式*/
		white-space: pre-wrap;
		word-wrap: break-word;
		font-family: Microsoft YaHei;
		border: 0px; padding: 0px;margin: 0px; border-radius: 0px; background-color: rgba(255, 255, 255 , 0);/** bootstrap **/
		line-height: 40px; color: #363636; font-size: 18px;
	}
	.tom-solution-thumbtxt-NetSuite-body{ height: 700px;  margin-top: 50px; background: url(../images/solution/NetSuite/NetSuite.jpg) no-repeat center; }
	.tom-solution-thumbtxt-NetSuite-body-up{ height: 170px;  }
	.tom-solution-thumbtxt-NetSuite-body-down{ height: 170px; margin-top: 360px;  }
	.tom-solution-thumbtxt-NetSuite-body-every{ width: 30%; height: 100%; }
	.tom-solution-thumbtxt-NetSuite-body-every.left{ float: left; }
	.tom-solution-thumbtxt-NetSuite-body-every.right{ float: right; }
	.tom-solution-thumbtxt-NetSuite-body-every-title{ height: 52px; line-height: 52px; color: #2793FF; font-size: 28px; font-weight: bold;  }
	.tom-solution-thumbtxt-NetSuite-body-every-txt{ height: 108px; line-height: 36px; margin-top: 10px; color: #666666; font-size: 18px;  }
}

/* 行业解决方案-概述图文-ntt */
@media (max-width: 1600px) {
	.tom-solution-thumbtxt-ntt{ height: auto; width: 83.3333333333%; margin: 0 auto; margin-top:71.5909090909px; overflow: hidden;  }
	.tom-solution-thumbtxt-ntt-inner{ height: auto; width: 87.5%; margin: 0 auto; overflow: hidden; }
	.tom-solution-thumbtxt-ntt-title{ height: 55.6818181818px; line-height: 55.6818181818px; text-align: center; font-size: 33.4090909090px;  color: #363636; }
	.tom-solution-thumbtxt-ntt-remark{ height: auto; margin-top: 23.8636363636px; }
	.tom-solution-thumbtxt-ntt-remark > pre{
		/*这段代码能让div支持格式*/
		white-space: pre-wrap;
		word-wrap: break-word;
		font-family: Microsoft YaHei;
		border: 0px; padding: 0px;margin: 0px; border-radius: 0px; background-color: rgba(255, 255, 255 , 0);/** bootstrap **/
		line-height: 31.8181818181px; color: #363636; font-size: 14.3181818181px;
	}

	.tom-solution-thumbtxt-ntt-img{ height: 493.977272727px; text-align: center; }
	.tom-solution-thumbtxt-ntt-img > img{  height: 100%; width: 100%;  }
}
@media (min-width: 1601px){
	.tom-solution-thumbtxt-ntt{ height: auto; width: 83.3333333333%; margin: 0 auto; margin-top:90px; overflow: hidden;   }
	.tom-solution-thumbtxt-ntt-inner{ height: auto; width: 87.5%; margin: 0 auto; overflow: hidden; }
	.tom-solution-thumbtxt-ntt-title{ height: 70px; line-height: 70px; text-align: center; font-size: 42px;  color: #363636; }
	.tom-solution-thumbtxt-ntt-remark{ height: auto; margin-top: 30px; }
	.tom-solution-thumbtxt-ntt-remark > pre{
		/*这段代码能让div支持格式*/
		white-space: pre-wrap;
		word-wrap: break-word;
		font-family: Microsoft YaHei;
		border: 0px; padding: 0px;margin: 0px; border-radius: 0px; background-color: rgba(255, 255, 255 , 0);/** bootstrap **/
		line-height: 40px; color: #363636; font-size: 18px;
	}

	.tom-solution-thumbtxt-ntt-img{ height: auto; text-align: center;  }
	.tom-solution-thumbtxt-ntt-img > img{  width: 100%; }
}

/* 行业解决方案-概述图文-Tradeshift */
@media (max-width: 1600px) {
	.tom-solution-thumbtxt-Tradeshift{ height: auto; width: 83.3333333333%; margin: 0 auto; margin-top:71.5909090909px; overflow: hidden;  }
	.tom-solution-thumbtxt-Tradeshift-inner{ height: auto; width: 87.5%; margin: 0 auto; overflow: hidden; }
	.tom-solution-thumbtxt-Tradeshift-title{ height: 55.6818181818px; line-height: 55.6818181818px; text-align: center; font-size: 33.4090909090px;  color: #363636; }
	.tom-solution-thumbtxt-Tradeshift-remark{ height: auto; margin-top: 23.8636363636px; }
	.tom-solution-thumbtxt-Tradeshift-remark > pre{
		/*这段代码能让div支持格式*/
		white-space: pre-wrap;
		word-wrap: break-word;
		font-family: Microsoft YaHei;
		border: 0px; padding: 0px;margin: 0px; border-radius: 0px; background-color: rgba(255, 255, 255 , 0);/** bootstrap **/
		line-height: 31.8181818181px; color: #363636; font-size: 14.3181818181px;
	}
	.tom-solution-thumbtxt-Tradeshift-body{ height: 357.9545454545px;  margin-top: 39.7727272727px;  }
	.tom-solution-thumbtxt-Tradeshift-body-up{ height: 159.090909090px;  }
	.tom-solution-thumbtxt-Tradeshift-body-down{ height: 159.090909090px; margin-top: 39.7727272727px;  }
	.tom-solution-thumbtxt-Tradeshift-body-every{ float: left; width: 50%; height: 100%;  }
	.tom-solution-thumbtxt-Tradeshift-body-every.left{ padding-right: 23.8636363636px; }
	.tom-solution-thumbtxt-Tradeshift-body-every.right{ padding-left: 23.8636363636px; }
	.tom-solution-thumbtxt-Tradeshift-body-every-title{ height: 41.3636363636px; line-height: 41.3636363636px; color: #2793FF; font-size: 22.2727272727px; font-weight: bold;  }
	.tom-solution-thumbtxt-Tradeshift-body-every-title > img{ height: 100%; }
	.tom-solution-thumbtxt-Tradeshift-body-every-txt{ height: auto; line-height: 28.6363636363px; margin-top: 7.95454545454px; color: #666666; font-size: 14.3181818181px;  }
}
@media (min-width: 1601px){
	.tom-solution-thumbtxt-Tradeshift {height: auto; width: 83.3333333333%; margin: 0 auto; margin-top:90px; overflow: hidden;   }
	.tom-solution-thumbtxt-Tradeshift-inner{ height: auto; width: 87.5%; margin: 0 auto; overflow: hidden; }
	.tom-solution-thumbtxt-Tradeshift-title{ height: 70px; line-height: 70px; text-align: center; font-size: 42px;  color: #363636; }
	.tom-solution-thumbtxt-Tradeshift-remark{ height: auto; margin-top: 30px; }
	.tom-solution-thumbtxt-Tradeshift-remark > pre{
		/*这段代码能让div支持格式*/
		white-space: pre-wrap;
		word-wrap: break-word;
		font-family: Microsoft YaHei;
		border: 0px; padding: 0px;margin: 0px; border-radius: 0px; background-color: rgba(255, 255, 255 , 0);/** bootstrap **/
		line-height: 40px; color: #363636; font-size: 18px;
	}
	.tom-solution-thumbtxt-Tradeshift-body{ height: 450px;  margin-top: 50px;  }
	.tom-solution-thumbtxt-Tradeshift-body-up{ height: 200px;  }
	.tom-solution-thumbtxt-Tradeshift-body-down{ height: 200px; margin-top: 50px;  }
	.tom-solution-thumbtxt-Tradeshift-body-every{ float: left; width: 50%; height: 100%;  }
	.tom-solution-thumbtxt-Tradeshift-body-every.left{ padding-right: 30px; }
	.tom-solution-thumbtxt-Tradeshift-body-every.right{ padding-left: 30px; }
	.tom-solution-thumbtxt-Tradeshift-body-every-title{ height: 52px; line-height: 52px; color: #2793FF; font-size: 28px; font-weight: bold;  }
	.tom-solution-thumbtxt-Tradeshift-body-every-title > img{ height: 100%; }
	.tom-solution-thumbtxt-Tradeshift-body-every-txt{ height: auto; line-height: 36px; margin-top: 10px; color: #666666; font-size: 18px;  }
}

/* 行业解决方案-概述图文-TradingWorks */
@media (max-width: 1600px) {
	.tom-solution-thumbtxt-TradingWorks{ height: auto; width: 83.3333333333%; margin: 0 auto; margin-top:71.5909090909px; overflow: hidden;  }
	.tom-solution-thumbtxt-TradingWorks-inner{ height: auto; width: 87.5%; margin: 0 auto; overflow: hidden; }
	.tom-solution-thumbtxt-TradingWorks-title{ height: 55.6818181818px; line-height: 55.6818181818px; text-align: center; font-size: 33.4090909090px;  color: #363636; }
	.tom-solution-thumbtxt-TradingWorks-remark{ height: auto; margin-top: 23.8636363636px; }
	.tom-solution-thumbtxt-TradingWorks-remark > pre{
		/*这段代码能让div支持格式*/
		white-space: pre-wrap;
		word-wrap: break-word;
		font-family: Microsoft YaHei;
		border: 0px; padding: 0px;margin: 0px; border-radius: 0px; background-color: rgba(255, 255, 255 , 0);/** bootstrap **/
		line-height: 31.8181818181px; color: #363636; font-size: 14.3181818181px;
	}
	.tom-solution-thumbtxt-TradingWorks-body{ height: 278.409090909px;  margin-top: 39.7727272727px;  }
	.tom-solution-thumbtxt-TradingWorks-body-up{ height: 119.318181818px;  }
	.tom-solution-thumbtxt-TradingWorks-body-down{ height: 119.318181818px; margin-top: 39.7727272727px;  }
	.tom-solution-thumbtxt-TradingWorks-body-every{ float: left; width: 33.3333333333%; height: 100%;  }
	.tom-solution-thumbtxt-TradingWorks-body-every.left{ padding-right: 23.8636363636px; }
	.tom-solution-thumbtxt-TradingWorks-body-every.center{ padding-right: 23.8636363636px; padding-left: 23.8636363636px; }
	.tom-solution-thumbtxt-TradingWorks-body-every.right{ padding-left: 23.8636363636px; }
	.tom-solution-thumbtxt-TradingWorks-body-every-title{ height: 41.3636363636px; line-height: 41.3636363636px; color: #2793FF; font-size: 18.2954545454px; font-weight: bold;  }
	.tom-solution-thumbtxt-TradingWorks-body-every-txt{ height: auto; line-height: 28.6363636363px; margin-top: 7.95454545454px; color: #666666; font-size: 14.3181818181px;  }

	.tom-solution-thumbtxt-TradingWorks-img{ height: 493.977272727px; text-align: center; }
	.tom-solution-thumbtxt-TradingWorks-img > img{  height: 100%; width: 100%;  }
}
@media (min-width: 1601px){
	.tom-solution-thumbtxt-TradingWorks{ height: auto; width: 83.3333333333%; margin: 0 auto; margin-top:90px; overflow: hidden;   }
	.tom-solution-thumbtxt-TradingWorks-inner{ height: auto; width: 87.5%; margin: 0 auto; overflow: hidden; }
	.tom-solution-thumbtxt-TradingWorks-title{ height: 70px; line-height: 70px; text-align: center; font-size: 42px;  color: #363636; }
	.tom-solution-thumbtxt-TradingWorks-remark{ height: auto; margin-top: 30px; }
	.tom-solution-thumbtxt-TradingWorks-remark > pre{
		/*这段代码能让div支持格式*/
		white-space: pre-wrap;
		word-wrap: break-word;
		font-family: Microsoft YaHei;
		border: 0px; padding: 0px;margin: 0px; border-radius: 0px; background-color: rgba(255, 255, 255 , 0);/** bootstrap **/
		line-height: 40px; color: #363636; font-size: 18px;
	}
	.tom-solution-thumbtxt-TradingWorks-body{ height: 350px;  margin-top: 50px;  }
	.tom-solution-thumbtxt-TradingWorks-body-up{ height: 150px;  }
	.tom-solution-thumbtxt-TradingWorks-body-down{ height: 150px; margin-top: 50px;  }
	.tom-solution-thumbtxt-TradingWorks-body-every{ float: left; width: 33.3333333333%; height: 100%; }
	.tom-solution-thumbtxt-TradingWorks-body-every.left{ padding-right: 30px; }
	.tom-solution-thumbtxt-TradingWorks-body-every.center{ padding-right: 30px; padding-left: 30px; }
	.tom-solution-thumbtxt-TradingWorks-body-every.right{ padding-left: 30px; }
	.tom-solution-thumbtxt-TradingWorks-body-every-title{ height: 52px; line-height: 52px; color: #2793FF; font-size: 23px; font-weight: bold;  }
	.tom-solution-thumbtxt-TradingWorks-body-every-txt{ height: auto; line-height: 36px; margin-top: 10px; color: #666666; font-size: 18px;  }

	.tom-solution-thumbtxt-TradingWorks-img{ height: 621px; text-align: center;  }
	.tom-solution-thumbtxt-TradingWorks-img > img{  height: 100%; }
}

/* 行业解决方案-概述图文-TwAgile */
@media (max-width: 1600px) {
	.tom-solution-thumbtxt-TwAgile{ height: auto; width: 83.3333333333%; margin: 0 auto; margin-top:71.5909090909px; overflow: hidden;  }
	.tom-solution-thumbtxt-TwAgile-inner{ height: auto; width: 87.5%; margin: 0 auto; overflow: hidden; }
	.tom-solution-thumbtxt-TwAgile-title{ height: 61.25px; line-height: 61.25px; text-align: center; font-size: 33.4090909090px;  color: #363636; }
	.tom-solution-thumbtxt-TwAgile-title > img{ height: 100%; }
	.tom-solution-thumbtxt-TwAgile-remark{ height: auto; margin-top: 23.8636363636px; }
	.tom-solution-thumbtxt-TwAgile-remark > pre{
		/*这段代码能让div支持格式*/
		white-space: pre-wrap;
		word-wrap: break-word;
		font-family: Microsoft YaHei;
		border: 0px; padding: 0px;margin: 0px; border-radius: 0px; background-color: rgba(255, 255, 255 , 0);/** bootstrap **/
		line-height: 27.84px; color: #A3A3A3; font-size: 15.91px;
		text-align: center;
	}
	.tom-solution-thumbtxt-TwAgile-body{ height: 278.409090909px;  margin-top: 39.7727272727px;  }
	.tom-solution-thumbtxt-TwAgile-body-up{ height: 119.318181818px;  }
	.tom-solution-thumbtxt-TwAgile-body-down{ height: 119.318181818px; margin-top: 39.7727272727px;  }
	.tom-solution-thumbtxt-TwAgile-body-every{ float: left; width: 33.3333333333%; height: 100%;  }
	.tom-solution-thumbtxt-TwAgile-body-every.left{ padding-right: 23.8636363636px; }
	.tom-solution-thumbtxt-TwAgile-body-every.center{ padding-right: 23.8636363636px; padding-left: 23.8636363636px; }
	.tom-solution-thumbtxt-TwAgile-body-every.right{ padding-left: 23.8636363636px; }
	.tom-solution-thumbtxt-TwAgile-body-every-title{ height: 41.3636363636px; line-height: 41.3636363636px; color: #2793FF; font-size: 18.2954545454px; font-weight: bold;  }
	.tom-solution-thumbtxt-TwAgile-body-every-txt{ height: auto; line-height: 28.6363636363px; margin-top: 7.95454545454px; color: #666666; font-size: 14.3181818181px;  }

	.tom-solution-thumbtxt-TwAgile-img{ height: 493.977272727px; text-align: center; }
	.tom-solution-thumbtxt-TwAgile-img > img{  height: 100%; width: 100%;  }
}
@media (min-width: 1601px){
	.tom-solution-thumbtxt-TwAgile{ height: auto; width: 83.3333333333%; margin: 0 auto; margin-top:90px; overflow: hidden;   }
	.tom-solution-thumbtxt-TwAgile-inner{ height: auto; width: 87.5%; margin: 0 auto; overflow: hidden; }
	.tom-solution-thumbtxt-TwAgile-title{ height: 77px; line-height: 77px; text-align: center; font-size: 42px;  color: #363636; }
	.tom-solution-thumbtxt-TwAgile-title > img{ height: 100%; }
	.tom-solution-thumbtxt-TwAgile-remark{ height: auto; margin-top: 30px; }
	.tom-solution-thumbtxt-TwAgile-remark > pre{
		/*这段代码能让div支持格式*/
		white-space: pre-wrap;
		word-wrap: break-word;
		font-family: Microsoft YaHei;
		border: 0px; padding: 0px;margin: 0px; border-radius: 0px; background-color: rgba(255, 255, 255 , 0);/** bootstrap **/
		line-height: 35px; color: #A3A3A3; font-size: 20px;
		text-align: center;
	}
	.tom-solution-thumbtxt-TwAgile-body{ height: 350px;  margin-top: 50px;  }
	.tom-solution-thumbtxt-TwAgile-body-up{ height: 150px;  }
	.tom-solution-thumbtxt-TwAgile-body-down{ height: 150px; margin-top: 50px;  }
	.tom-solution-thumbtxt-TwAgile-body-every{ float: left; width: 33.3333333333%; height: 100%; }
	.tom-solution-thumbtxt-TwAgile-body-every.left{ padding-right: 30px; }
	.tom-solution-thumbtxt-TwAgile-body-every.center{ padding-right: 30px; padding-left: 30px; }
	.tom-solution-thumbtxt-TwAgile-body-every.right{ padding-left: 30px; }
	.tom-solution-thumbtxt-TwAgile-body-every-title{ height: 52px; line-height: 52px; color: #2793FF; font-size: 23px; font-weight: bold;  }
	.tom-solution-thumbtxt-TwAgile-body-every-txt{ height: auto; line-height: 36px; margin-top: 10px; color: #666666; font-size: 18px;  }

	.tom-solution-thumbtxt-TwAgile-img{ height: 621px; text-align: center;  }
	.tom-solution-thumbtxt-TwAgile-img > img{  height: 100%; }
}

/* 行业解决方案-功能模块 */
@media (max-width: 1600px) {
	.tom-solution-gongnengmokuai{ height: 703.181818181px; width: 83.3333333333%; margin: 0 auto; margin-top:79.5454545454px; overflow: hidden; background-color: #FFF; }
	.tom-solution-gongnengmokuai-inner{ height: auto; width: 87.5%; margin: 0 auto; overflow: hidden; }
	.tom-solution-gongnengmokuai-title{ height: 55.6818181818px; line-height: 55.6818181818px; margin-top: 39.7727272727px; text-align: center; font-size: 33.4090909090px;  color: #363636; }
	.tom-solution-gongnengmokuai-tabs{ height: 54.0909090909px; margin-top: 28.6363636363px; }
	.tom-solution-gongnengmokuai-tab{ float: left; height: 100%; line-height: 54.0909090909px; text-align: center; color: #666666; font-size: 20.6818181818px; border: 1px solid #ADADAD; cursor: pointer; }
	.tom-solution-gongnengmokuai-tab.active{ background-color: #2793FF; color: #FFF;  }
	.tom-solution-gongnengmokuai-con{ height: 456.590909090px; margin-top: 28.6363636363px; }
	.tom-solution-gongnengmokuai-con-inner{ height: 100%; display: none; }
	.tom-solution-gongnengmokuai-con-inner.active{ display: block; }
	.tom-solution-gongnengmokuai-con-left{ float: left; width: 30%; height: 100%; padding-right: 31.8181818181px; }
	.tom-solution-gongnengmokuai-con-left > pre{
		/*这段代码能让div支持格式*/
		white-space: pre-wrap;
		word-wrap: break-word;
		font-family: Microsoft YaHei;
		border: 0px; padding: 0px;margin: 0px; border-radius: 0px; background-color: rgba(255, 255, 255 , 0);/** bootstrap **/
		line-height: 23.8636363636px; color: #666666; font-size: 12.7272727272px;
	}
	.tom-solution-gongnengmokuai-con-right{ float: left; width: 70%; height: 100%;  }
	.tom-solution-gongnengmokuai-con-right > img{ width: 100%; height: 100%; cursor: pointer; }
}
@media (min-width: 1601px){
	.tom-solution-gongnengmokuai{ height: 884px; width: 83.3333333333%; margin: 0 auto; margin-top:100px; overflow: hidden; background-color: #FFF; }
	.tom-solution-gongnengmokuai-inner{ height: auto; width: 87.5%; margin: 0 auto; overflow: hidden; }
	.tom-solution-gongnengmokuai-title{ height: 70px; line-height: 70px; margin-top: 50px; text-align: center; font-size: 42px;  color: #363636; }
	.tom-solution-gongnengmokuai-tabs{ height: 68px; margin-top: 36px; }
	.tom-solution-gongnengmokuai-tab{ float: left; height: 100%; line-height: 68px; text-align: center; color: #666666; font-size: 26px; border: 1px solid #ADADAD; cursor: pointer; }
	.tom-solution-gongnengmokuai-tab.active{ background-color: #2793FF; color: #FFF;  }
	.tom-solution-gongnengmokuai-con{ height: 574px; margin-top: 36px; }
	.tom-solution-gongnengmokuai-con-inner{ height: 100%; display: none; }
	.tom-solution-gongnengmokuai-con-inner.active{ display: block; }
	.tom-solution-gongnengmokuai-con-left{ float: left; width: 30%; height: 100%; padding-right: 40px; }
	.tom-solution-gongnengmokuai-con-left > pre{
		/*这段代码能让div支持格式*/
		white-space: pre-wrap;
		word-wrap: break-word;
		font-family: Microsoft YaHei;
		border: 0px; padding: 0px;margin: 0px; border-radius: 0px; background-color: rgba(255, 255, 255 , 0);/** bootstrap **/
		line-height: 30px; color: #666666; font-size: 16px;
	}
	.tom-solution-gongnengmokuai-con-right{ float: left; width: 70%; height: 100%;  }
	.tom-solution-gongnengmokuai-con-right > img{ width: 100%; height: 100%; cursor: pointer; }
}

/* 行业解决方案-功能模块 Tradeshift */
@media (max-width: 1600px) {
	.tom-solution-gongnengmokuai-Tradeshift{ height: 707.159090909px; width: 83.3333333333%; margin: 0 auto; margin-top:79.5454545454px; overflow: hidden; background-color: #FFF; }
	.tom-solution-gongnengmokuai-Tradeshift-inner{ height: auto; width: 87.5%; margin: 0 auto; overflow: hidden; }
	.tom-solution-gongnengmokuai-Tradeshift-title{ height: 55.6818181818px; line-height: 55.6818181818px; margin-top: 39.7727272727px; text-align: center; font-size: 33.4090909090px;  color: #363636; }
	.tom-solution-gongnengmokuai-Tradeshift-txt{ height: 27.8409090909px; margin-top: 15.9090909090px;  line-height: 27.8409090909px; color: #363636; font-size: 14.3181818181px;  }
	.tom-solution-gongnengmokuai-Tradeshift-con{ height: 504.318181818px; margin-top: 23.8636363636px; }
	.tom-solution-gongnengmokuai-Tradeshift-con > img{ height: 100%; width: 100%; cursor: pointer; }
}
@media (min-width: 1601px){
	.tom-solution-gongnengmokuai-Tradeshift{ height: 889px; width: 83.3333333333%; margin: 0 auto; margin-top:100px; overflow: hidden; background-color: #FFF; }
	.tom-solution-gongnengmokuai-Tradeshift-inner{ height: auto; width: 87.5%; margin: 0 auto; overflow: hidden; }
	.tom-solution-gongnengmokuai-Tradeshift-title{ height: 70px; line-height: 70px; margin-top: 50px; text-align: center; font-size: 42px;  color: #363636; }
	.tom-solution-gongnengmokuai-Tradeshift-txt{ height: 35px; margin-top: 20px;  line-height: 35px; color: #363636; font-size: 18px;  }
	.tom-solution-gongnengmokuai-Tradeshift-con{ height: 634px; margin-top: 30px; }
	.tom-solution-gongnengmokuai-Tradeshift-con > img{ height: 100%; width: 100%; cursor: pointer; }

}

/* 行业解决方案-功能模块 TwAgile */
@media (max-width: 1600px) {
	.tom-solution-gongnengmokuai-TwAgile{ height: auto; width: 83.3333333333%; margin: 0 auto; margin-top:67.61px; margin-bottom: 79.55px; overflow: hidden; background-color: #FFF; }
	.tom-solution-gongnengmokuai-TwAgile-title{ height: 35.80px; line-height: 35.80px; font-size: 35.80px; font-weight: bold; letter-spacing: 3px; text-align: center; color: #000; }
	.tom-solution-gongnengmokuai-TwAgile-tabs{ height: 54.09px; width: 90%; margin: 0 auto; margin-top: 55.68px; }
	.tom-solution-gongnengmokuai-TwAgile-tab{ height: 100%; float: left; width: 24%; margin-left: 0.5%; margin-right: 0.5%; border-radius: 15px; font-size: 23.86px; line-height: 54.09px; text-align: center; color: #656565; border: 1px solid #ADADAD;  cursor: pointer; }
	.tom-solution-gongnengmokuai-TwAgile-tab.active{ color: #FFF; background-color: #2793FF; }
	.tom-solution-gongnengmokuai-TwAgile-items{ height: auto; width: 98%; margin: 0 auto; margin-top: 23.86px; }
	.tom-solution-gongnengmokuai-TwAgile-item{ height: auto; width: 100%; display: none; }
	.tom-solution-gongnengmokuai-TwAgile-item.active{ display: block; }
	.tom-solution-gongnengmokuai-TwAgile-item-imgs{ height: 210px; }
	.tom-solution-gongnengmokuai-TwAgile-item-img{ height: auto; float: left; width: 29.333%; margin-left: 2%; margin-right: 2%;  border: 1px solid #ADADAD;  }
	.tom-solution-gongnengmokuai-TwAgile-item-img > img{ width: 100%; }
	.tom-solution-gongnengmokuai-TwAgile-item-text{ height: auto; margin-top: 30px; }
	.tom-solution-gongnengmokuai-TwAgile-item-text > pre{
		/*这段代码能让div支持格式*/
		white-space: pre-wrap;
		word-wrap: break-word;
		font-family: Microsoft YaHei;
		border: 0px; padding: 0px;margin: 0px; border-radius: 0px; background-color: rgba(255, 255, 255 , 0);/** bootstrap **/
		line-height: 27.84px; color: #666666; font-size: 15.11px;
	}
}
@media (min-width: 1601px){
	.tom-solution-gongnengmokuai-TwAgile{ height: auto; width: 83.3333333333%; margin: 0 auto; margin-top:85px; margin-bottom: 100px; overflow: hidden; background-color: #FFF; }
	.tom-solution-gongnengmokuai-TwAgile-title{ height: 45px; line-height: 45px; font-size: 45px; font-weight: bold; letter-spacing: 4px; text-align: center; color: #000; }
	.tom-solution-gongnengmokuai-TwAgile-tabs{ height: 68px; width: 90%; margin: 0 auto; margin-top: 70px; }
	.tom-solution-gongnengmokuai-TwAgile-tab{ height: 100%; float: left; width: 24%; margin-left: 0.5%; margin-right: 0.5%; border-radius: 15px; font-size: 30px; line-height: 68px; text-align: center; color: #656565; border: 1px solid #ADADAD;  cursor: pointer; }
	.tom-solution-gongnengmokuai-TwAgile-tab.active{ color: #FFF; background-color: #2793FF; }
	.tom-solution-gongnengmokuai-TwAgile-items{ height: auto; width: 98%; margin: 0 auto; margin-top: 30px; }
	.tom-solution-gongnengmokuai-TwAgile-item{ height: auto; width: 100%; display: none; }
	.tom-solution-gongnengmokuai-TwAgile-item.active{ display: block; }
	.tom-solution-gongnengmokuai-TwAgile-item-imgs{ height: 270px; }
	.tom-solution-gongnengmokuai-TwAgile-item-img{ height: auto; float: left; width: 29.333%; margin-left: 2%; margin-right: 2%;   }
	.tom-solution-gongnengmokuai-TwAgile-item-img > img{ width: 100%; }
	.tom-solution-gongnengmokuai-TwAgile-item-text{ height: auto; margin-top: 40px; }
	.tom-solution-gongnengmokuai-TwAgile-item-text > pre{
		/*这段代码能让div支持格式*/
		white-space: pre-wrap;
		word-wrap: break-word;
		font-family: Microsoft YaHei;
		border: 0px; padding: 0px;margin: 0px; border-radius: 0px; background-color: rgba(255, 255, 255 , 0);/** bootstrap **/
		line-height: 35px; color: #666666; font-size: 19px;
	}
}

/* 行业解决方案-产品优势 */
@media (max-width: 1600px) {
	.tom-solution-chanpingyoushi{ height: auto; width: 83.3333333333%; margin: 0 auto; margin-top:39.7727272727px; margin-bottom:39.7727272727px; overflow: hidden;  }
	.tom-solution-chanpingyoushi-inner{ height: auto; width: 87.5%; margin: 0 auto; overflow: hidden; }
	.tom-solution-chanpingyoushi-title{ height: 55.6818181818px; line-height: 55.6818181818px; margin-top: 39.7727272727px; text-align: center; font-size: 33.4090909090px;  color: #363636; }

	.tom-solution-chanpingyoushi-con{ height: auto; margin-top: 23.8636363636px; overflow: hidden; }
	.tom-solution-chanpingyoushi-con-every{ float: left; width: 50%; height: 135.227272727px; margin-top: 23.8636363636px; }
	.tom-solution-chanpingyoushi-con-every-left{ float: left; width: 99.4318181818px; margin-left: 9.25%; }
	.tom-solution-chanpingyoushi-con-every-left > img{ width: 100%; cursor: pointer; }
	tom-solution-chanpingyoushi-con-every-left> img:hover{ height: 97%; width: 97%; }
	.tom-solution-chanpingyoushi-con-every-right{ float: left; width: 65%; margin-left: 19.8863636363px;  }
	.tom-solution-chanpingyoushi-con-every-right-up{ height: 31.8181818181px; line-height: 31.8181818181px; font-weight: bold; font-size: 17.5px; color: #2F2F2F;  }
	.tom-solution-chanpingyoushi-con-every-right-down{ height: 103.409090909px;  line-height: 31.8181818181px; font-size: 15.9090909090px; color: #666666;  }
}
@media (min-width: 1601px){
	.tom-solution-chanpingyoushi{ height: auto; width: 83.3333333333%; margin: 0 auto; margin-top:50px; margin-bottom:50px; overflow: hidden;  }
	.tom-solution-chanpingyoushi-inner{ height: auto; width: 87.5%; margin: 0 auto; overflow: hidden; }
	.tom-solution-chanpingyoushi-title{ height: 70px; line-height: 70px; margin-top: 50px; text-align: center; font-size: 42px;  color: #363636; }

	.tom-solution-chanpingyoushi-con{ height: auto; margin-top: 30px; overflow: hidden; }
	.tom-solution-chanpingyoushi-con-every{ float: left; width: 50%; height: 170px; margin-top: 30px; }
	.tom-solution-chanpingyoushi-con-every-left{ float: left; width: 125px; margin-left: 9.25%; }
	.tom-solution-chanpingyoushi-con-every-left > img{ width: 100%; cursor: pointer;   }
	.tom-solution-chanpingyoushi-con-every-left> img:hover{ height: 97%; width: 97%; }
	.tom-solution-chanpingyoushi-con-every-right{ float: left; width: 68%; margin-left: 25px;  }
	.tom-solution-chanpingyoushi-con-every-right-up{ height: 40px; line-height: 40px; font-weight: bold; font-size: 22px; color: #2F2F2F;  }
	.tom-solution-chanpingyoushi-con-every-right-down{ height: 130px;  line-height: 40px; font-size: 20px; color: #666666;  }
}

/* 行业解决方案-产品优势-TwAgile */
@media (max-width: 1600px) {
	.tom-solution-chanpingyoushi-TwAgile{ height: auto; width: 83.3333333333%; margin: 0 auto; margin-top:63.64px; overflow: hidden;  }
	.tom-solution-chanpingyoushi-TwAgile-title{ height: 35.8px; line-height: 35.8px; font-size: 35.8px; font-weight: bold; letter-spacing: 4px; text-align: center; color: #000; }
	.tom-solution-chanpingyoushi-TwAgile-threes{ height: auto; margin-top: 44.55px; }
	.tom-solution-chanpingyoushi-TwAgile-three{ float: left; width: 33.33333%;  }
	.tom-solution-chanpingyoushi-TwAgile-three > .img{ height: 206.82px; text-align: center; }
	.tom-solution-chanpingyoushi-TwAgile-three > .img > img{ height: 100%; }
	.tom-solution-chanpingyoushi-TwAgile-three > .title{ height: 28.64px; line-height: 28.64px; font-size: 28.64px; font-weight: 400; color: #000; letter-spacing: 4px; text-align: center; }
	.tom-solution-chanpingyoushi-TwAgile-three > .text{ height: auto; line-height: 23.86px; font-size: 15.91px;  padding: 0px 27.84px 0px 27.84px;  margin-top: 10px; color: #666666; letter-spacing: 2px; text-align: center;  }
}
@media (min-width: 1601px){
	.tom-solution-chanpingyoushi-TwAgile{ height: auto; width: 83.3333333333%; margin: 0 auto; margin-top:80px; overflow: hidden;  }
	.tom-solution-chanpingyoushi-TwAgile-title{ height: 45px; line-height: 45px; font-size: 45px; font-weight: bold; letter-spacing: 4px; text-align: center; color: #000; }
	.tom-solution-chanpingyoushi-TwAgile-threes{ height: auto; margin-top: 56px; }
	.tom-solution-chanpingyoushi-TwAgile-three{ float: left; width: 33.33333%;  }
	.tom-solution-chanpingyoushi-TwAgile-three > .img{ height: 260px; text-align: center; }
	.tom-solution-chanpingyoushi-TwAgile-three > .img > img{ height: 100%; }
	.tom-solution-chanpingyoushi-TwAgile-three > .title{ height: 36px; line-height: 36px; font-size: 36px; font-weight: 400; color: #000; letter-spacing: 4px; text-align: center; }
	.tom-solution-chanpingyoushi-TwAgile-three > .text{ height: auto; line-height: 30px; font-size: 20px;  padding: 0px 35px 0px 35px;  margin-top: 10px; color: #666666; letter-spacing: 2px; text-align: center;  }
}

/* 行业解决方案-产品价值-TwAgile */
@media (max-width: 1600px) {
	.tom-solution-chanpingjiazhi-TwAgile-back{ height: 596.59px; width: 100%; margin-top:71.59px; margin-bottom:39.77px; overflow: hidden; position: relative; }
	.tom-solution-chanpingjiazhi-TwAgile{ height: 100%; width: 83.3333333333%; margin: 0 auto;  overflow: hidden;  }
	.tom-solution-chanpingjiazhi-TwAgile-back > .left{ float: left; width: 50%; height: 100%; position: relative; }
	.tom-solution-chanpingjiazhi-TwAgile-back > .right{ float: right; width: 50%; height: 100%; position: relative;  }
	.tom-solution-chanpingjiazhi-TwAgile-back > .left > .inner{ position: absolute; top: 0; bottom: 0; left: 0; right: 19.89px; background-color: #EAF4FE; }
	.tom-solution-chanpingjiazhi-TwAgile-back > .right > .inner{ position: absolute; top: 0; bottom: 0; right: 0; left: 19.89px; background-color: #FFF7F5; }
	.tom-solution-chanpingjiazhi-TwAgile-back > .circle{ position: absolute; height: 529.77px; width: 529.77px; top: 33.41px; left: calc(50% - 264.885px); z-index: 100; border-radius: 50%; background-color: #fff; }
	.tom-solution-chanpingjiazhi-TwAgile-back > .circle > img{ height: 100%; width: 100%; }
	.tom-solution-chanpingjiazhi-TwAgile-back .area1{ position: absolute;  height: auto; width: 22%; top: 55.68px;  left: 8.3333333333%;;  z-index: 100; }
	.tom-solution-chanpingjiazhi-TwAgile-back .area2{ position: absolute;  height: auto; width: 20%; top: 242.61px; left: 8.3333333333%;;  z-index: 100; }
	.tom-solution-chanpingjiazhi-TwAgile-back .area3{ position: absolute;  height: auto; width: 22%; top: 401.70px; left: 8.3333333333%;;  z-index: 100; }
	.tom-solution-chanpingjiazhi-TwAgile-back .area4{ position: absolute;  height: auto; width: 22%; top: 55.68px;  right: 8.3333333333%;; z-index: 100; }
	.tom-solution-chanpingjiazhi-TwAgile-back .area5{ position: absolute;  height: auto; width: 20%; top: 242.61px; right: 8.3333333333%;; z-index: 100; }
	.tom-solution-chanpingjiazhi-TwAgile-back .area6{ position: absolute;  height: auto; width: 22%; top: 427.95px; right: 8.3333333333%;; z-index: 100; }
	.tom-solution-chanpingjiazhi-TwAgile-back .title{ height: auto; line-height: 19px; font-size: 15px; font-weight: bold; letter-spacing: 2px; }
	.tom-solution-chanpingjiazhi-TwAgile-back .title.blue{ color: #2594FF; text-align: left; }
	.tom-solution-chanpingjiazhi-TwAgile-back .title.red{ color: #DE4444; text-align: right; }
	.tom-solution-chanpingjiazhi-TwAgile-back .text{ height: auto; line-height: 20px; margin-top: 3.98px; font-size: 15.11px; color: #666666;  letter-spacing: 2px; }
	.tom-solution-chanpingjiazhi-TwAgile-back .text.blue{ text-align: left; }
	.tom-solution-chanpingjiazhi-TwAgile-back .text.red{ text-align: right; }
}
@media (min-width: 1601px){
	.tom-solution-chanpingjiazhi-TwAgile-back{ height: 750px; width: 100%; margin-top:90px; margin-bottom:50px; overflow: hidden; position: relative; }
	.tom-solution-chanpingjiazhi-TwAgile{ height: 100%; width: 83.3333333333%; margin: 0 auto;  overflow: hidden;  }
	.tom-solution-chanpingjiazhi-TwAgile-back > .left{ float: left; width: 50%; height: 100%; position: relative; }
	.tom-solution-chanpingjiazhi-TwAgile-back > .right{ float: right; width: 50%; height: 100%; position: relative;  }
	.tom-solution-chanpingjiazhi-TwAgile-back > .left > .inner{ position: absolute; top: 0; bottom: 0; left: 0; right: 25px; background-color: #EAF4FE; }
	.tom-solution-chanpingjiazhi-TwAgile-back > .right > .inner{ position: absolute; top: 0; bottom: 0; right: 0; left: 25px; background-color: #FFF7F5; }
	.tom-solution-chanpingjiazhi-TwAgile-back > .circle{ position: absolute; height: 666px; width: 666px; top: 42px; left: calc(50% - 333px); z-index: 100; border-radius: 50%; background-color: #fff; }
	.tom-solution-chanpingjiazhi-TwAgile-back > .circle > img{ height: 100%; width: 100%; }
	.tom-solution-chanpingjiazhi-TwAgile-back .area1{ position: absolute;  height: auto; width: 25%; top: 70px;  left: 8.3333333333%;;  z-index: 100; }
	.tom-solution-chanpingjiazhi-TwAgile-back .area2{ position: absolute;  height: auto; width: 22%; top: 305px; left: 8.3333333333%;;  z-index: 100; }
	.tom-solution-chanpingjiazhi-TwAgile-back .area3{ position: absolute;  height: auto; width: 25%; top: 505px; left: 8.3333333333%;;  z-index: 100; }
	.tom-solution-chanpingjiazhi-TwAgile-back .area4{ position: absolute;  height: auto; width: 25%; top: 70px;  right: 8.3333333333%;; z-index: 100; }
	.tom-solution-chanpingjiazhi-TwAgile-back .area5{ position: absolute;  height: auto; width: 20%; top: 305px; right: 8.3333333333%;; z-index: 100; }
	.tom-solution-chanpingjiazhi-TwAgile-back .area6{ position: absolute;  height: auto; width: 25%; top: 538px; right: 8.3333333333%;; z-index: 100; }
	.tom-solution-chanpingjiazhi-TwAgile-back .title{ line-height: 24px; font-size: 24px; font-weight: bold; letter-spacing: 2px; }
	.tom-solution-chanpingjiazhi-TwAgile-back .title.blue{ color: #2594FF; text-align: left; }
	.tom-solution-chanpingjiazhi-TwAgile-back .title.red{ color: #DE4444; text-align: right; }
	.tom-solution-chanpingjiazhi-TwAgile-back .text{ height: auto; line-height: 35px; margin-top: 5px; font-size: 19px; color: #666666;  letter-spacing: 2px; }
	.tom-solution-chanpingjiazhi-TwAgile-back .text.blue{ text-align: left; }
	.tom-solution-chanpingjiazhi-TwAgile-back .text.red{ text-align: right; }
}

/* 栏目管理-行业解决方案-企业解决方案-NetSuite+Tradingworks+Tradeshift-业务优势 */
@media (max-width: 1600px) {
	.tom-solution-ntt-yewuyoushi{ height: auto; width: 83.3333333333%; margin: 0 auto; margin-top:31.8181818181px; overflow: hidden; }
	.tom-solution-ntt-yewuyoushi-every{ height: 330.113636363px; margin-top: 59.6590909090px; overflow: hidden; position: relative; }
	.tom-solution-ntt-yewuyoushi-every.a > .left{ float: left; width: 37.5%; height: 100%;  background-color: #FFF; }       .tom-solution-ntt-yewuyoushi-every.a > .left > img{ height:100%;  }
	.tom-solution-ntt-yewuyoushi-every.a > .right{ float: left; width: 62.5%; height: 100%;  }
	.tom-solution-ntt-yewuyoushi-every.a > .tom-solution-ntt-yewuyoushi-every-position{ height: 206.818181818px; width: 62%; position: absolute; right: 6.25%; top: 43.75px;  }

	.tom-solution-ntt-yewuyoushi-every.b > .left{ float: left; width: 62.5%; height: 100%;  }
	.tom-solution-ntt-yewuyoushi-every.b > .right{ float: left; width: 37.5%; height: 100%;  background-color: #FFF; }      .tom-solution-ntt-yewuyoushi-every.b > .right > img{ height:100%;  }
	.tom-solution-ntt-yewuyoushi-every.b > .tom-solution-ntt-yewuyoushi-every-position{ height: 260px; width: 62%; position: absolute; left: 6.25%; top: 43.75px; }

	.tom-solution-ntt-yewuyoushi-every-position-title{ height: 47.7272727272px; line-height: 47.7272727272px; color: #363636; font-size: 33.4090909090px; }
	.tom-solution-ntt-yewuyoushi-every-position-txt{ height: 143.181818181px; line-height: 28.6363636363px; margin-top: 15.9090909090px; color: #656565; font-size: 15.9090909090px; }
}
@media (min-width: 1601px){
	.tom-solution-ntt-yewuyoushi{ height: auto; width: 83.3333333333%; margin: 0 auto; margin-top:40px; overflow: hidden; }
	.tom-solution-ntt-yewuyoushi-every{ height: 415px; margin-top: 75px; overflow: hidden; position: relative; }
	.tom-solution-ntt-yewuyoushi-every.a > .left{ float: left; width: 37.5%; height: 100%;  background-color: #FFF; }      .tom-solution-ntt-yewuyoushi-every.a > .left > img{ height:100%;  }
	.tom-solution-ntt-yewuyoushi-every.a > .right{ float: left; width: 62.5%; height: 100%;  }
	.tom-solution-ntt-yewuyoushi-every.a > .tom-solution-ntt-yewuyoushi-every-position{ height: 260px; width: 62%; position: absolute; right: 6.25%; top: 55px;  }

	.tom-solution-ntt-yewuyoushi-every.b > .left{ float: left; width: 62.5%; height: 100%;  }
	.tom-solution-ntt-yewuyoushi-every.b > .right{ float: left; width: 37.5%; height: 100%;  background-color: #FFF; }       .tom-solution-ntt-yewuyoushi-every.b > .right > img{ height:100%;  }
	.tom-solution-ntt-yewuyoushi-every.b > .tom-solution-ntt-yewuyoushi-every-position{ height: 260px; width: 62%; position: absolute; left: 6.25%; top: 55px; }

	.tom-solution-ntt-yewuyoushi-every-position-title{ height: 60px; line-height: 60px; color: #363636; font-size: 42px; }
	.tom-solution-ntt-yewuyoushi-every-position-txt{ height: 180px; line-height: 36px; margin-top: 20px; color: #656565; font-size: 20px; }
}

/* 行业解决方案-相关案例 */
@media (max-width: 1600px) {
	.tom-solution-xiangguananli{ height: 308.636363636px; width: 83.3333333333%; margin: 0 auto; margin-top:79.5454545454px; margin-bottom:39.7727272727px; overflow: hidden; background-color: #FFF; }
	.tom-solution-xiangguananli-inner{ height: 100%; width: 87.5%; margin: 0 auto; overflow: hidden; }
	.tom-solution-xiangguananli-title{ height: 55.6818181818px; line-height: 55.6818181818px; margin-top: 31.8181818181px; text-align: center; font-size: 33.4090909090px;  color: #363636; }

	.tom-solution-xiangguananli-con{ height: 130.454545454px; margin-top: 39.7727272727px;  }

	.tom-solution-picMarquee-left{ overflow:hidden; position:relative; height: 100%; }
	.tom-solution-picMarquee-left .bd{ height: 100%; }
	.tom-solution-picMarquee-left .bd ul{ height: 100%; }
	.tom-solution-picMarquee-left .bd ul li{  float:left; overflow:hidden; height: 100%; }

	.tom-solution-xiangguananli-every{ float: left; width: 477.272727272px; height: 100%;  cursor: pointer; display: block; }
	.tom-solution-xiangguananli-every-left{ float: left; width: 38%; height: 100%;}
	.tom-solution-xiangguananli-every-left > img{ height: 100%; width: 100%; cursor: pointer; }
	.tom-solution-xiangguananli-every-left > img:hover{ height: 99%; width: 99%; box-shadow: 2px 2px 2px 0px #888888 ; }
	.tom-solution-xiangguananli-every-right{ float: left; width: 55%; height: 159.090909090px; padding: 0px 10px 0px 10px; }

	.tom-solution-xiangguananli-every-right-title{ height: 31.8181818181px; line-height: 31.8181818181px; font-size: 12.7272727272px; }
	.tom-solution-xiangguananli-every-right-text{ height: auto; line-height: 19.8863636363px; font-size: 12.7272727272px; color: #989898; }
}
@media (min-width: 1601px){
	.tom-solution-xiangguananli{ height: 388px; width: 83.3333333333%; margin: 0 auto; margin-top:100px; margin-bottom:50px; overflow: hidden; background-color: #FFF; }
	.tom-solution-xiangguananli-inner{ height: 100%; width: 87.5%; margin: 0 auto; overflow: hidden; }
	.tom-solution-xiangguananli-title{ height: 70px; line-height: 70px; margin-top: 40px; text-align: center; font-size: 42px;  color: #363636; }

	.tom-solution-xiangguananli-con{ height: 164px; margin-top: 50px;  }

	.tom-solution-picMarquee-left{ overflow:hidden; position:relative; height: 100%;  }
	.tom-solution-picMarquee-left .bd{ height: 100%; }
	.tom-solution-picMarquee-left .bd ul{ height: 100%; }
	.tom-solution-picMarquee-left .bd ul li{  float:left; overflow:hidden; height: 100%; }

	.tom-solution-xiangguananli-every{ float: left; width: 600px; height: 100%;  cursor: pointer; display: block; }
	.tom-solution-xiangguananli-every-left{ float: left; width: 38%; height: 100%;}
	.tom-solution-xiangguananli-every-left > img{ height: 100%; width: 100%; cursor: pointer; }
	.tom-solution-xiangguananli-every-left > img:hover{ height: 99%; width: 99%; box-shadow: 2px 2px 2px 0px #888888 ; }
	.tom-solution-xiangguananli-every-right{ float: left; width: 55%; height: 200px; padding: 0px 10px 0px 10px; }

	.tom-solution-xiangguananli-every-right-title{ height: 40px; line-height: 40px; font-size: 16px; }
	.tom-solution-xiangguananli-every-right-text{ height: auto; line-height: 25px; font-size: 16px; color: #989898; }
}

/* 行业解决方案-资料下载 */
@media (max-width: 1600px) {
	.tom-solution-ziliaoxiazai{ height: auto; width: 83.3333333333%; margin: 0 auto; margin-top:0px; margin-bottom:63.6363636363px; overflow: hidden;  }
	.tom-solution-ziliaoxiazai-inner{ height: 100%; width: 87.5%; margin: 0 auto; overflow: hidden; }
	.tom-solution-ziliaoxiazai-title{ height: 55.6818181818px; line-height: 55.6818181818px; margin-top: 31.8181818181px; text-align: center; font-size: 33.4090909090px;  color: #363636; }

	.tom-solution-ziliaoxiazai-con{ height: auto;  }
	.tom-solution-ziliaoxiazai-every{ float: left; width: 50%; height: auto; margin-top: 11.9318181818px;  }
	.tom-solution-ziliaoxiazai-every.left{ padding-right: 7.1428571428%; }
	.tom-solution-ziliaoxiazai-every.right{ padding-left: 7.1428571428%; }
	.tom-solution-ziliaoxiazai-every > div{ height: 39.7727272727px; border-bottom: 1px solid #666666; }
	.tom-solution-ziliaoxiazai-every-attach{ float: left; width: 80%; height: 100%; line-height: 39.7727272727px; color: #656565; font-size: 15.9090909090px;  }
	.tom-solution-ziliaoxiazai-every-download{ float: left; width: 20%; height: 100%; line-height: 39.7727272727px; text-align: center; color: #2793FF; font-size: 15.9090909090px; }
}
@media (min-width: 1601px){
	.tom-solution-ziliaoxiazai{ height: auto; width: 83.3333333333%; margin: 0 auto; margin-top:0px; margin-bottom:80px; overflow: hidden;  }
	.tom-solution-ziliaoxiazai-inner{ height: 100%; width: 87.5%; margin: 0 auto; overflow: hidden; }
	.tom-solution-ziliaoxiazai-title{ height: 70px; line-height: 70px; margin-top: 40px; text-align: center; font-size: 42px;  color: #363636; }

	.tom-solution-ziliaoxiazai-con{ height: auto;  }
	.tom-solution-ziliaoxiazai-every{ float: left; width: 50%; height: auto; margin-top: 15px;  }
	.tom-solution-ziliaoxiazai-every.left{ padding-right: 7.1428571428%; }
	.tom-solution-ziliaoxiazai-every.right{ padding-left: 7.1428571428%; }
	.tom-solution-ziliaoxiazai-every > div{ height: 50px; border-bottom: 1px solid #666666; }
	.tom-solution-ziliaoxiazai-every-attach{ float: left; width: 80%; height: 100%; line-height: 50px; color: #656565; font-size: 20px;  }
	.tom-solution-ziliaoxiazai-every-download{ float: left; width: 20%; height: 100%; line-height: 50px; text-align: center; color: #2793FF; font-size: 20px; }
}

/* 栏目管理-行业解决方案-政务公共事业-快速导航 */
@media (max-width: 1600px) {
    .tom-gov-list-fastnavi{ height: 39.7727272727px; width: 100%; background-color: #FFF; }
    .tom-gov-list-fastnavi.position{ position: fixed; top: 63.6363636363px; z-index: 999; border-top: 1px solid #D2D2D2; }
    .tom-gov-list-fastnavi-inner1{ height: 100%; width: 83.3333333333%; margin: 0 auto; overflow: hidden; }
    .tom-gov-list-fastnavi-inner2{ height: 100%; width: 87.5%; margin: 0 auto;  }

    .tom-gov-list-fastnavi-every{ float: left; width: 79.5454545454px; margin-right: 23.8636363636px; height: 39.7727272727px; line-height: 39.7727272727px;  text-align: left; border-right: 1px solid #E9E9E9; cursor: pointer;  }
}
@media (min-width: 1601px){
    .tom-gov-list-fastnavi{ height: 50px; width: 100%; background-color: #FFF; }
    .tom-gov-list-fastnavi.position{ position: fixed; top: 80px; z-index: 999; border-top: 1px solid #D2D2D2; }
    .tom-gov-list-fastnavi-inner1{ height: 100%; width: 83.3333333333%; margin: 0 auto; overflow: hidden; }
    .tom-gov-list-fastnavi-inner2{ height: 100%; width: 87.5%; margin: 0 auto;  }

    .tom-gov-list-fastnavi-every{ float: left; width: 100px; margin-right: 30px; height: 50px; line-height: 50px;  text-align: left; border-right: 1px solid #E9E9E9; cursor: pointer; }
}

/* 栏目管理-行业解决方案-政务公共事业-列表大类标题 */
@media (max-width: 1600px) {
    .tom-gov-list-title{ height: 63.6363636363px; width: 83.3333333333%; margin: 0 auto; margin-top: 15.9090909090px; overflow: hidden; border-bottom: 1px solid #A3A3A3;  }
    .tom-gov-list-title-inner{ height: 100%; width: 87.5%; margin: 0 auto; line-height: 63.6363636363px; font-size: 23.8636363636px; color: #525252;  }
}
@media (min-width: 1601px){
    .tom-gov-list-title{ height: 80px; width: 83.3333333333%; margin: 0 auto; margin-top: 20px; overflow: hidden; border-bottom: 1px solid #A3A3A3;  }
    .tom-gov-list-title-inner{ height: 100%; width: 87.5%; margin: 0 auto; line-height: 80px; font-size: 30px; color: #525252;  }
}

/* 栏目管理-行业解决方案-政务公共事业-列表 */
@media (max-width: 1600px) {
    .tom-gov-list{ height: auto; width: 83.3333333333%; margin: 0 auto; margin-bottom: 0px; : #FFF;  overflow: hidden; }
    .tom-gov-list-inner{ height: auto; padding: 0 6.25% 0 6.25%; overflow: hidden; }
    .tom-gov-list-con{ height: auto; margin-top: 47.7272727272px; overflow: hidden; }
    .tom-gov-list-con-every{ float: left; width: 50%; height: auto; margin-bottom: 31.7820658342px; cursor: pointer; }
    .tom-gov-list-con-every-left{ float: left; width: 38%; height: 159.090909090px; }
    .tom-gov-list-con-every-left > img{ height: 100%; width: 100%; cursor: pointer; }
    .tom-gov-list-con-every-left > img:hover{ height: 99%; width: 99%; box-shadow: 2px 2px 2px 0px #888888 ; }
    .tom-gov-list-con-every-right{ float: left; width: 55%; height: 159.090909090px; padding: 0px 7.95454545454px 0px 7.95454545454px; }

    .tom-gov-list-con-every-right-title{ height: 31.8181818181px; line-height: 31.8181818181px; font-size: 12.7272727272px; font-weight: bold; }
    .tom-gov-list-con-every-right-text{ height: auto; line-height: 15.9090909090px; font-size: 11.1363636363px; color: #989898; }
}
@media (min-width: 1601px){
    .tom-gov-list{ height: auto; width: 83.3333333333%; margin: 0 auto; margin-bottom: 0px; background-color: #FFF;  overflow: hidden; }
    .tom-gov-list-inner{ height: auto; padding: 0 6.25% 0 6.25%; width: 100%; overflow: hidden; }
    .tom-gov-list-con{ height: auto; margin-top: 60px; overflow: hidden; }
    .tom-gov-list-con-every{ float: left; width: 50%; height: auto; margin-bottom: 40px; cursor: pointer;  }
    .tom-gov-list-con-every-left{ float: left; width: 38%; height: 200px;}
    .tom-gov-list-con-every-left > img{ height: 100%; width: 100%; cursor: pointer; }
    .tom-gov-list-con-every-left > img:hover{ height: 99%; width: 99%; box-shadow: 2px 2px 2px 0px #888888 ; }
    .tom-gov-list-con-every-right{ float: left; width: 55%; height: 200px; padding: 0px 10px 0px 10px; }

    .tom-gov-list-con-every-right-title{ height: 40px; line-height: 40px; font-size: 16px; font-weight: bold; }
    .tom-gov-list-con-every-right-text{ height: auto; line-height: 20px; font-size: 14px; color: #989898; }
}

/* 栏目管理-行业解决方案-政务公共事业-概述图文 */
@media (max-width: 1600px) {
    .tom-solution-thumbtxt-gov{ height: auto; width: 83.3333333333%; margin: 0 auto; margin-top:71.5909090909px; overflow: hidden;  }
    .tom-solution-thumbtxt-gov-inner{ height: auto; width: 87.5%; margin: 0 auto; overflow: hidden; }
    .tom-solution-thumbtxt-gov-title{ height: 55.6818181818px; line-height: 55.6818181818px; text-align: center; font-size: 33.4090909090px;  color: #363636; }
    .tom-solution-thumbtxt-gov-remark{ white-space: normal; height: auto; margin-top: 23.8636363636px; }
    .tom-solution-thumbtxt-gov-remark > pre{
        /*这段代码能让div支持格式*/
        white-space: pre-wrap;
        word-wrap: break-word;
        font-family: Microsoft YaHei;
        border: 0px; padding: 0px;margin: 0px; border-radius: 0px; background-color: rgba(255, 255, 255 , 0);/** bootstrap **/
        line-height: 31.8181818181px; color: #363636; font-size: 14.3181818181px;
    }
}
@media (min-width: 1601px){
    .tom-solution-thumbtxt-gov {height: auto; width: 83.3333333333%; margin: 0 auto; margin-top:90px; overflow: hidden;   }
    .tom-solution-thumbtxt-gov-inner{ height: auto; width: 87.5%; margin: 0 auto; overflow: hidden; }
    .tom-solution-thumbtxt-gov-title{ height: 70px; line-height: 70px; text-align: center; font-size: 42px;  color: #363636; }
    .tom-solution-thumbtxt-gov-remark{ white-space: normal; height: auto; margin-top: 30px; }
    .tom-solution-thumbtxt-gov-remark > pre{
        /*这段代码能让div支持格式*/
        white-space: pre-wrap;
        word-wrap: break-word;
        font-family: Microsoft YaHei;
        border: 0px; padding: 0px;margin: 0px; border-radius: 0px; background-color: rgba(255, 255, 255 , 0);/** bootstrap **/
        line-height: 40px; color: #363636; font-size: 18px;
    }
}
/* 栏目管理-行业解决方案-政务公共事业-功能模块 */
@media (max-width: 1600px) {
    .tom-solution-gongnengmokuai-gov{ height: auto; width: 83.3333333333%; margin: 0 auto; margin-top:79.5454545454px; overflow: hidden; background-color: #FFF; }
    .tom-solution-gongnengmokuai-gov-inner{ height: auto; width: 87.5%; margin: 0 auto; overflow: hidden; }
    .tom-solution-gongnengmokuai-gov-title{ height: 55.6818181818px; line-height: 55.6818181818px; margin-top: 39.7727272727px; text-align: center; font-size: 33.4090909090px;  color: #363636; }
    .tom-solution-gongnengmokuai-gov-con{ height: auto; margin-top: 23.8636363636px; }
    .tom-solution-gongnengmokuai-gov-left{ white-space: normal; float: left; width: 30%; height: auto; padding-right: 39.7727272727px; }
    .tom-solution-gongnengmokuai-gov-left > pre{
        /*这段代码能让div支持格式*/
        white-space: pre-wrap;
        word-wrap: break-word;
        font-family: Microsoft YaHei;
        border: 0px; padding: 0px;margin: 0px; border-radius: 0px; background-color: rgba(255, 255, 255 , 0);/** bootstrap **/
        line-height: 27.8409090909px; color: #666666; font-size: 14.3181818181px;
    }
    .tom-solution-gongnengmokuai-gov-right{ float: left; width: 70%; height: auto;   }
    .tom-solution-gongnengmokuai-gov-right > img{ width: 100%; cursor: pointer; }
}
@media (min-width: 1601px){
    .tom-solution-gongnengmokuai-gov{ height: auto; width: 83.3333333333%; margin: 0 auto; margin-top:100px; overflow: hidden; background-color: #FFF; }
    .tom-solution-gongnengmokuai-gov-inner{ height: auto; width: 87.5%; margin: 0 auto; overflow: hidden; }
    .tom-solution-gongnengmokuai-gov-title{ height: 70px; line-height: 70px; margin-top: 50px; text-align: center; font-size: 42px;  color: #363636; }
    .tom-solution-gongnengmokuai-gov-con{ height: auto; margin-top: 30px; }
    .tom-solution-gongnengmokuai-gov-left{ white-space: normal; float: left; width: 30%; height: auto; padding-right: 50px; }
    .tom-solution-gongnengmokuai-gov-left > pre{
        /*这段代码能让div支持格式*/
        white-space: pre-wrap;
        word-wrap: break-word;
        font-family: Microsoft YaHei;
        border: 0px; padding: 0px;margin: 0px; border-radius: 0px; background-color: rgba(255, 255, 255 , 0);/** bootstrap **/
        line-height: 35px; color: #666666; font-size: 18px;
    }
    .tom-solution-gongnengmokuai-gov-right{ float: left; width: 70%; height: auto;   }
    .tom-solution-gongnengmokuai-gov-right > img{ width: 100%; cursor: pointer; }
}



/* 注册页面 */
@media (max-width: 1600px) {
    .tom-register-con{ width: 318.181818181px; height: auto; margin: 70px auto;  }
    .tom-register-title{ height: 23.8636363636px; }
    .tom-register-title-left{ float: left; width: 40%; height: 100%; line-height: 23.8636363636px; font-size: 23.8636363636px; color: #373C40;  }
    .tom-register-title-right{ float: left; width: 60%; height: 12.7272727272px; line-height: 12.7272727272px; margin-top: 11.1363636363px; color: #383D43; text-align: right; }
    .tom-register-title-right > span{ color: #52A3FE; cursor: pointer; }

    .tom-register-form{ height: auto; margin-top: 42.9545454545px;  }
    .tom-register-form-field{ height: 31.8181818181px; margin-bottom: 17.5px;  }
    .tom-register-form-field-name{ float: left; width: 17%; height: 100%; text-align: left; line-height: 31.8181818181px;  color: #2F2F2F;  font-size: 11.1363636363px; }
    .tom-register-form-field-input{ float: left; width: 83%; height: 100%; padding-left: 12.7272727272px;  }
    .tom-register-form-field-input > input{ width: 100%; height: 100%; padding-left: 12.7272727272px; border: 1px solid #D8D8D8;  }
    .tom-register-form-field-input > input::-webkit-input-placeholder{ color: #D7D8DA; }
	#validateCode{ width: 55%; }
	#validateCodeButton{ float: right; width: 45%; height: 100%; background-color: #2793FF; color: #FFF; line-height: 31.8181818181px; font-size: 12.7272727272px; text-align: center; cursor: pointer; }
	#validateCodeTime{ float: right; width: 45%; height: 100%; background-color: #FFFFFF; color: #CACACA; line-height: 31.8181818181px; font-size: 12.7272727272px; text-align: center; cursor: pointer; border: 1px solid #CACACA; display: none;}
    #submitButton{ width: 100%; height: 100%; background-color: #2793FF; color: #FFF; line-height: 31.8181818181px; font-size: 12.7272727272px; text-align: center; cursor: pointer; }
    .tom-register-form-field-input > a{ font-size: 9.54545454545px; }
}
@media (min-width: 1601px){
	.tom-register-con{ width: 400px; height: auto; margin: 88px auto;  }
	.tom-register-title{ height: 30px; }
	.tom-register-title-left{ float: left; width: 40%; height: 100%; line-height: 30px; font-size: 30px; color: #373C40;  }
	.tom-register-title-right{ float: left; width: 60%; height: 16px; line-height: 16px; margin-top: 14px; color: #383D43; text-align: right; }
	.tom-register-title-right > span{ color: #52A3FE; cursor: pointer; }

	.tom-register-form{ height: auto; margin-top: 54px;  }
	.tom-register-form-field{ height: 40px; margin-bottom: 22px;  }
	.tom-register-form-field-name{ float: left; width: 15%; height: 100%; text-align: left; line-height: 40px;  color: #2F2F2F; font-size: 14px;  }
	.tom-register-form-field-input{ float: left; width: 85%; height: 100%; padding-left: 16px;  }
    .tom-register-form-field-input > input{ width: 100%; height: 100%; padding-left: 16px; border: 1px solid #D8D8D8;  }
    .tom-register-form-field-input > input::-webkit-input-placeholder{ color: #D7D8DA; }
    #validateCode{ width: 55%; }
    #validateCodeButton{ float: right; width: 45%; height: 100%; background-color: #2793FF; color: #FFF; line-height: 40px; font-size: 16px; text-align: center; cursor: pointer; }
    #validateCodeTime{ float: right; width: 45%; height: 100%; background-color: #FFFFFF; color: #CACACA; line-height: 40px; font-size: 16px; text-align: center; cursor: pointer; border: 1px solid #CACACA; display: none;}
    #submitButton{ width: 100%; height: 100%; background-color: #2793FF; color: #FFF; line-height: 40px; font-size: 16px; text-align: center; cursor: pointer; }
    .tom-register-form-field-input > a{ font-size: 12px; }
}

/* 登录面板 */
@media (max-width: 1600px) {
    .tom-login-panel-back{ height: 238.636363636px; width: 306.25px; position: fixed; right: 119.318181818px;  z-index: 1001; display: none; }
    .tom-login-panel{ height: 230.681818181px; width: 306.25px; margin-top: 7.95454545454px; background-color: #FFF; padding: 24px 20px 0px 20px; box-shadow: 2px 2px 2px 0px #888888; border-radius: 4px; }
    .tom-login-panel-inner{ height: 100%;  }
    .tom-login-panel-title{ height: 23.8636363636px; }
    .tom-login-panel-title-left{ float: left; width: 30%; height: 23.8636363636px; line-height: 23.8636363636px; font-size: 15.9090909090px; color: #3A3A3A; text-align: left; font-weight: bold; }
    .tom-login-panel-title-right{ float: left; width: 70%; height: 11.1363636363px; line-height: 11.1363636363px;font-size: 11.1363636363px; color: #52A3FE; text-align: right;  margin-top: 12.7272727272px;  }
    .tom-login-panel-input{ height: 31.8181818181px; margin-top: 15.9090909090px; border-radius: 4px; }
    .tom-login-panel-input > input{ height: 100%; width: 100%; border-radius: 4px; border: 1px solid #D2D2D2; text-align: center; color: #0f0f0f;  }
    .tom-login-panel-input > input::-webkit-input-placeholder{ color: #D2D2D2; }
    .tom-login-panel-forget{ height: 7.95454545454px; line-height: 7.95454545454px; margin-top: 15.9090909090px; text-align: right; color: #878787; font-size: 14px;  }
    .tom-login-panel-but{ height: 31.8181818181px; margin-top: 15.9090909090px; border-radius: 4px; line-height: 31.8181818181px; background-color: #258CF3;  border: 1px solid #0056BB; text-align: center; }
}
@media (min-width: 1601px){
    .tom-login-panel-back{ height: 300px; width: 385px; position: absolute; right: 150px;  z-index: 2001; display: none; }
    .tom-login-panel{ height: 290px; width: 385px; margin-top: 10px; background-color: #FFF; padding: 24px 20px 0px 20px; box-shadow: 2px 2px 2px 0px #888888; border-radius: 4px; }
    .tom-login-panel-inner{ height: 100%;  }
    .tom-login-panel-title{ height: 30px; }
    .tom-login-panel-title-left{ float: left; width: 30%; height: 30px; line-height: 30px; font-size: 20px; color: #3A3A3A; text-align: left; font-weight: bold; }
    .tom-login-panel-title-right{ float: left; width: 70%; height: 14px; line-height: 14px;font-size: 14px; color: #52A3FE; text-align: right;  margin-top: 16px;  }
    .tom-login-panel-input{ height: 40px; margin-top: 20px; border-radius: 4px; }
    .tom-login-panel-input > input{ height: 100%; width: 100%; border-radius: 4px; border: 1px solid #D2D2D2; text-align: center; color: #0f0f0f;  }
    .tom-login-panel-input > input::-webkit-input-placeholder{ color: #D2D2D2; }
    .tom-login-panel-forget{ height: 10px; line-height: 10px; margin-top: 20px; text-align: right; color: #878787; font-size: 14px;  }
    .tom-login-panel-but{ height: 40px; margin-top: 20px; border-radius: 4px; line-height: 40px; background-color: #258CF3;  border: 1px solid #0056BB; text-align: center; }
}




/* 登录面板 */
@media (max-width: 1600px) {
	.tom-register-try{ height: 524.99999999997px; width: 83.3333333333%; margin: 0 auto; margin-top:31.8181818181px; margin-bottom: 147.1590909090px; overflow: hidden; background-color: #F5F5F5; position: relative; }
	.tom-register-try-left{ float:left; width: 453.4090909090px; height:100%; }
	.tom-register-try-left > img{ width:100%; height: 100%; }
	.tom-register-try-right{ position: absolute; left: 453.4090909090px; right: 0px; height: 100%;  }
	.tom-register-try-right-title{ height: 63.6363636363px; line-height: 63.6363636363px; text-align: center; color: #373C40; font-weight: bold; font-size:14.4999999999px;  }
	.tom-register-try-right-flowchart{ margin-top: 14.3181818181px; height: 47.7272727272px; padding: 0px 59.6590909090px 0px 59.6590909090px;  }
	.tom-register-try-right-flowchart > div{ float: left; height: 100%; position: relative; }
	.tom-register-try-right-flowchart-icon{ float: left; width: 47.7272727272px; height: 100%; cursor: pointer; }
	.tom-register-try-right-flowchart-icon > img{ width: 47.7272727272px; height: 47.7272727272px; }
	.tom-register-try-right-flowchart-text{ position: absolute; left: 47.7272727272px; right: 3.9772727272px;  height: 100%; }
	.tom-register-try-right-flowchart-text > div{ width: 100%; height: 31.8181818181px; margin-top: 7.9545454545px; line-height: 15.9090909090px; text-align:center; color: #D4D4D4;  font-size: 10.3409090909px; font-weight: bold;  }
	.tom-register-try-right-flowchart-text.blue > div{ color: #1D96FE; }
	.tom-register-try-right-flowchart-line{ width: 80%;  height: 0px; border: 1px solid #D4D4D4; margin-top: 23.8636363636px;  }
	.tom-register-try-right-flowchart-line.blue{ border: 1px solid #1D96FE; }

	.tom-register-try-right-success{ text-align: center; display:none; margin-top: 79.5454545454px; }

	.tom-register-try-right-form{ margin-top: 47.7272727272px;  }
	.tom-register-try-right-form > div{  display: none;  }
	.tom-register-try-right-form > div.show{ display: block;  }
	.tom-register-try-right-form-row{ height: 31.8181818181px; margin-bottom: 17.4999999999px;  }
	.tom-register-try-right-form-row .left{ float: left; width: 27%; height: 100%; text-align: right; padding-right: 12.7272727272px; line-height: 31.8181818181px; color: #2F2F2F; font-size: 11px; }
	.tom-register-try-right-form-row .right{ float: left; width: 73%; height : 100%;  }
	.tom-register-try-right-form-row .right > input{ height: 100%; width: 54%;  padding-left:7.9545454545px; border: 1px solid #D8D8D8; }
	.tom-register-try-right-form-row .right > #name{  width: calc(54% - 71.5781690745px);   }
	.tom-register-try-right-form-row .right > .myRadio{  height: 100%; width: 31.8181818181px; border: 0px; cursor: pointer; text-align: center; padding: 0px; font-size: 9.5454545454px; }
	.tom-register-try-right-form-row .right > .myRadio.man{  margin-left: 7.9545454545px }
	.tom-register-try-right-form-row .right > .myRadio.check{  background-color: #2793FF; color: #FFF; }
	.tom-register-try-right-form-row .right > #validateCode{  width: calc(54% - 105.8px);   }
	.tom-register-try-right-form-row .right > #validateCodeBut{  width: 103.41px; text-align: center; padding-left:0px; background-color: #2793FF; color: #FFF; cursor: pointer; }
	.tom-register-try-right-form-row .right > #validateTime{  width: 103.41px; text-align: center; padding-left:0px; background-color: #2793FF; color: #FFF; cursor: pointer; display: none; }
	.tom-register-try-right-form-row .right > a{ user-select: none; font-size: 12px; }
	.tom-register-try-right-form-row .right > #sheng{ width: 71.590909090px; margin-right: 14.31801818181px;  }
	.tom-register-try-right-form-row .right > #shi{ width: 71.590909090px; margin-right: 14.31801818181px; }
	.tom-register-try-right-form-row .right > #qu{ width: 71.590909090px; margin-right: 14.31801818181px; }
	.tom-register-try-right-form-row .right > input::-webkit-input-placeholder{ color: #D8D8D8;  }
	.tom-register-try-right-form-button{ height: 31.8181818181px; width: 167.04545454545px; line-height: 31.8181818181px; text-align: center; color: #FFF;  background-color: #2793FF; font-size:11.9318181818px; cursor: pointer; }
	.tom-register-try-right-form-button.center{ margin: 0 auto; }
	.tom-register-try-right-form-button.half{ float: left; width: 83.5227272727px; margin-right: 15.9090909090px; }
	.tom-register-try-right-form-step3-notice{ height: auto; line-height: 17.4999999999px; width: 60%; margin: 0 auto; margin-bottom: 31.8181818181px;  }
	.tom-register-try-right-form-step4-notice{ height: auto; line-height: 17.4999999999px; width: 60%; margin: 0 auto; margin-bottom: 31.8181818181px; text-align: center; }
	.tom-register-try-right-form-button-apply{  height: 31.8181818181px; width: 198.8636363636px; margin: 0 auto; }
}
@media (min-width: 1601px){
	.tom-register-try{ height: 660px; width: 83.3333333333%; margin: 0 auto; margin-top:40px; margin-bottom: 185px; overflow: hidden; background-color: #F5F5F5; position: relative; }
	.tom-register-try-left{ float:left; width: 570px; height:100%; }
	.tom-register-try-left > img{ width:100%; height: 100%; }
	.tom-register-try-right{ position: absolute; left: 570px; right: 0px; height: 100%;  }
	.tom-register-try-right-title{ height: 80px; line-height: 80px; text-align: center; color: #373C40; font-weight: bold; font-size:22px;  }
	.tom-register-try-right-flowchart{ margin-top: 18px; height: 60px; padding: 0px 75px 0px 75px;   }
	.tom-register-try-right-flowchart > div{ float: left; height: 100%; position: relative; }
	.tom-register-try-right-flowchart-icon{ float: left; width: 60px; height: 100%; cursor: pointer;  }
	.tom-register-try-right-flowchart-icon > img{ width: 60px; height: 60px; }
	.tom-register-try-right-flowchart-text{ position: absolute; left: 60px; right: 5px;  height: 100%; }
	.tom-register-try-right-flowchart-text > div{ width: 100%; height: 40px; margin-top: 10px; line-height: 20px; text-align:center; color: #D4D4D4;  font-size: 13px; font-weight: bold;  }
	.tom-register-try-right-flowchart-text.blue > div{ color: #1D96FE; }
	.tom-register-try-right-flowchart-line{ width: 80%;  height: 0px; border: 1px solid #D4D4D4; margin-top: 30px;  }
	.tom-register-try-right-flowchart-line.blue{ border: 1px solid #1D96FE; }

	.tom-register-try-right-success{ text-align: center; display:none; margin-top: 100px; }

	.tom-register-try-right-form{ margin-top: 60px;  }
	.tom-register-try-right-form > div{  display: none;  }
	.tom-register-try-right-form > div.show{ display: block;  }
	.tom-register-try-right-form-row{ height: 40px; margin-bottom: 22px;  }
	.tom-register-try-right-form-row .left{ float: left; width: 27%; height: 100%; text-align: right; padding-right: 16px; line-height: 40px; color: #2F2F2F; font-size: 14px; }
	.tom-register-try-right-form-row .right{ float: left; width: 73%; height : 100%; }
	.tom-register-try-right-form-row .right > input{ height: 100%; width: 54%;  padding-left:10px; border: 1px solid #D8D8D8; }
	.tom-register-try-right-form-row .right > #name{  width: calc(54% - 90px);   }
	.tom-register-try-right-form-row .right > .myRadio{  height: 100%; width: 40px; border: 0px; cursor: pointer; text-align: center; padding: 0px; font-size: 12px; }
	.tom-register-try-right-form-row .right > .myRadio.man{  margin-left: 10px; }
	.tom-register-try-right-form-row .right > .myRadio.check{  background-color: #2793FF; color: #FFF; }
	.tom-register-try-right-form-row .right > #validateCode{  width: calc(54% - 133px);   }
	.tom-register-try-right-form-row .right > #validateCodeBut{  width: 130px; text-align: center; padding-left:0px; background-color: #2793FF; color: #FFF; cursor: pointer; }
	.tom-register-try-right-form-row .right > #validateTime{  width: 130px; text-align: center; padding-left:0px; background-color: #2793FF; color: #FFF; cursor: pointer; display: none; }
	.tom-register-try-right-form-row .right > a{ user-select: none; font-size: 13px; }
	.tom-register-try-right-form-row .right > #sheng{ width: 90px; margin-right: 18px;  }
	.tom-register-try-right-form-row .right > #shi{ width: 90px; margin-right: 18px; }
	.tom-register-try-right-form-row .right > #qu{ width: 90px; margin-right: 18px; }
	.tom-register-try-right-form-row .right > input::-webkit-input-placeholder{ color: #D8D8D8;  }
	.tom-register-try-right-form-button{ height: 40px; width: 210px; line-height: 40px; text-align: center; color: #FFF;  background-color: #2793FF; font-size:15px; cursor: pointer; }
	.tom-register-try-right-form-button.center{ margin: 0 auto; }
	.tom-register-try-right-form-button.half{ float: left; width: 105px; margin-right: 20px; }
	.tom-register-try-right-form-step3-notice{ height: auto; line-height: 22px; width: 60%; margin: 0 auto; margin-bottom: 40px;  }
	.tom-register-try-right-form-step4-notice{ height: auto; line-height: 22px; width: 60%; margin: 0 auto; margin-bottom: 40px;  text-align: center; }
	.tom-register-try-right-form-button-apply{ height: 40px; width: 250px; margin: 0 auto; }
}