.animated{
  -webkit-animation-duration: 0.5s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

input,button,select,textarea{outline:none}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
    margin: 0; 
}
textarea{resize:none}
select{
	    -webkit-appearance: menulist;
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    color: black;
    cursor: default;
    border-width: 1px;
    border-style: solid;
    border-color: initial;
    border-image: initial;
}
option{
padding: 10px 0;	
}
@-webkit-keyframes fadeInDown{
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

.top-banner {
  position: relative;
  margin-top: -76px;
  background: #1c4560;
  line-height: 0; }
    .top-banner .img-banner {
	    display: block;
	    height: 350px;
	    background: url(//dl.cfxz123.com/source/www/product/intro-ind/top-banner.jpg) top center no-repeat;
	    background-size: cover !important; 
	    }
    
    .top-banner .img-banner .title-banner {
      font-size: 3.6em;
      line-height: 1.6;
      color: #FFFFFF;
      text-align: left;
      padding-top: 194px; 
      }
    .top-banner .img-banner .sub-title {
      font-size: 2.4em;
      line-height: 1.8;
      color: #FFFFFF;
      padding-bottom: 70px; 
      }
    .top-banner .img-banner-commodities {
	    display: block;
	    height: 350px;
	    background: url(//dl.cfxz123.com/source/www/product/comodities/banner.jpg) top center no-repeat;
	    background-size: cover !important; 
	    }
    .top-banner .img-banner-commodities.counter{
	    background: url(//dl.cfxz123.com/source/www/product/counter/banner-bg.jpg?v0503) top center no-repeat;
	    }
    
    .top-banner .img-banner-commodities .title-banner {
      font-size: 3.6em;
      line-height: 1.6;
      color: #FFFFFF;
      text-align: left;
      padding-top: 194px; }
    .top-banner .img-banner-commodities .sub-title {
      font-size: 2.4em;
      line-height: 1.8;
      color: #FFFFFF;}

.article > .main-links {
  border-bottom: 1px solid #CCCCCC; }
.article h2.main-title {
  font-size: 3.6em;
  color: #035B83;
  line-height: 1.8;
  text-align: left; }
.article h2.main-titlesm {
  font-size: 2.4em;
  line-height: 1;
  color: #666666;
  margin-bottom: 40px; }
.article h3.sub-title {
  color: #666666;
  font-size: 1.6em;
  line-height: 1.8;
  margin-bottom: 20px;
  padding-top: 30px; }
  .article h3.sub-title a {
    display: inline-block;
    color: #0096DB;
    font-size: 1em;
    position: relative;
    color: #0099cc;
    margin-left: 5px; }
    .article h3.sub-title a:hover:after {
      right: -17px; }

.link-box {
  width: 600px;
  margin-bottom: -1px;
  margin-top: 10px; }
  .link-box li {
    float: left;
    width: 25%; 
    }
    .link-box li a {
      display: inline-block;
      height: 60px;
      line-height: 60px;
      width: 100%;
      text-align: left;
      padding-left: 21%;
      font-size: 1.6em;
      color: #666666;
      outline: none; }
  .link-box li.active a {
    border-bottom: 3px solid #035B83;
    color: #035B83;
    cursor: default; }
  .link-box .ic-circle {
    background: url(//dl.cfxz123.com/source/www/product/forex/icon-2.png) 10% center no-repeat; }
  .link-box .ic-circle.active {
    background: url(//dl.cfxz123.com/source/www/product/forex/icon-2.png) 10% center no-repeat; }
  .link-box .ic-book {
    background: url(//dl.cfxz123.com/source/www/product/forex/icon-3.png) 10% center no-repeat; }
    .link-box .ic-Js {
    background: url(//dl.cfxz123.com/source/www/product/counter/icon-img03.png) 10% center no-repeat;
}
    .link-box .ic-Js.active{
    background: url(//dl.cfxz123.com/source/www/product/counter/icon-img04.png) 10% center no-repeat;
}

  .link-box .ic-book.active {
    background: url(//dl.cfxz123.com/source/www/product/forex/icon-3.png) 10% center no-repeat; }
  .link-box .ic-all {
    background: url(//dl.cfxz123.com/source/www/product/intro/icon-1.png) 10% center no-repeat; }
  .link-box .ic-all.active.counter{
    background: url(//dl.cfxz123.com/source/www/product/counter/sm_ico.jpg) 7% center no-repeat;
}
  .link-box .ic-all.active {
    background: url(//dl.cfxz123.com/source/www/product/forex/icon-1.png) 10% center no-repeat; }

.main-article {
  padding: 40px 0 0 0; }
  .main-article .item-wrapper {
    position: relative; }
    .main-article .item-wrapper li.line {
      content: '';
      width: 100%;
      height: 1px;
      display: block;
      background: #CCCCCC;
      bottom: 2px;
      position: absolute;
      z-index: 0;
      border: none; }
      .main-article .item-wrapper li.line:hover {
        border: none; }
    .main-article .item-wrapper li {
      position: relative;
      z-index: 29;
      float: left;
      border-top: 1px solid transparent;
      border-bottom: 1px solid #CCCCCC; }
      .main-article .item-wrapper li a {
        font-size: 1.6em;
        color: #333333;
        display: inline-block;
        width: 153px;
        height: 40px;
        line-height: 40px;
        text-align: center; }
      .main-article .item-wrapper li:hover {
        border-top: 1px solid #CCCCCC;
        border-bottom: 1px solid #FFFFFF; }
    .main-article .item-wrapper li.active {
      border-top: 3px solid #035B83;
      border-bottom: 1px solid #FFFFFF;
      background: #fff; }
      .main-article .item-wrapper li.active a {
        color: #035B83; }
  .main-article .section2 .img-fl {
    width: 49%;
    float: left; }
    .main-article .section2 .img-fl img {
      width: 225px;
      height: 170px; }
  .main-article .section2 .fr {
    float: left;
    width: 50%; }
  .main-article .section2 .img-left {
    display: block;
    width: 474px;
    height: 170px;
    float: left;
    overflow: hidden;
    border: 1px solid #CCCCCC; }
    .main-article .section2 .img-left:hover {
      box-shadow: 1px 1px 1px 1px #CCCCCC; }
    .main-article .section2 .img-left .title-img {
      font-size: 2.4em;
      color: #035B83;
      padding-top: 17px;
      padding-left: 27px; }
    .main-article .section2 .img-left .des-img {
      font-size: 1.6em;
      color: #333333;
      line-height: 1.4;
      padding-top: 10px;
      padding-left: 27px;
      padding-right: 29px;
      text-align: justify; }
  .main-article .section2 .img-right {
    float: right; }
  .main-article .width-fl {
    width: 4%;
    float: left;
    display: block; }
  .main-article .padding-sec3 {
    padding-top: 80px; }
  .main-article .section3 {
    margin-bottom: 80px; }
    .main-article .section3 .item {
      background: url(//dl.cfxz123.com/source/www/product/forex/bg-number.jpg) center no-repeat;
      width: 212px;
      height: 195px; }
    .main-article .section3 ul li {
      float: left;
      min-height: 220px; }
    .main-article .section3 .title-item {
      font-size: 1.6em;
      text-align: center;
      line-height: 1.8;
      padding-top: 37px;
      color: #333333; }
    .main-article .section3 .link-item {
      background-color: #0096DB;
      color: #FFFFFF;
      font-size: 1.6em;
      width: 120px;
      height: 32px;
      text-align: center;
      line-height: 32px;
      display: block;
      margin: 15px auto 0px; }
      .main-article .section3 .link-item:hover {
       background-color: #035B83; }
    .main-article .section3 p {
      font-size: 4.3em;
      font-family: "Myriad";
      color: #035B83;
      text-align: center; }
    .main-article .section3 span {
      font-size: 16px;
      font-family: "Microsoft JhengHei", "Microsoft YaHei", arial, sans-serif;
      color: #333333; }
    .main-article .section3 .padding-col2 {
      padding-left: 26px; }
    .main-article .section3 .margin-col {
      padding-left: 11px; }
    .main-article .section3 .margin-col1 {
      padding-left: 26px; }

.section2 .img-fl {
	  width: 40%;
	  float: left; }
  .section2 .img-fl img {
    width: 225px;
    height: 175px; }
.section2 .fr {
	  float: left;
	  width: 60%; }

.section5 {
   padding: 40px 0; }
  .section5 p {
   font-size: 1.4em;
   line-height: 2.0; }

.show {
   display: block; }

.hide {
   display: none; }

.hot {
   color: #C80000; }


@media (min-width: 1280px) {
  .main-article .img-right {
    margin-top: 0px; }

  .main-article .section2 .img-right {
    float: right; }

  .main-article .section3 .margin-col {
    padding-left: 11px; }

  .main-article .section3 .padding-col2 {
    padding-left: 26px; }

  .main-article .section3 .margin-col1 {
    padding-left: 26px; } }
@media (min-width: 1920px) {
  .main-article .section2 .img-right {
    float: left;
    margin-left: 8.6%; } }

/*# sourceMappingURL=indices.css.map */






/*cunter */
.main-article .counter_Dtitle{
		font-size: 36px;
		color: #03354c;
}
.main-article .counter_Stitle{
		font-size: 16px;
		color: #666666;
		padding-top: 40px;
}
.section4_Stitle{
	  font-size: 16px;
		color: #666666;
}
.counterTab{
	  width: 975px;
    margin-top: 80px;
}
.counterTab li {
    float: left;
    width: 25%;
    height: 60px;
    line-height: 60px;
    font-size: 22px;
    color: #FFFFFF;
    background: #666666;
    border-right: 1px solid #ffffff;
    cursor: pointer;
}
.counterTab .counteractive{

		background-color: #035b83;
}

.main-article .section4 {
    padding: 45px 40px;
    padding-right: 0;
    padding-bottom: 0;
    border: 1px solid #dddddd;

}
.link_title{
	  float: left;
}
.link_title .first_li{
		float: left;
    font-size: 18px;
    color: #666666;
    margin-right:35px;
    margin-top: 35px;
}
/*.select{
		width: 155px;
		height: 50px;
		background: url(//dl.cfxz123.com/source/www/product/counter/icon-jiantou.png)no-repeat 90% 50%;
		-webkit-appearance: select;
    -moz-appearance: none;
    appearance:none;
	  padding-left: 50px;
	  color: #999999;
	  font-size: 16px;
	  margin-top: 20px;
	  border: 1px solid #dddddd;
	  outline: none;
}*/
.select option{
		padding: 10px 0;
}
.selectactive{
		position: relative;
		z-index: 1;
}
.input{
		width: 155px;
		height: 50px;
		margin-top: 20px;
		border: 1px solid #dddddd;
		text-align: center;
		font-size: 16px;
		outline: none;
		color: #999999;
		padding: 0 20px;	
		border-radius:3px ;	
		-webkit-appearance: none;
}
.Btninput{
		float: left;
		margin-top:45px;
		width: 158px;
		height:50px;
		background: #0096dc;
		border: 1px solid #035b83;
		outline: none;
		color: #FFFFFF;
		font-size: 16px;
		border-radius: 3px;
		cursor: pointer;
}
.Btninput:hover{
		border: 1px solid #035b83;
		background: #035b83;
}
.point {
    clear: both;
    padding-top:35px;
    display: flex;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 30px;
}
.point span{
		color: #333333;
		font-size: 16px;
		line-height: 60px;
		width: 80px;
}
.Btn_1{
	  height: 50px;
    line-height: 50px;
    text-align: center;
    color: #FFFFFF;
    background: url(//dl.cfxz123.com/source/www/product/counter/btn_1.png)no-repeat;
    font-size: 26px;
    margin: 0 15px;
    padding: 0px 20px;
    background-size: cover;
}
.last{
		display:-webkit-flex;  
	  display:-moz-box;      
	  display:-ms-flexbox;   
	  display:flex; 
		padding-top: 26px;
		padding-bottom: 20px;
		font-size: 14px;
}
.last i{
		width: 14px;
		height: 14px;
		display: block;
		background: url(//dl.cfxz123.com/source/www/product/counter/icon-time.jpg)no-repeat;
		background-size: cover;
		margin-top: 3px;
		margin-right: 10px;
}

.pic_foot{
	  margin-top:70px;
}
.pic_foot .commtitle{
	  font-size: 2.4em;
    color: #666666;
}
.box_foot{
		height: 170px;
		margin-top: 35px;
		margin-bottom: 80px;
}
.commtitle_pic {
    display: block;
    width: 40%;
    float: left;
}
.commtitle_pic img{
		display: block;
		width: 100%;
}
.box_foot .box.left,.box_foot .box.right{
	  width: 48%;
}
.box_foot .box.left{
	  float: left;
}
.box_foot .box.right{
	  float: right;
}
.box_foot .box_tit {
    position: relative;
    width: 54%;
    float: right;
}

.box_tit .ic_1{
    font-size: 2em;
    color: #035B83;
	  padding-bottom: 5px;
}
.box_tit .ic_2{
	    font-size: 1.6em;
    line-height: 1.8;
    color: #333333;
    text-align: justify;
    height: 120px;
}
.look-more{
	  font-size: 1.6em;
    color: #0099cc;
    text-align: right;
    display: block;
    margin-right: 19px;
    padding-right: 25px;
    background: url(//dl.cfxz123.com/source/www/product/counter/more-bt.png) 92% center no-repeat;
    transition: all .25s ease-in;
    position: absolute;
    z-index: 30;
    right: 0;
    bottom: 0;
}
.look-more:hover {
    background-position: right center;
}
.choise{
	display: block;
    font-size: 12px;
    padding-top: 11px;
    color: #cccccc; 
    text-align: center;
}
.state1{
    color: #cccccc;
    display: block;
}
.state3{
	color: red;
}
.Tab_ico {
    padding: 0 30px;
    height: 100%;
    display: block;
    float: left;
    
}
.Tab_text{
	float: left;
	width: 70%;
	text-align: left;
}
.Tab_ico.Tab_icoactive{
	background: url(//dl.cfxz123.com/source/www/product/counter/icon-img02.jpg)no-repeat 75%;
    background-size: 40%;
}
		/*下拉框*/
		.ui-select,.sel{
		width: 155px;
    height: 50px;
    margin-top: 20px;
    padding-left: 40px;
    font-size:14px;
    color: #666666;
    outline: none;
    border: 1px solid #dddddd;
    border-radius: 3px;
    -webkit-appearance: listbox; 
    background: url(//dl.cfxz123.com/source/www/product/counter/icon-jiantou.png)no-repeat 93% 50%;
		}
		.sss{
			display: none;
		}
		.selecttitle{
	   color: #666666;
    font-size: 14px;
		}
		.selecttext{
			color: #999999;
		}
		.commtitle_769{
		  font-size: 16px;
		  color: #666666;
		  padding-top: 30px;
		}

      
  /*公共头部*/
    #header_375{
	position: fixed;
    width: 100%;
    top: 0;
    height: 50px;
    background: #267fbb;
    z-index: 101;
    margin: 0 auto;
}  
	.header-info {
    position: relative;
    padding-left: 5px;
}
	.mainlogo.fl {
	float: left;
	}
.contact-info a i.icon-qqonline {
    background: url(//dl.cfxz123.com/source/www/product/counter/m1_pic.png)no-repeat -215px 3px;
    background-size: 300px 550px;
    display: block;
    width: 50px;
    height: 40px;
    float: left;
}
.contact-info a {
    position: relative;
    top: 10px;
    float: left;
    display: inline-block;
    width: auto;
    height: 34px;
    text-align: center;
    vertical-align: middle;
}
.mainlogo a {
    background: url(//dl.cfxz123.com/source/www/product/counter/m1_logo.png)no-repeat 0 8px;
    width: 200px;
    height: 50px;
    display: block;
    background-size: 200px 35px;
}
.point span:first-child {
    text-align: left;
}
/*新设计cf139移动端页脚*/
.footer_new{
		width: 100%;
		height: auto;
		background: #03354c;
		margin-top: 0.2rem;
}
.footer_new_text{
		padding-top: 0.33rem;
		padding-left: 0.35rem;
		padding-right: 0.35rem;
		padding-bottom: 0.8rem;
}
.footer_new_text p{
		color: #819aa6;
		font-size: 0.12rem;
		text-align: center;
		line-height: 0.22rem;
}

.footer_new_pic{
	  width: 80%;
	  display: table;
	  margin: 0 auto;
	  padding-top: 0.32rem;
	  padding-bottom: 0.32rem;
}
.footer_new_pic li{
	  float: left;
	  width: 21%;
	  margin: 0 6%;
}
.footer_new_pic img{
		display: block;
		width: 100%;
}
.footer_new_a{
		width: 80%;
	  display: table;
	  margin: 0 auto;
	  padding-bottom: 0.15rem;
}
.footer_new_a li{
		float: left;
	  display: flex;
	  width: 21%;
	  text-align: center;
	  margin: 0 2%;
}
.footer_new_a a{
		font-size: 0.12rem;
		color: #819aa6;
}
.code .code_big img{
		float: inherit;
		width: 100%;
		padding-top: 0;
}
.code_big{
	  display: none;
}
.footer_ico{
    margin-top: 0;
    margin-bottom: 0;
    height: 0.4rem;
}

.footer_ico li{
	 width: 33.333%;
   height: 100%;
   font-size: 0.14rem;
   text-align: center;
   line-height: 0.32rem;
   float: left;
   background: none;
}
.ui-select.sss-0 {
    padding-left: 15px;
    font-size: 14px;
}
.lazyload{
        height: 60px;
    background: url(//dl.cfxz123.com/source/www/product/counter/5-121204194033-51.gif)no-repeat 0px -3px;
    background-size: 70%;
}











































/*屏幕大于768*/
@media all and (min-width:768px) {
		
		#header_375{
			display: none;
		}
		.header {
      display:block;
    }
    .footer{
    	display: block;
    }
    .footer_375{
    	display: none;
    }
    .counter_Stitle{
			display: block;
		}
		.counter_Dtitle{
			display: block;
		}
		.link-box{
			display: block;
		}
		.crumb-wrap{
			display: block;
		}
				.box_foot{
			display: block;
		}
		.box_foot768{
			display: none;
		}
		.commtitle_768{
			display: none;
		}
		.Be_us768{
	display: none;
}
.commtitle_769{
	display: block;
}
.footer_new{
	display: none;
}
.loadid{
	display: block;
}
}
/*屏幕小于768*/
@media all and (max-width:767px){
		body{
			    font-family: "Microsoft JhengHei", "Microsoft YaHei", arial, sans-serif;
			    font-size: 100px;
			    -webkit-text-size-adjust: 100%;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
		}
		html{
			font-size: 100px;
			-webkit-text-size-adjust: 100%;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
		}
		#header_375{
			display: block;
		}
		.loadid{
	display: none;
}
			.header {
	    display: none;
	}
	.footer{
    	display: none;
    }
    .footer_375{
    	display: block;
    }
    .footer_375 {
    position: relative;
    background-color: #466380;
}
.pic_foot{
	display: none;
}
.commtitle_769{
	display: none;
}
.footer_new{
	display: block;
}
.ui-select {
    width: 100%;
    padding-left: .2rem;
    margin-top: 0.1rem;
    height: 40px;
}
.ui-select option{
	padding: 10px 0;
}
.Be_us768{
	display: block;
}
.cf-customer{
	display:none;
}

.footer_375 .footer-nav {
    position: fixed;
    z-index: 999;
    width: 100%;
    overflow: hidden;
    background-color: #333;
    bottom: 0;
}
.footer_375 ul {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 3%;
    height: 0.58rem;
}
.footer_375 .footer-left {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    width: 1.5rem;
}
.footer_375 a {
    display: block;
    width: 0.7rem;
    height: .3rem;
    font-size: .1rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: .3rem;
    border: 1px solid #fff;
    border-radius: 4px;
}
.footer_375 i {
    display: inline-block;
    margin-right: .03rem;
    width: .125rem;
    height: .13rem;
    vertical-align: middle;
    background: url(//dl.cfxz123.com/source/www/product/counter/icobox.png)no-repeat;
    background-size: 40px;
}
.footer_375 .footer-left a:first-child i {
    background-position: -27px -2px;
}
.footer_375 .footer-left a:last-child i {
    background-position: 0px -25px;
}
.footer_375 .footer-right {
    width: 0.725rem;
}
.footer_375 .footer-right nav {
    float: right;
    width: .3rem;
    height: .26rem;
    background: url(//dl.cfxz123.com/source/www/product/counter/icobox.png) no-repeat 0 0;
    background-size: 100%;
    display: none;
}
.footer_375 i {
    display: inline-block;
    margin-right: .03rem;
    width: .125rem;
    height: .13rem;
    vertical-align: middle;
    background: url(//dl.cfxz123.com/source/www/product/counter/icobox.png)no-repeat;
    background-size: 40px;
}
.footer_375 .footer-right i {
    background-position: -17px -22px;
}
	.top-banner .img-banner-commodities .sub-title{
    font-size: .14rem;
    line-height: .18rem;
	}
	.top-banner .img-banner-commodities .title-banner{
		font-size: .22rem;
	}
	.crumb-wrap {
    width: 100%;
    background-color: #f2f2f2;
    padding-left:.15rem;
    font-size:0.15rem;
}
.top-banner .img-banner-commodities.counter {
    background: url(//dl.cfxz123.com/source/www/product/counter/map-banner-ing01.jpg)no-repeat bottom;
    height: 150px;
    background-size:cover!important;
    
}
.top-banner {
    margin-top:50px;
}
.top-banner .img-banner-commodities .title-banner {
    padding-top:55px;
}
.crumb-wrap .w .item a {
    font-size: 0.08rem;
}
.crumb-wrap .w {
    padding: 0.065rem 0px;
}
.link-box {
    width: 100%;
    margin-bottom:0;
    margin-top: 0;
}
.link-box li a {
    display: block;
    height: .35rem;
    line-height: 36px;
    width: 100%;
    text-align: left;
    padding-left: 30%;
    font-size: 0.09rem;
    color: #666666;
    outline: none;
    font-size: .14rem;
}
.link-box li.active a {
    border-bottom:2px solid #035B83;
    color: #035B83;
    cursor: default;
}
.link-box .ic-all.active.counter {
    background-size:12%;
}
.main-article {
    padding: 0;
    background: #f9f9f9;
}

.main-article .counter_Dtitle {
    font-size:0.22rem;
    color: #03354c;
}
.main-article .counter_Stitle {
    font-size:0.15rem;
    color: #666666;
    padding-top:.2rem;
    line-height: 0.2rem;
}
.counterTab {
    width: 100%;
    margin-top:0.2rem;
}
.counterTab li {
    height:.28rem;
}
.Tab_ico {
    padding: 0px;
    height: 100%;
    display: block;
    float: left;
    width: .25rem;
}
.Tab_text {
    float: left;
    width: 70%;
    text-align: left;
}
.counterTab li {
    float: left;
    width: 33.33%;
    height: .3rem;
    line-height:.3rem;
    font-size: 0.11rem;
    color: #FFFFFF;
    background: #666666;
    border-right: 1px solid #ffffff;
}
.main-article .section4 {
    padding: .22rem .2rem;
    padding-right:0.2rem;
    padding-bottom: 0rem;
    border: 1px solid #dddddd;
    background: #ffffff;
}
.section4_Stitle {
    font-size:0.15rem;
    color: #666666;
    line-height: 0.24rem;
}
.Tab_ico.Tab_icoactive {
    background: url(//dl.cfxz123.com/source/www/product/counter/icon-img02.jpg)no-repeat 70%;
    background-size: 55%;
}
.link_title  p{
	font-size:0.15rem;
	color: #000000;
}
.link_title {
    margin-top:0.18rem;
    float: left;
    margin-bottom: 0.19rem;
}
.select.select-theme-dark .select-options .select-option {
line-height: 0.15rem;
}
.select-target.select-theme-dark {
margin-top: 0.1rem;
}
.link_title .first_li {
    float: left;
    font-size: 18px;
    color: #666666;
    margin-right: 0;
    width: 48%;
}
.input {
    margin-top:0.09rem;
    width: 100%; 
    height: 40px;
}
.select-target.select-theme-dark {
width:100%;
}
.link_title .first_li:nth-child(odd){
	float: left;
	margin-right: 0;
}
.link_title .first_li:nth-child(even){
	float: right;
	margin-right: 0;
}
.last {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 15px;
    padding-bottom: 10px;
    font-size: 14px;
}
.pic_foot {
    margin-top: 0;
    background: #ffffff;
    padding: 0.2rem 0.1rem;
}
.commtitle_768 {
    font-size: 0.13rem;
    line-height: 0.24rem;
    display: block;
    color: #999999;
    padding: .22rem .2rem;
    padding-top: 0.15rem;
    padding-bottom: 0.20rem;
    background: #f9f9f9;
        
}
.pic_foot .commtitle {
    font-size:0.18rem;
    color: #333333;
}
.Btninput {
    margin-top: 30px;
    width: 100%;
    font-size: 0.15rem;
    height: 40px;
}
.contact-info.fr {
    float: right;
}

.Btn_1 {
    height:0.35rem;
    line-height: 0.35rem;
    text-align: center;
    color: #FFFFFF;
    background: url(//dl.cfxz123.com/source/www/product/counter/btn_1.png)no-repeat;
    font-size: 0.15rem;
    margin: 0 15px;
    background-size: cover;
    padding: 0 15px;
}
.point span {
    font-size: 0.15rem;
    line-height: 40px;
}
.point {
    clear: both;
    padding-bottom: 0.17rem;
    padding-top: 0;
}
.point span:first-child{
	text-align: left;
	width:75px;
}
.box_foot .box.left{
	float: inherit;
}
.box_foot .box.right{
	float: inherit;
}
.box_foot{
	display: none;
}
.box_foot768{
	display: block;
	margin-top: 0.16rem;
}
.box_foot768 img{
	width: 100%;
	display: block;
}
.box_foot768 li{
	display: flex;
	height: auto;
}
.box_foot768 span{
	width: 35%;
}
.box_foot768 h5{
	font-size: 0.16rem;
	color: #333333;
	padding-bottom: 0.06rem;
}
.box_foot768 p{
	font-size: 0.15rem;
	color: #666666;
	line-height: 0.25rem;
	text-align: justify;
}
.box_foot768_right{
  width: 65%;
  padding-left: 0.1rem;
}
.counter_Stitle{
	display: none;
}
.counter_Dtitle{
	display: none;
}
.link-box{
	display: none;
}
.crumb-wrap{
	display: none;
}
.box_foot768 li:first-child{
	margin-bottom: 0.2rem;
}
.Be_us768 {
  background: #ffffff;
  padding: 0.2rem 0.1rem;
  padding-bottom: 0rem;
}
.Be_ustitle{
	font-size: 0.18rem;
  color: #0096db;
}
.Be_ustext{
	font-size: 0.15rem;
	color: #666666;
	padding-top: 0.15rem;
}
.link_title.BTn{
	float: inherit;
}
.link_title.BTn  li {
	width: 47%;
	height: .33rem;
	font-size: 0.14rem;
	text-align: center;
	line-height: 0.32rem;
}
.link_title.BTn .le_btn a{
	display: block;
	color: #ffffff;
	border: 1px solid #0096db;
}
.link_title.BTn .ri_btn a{
	display: block;
	color: #0096db;
	border: 1px solid #0096db;
}
.link_title.BTn li:nth-child(1){
    margin-bottom: 0rem;
    float: left;
}
.link_title.BTn li:nth-child(2) {
	 margin-bottom: 0rem;
    float: right;
}
.le_btn{
	  width: 45%;
	  background: #0096db;
}
.Be_us768 .Download {
    color: #666666;
    font-size: .16rem;
    display: block;
    width: 0.92rem;
    height: 0.25rem;
    background: url(//dl.cfxz123.com/source/www/product/counter/competer.png)no-repeat 67px -4px;
    background-size: 30%;
}
.link_title.BTn.BTn2 li {
    width: 33.333%;
    height: 100%;
    font-size: 0.14rem;
    text-align: center;
    line-height: 0.32rem;
    float: left;
    background: none;
}
.code {
    width: 90%;
        display: inline-block;
        position: relative;
}
.code .Lookcode{
    font-size: 0.12rem;
    color: #666666;
    width: 82%;
    float: left;
    text-align: right;
    background: url(//dl.cfxz123.com/source/www/product/counter/jt-bule.jpg)no-repeat 0%;
    background-size: 20%;
}
.code_big{
	  position: absolute;
    top: 35px;
    right: -20px;
}
.code img{
	  float: right;
    width: 15%;
    padding-top: 0.08rem;
}
.link_title.BTn.BTn2 a {
       font-size: 0.14rem;
    text-align: center;
    width: 90%;
    background: #ffffff;
    margin: 0 auto;
    color: #0096db;
}
.link_title.BTn.BTn2 {
    margin-top: 0.1rem;
    margin-bottom: 0;
}
.select-main {
    width: 100%;
}
.conpemter {
    margin-top: 0.09rem;
}
.conpemter.sp {
    margin-top: -0.01rem;
}
.link_title.sppp .first_li:nth-child(3), .link_title.sppp .first_li:nth-child(4){
	  height:0.9rem;
}
.first_li {
    height: 1rem;
}
.link_title.spp {
    margin-bottom: 0.19rem;
}
.section4 .link_title.spp .Btninput.one{
	  margin-top:30px;
}
.counterTab li {
    font-size: 0.15rem;
}
.link_title .first_li:nth-child(1),.link_title .first_li:nth-child(2){
	  height:0.9rem;
}
.link_title.spp .first_li:nth-child(5){
	  height: 1rem;
}
.selecttitle{
	  color:#999999;
    font-size:16px;
		}
.point .dianzhione{
	width:15%;
}		
.point .dianzhitwo{
	width:30%;
}	
.point .dianzhithree{
	width:30%;
}	
}




/*屏幕小于320*/
@media (max-width:321px){
.box_foot768 p {
    font-size: 0.13rem;
}
.counterTab li {
    font-size: 0.11rem;
}
.ui-select {
    font-size: 0.12rem;
}
.selecttitle {
    font-size:0.15rem;
}
.point span {
    font-size: 0.13rem;
}
.section4_Stitle {
    font-size: 0.14rem;
        text-align: justify;
}
.footer_new_a {
    width: 96%;
}
.footer_new_a li {
    width: 21%;
}
/*.code .Lookcode {
	display: none;
}*/
.code .Lookcode{
		width: 98%;
	  background-size: 20%;
}
   .code .code_small{
   	display: none;
   }
   .ui-select.sss-0 {
    padding-left:2px;
    font-size: 12px;
}
.input {
 font-size:0.14rem;
}
}

.first_li.btn-3.sp button{
	margin-top:45px;
}
/*屏幕小于1920*/


@media (max-width:1900px){
.first_li.btn-3.sp .Btninput{
	margin-top:45px;
}
}


/*屏幕小于1280*/
@media (max-width:1280px) and (min-width:767px){
.link_title .first_li {
    margin-right: 30px;
    height: 120px;
}
button.Btninput {
    margin-top: 20px;
}
.box_foot .box.left,.box_foot .box.right {
    display: inline-block;
    padding-top: 30px;
    padding-bottom: 80px;
    float: inherit;
}
.box_foot {
    display: inline-block;
}
.box_foot .box.left, .box_foot .box.right {
    width: 100%;
}
.commtitle_pic {
    float: left;
    width: 27%;
}
.box_foot .box_tit{
		float: right;
		width: 50%;
}
.box_foot {
    margin-top: 0px;
    margin-bottom:0px;
}
button.Btninput.one {
    margin-top: 45px;
}
}

@media screen and (min-width:1280px) and (max-width:1900px) {
.link_title .first_li.btn-3.sp{
	margin-top:-25px;
}
}


