


.newsw{ width:100%; display:flex; justify-content: space-between ; margin-top:0px}
.news_1{ width:28%; }

.news_1 a .img{ -webkit-border-radius: 1px;
            -moz-border-radius: 1px; overflow:hidden;}

.ttret { width:100%; padding:3% 0}
.ttret h3{ font-size:20px; color:#fff; 
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;  
        overflow: hidden; line-height:30px; transition:all 0.8s; text-align:left
}
.ttret p{ font-size:15px; color:rgb(255,255,255,.7); padding:2% 0; line-height:24px}
.ttret span{ font-size:16px; color:#959595; width:100%; display:block}
.ttret b{ width:155px; height:38px; background:#858585; text-align:center; line-height:38px; color:#fff; display:block; margin:4% 0; font-size:165px; text-transform:uppercase; font-weight:normal; transition:all 0.4s}

.news_2{ width:40%; }
.news_3{ width:35%; background:#fff; box-shadow: 0 0 15px rgba(0,0,0,.1); -webkit-border-radius: 15px;
            -moz-border-radius: 15px; overflow:hidden }


.news_1:hover .img img{transform: scale(1.1); transition:all 0.4s}
.news_1 a .img img{transition:all 0.4s; height:256px; overflow:hidden}
.news_1:hover .ttret h3{ transition:all 0.8s; color:#fafcf6}
.news_1:hover .ttret p{ margin-left:2px;  transition:all 0.4s; }

.news_1:hover .ttret b{ width:155px; height:38px; background:#e74401; text-align:center; line-height:38px; color:#fff; display:block; margin:4% 0; font-size:16px; text-transform:uppercase; font-weight:normal;  transition:all 0.4s; margin-top:4.3%}

.news_2 a li{ width:96%; padding:0 2%; background:#f2f4f5; -webkit-border-radius: 2px;
            -moz-border-radius: 2px; height:99px; padding-top:15px; transition:all 0.4s; margin-bottom:14px}
			
	.news_2 a li .zuo{ width:20%}		
	.news_2 a li .you{ width:75%; margin-left:5%; color:#303030; line-height:30px; font-size:18px; color:#2e374d; padding-top:10px}	
	.news_2 a li .you span{ font-size:15px; color:#868686}
	.news_2 a li .zuo .time-1{ width:100%; line-height:40px; font-size:40px; color:#303030; font-family:Barlow-Regular; display:block; text-align:center}		
	.news_2 a li .zuo .time-2{ width:100%; line-height:40px; font-size:16px; color:#303030;font-family:Barlow-Regular; display:block; text-align:center }			
			
			
	.news_2 a:hover li{ background:#165290; color:#fff;  transition:all 0.4s; margin-left:4px }		
			
.news_2 a:hover li .time-1,.news_2 a:hover li .time-2, .news_2 a:hover li .you{ color:#fff}

.news_2 a:hover li .you span{ color:#fff}

.news_2 a li .you span{ width:100%; display:block}

.news_3 .biaorii { padding:5%; background:#0a70d5; width:90%; }

.news_3 .biaorii h2{ font-size:24px; color:#fff; width:70%; text-align:left; padding-left:13%; background:url(../images/ticon.jpg) no-repeat left center}
.news_3 .biaorii span{ width:10%}
.news_3 .biaorii span img{ margin-top:10px}














.global-bgimg {
  background-position: center center;
  background-repeat: no-repeat;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated-scale {
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated-ban {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated-ban2 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
body {
  position: relative;
}
@-webkit-keyframes fadeInLeft2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft2 {
  -webkit-animation-name: fadeInLeft2;
  animation-name: fadeInLeft2;
}
@-webkit-keyframes fadeInRight2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight2 {
  -webkit-animation-name: fadeInRight2;
  animation-name: fadeInRight2;
}
@-webkit-keyframes fadeOutLeft2 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}
@keyframes fadeOutLeft2 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}
.fadeOutLeft2 {
  -webkit-animation-name: fadeOutLeft2;
  animation-name: fadeOutLeft2;
}
@-webkit-keyframes fadeOutRight2 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
}
@keyframes fadeOutRight2 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
}
.fadeOutRight2 {
  -webkit-animation-name: fadeOutRight2;
  animation-name: fadeOutRight2;
}

.wrap.map-show {
  left: -450px;
}
.site-map {
  position: fixed;
  right: -500px;
  top: 0;
  width: 444px;
  height: 100%;
  background-color: #003a8b;
  z-index: 5000;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  overflow: hidden;
  color: #fff;
  display: block;
}
.site-map .site-map-inner {
  padding-left: 28px;
  padding-right: 28px;
}
.site-map-list{
  height:620px;
}
.site-map .map-tit {
  font-size: 36px;
  padding-top: 40px;
  padding-bottom:20px;
}
@media screen and (max-width:1400px) {
  .site-map .map-tit {
    font-size: 30px;
    padding-top: 40px;
  }

  .site-map .site-map-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .site-map .map-tit-en {
    font-size: 18px;
    font-family: 'Arial';
    line-height: 30px;
  }
}
@media screen and (max-width:1400px){
  .site-map .map-tit-en {
  font-size: 18px;
  font-family: 'Arial';
  line-height: 30px;
  padding-top:10px;
}
}
.site-map .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(255, 255, 255, 0.9);
}
.site-map .mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(255, 255, 255, 0.9);
}
.site-map-list {
  padding-top: 60px;
}
@media screen and (max-width:1400px){
  .site-map-list {
  padding-top: 30px;
}
}
.site-map-list ul li.map-lv1 {
  margin-bottom: 30px;
  padding-left: 34px;
  background: url(../images/w24h3.png) no-repeat left 14px;
}
@media screen and (max-width:1400px){
.site-map-list ul li.map-lv1 {
  margin-bottom: 20px;
  padding-left: 34px;
  background: url(../images/w24h3.png) no-repeat left 14px;
}
}
.site-map-list ul li.map-lv1 > a {
  display: block;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
}
.site-map-list ul li.map-lv1 dl {
  overflow: hidden;
  margin-top: 6px;
}
.site-map-list ul li.map-lv1 dl dd {
  float: left;
  margin-right: 14px;
}
.site-map-list ul li.map-lv1 dl dd a {
  font-size: 16px;
  line-height: 30px;
  display: block;
  color: #fff;
}
.site-map-list ul li.map-lv1 dl dd a:hover {
  color: #bababa;
}
.site-map-list ul li.map-lv1 dl img {
  margin: 7px 14px 0 0;
  float: left;
}
.site-map.show {
  display: block;
  right: 0;
  width: 500px;
}
.global-more {
  background: none;
  width: 203px;
  height: 45px;
  display: block;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 46px;
  color: #fff;
  margin: 0 auto; border:1px #fff solid
}
.global-more span {
  display: inline-block;
}
.global-more .ico {
  vertical-align: middle;
  height: 12px;
  overflow: hidden;
  opacity: 0;
  margin-left: -15px;
  width: 7px;
  text-align: right;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 50;
  background: url(../images/ico_btn_arw.png) no-repeat center center;
  background-size: contain;
  position: relative;
  top: -1px;
}
.global-more .ico img {
  left: 0;
}
.global-more .label {
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
}
.global-more:hover .ico {
  opacity: 1;
  margin-left: 5px;
  text-align: right;
}
/* 使用须知 */
.pop-box1 {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../images/pop-boxbg.png);
  z-index: 100;
  display: none;
}
.pop-box1 .zhi-box {
  position: fixed;
  width: 800px;
  height: 490px;
  background: #fff;
  left: 50%;
  top: 50%;
  margin-left: -400px;
  margin-top: -245px;

}

.pop-box1 .zhi-box .title {
  position: relative;
  background: #f5f5f5;
  text-align: center;
  line-height:34px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 22px;
  border-bottom: 1px solid #e6e6e6;
}
.pop-box1 .zhi-close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.pop-box1 .zhi-box .doc {

  padding-left: 32px;
  padding-right: 16px;
  line-height: 32px;
  height: 400px;
  overflow: hidden;
  margin-top: 25px;
  font-size: 14px;
}
.header {
  width: 100%;
  background: none;
  position: fixed;
  right: 0;
  left: 0;
  top: 0px;
  z-index: 100;
  margin: 0 auto;
  -webkit-font-smoothing: subpixel-antialiased;

  -webkit-transition: all  0.2s linear;
  -o-transition: all  0.2s linear;
  -ms-transition: all  0.2s linear;
  -moz-transition: all  0.2s linear;
  transition: all  0.2s linear;
  backface-visibility: hidden; background:#fff
}
.header-inner {
  background-color: #fff;
  z-index: 2;
  position: relative;
}
.header-inner .header-logo {
  display: block;
  float: left;
  height: 95px; width:540px; display:flex; justify-content: flex-start; margin-top:15px
}.header-inner .header-logo .lofodd { width:100%}
.header-inner .header-logo .lofodd h1{ font-size:30px; color:#000; padding-top:4%; margin-left:3%; line-height:29px}
.header-inner .header-logo .lofodd span{ font-size:12px; color:#333; font-size:13px; margin-left:4%; line-height:34px; font-family:Arial, Helvetica, sans-serif; text-transform:uppercase}
.header-inner .header-nav {
  float: left;
  padding-left: 0px;
}
@media all and (max-width:1650px){  



.header-inner .header-logo {
    display: block;
    float: left;
    height: 95px;
    width: 540px;
    display: flex;
    justify-content: flex-start;
    margin-top: 15px;
}






}




.header-inner .header-logo img {
  
}

.header-inner .header-nav ul {
  position: relative;
}
.header-inner .header-nav ul > li {
  float: left;
  position: relative;
  padding: 0 19px;
}
.header-inner .header-nav ul > li > a {
  height: 110px;
  line-height: 110px;
  display: block;
  font-size: 18px;
  color: #666666;
  position: relative;
}
.header-inner .header-nav ul > li > a:after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 5px;
  height: 0px\9\0;
  right: 0px;
  left: 0px;
  width: 100%;
  background-color: #e50908;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: background-color 150ms ease-out, -webkit-transform 600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: background-color 150ms ease-out, -webkit-transform 600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: background-color 150ms ease-out, transform 600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: background-color 150ms ease-out, transform 600ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 600ms cubic-bezier(0.19, 1, 0.22, 1);
}
.header-inner .header-nav ul > li > a:hover:after {
  background-color: #e50908;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.header-inner .header-nav ul > li > a:before {
  content: '';
  position: absolute;
  bottom: 0;
  background-color: #e50908;
  width: 100%;
  height: 5px;
  display: none;
}
.header-inner .header-nav ul > li dl {
  position: absolute;
  top: 100%;
  left: -56px;
  width: 230px;
  background-color: #ffffff;
  z-index: 3;
  border-top: 1px solid #e3e7ea;
  padding: 28px 0;
  display: none;
  -webkit-box-shadow: 0 6px 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 6px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.3);
}
.header-inner .header-nav ul > li dl dd a {
  font-size: 16px;
  color: #333333;
  display: block;
  text-align: center;
  line-height: 36px;
}
.header-inner .header-nav ul > li dl dd a:hover {
  color: #02459c;
}
.header-inner .header-nav ul > li:nth-child(3) dl {
  width: 345px;
  left: -115px;
}
.header-inner .header-nav ul li.active a {
  color: #000000;
}
.header-inner .header-nav ul li.active a:before {
  display: block;
}
.header-inner .header-sup {
  float: right;
  padding-top: 52px;
  padding-right: 0px;
}
.header-inner .header-sup .line {
  margin-right: 20px;
  position: relative;
  top: -3px;
}
.header-inner .header-sup .aso-link {
  margin-right: 25px;
  margin-left: 13px;
}
.header-inner .search-pop {
  border-top: 1px solid #e3e4e5;
  position: absolute;
  right: 0;
  top: 100%;
  width: 340px;
  height: 200px;
  background-color: #fff;
  display: none;
}
.header-inner .search-pop .search-box {
  padding: 32px 28px;
}
.header-inner .search-pop .search-box .search-form {
  border: 1px solid #b5b5b5;
  width: 280px;
  height: 42px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
.header-inner .search-pop .search-box .search-form input {
  border: none;
  display: block;
  width: 240px;
  margin: 0 auto;
  font-size: 16px;
  color: #b5b5b5;
  height: 40px;
  line-height: 40px;
  font-family: '微软雅黑';
}
.header-inner .search-pop .search-box .search-btn {
  display: block;
  margin-top: 14px;
  border: 1px solid #003a8b;
  width: 280px;
  height: 42px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-color: #003a8b;
  font-size: 16px;
  color: #fff;
  line-height: 42px;
  text-align: center;
}.header-inner .search-pop .search-box .search-btn img{ width:auto}
.header.fixednav {
  position: fixed;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.14);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.14);
  z-index: 100;
  width: 100%;
  top: 0;
  -webkit-font-smoothing: subpixel-antialiased;
-webkit-transform: translateZ(0) scale(1.0, 1.0);
}
.header.fixednav .header-inner .header-logo {
  height: 100px;
}
.header.fixednav .header-inner .header-logo img {

}
.header.fixednav .header-inner .header-sup {
  padding-top: 45px;
}
.header.fixednav .header-inner .header-nav > ul > li > a {
  height: 110px;
  line-height: 110px;
}
.header.fixednav .header-inner-bg {
  display: block;
  width: 100%;
}
.header.fixednav2 {
  position: fixed;
  background: #fff;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.14);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.14);
  z-index: 500;
}
.header.fixednav2 .header-inner .header-logo {
  height: 80px;
}
.header.fixednav2 .header-inner .header-logo img {
  height: 80px;
}
.header.fixednav2 .header-inner .header-sup {
  padding-top: 30px;
}
.header.fixednav2 .header-inner .header-nav > ul > li > a {
  height: 80px;
  line-height: 80px;
}
.map-show .header.fixednav {
  left: -800px;
}
.banner {
  position: relative;
  z-index: 1;
}
.banner .circle {
  display:none;
  position: absolute;
  bottom: 65px;
  left: 50%;
  display: none\0;
  z-index:10;
  cursor:pointer;
  margin-left: -22.5px;
}
.footer .back-top {
  text-align: center;
}
.footer .back-top a {
  display: block;
  width: 64px;
  margin: 0 auto;
    padding-top: 12px;
    padding-bottom: 10px;
}
.footer .back-top a img {
  display: block;
  margin: 0 auto;
}
.footer .back-top a span {
  display: block;
  font-size: 14px;
  color: #222222;
  line-height: 24px;
  margin-top: 3px;
}
.footer-main {
  background-color: #ededed;
}
.footer-main-inner {
  padding-top: 50px;
  padding-bottom: 12px;
  border-bottom: 1px solid #eaeaea;
}
.footer-main-inner .left-cet {
  float: left;
}
.footer-main-inner .left-cet h4.fax {
  max-width: 310px;
  position: relative;
}
.footer-main-inner .left-cet h4.fax i {
  font-size: 24px;
  color: #333;
  line-height: 32px;
  font-weight: bold;
  font-family: "Arial";
  font-style: normal;
}

.footer-main-inner .left-cet h4.fax span {
  font-family: "微软雅黑";
  font-size: 24px;
  color: #333;
  line-height: 32px;
}
@media screen and (max-width:1400px){
 .footer-main-inner .left-cet h4.fax i {
  font-size: 26px;
   line-height: 36px;
} 
.footer-main-inner .left-cet h4.fax span {

  font-size: 26px;
  line-height: 36px;
}
.footer-main-inner .left-cet h4.fax{
  max-width:295px;
}
}
.footer-main-inner .left-cet h4.fax:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/phone-icon.png) no-repeat center center;
  width: 12px;
  height: 10px;
}
.footer-main-inner .left-cet .sup-doc {
  font-size: 20px;
  color: #222222;
  margin-top: 15px;
  margin-bottom: 20px;
}
.footer-main-inner .left-cet .place-box {
  font-size: 16px;
  color: #222222;
  line-height: 28px;
}
.footer-main-inner .right-cet {
  float: right;
  width: 160px;
}
.footer-main-inner .right-cet img{ width:100%}


.footer-main-inner .right-cet span {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #222222;
  margin-top: 10px; width:100%
}
.footer-nav {
  padding: 20px 0;
}
.footer-nav .left-nav {
  float: left;
}
.footer-nav .left-nav ul li {
  float: left;
}
.footer-nav .left-nav ul li a {
  font-size: 14px;
  color: #222222;
  background: url(../images/footer-blue-icon.jpg) no-repeat center right;
  padding-right: 18px;
  margin-right: 18px;
}
.footer-nav .left-nav ul li a:hover {
  color: #ff7319;
}
.footer-nav .left-nav ul li:last-child a {
  background: none;
}
.footer-nav .right-nav {
  float: right;
}
.footer-nav .right-nav ul li {
  float: left;
}
.footer-nav .right-nav ul li a {
  font-size: 14px;
  color: #222222;
  padding-left: 14px;
  display: block;
  cursor: pointer;
}
.footer-nav .right-nav ul img {
  float: left;
  margin-left: 14px;
  margin-top: 3px;
}
.c-text-link {
  overflow: hidden;
  position: relative;
}
.c-text-link:after {
  content: attr(data-label);
  display: block;
}
.c-text-link__in1,
.c-text-link__in2 {
  display: block;
}
.c-text-link__in1 {
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  color: #ff7319;
  color: #222222\0;
  background-color: none;
}
.c-text-link__in1 {
  -webkit-transform: translateX(-100.5%);
  transform: translateX(-100.5%);
}
.c-text-link__in2 {
  -webkit-transform: translateX(100.5%);
  transform: translateX(100.5%);
}
.is-over .c-text-link__in1,
.is-over .c-text-link__in2 {
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.is-over .c-text-link__in1 {
  -webkit-transform: translateX(100.5%);
  transform: translateX(100.5%);
}
.is-over .c-text-link__in2 {
  -webkit-transform: translateX(-100.5%);
  transform: translateX(-100.5%);
}
.c-text-link-underline {
  display: inline-block;
  line-height: 1.1;
  color: #e54530;
  text-decoration: none;
}
.c-text-link-underline:after {
  height: 1px;
  content: '';
  display: block;
  background-color: #ff7319;
}
.footer-bot {
  background: url(../images/footer-botbg.png) no-repeat center center;
  height: 110px;
}
.footer-bot-inner {
  font-size: 14px;
  color: #fefefe;
}
.footer-bot-inner .left-copy {
  float: left;
  padding-top: 48px; font-size:14px
}
.footer-bot-inner .left-copy a{
  color:#fff; font-size:14px
}
.footer-bot-inner .left-copy a:hover{
  color: #e2e2e2;
}
 .foot-support{
  float:left;
  margin-left:15px;
  line-height:16px;
  padding-top:27px;
}
.foot-support a{
  color:#b2b2b2;
}
 .foot-support .title{
  float:left;
}
 .foot-jszc {
  float: left;
  width: auto;
}
.foot-jszc li {
  text-align: left;
  height: 16px;
}
.foot-jszc li a{
  color:#fff;
}
 .foot-jszc li a:hover{
  color: #e2e2e2;
}


.diy_select {
  width: 250px;
  height: 35px;
  float: right;
  margin-top: 17px;
  position: relative;
  background-repeat: repeat-x;
  background-position: left top;
  border: solid 1px #355bbd;
  cursor: pointer;
}
.diy_select_btn,
.diy_select_txt {
  float: left;
  height: 100%;
  line-height: 33px;
  color: #fff;
  font-size: 14px;
}
.diy_select_txt {
  width: 216px;
}
.diy_select_txt,
.diy_select_list li {
  text-indent: 18px;
  overflow: hidden;
}
.diy_select_btn {
  width: 22px;
  height: 35px;
  background: url(../images/link1.png) no-repeat center center;
}
.diy_select_list {
  position: absolute;
  bottom: 100%;
  left: -2px;
  z-index: 88888;
  width: 252px;
  display: none;
  _top: 22px;
  background-color: #f6f6f6;
  border: solid 1px #355bbd;
  padding-bottom: 12px;
  padding-top: 6px;
}
.diy_select_list li {
  list-style: none;
  height: 30px;
  line-height: 32px;
  cursor: default;
}
.diy_select_list li.focus {
  text-decoration: underline;
}
.diy_select_list li a {
  color: #333333;
  font-size: 14px;
  line-height: 30px;
  display: block;
 
  margin-bottom: 2px;
}

.footer-main-inner .left-cet h4.fax i {
    font-size: 20px;
    line-height: 36px;
}.footer-main-inner .left-cet h4.fax span {
    font-size: 20px;
    line-height: 36px;
}.footer-main-inner .left-cet .sup-doc {
    font-size: 15px;
    color: #222222;
    margin-top: 15px;
    margin-bottom: 0px;
}.footer-main-inner .left-cet .place-box {
    font-size: 14px;
    color: #222222;
    line-height: 28px;
}.footer-main-inner .right-cet {
   
    width: 100px;  height:140px;
}
.footer-main-inner .right-cet img{ float:left}

.footer-main-inner .right-cet span{ height:30px; float:left}

.footer-main-inner{ padding-bottom:40px}

}

/*--------------------------------------------------------------------------------------------------------------------------------------550--*/

@media all and (max-width:850px){  


.footer-main-inner .left-cet h4.fax i {
    font-size: 20px;
    line-height: 36px;
}.footer-main-inner .left-cet h4.fax span {
    font-size: 20px;
    line-height: 36px;
}.footer-main-inner .left-cet .sup-doc {
    font-size: 15px;
    color: #222222;
    margin-top: 15px;
    margin-bottom: 0px;
}.footer-main-inner .left-cet .place-box {
    font-size: 14px;
    color: #222222;
    line-height: 28px;
}.footer-main-inner .right-cet {
    float: right;
    width: 100px; margin-right:1%; height:140px;
}
.footer-main-inner .right-cet img{ float:left}

.footer-main-inner .right-cet span{ height:30px; float:left}
.footer-main-inner .right-cet{ float:left; margin-top:4%}
.footer-main-inner{ padding-bottom:40px}
.footer-nav{ display:none}.footer-bot-inner .left-copy {
    float: left;
    padding-top: 12px;
    font-size: 14px;
}



}