@charset "utf-8";
html{color: #1f2d30;overflow-x: hidden;height: 100%;-webkit-tap-highlight-color: transparent;}
body {font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif;color: #1f2d30;-webkit-text-size-adjust: none;}
body,ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,figure,form,fieldset,legend,input,textarea,button,p,blockquote,th,td,pre,xmp{margin:0;padding:0}
body,input,textarea,button,select,pre,xmp,tt,code,kbd,samp{line-height: 1.5rem;font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif}
h1,h2,h3,h4,h5,h6,small,big,input,textarea,button,select{font-size:100%;-webkit-margin-before:0em;margin-block-start:0em;-webkit-margin-after: 0em;margin-block-end: 0em;}
h1,h2,h3,h4,h5,h6{font-family:"Arial","Microsoft YaHei","黑体","宋体",sans-serif}
h1,h2,h3,h4,h5,h6,b,strong{font-weight:normal}
address,cite,dfn,rem,i,optgroup,var{font-style:normal}
table{border-collapse:collapse;border-spacing:0;text-align:left}
caption,th{text-align:inherit}
ul,ol,menu{list-style:none}
fieldset,img{border:0}
img,object,input,textarea,button,select{vertical-align:middle}
article,aside,footer,header,section,nav,figure,figcaption,hgroup,details,menu{display:block}
audio,canvas,video{display:inline-block;*display:inline;*zoom:1}
blockquote:before,blockquote:after,q:before,q:after{content:"\0020"}
textarea{overflow:auto;resize:vertical}
input,textarea,button,select,a{outline:0 none;border: none;}
button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}
mark{background-color:transparent}
a,ins,s,u,del{text-decoration:none}@
sup,sub{vertical-align:baseline}
hr {height: .02rem;margin: .1rem 0;border: medium none;border-top: .02rem solid #cacaca;}
a {color: #333;text-decoration: none;}
a:hover{color: #E53935;}
img {max-width: 100%;vertical-align:top;}
/*placeholder*/
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{
    color: #999;@
}
input:-moz-placeholder, textarea:-moz-placeholder{
    color: #999;
}
input::-moz-placeholder, textarea::-moz-placeholder{
    color: #999;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder{
    color: #999;
}
input[type="button"], input[type="submit"], input[type="reset"] {
  -webkit-appearance: none;
}
textarea {  
  -webkit-appearance: none;
}  
.clear{
    content: "";
    display: block;
    clear: both;
}
.container{
  width: 1140px;
  height: 100%;
  margin: 0 auto;
  -webkit-head-sizing: border-head;
     -moz-head-sizing: border-head;
          head-sizing: border-head;
  behavior: url(css/PIE.htc);
}
.top-header{
  /* padding: 10px 0; */
  background-color: #f2eee2;
}
.top-header .top-header-table{
	height: 65px;
	line-height: 65px;
}
.top-header .top-header-table::after{
  display: block;
  clear: both;
  content: "";
}
.top-header .top-header-table .top-link-left,
.top-header .top-header-table .top-text-right{
  float: left;
  width: 50%;
}
.top-header .top-header-table .top-link-left img{
	height: 55px;
	margin-right: 5px;
}
.top-header .top-text-right{
  text-align: right;
}
.top-header a,
.top-header p{
  color: #666;
  font-size: 14px;
}
.nav{
  padding: 15px 0;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px -1px;
     -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px -1px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px -1px;
}
.nav .container{
  width: 1200px;
}
.nav .container::after{
  display: block;
  clear: both;
  content: "";
}
.nav .nav-logo{
  float: left;
}
.nav .nav-logo img{
  height: 44px;
}
.nav .nav-item{
  float: right;
  padding: 0 20px;
}
.nav .nav-item .nav-list{
  float: left;
  padding: 0 10px;
  height: 44px;
  line-height: 44px;
}
.nav .nav-item .nav-list a{
  font-weight: bold;
}
.banner{
  text-align: center;
}
.box{
  padding: 30px 0;
}
.box .box1-table::after{
  display: block;
  clear: both;
  content: "";
}
.box .box1-img-left,
.box .box1-text-right{
  float: left;
}
.box .box1-img-left{
  width: 40%;
}
.box .box1-text-right{
  width: 60%;
}
.box .box1-img-left .box1-img-item{
  padding-right: 20px;
}
.box .box1-img-left .box1-img-item::after{
  display: block;
  clear: both;
  content: "";
}
.box .box1-img-left .box1-img-item .box1-img-list{
  width: 50%;
  float: left;
  padding: 15px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.box .box1-img-left .box1-img-item .box1-img-list img{
  -moz-border-radius: 5px;
       border-radius: 5px;
  -webkit-transform: perspective(300px) rotateX(0deg) rotateY(0deg);
     -moz-transform: perspective(300px) rotateX(0deg) rotateY(0deg);
          transform: perspective(300px) rotateX(0deg) rotateY(0deg);
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  transition: all .1s linear;
}
.box .box1-img-left .box1-img-item .box1-img-list img:hover{
  -webkit-transform: perspective(300px) rotateX(4deg) rotateY(-4deg);
     -moz-transform: perspective(300px) rotateX(4deg) rotateY(-4deg);
          transform: perspective(300px) rotateX(4deg) rotateY(-4deg);
}
.box .box1-text-right{
  padding-top: 20px;
}
.box .box1-text-right h2{
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 10px;
  cursor: default;
}
.box .box1-text-right h4{
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 15px;
  cursor: default;
}
.box .box1-text-right p{
  line-height: 26px;
  color: #666;
  margin-bottom: 8px;
  font-size: 14px;
  cursor: default;
}
.box .box1-text-right .box-btn{
  margin-top: 12px;
  background-color: #E53935;
  color: #fff;
  border: 1px solid #E53935;
  display: inline-block;
  padding: 10px 30px;
  -moz-border-radius: 0.3em;
       border-radius: 0.3em;
  text-transform: uppercase;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  transition: all .2s linear;
}
.box .box1-text-right .box-btn:hover{
  padding: 10px 35px;
  background-color: #ea4637;
}

.box2{
  background-image: url(../img/ctr-bg.jpg);
  position: relative;
  -moz-background-size: cover;
       background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  cursor: default;
}
.box2:before{
  content: "";
  background-color: #000;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .75;
}
.box2 .box2-table{
  position: relative;
}
.box2 .box2-table h2,
.box2 .box2-table h4,
.box2 .box2-table p{
  color: #eee;
  text-align: center;
  text-transform: uppercase;
}
.box2 .box2-table h2{
  font-size: 36px;
  font-weight: bold;
  height: 40px;
}
.box2 .box2-table h4{
  font-size: 16px;
  margin-bottom: 15px;
}
.box2 .box2-title{
}
.box2 .box2-table p{
  line-height: 30px;
}
.box3{
  background-color: #F6F8FF;
}

.box3 .box3-table>.box3-title{
	text-align: center;
}
.box3 .box3-table .box3-title h4{
    color: #777777;
    font-size: 16px;
    line-height: 13px;
    margin-bottom: 14px;
    text-transform: uppercase;
  cursor: default;
}
.box3 .box3-table .box3-title h2{
      color: #555555;
    font-size: 30px;
    font-weight: 700;
    line-height: 22px;
    margin: 0;
    text-transform: uppercase;
    height: 40px;
  cursor: default;
}
.box3 .box3-table .box3-item::after{
  display: block;
  clear: both;
  content: "";
}
.box3 .box3-table .box3-item .box3-list{
  float: left;
  width: 33.33%;
  height: 200px;
}
.box3 .box3-table .box3-item .box3-list .box3-content{
  padding: 15px;
  cursor: default;
}
.box3 .box3-table .box3-item .box3-list .box3-content:hover i{
  background-position: center bottom;
}
.box3 .box3-table .box3-item .box3-list .box3-content .box3-title{
  position: relative;
  padding: 20px 0 10px 65px;
  height: 48px;
}
.box3 .box3-table .box3-item .box3-list .box3-content .box3-title i{
      display: block;
    position: absolute;
    top: 0;
    left: 0;    
    width: 57px;
    height: 44px;
        -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -moz-background-size: cover;
         background-size: cover;
}
.box3 .box3-table .box3-item .box3-list:first-child .box3-content .box3-title i{
    background-image: url(../img/box3-img1.png);
}
.box3 .box3-table .box3-item .box3-list:nth-child(2) .box3-content .box3-title i{
    background-image: url(../img/box3-img2.png);
}
.box3 .box3-table .box3-item .box3-list:nth-child(3) .box3-content .box3-title i{
    background-image: url(../img/box3-img3.png);
}
.box3 .box3-table .box3-item .box3-list:nth-child(4) .box3-content .box3-title i{
    background-image: url(../img/box3-img4.png);
}
.box3 .box3-table .box3-item .box3-list:nth-child(5) .box3-content .box3-title i{
    background-image: url(../img/box3-img5.png);
}
.box3 .box3-table .box3-item .box3-list:nth-child(6) .box3-content .box3-title i{
    background-image: url(../img/box3-img6.png);
}
.box3 .box3-table .box3-item .box3-list .box3-content .box3-title p{
  font-weight: bold;
  color: #E53935;
}
.box3 .box3-table .box3-item .box3-list .box3-content>p{
      line-height: 26px;
      font-size: 14px;
  color: #656565;
}
.box3 .box3-table .box3-item .box3-list .box3-content>p>b{
	font-weight: bold;
}
.box4{
  background: url(../img/about-bg.jpg);
  cursor: default;
}
.box4 .box4-table .box4-head .box4-title{
  text-align: center;
  margin-bottom: 20px;
}
.box4 .box4-table .box4-head .box4-title h2{
  color: #3E2D35;
  font-weight: 700;
  font-size: 36px;
  height: 40px;
}
.box4 .box4-table .box4-head .box4-title h4{
  color: #8E561B;
  font-size: 16px;
  text-transform: uppercase;
}
.box4 .box4-table .box4-head .box4-desc{
  margin-bottom: 20px;
}
.box4 .box4-table .box4-head .box4-desc p{
  color: #3E2D35;
}
.box4 .box4-table .box4-body::after{
  clear: both;
  display: block;
  content: "";
}
.box4 .box4-table .box4-body .box4-left-img{
  width: 40%;
  padding-right: 50px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.box4 .box4-table .box4-body .box4-right-text{
  width: 100%;
  text-align: center;
}
.box4 .box4-table .box4-body .box4-right-text .box4-right-width{
    width: 100%;
    box-sizing: border-box;
}
.box4 .box4-table .box4-body .box4-right-text h2{
  color: #3E2D35;
  font-size: 20px;
  font-weight: bold;
  margin: 15px 0;
}
.box4 .box4-table .box4-body .box4-right-text .box4-right-text-img img{
	height: 300px;
}
.box4 .box4-table .box4-body .box4-right-text .box4-right-width .box4-right-text-img img{
	height: auto;
}
.box4 .box4-table .box4-body .box4-right-text p{
  color: #8E561B;
  font-size: 14px;
}
.box4 .box4-table .box4-body .box4-right-text a{
    background: #0C1A2D;
    padding: 10px 30px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    -o-border-radius: 0.3em;
    -ms-border-radius: 0.3em;
    display: inline-block;
    margin-top: 20px;
}
.box5{
  cursor: default;
}
.box5 .box5-table .box5-head{
  text-align: center;
}
.box5 .box5-table .box5-head h2{
  font-size: 36px;
  font-weight: bold;
  height: 40px;
}
.box5 .box5-table .box5-head h4{
  font-size: 16px;
  text-transform: uppercase;
}
.box5 .box5-table .box5-item{
  margin-top: 30px;
}
.box5 .box5-table .box5-item::after{
  content: "";
  display: block;
  clear: both;
}
.box5 .box5-table .box5-item .box5-list{
  float: left;
  width: 25%;
}
.box5 .box5-table .box5-item .box5-list .box5-content{
  margin: 0 10px;
  background: #F5FAFD;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px -1px;
     -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px -1px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px -1px;
  -moz-border-radius: 12px;
       border-radius: 12px;
  -webkit-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
    -moz-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
    -webkit-transition: -webkit-transform 300ms cubic-bezier(0.34, 2, 0.6, 1), -webkit-box-shadow 200ms ease;
    transition: -webkit-transform 300ms cubic-bezier(0.34, 2, 0.6, 1), -webkit-box-shadow 200ms ease;
    -moz-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease, -moz-transform 300ms cubic-bezier(0.34, 2, 0.6, 1), -moz-box-shadow 200ms ease;
    transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
    transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease, -webkit-transform 300ms cubic-bezier(0.34, 2, 0.6, 1), -moz-transform 300ms cubic-bezier(0.34, 2, 0.6, 1), -webkit-box-shadow 200ms ease, -moz-box-shadow 200ms ease;
  cursor: default;
}
.box5 .box5-table .box5-item .box5-list .box5-content:hover{
  -webkit-box-shadow: 0px 12px 19px -7px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0px 12px 19px -7px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 12px 19px -7px rgba(0, 0, 0, 0.3);
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
}
.box5 .box5-table .box5-item .box5-list .box5-content .box5-title{
  text-align: center;
  height: 50px;
  line-height: 50px;
}
.box5 .box5-table .box5-item .box5-list .box5-content .box5-title p{
  font-weight: bold;
}
.box5 .box5-table .box5-item .box5-list .box5-content .box5-name{
  background: #fff;
  padding: 15px;
  line-height: 30px;
  text-align: center;
}
.box5 .box5-table .box5-item .box5-list .box5-content .box5-name p{
  font-weight: bold;
}
.box5 .box5-table .box5-item .box5-list .box5-content .box5-desc{
  padding: 20px 15px;
  height: 210px;
}
.box5 .box5-table .box5-item .box5-list .box5-content .box5-desc p{
  line-height: 30px;
  border-bottom: 1px dashed #eee;
  font-size: 14px;
}
.box6{
  background-color: #F5F5F5;
  cursor: default;
}
.box6 .box6-table::after{
  content: "";
  display: block;
  clear: both;
}
.box6 .box6-table .box6-left-text,
.box6 .box6-table .box6-right-img{
  float: left;
}
.box6 .box6-table .box6-left-text{
  width: 60%;
  padding-right: 50px;
  box-sizing: border-box;
}
.box6 .box6-table .box6-right-img{
  width: 40%;
}
.box6 .box6-table .box6-right-img img{
  border: 20px solid #fff;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  height: 350px;
}
.box6 .box6-table .box6-left-text .box6-title h2{
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 20px;
}
.box6 .box6-table .box6-left-text .box6-title h4{
  font-size: 16px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.box6 .box6-table .box6-left-text .box6-desc{
  margin-top: 20px;
}
.box6 .box6-table .box6-left-text .box6-desc h2{
  font-size: 20px;
  font-weight: bold;
  height: 42px;
  line-height: 42px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.box6 .box6-table .box6-left-text .box6-desc h2 b{
  font-weight: bold;
  color: #E53935;
}
.box6 .box6-table .box6-left-text .box6-desc p{
  margin-bottom: 10px;
}
.box7 .container{
  width: 870px;
}
.box7 .box7-table .box7-title{
  text-align: center;
  cursor: default;
}
.box7 .box7-table .box7-title h2{
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 20px;
}
.box7 .box7-table .box7-title h4{
  font-size: 16px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.box7 .box7-table .box7-item .box7-list{
  border: 1px solid #EAEAEA;
  -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    -moz-border-radius: 20px;
         border-radius: 20px;
    padding: 20px;
    margin: 20px 0;
    position: relative;
    background: #fff;
}
.box7 .box7-table .box7-item .box7-list .box7-content{
  padding-right: 100px;
  height: 50px;
  overflow: hidden;
}
.box7 .box7-table .box7-item .box7-list .box7-content i{
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: #5798FE;
  display: block;
  -moz-border-radius: 50%;
       border-radius: 50%;
  cursor: pointer;
}
.box7 .box7-table .box7-item .box7-list .box7-content i::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -6px;
  width: 12px;
  height: 2px;
  display: block;
  background: #fff;
}
.box7 .box7-table .box7-item .box7-list .box7-content i::after{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -1px;
  width: 2px;
  height: 12px;
  display: block;
  background: #fff;
}
.box7 .box7-table .box7-item .box7-list.active{
  border: 1px solid #E53935;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px -1px;
     -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px -1px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px -1px;
}
.box7 .box7-table .box7-item .box7-list.active .box7-content i{
  background: #F0BA3E;
}
.box7 .box7-table .box7-item .box7-list.active .box7-content i::after{
  display: none;
}
.box7 .box7-table .box7-item .box7-list.active .box7-content{
  height: auto;
}
.box7 .box7-table .box7-item .box7-list.active .box7-content .box7-q h2{
  color: #E53935;
}
.box7 .box7-table .box7-item .box7-list .box7-content .box7-q{
  height: 50px;
  line-height: 50px;
}
.box7 .box7-table .box7-item .box7-list .box7-content .box7-q h2{
  font-weight: bold;
  font-size: 18px;
  cursor: default;
}
.box7 .box7-table .box7-item .box7-list .box7-content .box7-a p{
  line-height: 28px;
  color: #555;
  cursor: default;
}
.box7 .box7-table .box7-item .box7-list .box7-content .box7-a span{
  line-height: 28px;
  color: #999;
  font-size: 14px;
}
.box8{
  cursor: default;
  background-color: #F0F3FC;
}
.box8 .box8-table .box8-title{
	text-align: center;
}
.box8 .box8-table .box8-title h2{
  font-weight: bold;
  font-size: 36px;
  height: 40px;
}
.box8 .box8-table .box8-title h4 {
    font-size: 16px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.box8 .box8-table .box8-item::after{
	display: block;
	content: "";
	clear: both;
}
.box8 .box8-table .box8-item .box8-list{
  float: left;
  width: 16.66%;
}
.box8 .box8-table .box8-item .box8-list .box8-content{
	margin: 0 20px;
}
.box8 .box8-table .box8-item .box8-list .box8-content .box8-img{
	
}
.box8 .box8-table .box8-item .box8-list .box8-content .box8-text{
	margin-bottom: 20px;
}
.box8 .box8-table .box8-item .box8-list .box8-content .box8-text h2{
	height: 20px;
	margin: 15px 0 7px;
	font-size: 18px;
	color: #555;
	position: relative;
	display: inline-block;
}
.box8 .box8-table .box8-item .box8-list .box8-content .box8-text p{
	height: 44px;
	line-height: 22px;
	overflow: hidden;
	font-size: 14px;
	margin-top: 15px;
}
.box8 .box8-table .box8-item .box8-list .box8-content .box8-text h2::before{
    left: 0;
    bottom: -10px;
    height: 1px;
    width: 100%;
    content: " ";
    position: absolute;
    background: #bbb;
    transition: all 0.4s ease-in-out;
}
.box9 .box9-table .box9-title{
	text-align: center;
}
.box9 .box9-table .box9-title h2 {
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 20px;
}
.box9 .box9-table .box9-title h4 {
    font-size: 14px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.box9 .box9-table .box9-body table{
   width: auto !important;
    max-width: 90% !important;
    /* text-align: center; */
    word-break: keep-all;
    margin: 10px auto 0;
    min-width: 100%;
}
.box9 .box9-table .box9-body table tr:first-child,
.box9 .box9-table .box9-body table tr td.first-td{
	background-color: #fafafa;
	font-weight: bold;
    text-align: center;
}
.box9 .box9-table .box9-body table td,
.box9 .box9-table .box9-body table th{
  padding: 10px;
  vertical-align: middle;
  border: 1px solid #E8E8E8 !important;
  font-size: 14px;
}
.foot{
  width: 100%;
  padding:30px 0;
  background-color: #111;
  margin-bottom:-15px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.foot .foot-contact{
  padding: 0 150px;
}
.foot .foot-contact .foot-table{
  width: 50%;
  float: left;
}
.foot .foot-contact .foot-tel{
  color: #fff;
  font-size: 26px;
  font-family: impact;
  line-height: 40px;
  cursor: default;
}
.foot .foot-contact .foot-left{
  text-align: center;
}
.foot .foot-contact .foot-right .foot-item{
  padding: 4px 0;
}
.foot .foot-contact .foot-right .foot-item a{
  float: left;
  text-align: center;
  width: 25%;
  font-size: 12px;
  line-height: 24px;
  color: #999;
}
.foot a:hover{
  opacity: .8;
}
.foot .foot-copy{
  width: 100%;
  text-align: center;
  line-height: 45px;
  font-size: 12px;
}
.foot .foot-copy,
.foot .foot-copy span,
.foot .foot-copy a{
  color: #999;
}
.foot .foot-copy img{
  vertical-align: middle;
}




@media  screen and (min-width: 1366px){
}
@media  screen and (min-width: 1201px) and (max-width: 1365px){
}
@media  screen and (min-width: 1024px) and (max-width: 1200px){


  .container,
  .nav .container,
  .box7 .container{
    width: 100%;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .nav .nav-item,
  .nav .nav-item .nav-list{
    padding: 0 5px;
  }
  .nav .nav-item .nav-list a{
    font-size: 12px;
  }
  .box{
    padding: 10px 0 20px;
  }
  .box .box1-img-left{
    display: none;
  }
  .box .box1-text-right{
    width: 100%;
  }
  .box .box1-text-right h2,
  .box2 .box2-table h2,
  .box3 .box3-table .box3-title h2,
  .box4 .box4-table .box4-head .box4-title h2,
  .box4 .box4-table .box4-body .box4-right-text h2,
  .box5 .box5-table .box5-head h2,
  .box6 .box6-table .box6-left-text .box6-title h2,
  .box7 .box7-table .box7-title h2,
  .box8 .box8-table .box8-title h2,
  .box9 .box9-table .box9-title h2{
    font-size: 16px;
    text-align: center;
    height: auto;
    line-height: 34px;
    margin-bottom: 0;
  }
  .box .box1-text-right h4,
  .box2 .box2-table h4,
  .box3 .box3-table .box3-title h4,
  .box4 .box4-table .box4-head .box4-title h4,
  .box5 .box5-table .box5-head h4,
  .box6 .box6-table .box6-left-text .box6-title h4,
  .box7 .box7-table .box7-title h4,
  .box8 .box8-table .box8-title h4,
  .box9 .box9-table .box9-title h4{
    display: none;
  }
  .box .box1-text-right p{
    line-height: 24px;
    margin-bottom: 0;
  }
  .box .box1-text-right .box-btn,
  .box4 .box4-table .box4-body .box4-right-text a{
    display: block;
    margin: 10px auto 0;
    width: auto;
    width: 80px;
    text-align: center;
    height: 34px;
    line-height: 34px;
    padding: 0;
    font-size: 14px;
  }
  .box2 .box2-table p{
    line-height: 24px;
    font-size: 14px;
    padding: 0 5px
  }
  .box3 .box3-table .box3-item .box3-list{
    width: 33.33%;
  }
  .box3 .box3-table .box3-item .box3-list .box3-content{
    padding: 10px;
  }
  .box3 .box3-table .box3-item .box3-list .box3-content .box3-title{
    padding: 10px 0 10px 50px;
  }
  .box3 .box3-table .box3-item .box3-list .box3-content .box3-title i{
    width: 44px;
    height: 34px;
  }
  .box3 .box3-table .box3-item .box3-list .box3-content .box3-title p{
    font-size: 14px;
  }
  .box3 .box3-table .box3-item .box3-list .box3-content>p{
    line-height: 24px;
    min-height: 96px;
  }
  .box4 .box4-table .box4-head .box4-desc p{
    font-size: 14px;
  }
  .box4 .box4-table .box4-body .box4-left-img{
    padding: 0 20px;
    text-align: center;
  }
  .box4 .box4-table .box4-body .box4-right-text .box4-right-text-img{
	text-align: center;
  }
  .box4 .box4-table .box4-body .box4-right-text .box4-right-text-img img{
	height: 260px;
  }
  .box5 .box5-table .box5-item{
    margin-top: 0;
  }
  .box5 .box5-table .box5-item .box5-list{
    width: 25%;
    margin: 10px 0;
  }
  .box5 .box5-table .box5-item .box5-list .box5-content .box5-title,
  .box5 .box5-table .box5-item .box5-list .box5-content .box5-name{
    height: 34px;
    line-height: 34px;
    padding: 0;
  }
  .box5 .box5-table .box5-item .box5-list .box5-content .box5-desc{
    height: auto;
    min-height: 200px;
  }
  .box5 .box5-table .box5-item .box5-list .box5-content .box5-desc p{
    font-size: 14px;
    line-height: 26px;
  }
  .box6 .box6-table .box6-right-img img {
    border: 10px solid #fff;
    height: 200px;
    margin-top: 30px
  }
  .box6 .box6-table .box6-left-text .box6-desc{
    margin-top: 0;
  }
  .box6 .box6-table .box6-left-text .box6-desc h2{
    height: auto;
    line-height: 30px;
    font-size: 14px;
    margin: 10px 0;
  }
  .box6 .box6-table .box6-left-text .box6-desc p{
	font-size: 14px;
  }
  .box7 .box7-table .box7-item .box7-list{
    border-radius: 10px;
    padding: 10px;
  }
  .box7 .box7-table .box7-item .box7-list .box7-content{
    padding-right: 50px;
    height: 40px;
  }
  .box7 .box7-table .box7-item .box7-list .box7-content .box7-q{
    height: 40px;
    line-height: 40px;
  }
  .box7 .box7-table .box7-item .box7-list .box7-content .box7-a p{
    font-size: 14px;
    line-height: 24px;
  }
  .box7 .box7-table .box7-item .box7-list .box7-content .box7-q h2{
    font-size: 16px;
  }
  .box7 .box7-table .box7-item .box7-list .box7-content i{
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
  }
  .foot{
    margin-top: 0;
    padding: 10px 0;
  }
  .foot .foot-contact{
    padding: 0 10px;
  }
  .foot .foot-contact .foot-table{
    width: 100%;
  }
  .foot .foot-contact .foot-tel{
    font-size: 20px;
  }
  .foot .foot-contact .foot-tel div{
    display: inline;
  }
  .foot .foot-copy{
    line-height: 20px;
  }

}
@media  screen and (min-width: 768px) and (max-width:1023px ){


  .container,
  .nav .container,
  .box7 .container{
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .nav .nav-logo{
    width: 100%;
  }
  .nav .nav-logo img{
    width: 40%;
    height: auto;
    display: block;
    margin: 0 auto 5px;
  }
  .nav .nav-item,
  .nav .nav-item .nav-list{
    padding: 0 5px;
  }
  .nav .nav-item{
    width: 100%;
  }
  .nav .nav-item .nav-list{
    height: 24px;
    line-height: 24px;
    display: inline-block;
    width: 12.5%;
    float: left;
    box-sizing: border-box;
    text-align: center;
  }
  .nav .nav-item .nav-list a{
    font-size: 12px;
  }
  .box{
    padding: 10px 0 20px;
  }
  .box .box1-img-left{
    display: none;
  }
  .box .box1-text-right{
    width: 100%;
  }
  .box .box1-text-right h2,
  .box2 .box2-table h2,
  .box3 .box3-table .box3-title h2,
  .box4 .box4-table .box4-head .box4-title h2,
  .box4 .box4-table .box4-body .box4-right-text h2,
  .box5 .box5-table .box5-head h2,
  .box6 .box6-table .box6-left-text .box6-title h2,
  .box7 .box7-table .box7-title h2,
  .box8 .box8-table .box8-title h2,
  .box9 .box9-table .box9-title h2{
    font-size: 16px;
    text-align: center;
    height: auto;
    line-height: 34px;
    margin-bottom: 0;
  }
  .box .box1-text-right h4,
  .box2 .box2-table h4,
  .box3 .box3-table .box3-title h4,
  .box4 .box4-table .box4-head .box4-title h4,
  .box5 .box5-table .box5-head h4,
  .box6 .box6-table .box6-left-text .box6-title h4,
  .box7 .box7-table .box7-title h4,
  .box8 .box8-table .box8-title h4,
  .box9 .box9-table .box9-title h4{
    display: none;
  }
  .box .box1-text-right p{
    line-height: 24px;
    margin-bottom: 0;
  }
  .box .box1-text-right .box-btn,
  .box4 .box4-table .box4-body .box4-right-text a{
    display: block;
    margin: 10px auto 0;
    width: auto;
    width: 80px;
    text-align: center;
    height: 34px;
    line-height: 34px;
    padding: 0;
    font-size: 14px;
  }
  .box2 .box2-table p{
    line-height: 24px;
    font-size: 14px;
    padding: 0 5px
  }
  .box3 .box3-table .box3-item .box3-list{
    width: 50%;
  }
  .box3 .box3-table .box3-item .box3-list .box3-content{
    padding: 10px;
  }
  .box3 .box3-table .box3-item .box3-list .box3-content .box3-title{
    padding: 10px 0 10px 50px;
  }
  .box3 .box3-table .box3-item .box3-list .box3-content .box3-title i{
    width: 44px;
    height: 34px;
  }
  .box3 .box3-table .box3-item .box3-list .box3-content .box3-title p{
    font-size: 14px;
  }
  .box3 .box3-table .box3-item .box3-list .box3-content>p{
    line-height: 24px;
    min-height: 96px;
  }
  .box4 .box4-table .box4-head .box4-desc p{
    font-size: 14px;
  }
  .box4 .box4-table .box4-body .box4-left-img{
    padding: 0 20px;
    text-align: center;
  }
  .box4 .box4-table .box4-body .box4-right-text .box4-right-text-img{
	text-align: center;
  }
  .box4 .box4-table .box4-body .box4-right-text .box4-right-text-img img{
	height: 160px;
  }
  .box5 .box5-table .box5-item{
    margin-top: 0;
  }
  .box5 .box5-table .box5-item .box5-list{
    width: 50%;
    margin: 10px 0;
  }
  .box5 .box5-table .box5-item .box5-list .box5-content .box5-title,
  .box5 .box5-table .box5-item .box5-list .box5-content .box5-name{
    height: 34px;
    line-height: 34px;
    padding: 0;
  }
  .box5 .box5-table .box5-item .box5-list .box5-content .box5-desc{
    height: auto !important;
    min-height: 105px;
  }
  .box5 .box5-table .box5-item .box5-list .box5-content .box5-desc p{
    font-size: 14px;
    line-height: 26px;
  }
  .box6 .box6-table .box6-left-text{
    width: 100%;
	padding-right: 0;
  }
  .box6 .box6-table .box6-right-img{
    display: none;
  }
  .box6 .box6-table .box6-left-text .box6-desc{
    margin-top: 0;
  }
  .box6 .box6-table .box6-left-text .box6-desc h2{
    height: auto;
    line-height: 30px;
    font-size: 14px;
    margin: 10px 0;
  }
  .box6 .box6-table .box6-left-text .box6-desc p{
	font-size: 14px;
  }
  .box7 .box7-table .box7-item .box7-list{
    border-radius: 10px;
    padding: 10px;
  }
  .box7 .box7-table .box7-item .box7-list .box7-content{
    padding-right: 50px;
    height: 40px;
  }
  .box7 .box7-table .box7-item .box7-list .box7-content .box7-q{
    height: 40px;
    line-height: 40px;
  }
  .box7 .box7-table .box7-item .box7-list .box7-content .box7-a p{
    font-size: 14px;
    line-height: 24px;
  }
  .box7 .box7-table .box7-item .box7-list .box7-content .box7-q h2{
    font-size: 16px;
  }
  .box7 .box7-table .box7-item .box7-list .box7-content i{
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
  }
  .box8 .box8-table .box8-item .box8-list{
    width: 16.66%;
  }
  .box8 .box8-table .box8-item .box8-list .box8-content{
    margin: 0 5px;
  }
  .box8 .box8-table .box8-item .box8-list .box8-content .box8-text{
	margin-bottom: 10px;
  }
  .box8 .box8-table .box8-item .box8-list .box8-content .box8-text h2{
	font-size: 16px;
    margin: 8px 0 5px;
  }
  .box8 .box8-table .box8-item .box8-list .box8-content .box8-text p{
	margin-top: 10px;
    font-size: 12px;
  }
  .box9 .box9-table .box9-body table{
	max-width: 100% !important;
	margin: 0; 
    word-break: break-all;
  }
  .box9 .box9-table .box9-body table td,
  .box9 .box9-table .box9-body table th{
	padding: 5px 8px;
	font-size: 14px;
  }
  .foot{
    margin-top: 0;
    padding: 10px 0;
  }
  .foot .foot-contact{
    padding: 0 10px;
  }
  .foot .foot-contact .foot-table{
    width: 100%;
  }
  .foot .foot-contact .foot-tel{
    font-size: 20px;
  }
  .foot .foot-contact .foot-tel div{
    display: inline;
  }
  .foot .foot-copy{
    line-height: 20px;
  }
}
@media screen and (min-width: 667px) and (max-width:767px ){


  .container,
  .nav .container,
  .box7 .container{
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .nav .nav-logo{
    width: 100%;
  }
  .nav .nav-logo img{
    width: 50%;
    height: auto;
    display: block;
    margin: 0 auto 5px;
  }
  .nav .nav-item,
  .nav .nav-item .nav-list{
    padding: 0 5px;
  }
  .nav .nav-item{
    width: 100%;
  }
  .nav .nav-item .nav-list{
    height: 24px;
    line-height: 24px;
    display: inline-block;
    width: 12.5%;
    float: left;
    box-sizing: border-box;
    text-align: center;
  }
  .nav .nav-item .nav-list a{
    font-size: 12px;
  }
  .box{
    padding: 10px 0 20px;
  }
  .box .box1-img-left{
    display: none;
  }
  .box .box1-text-right{
    width: 100%;
  }
  .box .box1-text-right h2,
  .box2 .box2-table h2,
  .box3 .box3-table .box3-title h2,
  .box4 .box4-table .box4-head .box4-title h2,
  .box4 .box4-table .box4-body .box4-right-text h2,
  .box5 .box5-table .box5-head h2,
  .box6 .box6-table .box6-left-text .box6-title h2,
  .box7 .box7-table .box7-title h2,
  .box8 .box8-table .box8-title h2,
  .box9 .box9-table .box9-title h2{
    font-size: 16px;
    text-align: center;
    height: auto;
    line-height: 34px;
    margin-bottom: 0;
  }
  .box .box1-text-right h4,
  .box2 .box2-table h4,
  .box3 .box3-table .box3-title h4,
  .box4 .box4-table .box4-head .box4-title h4,
  .box5 .box5-table .box5-head h4,
  .box6 .box6-table .box6-left-text .box6-title h4,
  .box7 .box7-table .box7-title h4,
  .box8 .box8-table .box8-title h4,
  .box9 .box9-table .box9-title h4{
    display: none;
  }
  .box .box1-text-right p{
    line-height: 24px;
    margin-bottom: 0;
  }
  .box .box1-text-right .box-btn,
  .box4 .box4-table .box4-body .box4-right-text a{
    display: block;
    margin: 10px auto 0;
    width: auto;
    width: 80px;
    text-align: center;
    height: 34px;
    line-height: 34px;
    padding: 0;
    font-size: 14px;
  }
  .box2 .box2-table p{
    line-height: 24px;
    font-size: 14px;
    padding: 0 5px
  }
  .box3 .box3-table .box3-item .box3-list{
    width: 50%;
  }
  .box3 .box3-table .box3-item .box3-list .box3-content{
    padding: 10px;
  }
  .box3 .box3-table .box3-item .box3-list .box3-content .box3-title{
    padding: 10px 0 10px 50px;
  }
  .box3 .box3-table .box3-item .box3-list .box3-content .box3-title i{
    width: 44px;
    height: 34px;
  }
  .box3 .box3-table .box3-item .box3-list .box3-content .box3-title p{
    font-size: 14px;
  }
  .box3 .box3-table .box3-item .box3-list .box3-content>p{
    line-height: 24px;
    min-height: 96px;
  }
  .box4 .box4-table .box4-head .box4-desc p{
    font-size: 14px;
  }
  .box4 .box4-table .box4-body .box4-left-img,
  .box4 .box4-table .box4-body .box4-right-text{
    width: 100%;
  }
  .box4 .box4-table .box4-body .box4-left-img,
  .box4 .box4-table .box4-body .box4-right-text .box4-right-text-img{
    padding: 0 20px;
    text-align: center;
  }
  .box4 .box4-table .box4-body .box4-left-img img,
  .box4 .box4-table .box4-body .box4-right-text .box4-right-text-img img{
    height: 200px;
  }
  .box5 .box5-table .box5-item{
    margin-top: 0;
  }
  .box5 .box5-table .box5-item .box5-list{
    width: 100%;
    margin: 10px 0;
  }
  .box5 .box5-table .box5-item .box5-list .box5-content .box5-title,
  .box5 .box5-table .box5-item .box5-list .box5-content .box5-name{
    height: 34px;
    line-height: 34px;
    padding: 0;
  }
  .box5 .box5-table .box5-item .box5-list .box5-content .box5-desc{
    height: auto !important;
  }
  .box5 .box5-table .box5-item .box5-list .box5-content .box5-desc p{
    font-size: 14px;
    line-height: 26px;
  }
  .box6 .box6-table .box6-left-text{
    width: 100%;
	padding-right: 0;
  }
  .box6 .box6-table .box6-right-img{
    display: none;
  }
  .box6 .box6-table .box6-left-text .box6-desc{
    margin-top: 0;
  }
  .box6 .box6-table .box6-left-text .box6-desc h2{
    height: auto;
    line-height: 30px;
    font-size: 14px;
    margin: 10px 0;
  }
  .box6 .box6-table .box6-left-text .box6-desc p{
	font-size: 14px;
  }
  .box7 .box7-table .box7-item .box7-list{
    border-radius: 10px;
    padding: 10px;
  }
  .box7 .box7-table .box7-item .box7-list .box7-content{
    padding-right: 50px;
    height: 40px;
  }
  .box7 .box7-table .box7-item .box7-list .box7-content .box7-q{
    height: 40px;
    line-height: 40px;
  }
  .box7 .box7-table .box7-item .box7-list .box7-content .box7-a p{
    font-size: 14px;
    line-height: 24px;
  }
  .box7 .box7-table .box7-item .box7-list .box7-content .box7-q h2{
    font-size: 16px;
  }
  .box7 .box7-table .box7-item .box7-list .box7-content i{
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
  }
  .box8 .box8-table .box8-item .box8-list{
    width: 16.66%;
  }
  .box8 .box8-table .box8-item .box8-list .box8-content{
    margin: 0 5px;
  }
  .box8 .box8-table .box8-item .box8-list .box8-content .box8-text{
	margin-bottom: 10px;
  }
  .box8 .box8-table .box8-item .box8-list .box8-content .box8-text h2{
	font-size: 16px;
    margin: 8px 0 5px;
  }
  .box8 .box8-table .box8-item .box8-list .box8-content .box8-text p{
	margin-top: 10px;
    font-size: 12px;
  }
  .box9 .box9-table .box9-body table{
	max-width: 100% !important;
	margin: 0;
    word-break: break-all;
  }
  .box9 .box9-table .box9-body table td,
  .box9 .box9-table .box9-body table th{
	padding: 5px 8px;
	font-size: 14px;
  }
  .foot{
    margin-top: 0;
    padding: 10px 0;
  }
  .foot .foot-contact{
    padding: 0 10px;
  }
  .foot .foot-contact .foot-table{
    width: 100%;
  }
  .foot .foot-contact .foot-tel{
    font-size: 20px;
  }
  .foot .foot-contact .foot-tel div{
    display: inline;
  }
  .foot .foot-copy{
    line-height: 20px;
  }
}

@media screen and (min-width: 568px) and (max-width:666px ){

  .container,
  .nav .container,
  .box7 .container{
    width: 100%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .nav .nav-logo{
    width: 100%;
  }
  .nav .nav-logo img{
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto 5px;
  }
  .nav .nav-item,
  .nav .nav-item .nav-list{
    padding: 0 5px;
  }
  .nav .nav-item{
    width: 100%;
  }
  .nav .nav-item .nav-list{
    height: 24px;
    line-height: 24px;
    display: inline-block;
    width: 12.5%;
    float: left;
    box-sizing: border-box;
    text-align: center;
  }
  .nav .nav-item .nav-list a{
    font-size: 12px;
  }
  .box{
    padding: 10px 0 20px;
  }
  .box .box1-img-left{
    display: none;
  }
  .box .box1-text-right{
    width: 100%;
  }
  .box .box1-text-right h2,
  .box2 .box2-table h2,
  .box3 .box3-table .box3-title h2,
  .box4 .box4-table .box4-head .box4-title h2,
  .box4 .box4-table .box4-body .box4-right-text h2,
  .box5 .box5-table .box5-head h2,
  .box6 .box6-table .box6-left-text .box6-title h2,
  .box7 .box7-table .box7-title h2,
  .box8 .box8-table .box8-title h2,
  .box9 .box9-table .box9-title h2{
    font-size: 16px;
    text-align: center;
    height: auto;
    line-height: 34px;
    margin-bottom: 0;
  }
  .box .box1-text-right h4,
  .box2 .box2-table h4,
  .box3 .box3-table .box3-title h4,
  .box4 .box4-table .box4-head .box4-title h4,
  .box5 .box5-table .box5-head h4,
  .box6 .box6-table .box6-left-text .box6-title h4,
  .box7 .box7-table .box7-title h4,
  .box8 .box8-table .box8-title h4,
  .box9 .box9-table .box9-title h4{
    display: none;
  }
  .box .box1-text-right p{
    line-height: 24px;
    margin-bottom: 0;
  }
  .box .box1-text-right .box-btn,
  .box4 .box4-table .box4-body .box4-right-text a{
    display: block;
    margin: 10px auto 0;
    width: auto;
    width: 80px;
    text-align: center;
    height: 34px;
    line-height: 34px;
    padding: 0;
    font-size: 14px;
  }
  .box2 .box2-table p{
    line-height: 24px;
    font-size: 14px;
    padding: 0 5px
  }
  .box3 .box3-table .box3-item .box3-list{
    width: 100%;
  }
  .box3 .box3-table .box3-item .box3-list .box3-content{
    padding: 10px;
  }
  .box3 .box3-table .box3-item .box3-list .box3-content .box3-title{
    padding: 10px 0 10px 50px;
  }
  .box3 .box3-table .box3-item .box3-list .box3-content .box3-title i{
    width: 44px;
    height: 34px;
  }
  .box3 .box3-table .box3-item .box3-list .box3-content .box3-title p{
    font-size: 14px;
  }
  .box3 .box3-table .box3-item .box3-list .box3-content>p{
    line-height: 24px;
  }
  .box4 .box4-table .box4-head .box4-desc p{
    font-size: 14px;
  }
  .box4 .box4-table .box4-body .box4-left-img,
  .box4 .box4-table .box4-body .box4-right-text{
    width: 100%;
  }
  .box4 .box4-table .box4-body .box4-left-img,
  .box4 .box4-table .box4-body .box4-right-text .box4-right-text-img{
    padding: 0 20px;
    text-align: center;
  }
  .box4 .box4-table .box4-body .box4-left-img img,
  .box4 .box4-table .box4-body .box4-right-text .box4-right-text-img img{
    height: 200px;
  }
  .box5 .box5-table .box5-item{
    margin-top: 0;
  }
  .box5 .box5-table .box5-item .box5-list{
    width: 100%;
    margin: 10px 0;
  }
  .box5 .box5-table .box5-item .box5-list .box5-content .box5-title,
  .box5 .box5-table .box5-item .box5-list .box5-content .box5-name{
    height: 34px;
    line-height: 34px;
    padding: 0;
  }
  .box5 .box5-table .box5-item .box5-list .box5-content .box5-desc{
    height: auto !important;
  }
  .box5 .box5-table .box5-item .box5-list .box5-content .box5-desc p{
    font-size: 14px;
    line-height: 26px;
  }
  .box6 .box6-table .box6-left-text{
    width: 100%;
	padding-right: 0;
  }
  .box6 .box6-table .box6-right-img{
    display: none;
  }
  .box6 .box6-table .box6-left-text .box6-desc{
    margin-top: 0;
  }
  .box6 .box6-table .box6-left-text .box6-desc h2{
    height: auto;
    line-height: 30px;
    font-size: 14px;
    margin: 10px 0;
  }
  .box6 .box6-table .box6-left-text .box6-desc p{
	font-size: 14px;
  }
  .box7 .box7-table .box7-item .box7-list{
    border-radius: 10px;
    padding: 10px;
  }
  .box7 .box7-table .box7-item .box7-list .box7-content{
    padding-right: 50px;
    height: 40px;
  }
  .box7 .box7-table .box7-item .box7-list .box7-content .box7-q{
    height: 40px;
    line-height: 40px;
  }
  .box7 .box7-table .box7-item .box7-list .box7-content .box7-a p{
    font-size: 14px;
    line-height: 24px;
  }
  .box7 .box7-table .box7-item .box7-list .box7-content .box7-q h2{
    font-size: 16px;
  }
  .box7 .box7-table .box7-item .box7-list .box7-content i{
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
  }
  .box8 .box8-table .box8-item .box8-list{
    width: 16.66%;
  }
  .box8 .box8-table .box8-item .box8-list .box8-content{
    margin: 0 5px;
  }
  .box8 .box8-table .box8-item .box8-list .box8-content .box8-text{
	margin-bottom: 10px;
  }
  .box8 .box8-table .box8-item .box8-list .box8-content .box8-text h2{
	font-size: 16px;
    margin: 8px 0 5px;
  }
  .box8 .box8-table .box8-item .box8-list .box8-content .box8-text p{
	margin-top: 10px;
    font-size: 12px;
  }
  .box9 .box9-table .box9-body table{
	max-width: 100% !important;
	margin: 0;
    word-break: break-all;
  }
  .box9 .box9-table .box9-body table td,
  .box9 .box9-table .box9-body table th{
	padding: 5px 8px;
	font-size: 14px;
  }
  .foot{
    margin-top: 0;
    padding: 10px 0;
  }
  .foot .foot-contact{
    padding: 0 10px;
  }
  .foot .foot-contact .foot-table{
    width: 100%;
  }
  .foot .foot-contact .foot-tel{
    font-size: 20px;
  }
  .foot .foot-contact .foot-tel div{
    display: inline;
  }
  .foot .foot-copy{
    line-height: 20px;
  }
}


@media screen and (min-width: 414px) and (max-width:567px ){
  .container,
  .nav .container,
  .box7 .container{
    width: 100%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .nav .nav-logo img{
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto 5px;
  }
  .nav .nav-item,
  .nav .nav-item .nav-list{
    padding: 0 5px;
  }
  .nav .nav-item .nav-list{
    height: 24px;
    line-height: 24px;
  }
  .nav .nav-item .nav-list a{
    font-size: 12px;
  }
  .box{
    padding: 10px 0 20px;
  }
  .box .box1-img-left{
    display: none;
  }
  .box .box1-text-right{
    width: 100%;
  }
  .box .box1-text-right h2,
  .box2 .box2-table h2,
  .box3 .box3-table .box3-title h2,
  .box4 .box4-table .box4-head .box4-title h2,
  .box4 .box4-table .box4-body .box4-right-text h2,
  .box5 .box5-table .box5-head h2,
  .box6 .box6-table .box6-left-text .box6-title h2,
  .box7 .box7-table .box7-title h2,
  .box8 .box8-table .box8-title h2,
  .box9 .box9-table .box9-title h2{
    font-size: 16px;
    text-align: center;
    height: auto;
    line-height: 34px;
    margin-bottom: 0;
  }
  .box .box1-text-right h4,
  .box2 .box2-table h4,
  .box3 .box3-table .box3-title h4,
  .box4 .box4-table .box4-head .box4-title h4,
  .box5 .box5-table .box5-head h4,
  .box6 .box6-table .box6-left-text .box6-title h4,
  .box7 .box7-table .box7-title h4,
  .box8 .box8-table .box8-title h4,
  .box9 .box9-table .box9-title h4{
    display: none;
  }
  .box .box1-text-right p{
    line-height: 24px;
    margin-bottom: 0;
  }
  .box .box1-text-right .box-btn,
  .box4 .box4-table .box4-body .box4-right-text a{
    display: block;
    margin: 10px auto 0;
    width: auto;
    width: 80px;
    text-align: center;
    height: 34px;
    line-height: 34px;
    padding: 0;
    font-size: 14px;
  }
  .box2 .box2-table p{
    line-height: 24px;
    font-size: 14px;
    padding: 0 5px
  }
  .box3 .box3-table .box3-item .box3-list{
    width: 100%;
  }
  .box3 .box3-table .box3-item .box3-list .box3-content{
    padding: 10px;
  }
  .box3 .box3-table .box3-item .box3-list .box3-content .box3-title{
    padding: 10px 0 10px 50px;
  }
  .box3 .box3-table .box3-item .box3-list .box3-content .box3-title i{
    width: 44px;
    height: 34px;
  }
  .box3 .box3-table .box3-item .box3-list .box3-content .box3-title p{
    font-size: 14px;
  }
  .box3 .box3-table .box3-item .box3-list .box3-content>p{
    line-height: 24px;
  }
  .box4 .box4-table .box4-head .box4-desc p{
    font-size: 14px;
  }
  .box4 .box4-table .box4-body .box4-left-img,
  .box4 .box4-table .box4-body .box4-right-text{
    width: 100%;
  }
  .box4 .box4-table .box4-body .box4-left-img,
  .box4 .box4-table .box4-body .box4-right-text .box4-right-text-img{
	padding: 0 20px;
  }
  .box4 .box4-table .box4-body .box4-right-text .box4-right-text-img img{
	height: auto;
  }
  .box5 .box5-table .box5-item{
    margin-top: 0;
  }
  .box5 .box5-table .box5-item .box5-list{
    width: 100%;
    margin: 10px 0;
  }
  .box5 .box5-table .box5-item .box5-list .box5-content .box5-title,
  .box5 .box5-table .box5-item .box5-list .box5-content .box5-name{
    height: 34px;
    line-height: 34px;
    padding: 0;
  }
  .box5 .box5-table .box5-item .box5-list .box5-content .box5-desc{
    height: auto !important;
  }
  .box5 .box5-table .box5-item .box5-list .box5-content .box5-desc p{
    font-size: 14px;
    line-height: 26px;
  }
  .box6 .box6-table .box6-left-text{
    width: 100%;
	padding-right: 0;
  }
  .box6 .box6-table .box6-right-img{
    display: none;
  }
  .box6 .box6-table .box6-left-text .box6-desc{
    margin-top: 0;
  }
  .box6 .box6-table .box6-left-text .box6-desc h2{
    height: auto;
    line-height: 30px;
    font-size: 14px;
    margin: 10px 0;
  }
  .box6 .box6-table .box6-left-text .box6-desc p{
	font-size: 14px;
  }
  .box7 .box7-table .box7-item .box7-list{
    border-radius: 10px;
    padding: 10px;
  }
  .box7 .box7-table .box7-item .box7-list .box7-content{
    padding-right: 50px;
    height: 40px;
  }
  .box7 .box7-table .box7-item .box7-list .box7-content .box7-q{
    height: 40px;
    line-height: 40px;
  }
  .box7 .box7-table .box7-item .box7-list .box7-content .box7-a p{
    font-size: 14px;
    line-height: 24px;
  }
  .box7 .box7-table .box7-item .box7-list .box7-content .box7-q h2{
    font-size: 16px;
  }
  .box7 .box7-table .box7-item .box7-list .box7-content i{
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
  }
  .box8 .box8-table .box8-item .box8-list{
    width: 33.33%;
  }
  .box8 .box8-table .box8-item .box8-list .box8-content{
    margin: 0 5px;
  }
  .box8 .box8-table .box8-item .box8-list .box8-content .box8-text{
	margin-bottom: 10px;
  }
  .box8 .box8-table .box8-item .box8-list .box8-content .box8-text h2{
	font-size: 16px;
    margin: 8px 0 5px;
  }
  .box8 .box8-table .box8-item .box8-list .box8-content .box8-text p{
	margin-top: 10px;
    font-size: 12px;
  }
  .box9 .box9-table .box9-body table{
	max-width: 100% !important;
	margin: 0;
    word-break: break-all;
  }
  .box9 .box9-table .box9-body table td,
  .box9 .box9-table .box9-body table th{
	padding: 5px 8px;
	font-size: 14px;
  }
  .foot{
    margin-top: 0;
    padding: 10px 0;
  }
  .foot .foot-contact{
    padding: 0 10px;
  }
  .foot .foot-contact .foot-table{
    width: 100%;
  }
  .foot .foot-contact .foot-tel{
    font-size: 20px;
  }
  .foot .foot-contact .foot-tel div{
    display: inline;
  }
  .foot .foot-copy{
    line-height: 20px;
  }
}
@media screen and (max-width: 413px){
  .container,
  .nav .container,
  .box7 .container{
    width: 100%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .nav .nav-logo img{
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto 5px;
  }
  .nav .nav-item,
  .nav .nav-item .nav-list{
    padding: 0 5px;
  }
  .nav .nav-item .nav-list{
    height: 24px;
    line-height: 24px;
  }
  .nav .nav-item .nav-list a{
    font-size: 12px;
  }
  .box{
    padding: 10px 0 20px;
  }
  .box .box1-img-left{
    display: none;
  }
  .box .box1-text-right{
    width: 100%;
  }
  .box .box1-text-right h2,
  .box2 .box2-table h2,
  .box3 .box3-table .box3-title h2,
  .box4 .box4-table .box4-head .box4-title h2,
  .box4 .box4-table .box4-body .box4-right-text h2,
  .box5 .box5-table .box5-head h2,
  .box6 .box6-table .box6-left-text .box6-title h2,
  .box7 .box7-table .box7-title h2,
  .box8 .box8-table .box8-title h2,
  .box9 .box9-table .box9-title h2{
    font-size: 16px;
    text-align: center;
    height: auto;
    line-height: 34px;
    margin-bottom: 0;
  }
  .box .box1-text-right h4,
  .box2 .box2-table h4,
  .box3 .box3-table .box3-title h4,
  .box4 .box4-table .box4-head .box4-title h4,
  .box5 .box5-table .box5-head h4,
  .box6 .box6-table .box6-left-text .box6-title h4,
  .box7 .box7-table .box7-title h4,
  .box8 .box8-table .box8-title h4,
  .box9 .box9-table .box9-title h4{
    display: none;
  }
  .box .box1-text-right p{
    line-height: 24px;
    margin-bottom: 0;
  }
  .box .box1-text-right .box-btn,
  .box4 .box4-table .box4-body .box4-right-text a{
    display: block;
    margin: 10px auto 0;
    width: auto;
    width: 80px;
    text-align: center;
    height: 34px;
    line-height: 34px;
    padding: 0;
    font-size: 14px;
  }
  .box2 .box2-table p{
    line-height: 24px;
    font-size: 14px;
    padding: 0 5px
  }
  .box3 .box3-table .box3-item .box3-list{
    width: 100%;
  }
  .box3 .box3-table .box3-item .box3-list .box3-content{
    padding: 10px;
  }
  .box3 .box3-table .box3-item .box3-list .box3-content .box3-title{
    padding: 10px 0 10px 50px;
  }
  .box3 .box3-table .box3-item .box3-list .box3-content .box3-title i{
    width: 44px;
    height: 34px;
  }
  .box3 .box3-table .box3-item .box3-list .box3-content .box3-title p{
    font-size: 14px;
  }
  .box3 .box3-table .box3-item .box3-list .box3-content>p{
    line-height: 24px;
  }
  .box4 .box4-table .box4-head .box4-desc p{
    font-size: 14px;
  }
  .box4 .box4-table .box4-body .box4-left-img,
  .box4 .box4-table .box4-body .box4-right-text{
    width: 100%;
  }
  .box4 .box4-table .box4-body .box4-left-img,
  .box4 .box4-table .box4-body .box4-right-text .box4-right-text-img{
	padding: 0 20px;
  }
  .box4 .box4-table .box4-body .box4-right-text .box4-right-text-img img{
	height: auto;
  }
  .box5 .box5-table .box5-item{
    margin-top: 0;
  }
  .box5 .box5-table .box5-item .box5-list{
    width: 100%;
    margin: 10px 0;
  }
  .box5 .box5-table .box5-item .box5-list .box5-content .box5-title,
  .box5 .box5-table .box5-item .box5-list .box5-content .box5-name{
    height: 34px;
    line-height: 34px;
    padding: 0;
  }
  .box5 .box5-table .box5-item .box5-list .box5-content .box5-desc{
    height: auto !important;
  }
  .box5 .box5-table .box5-item .box5-list .box5-content .box5-desc p{
    font-size: 14px;
    line-height: 26px;
  }
  .box6 .box6-table .box6-left-text{
    width: 100%;
	padding-right: 0;
  }
  .box6 .box6-table .box6-right-img{
    display: none;
  }
  .box6 .box6-table .box6-left-text .box6-desc{
    margin-top: 0;
  }
  .box6 .box6-table .box6-left-text .box6-desc h2{
    height: auto;
    line-height: 30px;
    font-size: 14px;
    margin: 10px 0;
  }
  .box6 .box6-table .box6-left-text .box6-desc p{
	font-size: 14px;
  }
  .box7 .box7-table .box7-item .box7-list{
    border-radius: 10px;
    padding: 10px;
  }
  .box7 .box7-table .box7-item .box7-list .box7-content{
    padding-right: 50px;
    height: 40px;
  }
  .box7 .box7-table .box7-item .box7-list .box7-content .box7-q{
    height: 40px;
    line-height: 40px;
  }
  .box7 .box7-table .box7-item .box7-list .box7-content .box7-a p{
    font-size: 14px;
    line-height: 24px;
  }
  .box7 .box7-table .box7-item .box7-list .box7-content .box7-q h2{
    font-size: 16px;
  }
  .box7 .box7-table .box7-item .box7-list .box7-content i{
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
  }
  .box8 .box8-table .box8-item .box8-list{
    width: 33.33%;
  }
  .box8 .box8-table .box8-item .box8-list .box8-content{
    margin: 0 5px;
  }
  .box8 .box8-table .box8-item .box8-list .box8-content .box8-text{
	margin-bottom: 10px;
  }
  .box8 .box8-table .box8-item .box8-list .box8-content .box8-text h2{
	font-size: 16px;
    margin: 8px 0 5px;
  }
  .box8 .box8-table .box8-item .box8-list .box8-content .box8-text p{
	margin-top: 10px;
    font-size: 12px;
  }
  .box9 .box9-table .box9-body table{
	max-width: 100% !important;
	margin: 0;
    word-break: break-all;
  }
  .box9 .box9-table .box9-body table td,
  .box9 .box9-table .box9-body table th{
	padding: 5px 8px;
	font-size: 14px;
  }
  .foot{
    margin-top: 0;
    padding: 10px 0;
  }
  .foot .foot-contact{
    padding: 0 10px;
  }
  .foot .foot-contact .foot-table{
    width: 100%;
  }
  .foot .foot-contact .foot-tel{
    font-size: 20px;
  }
  .foot .foot-contact .foot-tel div{
    display: inline;
  }
  .foot .foot-copy{
    line-height: 20px;
  }

}
@media screen and (max-width: 375px){
  .container,
  .nav .container,
  .box7 .container{
    width: 100%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .nav .nav-logo img{
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto 5px;
  }
  .nav .nav-item,
  .nav .nav-item .nav-list{
    padding: 0 5px;
  }
  .nav .nav-item .nav-list{
    height: 24px;
    line-height: 24px;
  }
  .nav .nav-item .nav-list a{
    font-size: 12px;
  }
  .box{
    padding: 10px 0 20px;
  }
  .box .box1-img-left{
    display: none;
  }
  .box .box1-text-right{
    width: 100%;
  }
  .box .box1-text-right h2,
  .box2 .box2-table h2,
  .box3 .box3-table .box3-title h2,
  .box4 .box4-table .box4-head .box4-title h2,
  .box4 .box4-table .box4-body .box4-right-text h2,
  .box5 .box5-table .box5-head h2,
  .box6 .box6-table .box6-left-text .box6-title h2,
  .box7 .box7-table .box7-title h2,
  .box8 .box8-table .box8-title h2,
  .box9 .box9-table .box9-title h2{
    font-size: 16px;
    text-align: center;
    height: auto;
    line-height: 34px;
    margin-bottom: 0;
  }
  .box .box1-text-right h4,
  .box2 .box2-table h4,
  .box3 .box3-table .box3-title h4,
  .box4 .box4-table .box4-head .box4-title h4,
  .box5 .box5-table .box5-head h4,
  .box6 .box6-table .box6-left-text .box6-title h4,
  .box7 .box7-table .box7-title h4,
  .box8 .box8-table .box8-title h4,
  .box9 .box9-table .box9-title h4{
    display: none;
  }
  .box .box1-text-right p{
    line-height: 24px;
    margin-bottom: 0;
  }
  .box .box1-text-right .box-btn,
  .box4 .box4-table .box4-body .box4-right-text a{
    display: block;
    margin: 10px auto 0;
    width: auto;
    width: 80px;
    text-align: center;
    height: 34px;
    line-height: 34px;
    padding: 0;
    font-size: 14px;
  }
  .box2 .box2-table p{
    line-height: 24px;
    font-size: 14px;
    padding: 0 5px
  }
  .box3 .box3-table .box3-item .box3-list{
    width: 100%;
  }
  .box3 .box3-table .box3-item .box3-list .box3-content{
    padding: 10px;
  }
  .box3 .box3-table .box3-item .box3-list .box3-content .box3-title{
    padding: 10px 0 10px 50px;
  }
  .box3 .box3-table .box3-item .box3-list .box3-content .box3-title i{
    width: 44px;
    height: 34px;
  }
  .box3 .box3-table .box3-item .box3-list .box3-content .box3-title p{
    font-size: 14px;
  }
  .box3 .box3-table .box3-item .box3-list .box3-content>p{
    line-height: 24px;
  }
  .box4 .box4-table .box4-head .box4-desc p{
    font-size: 14px;
  }
  .box4 .box4-table .box4-body .box4-left-img,
  .box4 .box4-table .box4-body .box4-right-text{
    width: 100%;
  }
  .box4 .box4-table .box4-body .box4-left-img,
  .box4 .box4-table .box4-body .box4-right-text .box4-right-text-img{
	padding: 0 20px;
  }
  .box4 .box4-table .box4-body .box4-right-text .box4-right-text-img img{
	height: auto;
  }
  .box5 .box5-table .box5-item{
    margin-top: 0;
  }
  .box5 .box5-table .box5-item .box5-list{
    width: 100%;
    margin: 10px 0;
  }
  .box5 .box5-table .box5-item .box5-list .box5-content .box5-title,
  .box5 .box5-table .box5-item .box5-list .box5-content .box5-name{
    height: 34px;
    line-height: 34px;
    padding: 0;
  }
  .box5 .box5-table .box5-item .box5-list .box5-content .box5-desc{
    height: auto !important;
  }
  .box5 .box5-table .box5-item .box5-list .box5-content .box5-desc p{
    font-size: 14px;
    line-height: 26px;
  }
  .box6 .box6-table .box6-left-text{
    width: 100%;
	padding-right: 0;
  }
  .box6 .box6-table .box6-right-img{
    display: none;
  }
  .box6 .box6-table .box6-left-text .box6-desc{
    margin-top: 0;
  }
  .box6 .box6-table .box6-left-text .box6-desc h2{
    height: auto;
    line-height: 30px;
    font-size: 14px;
    margin: 10px 0;
  }
  .box6 .box6-table .box6-left-text .box6-desc p{
	font-size: 14px;
  }
  .box7 .box7-table .box7-item .box7-list{
    border-radius: 10px;
    padding: 10px;
  }
  .box7 .box7-table .box7-item .box7-list .box7-content{
    padding-right: 50px;
    height: 40px;
  }
  .box7 .box7-table .box7-item .box7-list .box7-content .box7-q{
    height: 40px;
    line-height: 40px;
  }
  .box7 .box7-table .box7-item .box7-list .box7-content .box7-a p{
    font-size: 14px;
    line-height: 24px;
  }
  .box7 .box7-table .box7-item .box7-list .box7-content .box7-q h2{
    font-size: 16px;
  }
  .box7 .box7-table .box7-item .box7-list .box7-content i{
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
  }
  .box8 .box8-table .box8-item .box8-list{
    width: 33.33%;
  }
  .box8 .box8-table .box8-item .box8-list .box8-content{
    margin: 0 5px;
  }
  .box8 .box8-table .box8-item .box8-list .box8-content .box8-text{
	margin-bottom: 10px;
  }
  .box8 .box8-table .box8-item .box8-list .box8-content .box8-text h2{
	font-size: 16px;
    margin: 8px 0 5px;
  }
  .box8 .box8-table .box8-item .box8-list .box8-content .box8-text p{
	margin-top: 10px;
    font-size: 12px;
  }
  .box9 .box9-table .box9-body table{
	max-width: 100% !important;
	margin: 0;
    word-break: break-all;
  }
  .box9 .box9-table .box9-body table td,
  .box9 .box9-table .box9-body table th{
	padding: 5px 8px;
	font-size: 14px;
  }
  .foot{
    margin-top: 0;
    padding: 10px 0;
  }
  .foot .foot-contact{
    padding: 0 10px;
  }
  .foot .foot-contact .foot-table{
    width: 100%;
  }
  .foot .foot-contact .foot-tel{
    font-size: 20px;
  }
  .foot .foot-contact .foot-tel div{
    display: inline;
  }
  .foot .foot-copy{
    line-height: 20px;
  }

}
@media screen and (max-width: 360px){
  .container,
  .nav .container,
  .box7 .container{
    width: 100%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .nav .nav-logo img{
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto 5px;
  }
  .nav .nav-item,
  .nav .nav-item .nav-list{
    padding: 0 5px;
  }
  .nav .nav-item .nav-list{
    height: 24px;
    line-height: 24px;
  }
  .nav .nav-item .nav-list a{
    font-size: 12px;
  }
  .box{
    padding: 10px 0 20px;
  }
  .box .box1-img-left{
    display: none;
  }
  .box .box1-text-right{
    width: 100%;
  }
  .box .box1-text-right h2,
  .box2 .box2-table h2,
  .box3 .box3-table .box3-title h2,
  .box4 .box4-table .box4-head .box4-title h2,
  .box4 .box4-table .box4-body .box4-right-text h2,
  .box5 .box5-table .box5-head h2,
  .box6 .box6-table .box6-left-text .box6-title h2,
  .box7 .box7-table .box7-title h2,
  .box8 .box8-table .box8-title h2,
  .box9 .box9-table .box9-title h2{
    font-size: 16px;
    text-align: center;
    height: auto;
    line-height: 34px;
    margin-bottom: 0;
  }
  .box .box1-text-right h4,
  .box2 .box2-table h4,
  .box3 .box3-table .box3-title h4,
  .box4 .box4-table .box4-head .box4-title h4,
  .box5 .box5-table .box5-head h4,
  .box6 .box6-table .box6-left-text .box6-title h4,
  .box7 .box7-table .box7-title h4,
  .box8 .box8-table .box8-title h4,
  .box9 .box9-table .box9-title h4{
    display: none;
  }
  .box .box1-text-right p{
    line-height: 24px;
    margin-bottom: 0;
  }
  .box .box1-text-right .box-btn,
  .box4 .box4-table .box4-body .box4-right-text a{
    display: block;
    margin: 10px auto 0;
    width: auto;
    width: 80px;
    text-align: center;
    height: 34px;
    line-height: 34px;
    padding: 0;
    font-size: 14px;
  }
  .box2 .box2-table p{
    line-height: 24px;
    font-size: 14px;
    padding: 0 5px
  }
  .box3 .box3-table .box3-item .box3-list{
    width: 100%;
  }
  .box3 .box3-table .box3-item .box3-list .box3-content{
    padding: 10px;
  }
  .box3 .box3-table .box3-item .box3-list .box3-content .box3-title{
    padding: 10px 0 10px 50px;
  }
  .box3 .box3-table .box3-item .box3-list .box3-content .box3-title i{
    width: 44px;
    height: 34px;
  }
  .box3 .box3-table .box3-item .box3-list .box3-content .box3-title p{
    font-size: 14px;
  }
  .box3 .box3-table .box3-item .box3-list .box3-content>p{
    line-height: 24px;
  }
  .box4 .box4-table .box4-head .box4-desc p{
    font-size: 14px;
  }
  .box4 .box4-table .box4-body .box4-left-img,
  .box4 .box4-table .box4-body .box4-right-text{
    width: 100%;
  }
  .box4 .box4-table .box4-body .box4-left-img,
  .box4 .box4-table .box4-body .box4-right-text .box4-right-text-img{
	padding: 0 20px;
  }
  .box4 .box4-table .box4-body .box4-right-text .box4-right-text-img img{
	height: auto;
  }
  .box5 .box5-table .box5-item{
    margin-top: 0;
  }
  .box5 .box5-table .box5-item .box5-list{
    width: 100%;
    margin: 10px 0;
  }
  .box5 .box5-table .box5-item .box5-list .box5-content .box5-title,
  .box5 .box5-table .box5-item .box5-list .box5-content .box5-name{
    height: 34px;
    line-height: 34px;
    padding: 0;
  }
  .box5 .box5-table .box5-item .box5-list .box5-content .box5-desc{
    height: auto !important;
  }
  .box5 .box5-table .box5-item .box5-list .box5-content .box5-desc p{
    font-size: 14px;
    line-height: 26px;
  }
  .box6 .box6-table .box6-left-text{
    width: 100%;
	padding-right: 0;
  }
  .box6 .box6-table .box6-right-img{
    display: none;
  }
  .box6 .box6-table .box6-left-text .box6-desc{
    margin-top: 0;
  }
  .box6 .box6-table .box6-left-text .box6-desc h2{
    height: auto;
    line-height: 30px;
    font-size: 14px;
    margin: 10px 0;
  }
  .box6 .box6-table .box6-left-text .box6-desc p{
	font-size: 14px;
  }
  .box7 .box7-table .box7-item .box7-list{
    border-radius: 10px;
    padding: 10px;
  }
  .box7 .box7-table .box7-item .box7-list .box7-content{
    padding-right: 50px;
    height: 40px;
  }
  .box7 .box7-table .box7-item .box7-list .box7-content .box7-q{
    height: 40px;
    line-height: 40px;
  }
  .box7 .box7-table .box7-item .box7-list .box7-content .box7-a p{
    font-size: 14px;
    line-height: 24px;
  }
  .box7 .box7-table .box7-item .box7-list .box7-content .box7-q h2{
    font-size: 16px;
  }
  .box7 .box7-table .box7-item .box7-list .box7-content i{
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
  }
  .box8 .box8-table .box8-item .box8-list{
    width: 33.33%;
  }
  .box8 .box8-table .box8-item .box8-list .box8-content{
    margin: 0 5px;
  }
  .box8 .box8-table .box8-item .box8-list .box8-content .box8-text{
	margin-bottom: 10px;
  }
  .box8 .box8-table .box8-item .box8-list .box8-content .box8-text h2{
	font-size: 16px;
    margin: 8px 0 5px;
  }
  .box8 .box8-table .box8-item .box8-list .box8-content .box8-text p{
	margin-top: 10px;
    font-size: 12px;
  }
  .box9 .box9-table .box9-body table{
	max-width: 100% !important;
	margin: 0;
    word-break: break-all;
  }
  .box9 .box9-table .box9-body table td,
  .box9 .box9-table .box9-body table th{
	padding: 5px 8px;
	font-size: 14px;
  }
  .foot{
    margin-top: 0;
    padding: 10px 0;
  }
  .foot .foot-contact{
    padding: 0 10px;
  }
  .foot .foot-contact .foot-table{
    width: 100%;
  }
  .foot .foot-contact .foot-tel{
    font-size: 20px;
  }
  .foot .foot-contact .foot-tel div{
    display: inline;
  }
  .foot .foot-copy{
    line-height: 20px;
  }
}
@media screen and (max-width: 320px){
  .container,
  .nav .container,
  .box7 .container{
    width: 100%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .nav .nav-logo img{
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto 5px;
  }
  .nav .nav-item,
  .nav .nav-item .nav-list{
    padding: 0 5px;
  }
  .nav .nav-item .nav-list{
    height: 24px;
    line-height: 24px;
  }
  .nav .nav-item .nav-list a{
    font-size: 12px;
  }
  .box{
    padding: 10px 0 20px;
  }
  .box .box1-img-left{
    display: none;
  }
  .box .box1-text-right{
    width: 100%;
  }
  .box .box1-text-right h2,
  .box2 .box2-table h2,
  .box3 .box3-table .box3-title h2,
  .box4 .box4-table .box4-head .box4-title h2,
  .box4 .box4-table .box4-body .box4-right-text h2,
  .box5 .box5-table .box5-head h2,
  .box6 .box6-table .box6-left-text .box6-title h2,
  .box7 .box7-table .box7-title h2,
  .box8 .box8-table .box8-title h2,
  .box9 .box9-table .box9-title h2{
    font-size: 16px;
    text-align: center;
    height: auto;
    line-height: 34px;
    margin-bottom: 0;
  }
  .box .box1-text-right h4,
  .box2 .box2-table h4,
  .box3 .box3-table .box3-title h4,
  .box4 .box4-table .box4-head .box4-title h4,
  .box5 .box5-table .box5-head h4,
  .box6 .box6-table .box6-left-text .box6-title h4,
  .box7 .box7-table .box7-title h4,
  .box8 .box8-table .box8-title h4,
  .box9 .box9-table .box9-title h4{
    display: none;
  }
  .box .box1-text-right p{
    line-height: 24px;
    margin-bottom: 0;
  }
  .box .box1-text-right .box-btn,
  .box4 .box4-table .box4-body .box4-right-text a{
    display: block;
    margin: 10px auto 0;
    width: auto;
    width: 80px;
    text-align: center;
    height: 34px;
    line-height: 34px;
    padding: 0;
    font-size: 14px;
  }
  .box2 .box2-table p{
    line-height: 24px;
    font-size: 14px;
    padding: 0 5px
  }
  .box3 .box3-table .box3-item .box3-list{
    width: 100%;
  }
  .box3 .box3-table .box3-item .box3-list .box3-content{
    padding: 10px;
  }
  .box3 .box3-table .box3-item .box3-list .box3-content .box3-title{
    padding: 10px 0 10px 50px;
  }
  .box3 .box3-table .box3-item .box3-list .box3-content .box3-title i{
    width: 44px;
    height: 34px;
  }
  .box3 .box3-table .box3-item .box3-list .box3-content .box3-title p{
    font-size: 14px;
  }
  .box3 .box3-table .box3-item .box3-list .box3-content>p{
    line-height: 24px;
  }
  .box4 .box4-table .box4-head .box4-desc p{
    font-size: 14px;
  }
  .box4 .box4-table .box4-body .box4-left-img,
  .box4 .box4-table .box4-body .box4-right-text{
    width: 100%;
  }
  .box4 .box4-table .box4-body .box4-left-img,
  .box4 .box4-table .box4-body .box4-right-text .box4-right-text-img{
	padding: 0 20px;
  }
  .box4 .box4-table .box4-body .box4-right-text .box4-right-text-img img{
	height: auto;
  }
  .box5 .box5-table .box5-item{
    margin-top: 0;
  }
  .box5 .box5-table .box5-item .box5-list{
    width: 100%;
    margin: 10px 0;
  }
  .box5 .box5-table .box5-item .box5-list .box5-content .box5-title,
  .box5 .box5-table .box5-item .box5-list .box5-content .box5-name{
    height: 34px;
    line-height: 34px;
    padding: 0;
  }
  .box5 .box5-table .box5-item .box5-list .box5-content .box5-desc{
    height: auto !important;
  }
  .box5 .box5-table .box5-item .box5-list .box5-content .box5-desc p{
    font-size: 14px;
    line-height: 26px;
  }
  .box6 .box6-table .box6-left-text{
    width: 100%;
	padding-right: 0;
  }
  .box6 .box6-table .box6-right-img{
    display: none;
  }
  .box6 .box6-table .box6-left-text .box6-desc{
    margin-top: 0;
  }
  .box6 .box6-table .box6-left-text .box6-desc h2{
    height: auto;
    line-height: 30px;
    font-size: 14px;
    margin: 10px 0;
  }
  .box6 .box6-table .box6-left-text .box6-desc p{
	font-size: 14px;
  }
  .box7 .box7-table .box7-item .box7-list{
    border-radius: 10px;
    padding: 10px;
  }
  .box7 .box7-table .box7-item .box7-list .box7-content{
    padding-right: 50px;
    height: 40px;
  }
  .box7 .box7-table .box7-item .box7-list .box7-content .box7-q{
    height: 40px;
    line-height: 40px;
  }
  .box7 .box7-table .box7-item .box7-list .box7-content .box7-a p{
    font-size: 14px;
    line-height: 24px;
  }
  .box7 .box7-table .box7-item .box7-list .box7-content .box7-q h2{
    font-size: 16px;
  }
  .box7 .box7-table .box7-item .box7-list .box7-content i{
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
  }
  .box8 .box8-table .box8-item .box8-list{
    width: 33.33%;
  }
  .box8 .box8-table .box8-item .box8-list .box8-content{
    margin: 0 5px;
  }
  .box8 .box8-table .box8-item .box8-list .box8-content .box8-text{
	margin-bottom: 10px;
  }
  .box8 .box8-table .box8-item .box8-list .box8-content .box8-text h2{
	font-size: 16px;
    margin: 8px 0 5px;
  }
  .box8 .box8-table .box8-item .box8-list .box8-content .box8-text p{
	margin-top: 10px;
    font-size: 12px;
  }
  .box9 .box9-table .box9-body table{
	max-width: 100% !important;
	margin: 0;
    word-break: break-all;
  }
  .box9 .box9-table .box9-body table td,
  .box9 .box9-table .box9-body table th{
	padding: 5px 8px;
	font-size: 14px;
  }
  .foot{
    margin-top: 0;
    padding: 10px 0;
  }
  .foot .foot-contact{
    padding: 0 10px;
  }
  .foot .foot-contact .foot-table{
    width: 100%;
  }
  .foot .foot-contact .foot-tel{
    font-size: 20px;
  }
  .foot .foot-contact .foot-tel div{
    display: inline;
  }
  .foot .foot-copy{
    line-height: 20px;
  }
}
