/*===================CSS Reset============================*/
@font-face{ font-family: fontB; src: url('../font/SourceHanSansCN-Bold.otf');}
@font-face{ font-family: fontN; src: url('../font/SourceHanSansCN-Normal.otf');}
html{ -webkit-box-sizing:border-box; box-sizing:border-box; overflow-y:scroll; overflow-x:auto;}
*,*:before,*:after{ -webkit-box-sizing:inherit; box-sizing:inherit;}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,img{ border:medium none; margin:0; padding:0;}
body,button,input,select,textarea{ color: #666; font: 16px "微软雅黑","microsoft yahei";}
h1,h2,h3,h4,h5,h6{ font-size:100%;}
em,i{ font-style:normal;}
ul,ol{ list-style:none;}
table{ border-collapse:collapse; border-spacing:0;}
input:focus,button:focus,textarea:focus,select:focus{ outline: none;}

/*===================Link Style============================*/
a,a:hover,a:active,a:visited,a:link,a:focus{ color: #333; outline:none; text-decoration: none; -webkit-transition: all 500ms; -moz-transition: all 500ms; -ms-transition: all 500ms; transition: all 500ms;}

/*===================Common Style============================*/
.fl{ float:left;}
.fr{ float:right;}
.wrap{ width: 1200px; margin: 0 auto;}
.ovh{ overflow: hidden;}
.textH{ overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.bold{ font-weight: bold;}
.fontB{ font-family: fontB,"微软雅黑";}
.fontN{ font-family: fontN,"微软雅黑";}
.row{ margin-left: 0; margin-right: 0;}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { padding-right: 0; padding-left: 0;}

/*============================ Header ============================*/
.header .logo{ display: block; width: 538px; height: 59px; margin: 30px 0;}
.header .logo img{ width: 100%;}
.header .tel{ color: #1434c1; font-size: 20px; line-height: 50px; background: url(../images/topTel.png) center left no-repeat; background-size: 46px; padding-left: 56px; margin: 15px 0 5px 0;}
.header .tel em{ font-size: 28px;}
.header .search{ width: 230px;}
.header .search input{ height: 36px; line-height: 36px;}
.header .search .inp{ width: 194px; padding: 0 10px; background: #eee;}
.header .search .button{ width: 36px; font-size: 0; background: url(../images/search.png) center no-repeat #004db7; background-size: 16px;}
.header select{ margin: 2px 0 0 10px; width: 80px; height: 32px; font-size: 14px; color: #9c9c9c; padding-left: 20px; border: 1px solid #9c9c9c; appearance:none; -moz-appearance:none; -webkit-appearance:none; background:url(../images/lang.png) no-repeat scroll center right 15px transparent;}
.header select::-ms-expand{ display:none;}
.navBar{ width: 100%; background: #004098; position: relative; z-index: 99999;}
.navBar li{ line-height: 40px; display: inline-block; position: relative; z-index: 9;}
.navBar li a,.navBar li:hover .down{ display: block;}
.navBar li .t1{ color: #fff; padding: 0 45px;}
.navBar .down{ width: 100%; display: none; background: rgba(255,255,255,.9); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18); position: absolute; left:0; top: 40px;}
.navBar li:hover,.navBar li .down a:hover{ color: #fff; background-color: #38af48;}
.fixed{ position: fixed; top: 0;}

.wap-top{ height: 60px; background: #fff;}
.wap-logo{ display: block; width: 240px; margin: 17px 0 0 2%;}
.wap-logo img{ width: 100%;}
.wap-click{ margin: 15px 10px 0 0;}
.wap-click span{ width: 30px; height: 3px; background: #2C89CF; display: block; margin-top: 5px; transition: all 277ms ease-in-out; position: relative;}
.active span.s1{ transform: rotate(-45deg); top: 9px;}
.active span.s2{ opacity: 0;}
.active span.s3{ transform: rotate(45deg); top: -9px;}
.wap-search{ width: 50px; height: 60px; text-align: center; background: #2C89CF; line-height: 60px;}
.wap-nav{ width:100%; display: block; background: #F6F6F6; background-color: #f6f6f6; padding:15px 0px; width: 100%; position: relative; z-index: 100; display: none;}
.wap-nav ul li a{ display: block; font-size: 16px; line-height:45px; color: #434343; transition: all .6s; padding: 0 15px;}
.wap-nav ul li a:hover{ background: #F4B01E; color:#fff}
.wap-form{ width:100%; height: 45px; line-height: 45px; background: rgba(44,177,231,0.8); display: none;}
.submit-text{ width: 88%; display: block; border: none; float: left; height: 45px; background: none; color:#fff; text-indent:4%;}
.search-submit{ width: 12%; text-align: center; background: url(../images/search.png) no-repeat center center; display: block; float: right; height: 45px; border: none}

/*============================ Footer ============================*/
.footer{ color: #fff; background: #004098; padding-top: 40px;}
.footer dl dt{ font-weight: normal; margin-bottom: 30px;}
.footer dl dd a{ display: block; color: #fff; font-size: 13px; margin-bottom: 5px;}
.footer .code span{ display: block; width: 50%; font-size: 15px;}
.footer .code span img{ width: 125px; margin-bottom: 10px;}
.footer .code span em{ display: block; font-size: 22px;}
.footer .copy{ font-size: 14px; padding: 20px 0; border-top: 1px solid #1c54a2; margin-top: 60px;}
.footer .copy em{ display: inline-block; margin-left: 10px;}

.rightMenu{ position: fixed; top: 40%; right: 5px; z-index: 999;}
.rightMenu a{ display: block; width: 60px; height: 60px; font-size: 12px; color: #fff; margin-top: 2px; background: #1b347f; position: relative;}
.rightMenu a em{ display: block; width: 100%; height: 100%; text-align: center;}
.rightMenu a em img{ width: 25px; margin-top: 8px;}
.rightMenu a span{ display: none; width: 140px; height: 60px; font-size: 16px; line-height: 60px; background: #ff6100; position: absolute; top: 0; right: 60px;}
.rightMenu a.wx span{ width: 120px; height: 120px; padding: 5px;}
.rightMenu a.wx span img{ width: 100%;}
.rightMenu a:hover{ background: #ff6100;}
.rightMenu a:hover span{ display: block;}

.nav-footer{ position: fixed; bottom: 0; width: 100%; height: 54px; line-height: 54px; background:#147AC1; z-index:999; box-shadow: 1px 1px 15px #004679;}
.foot-nav1{width: 33.3%; float: left;}
.foot-nav-2{background: #38AF48;}
.nav-footer .foot-nav-bg{display: inline-block; width: 40%; height: 54px; line-height: 54px; text-align: center;}
.nav-footer a{display: inline-block; width:60%; font-size:16px; line-height: 54px; color: #fff;}

/*============================ Index ============================*/
.ixSlide .img{ height: 480px;}

.ixTit{ color: #333; padding: 20px 0;}
.ixTit .t1{ font-size: 30px; background: url(../images/tit.png) center bottom no-repeat; padding: 15px 0; margin-bottom: 20px;}
.ixTit .t1 span{ color: #004098;}
.ixTit .t2 em{ color: #004098; display: block; margin-bottom: 5px;}
.ixTit .t3{ font-size: 14px; color: #939393;}

.ixPart1{ padding: 40px 0;}
.ixPart1 .col-sm-2{ width: 18%;}
.ixPart1 .col-sm-10{ width: 82%;}
.ixPart1 .left{ color: #fff; height: 474px; padding: 25px 20px; background: linear-gradient(-45deg,#1b854d,#054cb2); background: #054db2\9;}
.ixPart1 .left .tit{ font-size: 24px; border-bottom: 1px solid #fff; padding-bottom: 10px; margin-bottom: 30px;}
.ixPart1 .left .tit span{ display: block; width: 70%;}
.ixPart1 .left .tit a{ display: block; width: 30%; }
.ixPart1 .left .tit a img{ width: 20px; height: 20px; -webkit-transition: all 500ms; -moz-transition: all 500ms; -ms-transition: all 500ms; transition: all 500ms;}
.ixPart1 .left .tit a:hover img{ transform:rotate(360deg);-ms-transform:rotate(360deg); -moz-transform:rotate(360deg); -webkit-transform:rotate(360deg); -o-transform:rotate(360deg);}
.ixPart1 .cpTit span{ display: flex; align-items: center; height: 34px; margin-bottom: 20px; padding: 0 10px; cursor: pointer;}
.ixPart1 .cpTit span i{ display: block; width: 18px; height: 2px; background: #fff; margin-right: 14px; -webkit-transition: all 500ms; -moz-transition: all 500ms; -ms-transition: all 500ms; transition: all 500ms;}
.ixPart1 .cpTit .a i,.ixPart1 .cpTit span:hover i{ width: 24px;}
.ixPart1 .cpTit .a,.ixPart1 .cpTit span:hover{ background: #147AC1; border-radius: 20px;}
.ixPart1 .conPart{ height: 480px; position: relative; margin-left: 20px;}
.ixPart1 .cpCon{ color: #fff; background: #054bb3; border: 2px solid #054bb3; position: absolute; top: 0; width: 100%; z-index: 1; opacity: 0;}
.ixPart1 .cpCon .tip{ display: block; width: 101px; height: 100px; background: url(../images/ixImg1_2.png) center no-repeat; background-size: contain; position: absolute; top: 0; left: 0; z-index: 9;}
.ixPart1 .cpSlide{ background: #fff; position: relative; padding: 35px 70px;}
.ixPart1 .cpSlide .img img{ width: 100%;}
.ixPart1 .part{ padding: 20px;}
.ixPart1 .part .tit{ font-size: 18px; padding: 30px 0 10px 0; border-bottom: 1px solid #fff; margin-bottom: 10px;}
.ixPart1 .part .txt1{ font-size: 14px; height: 78px; line-height: 26px;}
.ixPart1 .part .txt2 span{ display: block; margin: 0 0.5px;}
.ixPart1 .part .txt2 span img{ width: 100%;}
.ixPart1 .part .txt3{ margin-top: 30px;}
.ixPart1 .part .txt3 a{ display: flex; justify-content: center; align-items: center; color: #054bb3; width: 50%; height: 50px; background: #fff;}
.ixPart1 .part .txt3 a.zx{ color: #fff; background: #23a146;}
.ixPart1 .part .txt3 a:hover{ letter-spacing: 3px;}

.ixPart2{ background: url(../images/ixImg2_5.jpg) center no-repeat; background-size: cover; padding: 40px 0;}
.ixPart2 .left{ width: 54%;}
.ixPart2 .left .img{ margin-right: 50px; -webkit-transition: all 500ms; -moz-transition: all 500ms; -ms-transition: all 500ms; transition: all 500ms;}
.ixPart2 .left .img img{ width: 100%;}
.ixPart2 .left .img:hover,.ixPart8 .box:hover{ margin-top: -10px;}
.ixPart2 .right{ color: #fff; width: 46%;}
.ixPart2 .right p{ margin: 10px 0; font-size: 20px;}
.ixPart2 .right em,.ixPart2 .right span{ display: inline-block;}
.ixPart2 .right em{ font-size: 24px; background: url(../images/ixImg2_6.png) center no-repeat; background-size: cover; padding: 5px 24px;}
.ixPart2 .right span{ font-size: 28px; text-shadow: 0 2px 2px rgba(0,0,0,.5);}

.ixPart3 .left{ margin-top: 20px;}
.ixPart3 .left span,.ixPart3 .left i,.ixPart3 .left em{ font-size: 20px; display: block; color: #333;}
.ixPart3 .left i{ width: 50px; height: 4px; background: #147ac1; margin: 30px 0;}
.ixPart3 .left p{ font-size: 14px; color: #585858; max-height: 182px; line-height: 26px;}
.ixPart3 .left em a{ display: flex; justify-content: center; align-items: center; width: 44%; height: 40px; font-size: 16px; color: #fff; margin: 25px 3% 0 0; background: #147ac1;}
.ixPart3 .left em a.lx{ background: #38af48;}
.ixPart3 .box{ display: inline-block; width: 260px;height: 380px; position: relative; margin: 20px 0 0 20px;}
.ixPart3 .box img{ margin-top:50px; transition: all .5s;}
.ixPart3 .box1{ background: url(../images/ixImg3_5.jpg) center no-repeat;}
.ixPart3 .box2{ background: url(../images/ixImg3_6.jpg) center no-repeat;}
.ixPart3 .box3{ background: url(../images/ixImg3_7.jpg) center no-repeat;}
.ixPart3 .box p{ position: absolute;bottom:50px;left:0;right:0;margin:0 auto;}
.ixPart3 .box p span,.ixPart3 .box p b{ display: block;color:#fff;line-height:30px;}
.ixPart3 .box p span{ font-size:18px}
.ixPart3 .box p b{ font-size:16px;}
.ixPart3 .box p em{ background: url(../images/ixImg3_4.png) center top no-repeat; width:30px;height:30px;display: block;margin:30px auto 0 auto;transition: all .5s;}
.ixPart3 .box:after{ content: '';width:3px;display: block;height:0; background: #38AF48;position: absolute;left:0;top:0;transition: all .5s;}
.ixPart3 .box:before{ content: '';width:3px;display: block;height:0; background: #38AF48;position: absolute;right:0;bottom:0;transition: all .5s;}
.ixPart3 .box a{ display: block;width:100%;height:100%;}
.ixPart3 .box a:after{ content: '';width:0;display: block;height:3px; background: #38AF48;position: absolute;left:0;top:0;transition: all .5s;}
.ixPart3 .box a:before{ content: '';width:0;display: block;height:3px; background: #38AF48;position: absolute;right:0;bottom:0;transition: all .5s;}
.ixPart3 .box:hover:after{ height:100%;}
.ixPart3 .box:hover:before{ height:100%;}
.ixPart3 .box:hover a:after{ width:100%;}
.ixPart3 .box:hover a:before{ width:100%;}
.ixPart3 .box:hover em{ background-position: center bottom;}
.ixPart3 .box:hover img{ transform: rotateY(180deg);}

.ixPart4{ padding: 30px 0 70px 0;}
.ixPart4 .box{ display: block; margin: 40px 25px 0 25px;}
.ixPart4 .box span,.ixPart4 .box em{ display: block; color: #898989;}
.ixPart4 .box span{ color: #000;}
.ixPart4 .box p{ height: 40px; color: #979797; font-size: 14px; line-height: 20px; margin-top: 20px;}
.ixPart4 .box:hover span{ color: #004098;}

.ixPart5{ padding-bottom: 60px;}
.ixPart5 .box{ display: block; position: relative; margin: 40px 15px 0 15px;}
.ixPart5 .box p{ width: 100%; font-size: 25px; color: #fff; line-height: 50px; background: rgba(5,75,179,.8); position: absolute; bottom: 0; left: 0; z-index: 1;}
.ixPart5 .box img{ width: 100%;}

.ixPart6{ color: #fff; line-height: 42px; background: url(../images/ixImg5.jpg) center no-repeat; background-size: cover; padding: 80px 0 90px 0;}
.ixPart6 span{ display: block; font-size: 38px; text-shadow: 0 2px 2px rgba(0,0,0,.4);}
.ixPart6 em{ font-size: 24px;}

.ixPart7{ padding-bottom: 50px;}
.ixPart7 .col-sm-2{ width: 20%;}
.ixPart7 .img{ margin: 30px 20px 0 20px;}
.ixPart7 .img img{ width: 100%; border: 1px solid #e3e3e3;}

.ixPart8{ color: #fff; background: url(../images/ixImg7_7.jpg) center no-repeat; background-size: cover; padding: 50px 0;}
.ixPart8 .box{ margin: 0 20px; -webkit-transition: all 500ms; -moz-transition: all 500ms; -ms-transition: all 500ms; transition: all 500ms;}
.ixPart8 .box img{ width: 89px; height: 89px; border: 2px solid #fff; border-radius: 50%;}
.ixPart8 .box span{ display: block; font-size: 22px; margin: 20px 0 10px 0;}
.ixPart8 .right{ font-size: 14px; margin-left: 60px;}
.ixPart8 .right .tit span{ display: inline-block; font-size: 18px; margin-right: 10px;} 
.ixPart8 .right input{ width: 100%; height: 36px; font-size: 14px; line-height: 36px; background-color: #fff; background-position: center right 10px; background-repeat: no-repeat; background-size: 20px; margin-top: 15px; padding: 0 10px;}
.ixPart8 .right .inp1{ background-image: url(../images/ixImg7_5.png);}
.ixPart8 .right .inp2{ background-image: url(../images/ixImg7_6.png);}
.ixPart8 .right .inp3{ color: #fff; background: #eb9233; margin-top: 20px;}

.inLeft{ background: #1b347f; border: 2px solid #1b347f; margin: 20px 20px 0 0;}
.inLeft .tit{ color: #4c63a8; font-size: 18px; padding: 20px 0;}
.inLeft .tit span{ display: block; color: #fff; font-size: 26px;}
.inLeft ul{ background: #fff; padding: 0 15px 15px;}
.inLeft li a{ display: block; line-height: 50px; margin-top: 10px; padding: 0 40px 0 20px; background: url(../images/inIcon4.png) center right 20px no-repeat #f7f7f7; background-size: 16px;}
.inLeft li:hover a{ background-color: #1B347F; color: #fff; background-image: url(../images/inIcon3.png);}

.inRight{ margin: 20px 0 40px 0;}
.inRight .part1{ color: #fff; margin-bottom: 30px; line-height: 50px;}
.inRight .part1 .tit{ font-size: 22px; padding-left: 60px; margin-right: 6px; background: url(../images/inIcon1.png) center left 30px no-repeat #38af48; background-size: 20px;}
.inRight .part1 .loca{ font-size: 14px; padding: 0 20px; background: #1b347f;}
.inRight .part1 .loca em{ display: inline-block; background: url(../images/inIcon2.png) center left no-repeat; background-size: 16px; padding-left: 25px;}
.inRight .part1 .loca a{ color: #fff;}

.inRight .part2{ margin: 0 -9px;}
.inRight .part2 .box{ background: #f9f9f9; border: 1px solid #f2f2f2; margin: 0 9px 15px 9px;}
.inRight .part2 .box img{ width: 100%;}
.inRight .part2 .box p{ line-height: 46px;}
.inRight .box .an a{ display: flex; justify-content: center; align-items: center; color: #fff; width: 40%; height: 32px; margin: 0 0 4% 7%; border-radius: 3px; background: #072f8f;}
.inRight .box .an a.zx{ background: #38af49;}

.fenye{ padding: 30px 0;}
.fenye a{ display: inline-block; font-size: 14px; color: #666; padding: 0 15px; line-height: 34px; border-radius: 3px; margin: 5px; border: 1px solid #ddd;}
.fenye a:hover{ color: #fff; background: #1B347F; border-color: #1B347F;}

/*============================ 媒体查询 ============================*/
.mobHide{ display: block;}
.mobShow{ display: none;}

@media (max-width: 1366px) {
	.ixSlide .img{ height: 420px;}
}

@media (max-width: 1200px) {
	.wrap{ width: 100%; padding: 0 15px;}
}

@media (max-width: 1024px) {
	.navBar li .t1{ padding: 0 25px;}
	.ixPart1 .left{ height: 380px;}
	.ixPart2 .left .img{ margin-right: 30px;}
	.ixPart1 .conPart{ height: 370px;}
	.ixPart1 .part{ padding: 0 20px;}
	.ixPart1 .part .tit{ padding: 10px 0;}
	.ixPart1 .part .txt3{ margin-top: 10px;}
	.ixPart2 .right span{ font-size: 24px;}
	.ixPart3 .box{ width: 220px; height: 360px; margin-left: 6px;}
}

@media (max-width: 834px) {
	.mobHide{ display: none;}
	.mobShow{ display: block;}
	.header{ width: 100%; position: fixed; top: 0; left: 0; z-index: 999;}
	.footer .col-sm-4{ width: 100%;}
	.main{ margin: 60px 0 54px 0;}
	.ixSlide .img{ height: 320px;}
	.ixTit{ padding: 0;}
	.mobPart1{ padding: 20px 15px;}
	.mobPart1 .cpTit span,.mobPart1 .cpLink a{ display: flex; justify-content: center; align-items: center; float: left; width: 48%; height: 40px; color: #fff; background: #0942a1; border-radius: 20px; margin: 0 1% 2% 1%;}
	.mobPart1 .cpCon{ display: none;}
	.mobPart1 .box{ display: block; margin: 0 5px 10px 5px; border: 1px solid #dbdcdc; background: #eee;}
	.mobPart1 .box img{ width: 100%;}
	.mobPart1 .box p{ color: #424242; line-height: 40px; padding: 0 10px;}
	.mobPart1 .box .an a{ display: flex; justify-content: center; align-items: center; color: #fff; width: 46%; height: 30px; margin: 0 0 4% 3%; border-radius: 3px; background: #072f8f;}
	.mobPart1 .box .an a.zx{ background: #38af49;}
	.ixPart2 .right,.ixPart2 .left,.ixPart3 .col-sm-3{ width: 100%;}
	.ixPart2 .right{ float: left;}
	.ixPart2 .left .img{ margin: 0 20px;}
	.ixPart3 .left em a{ width: 30%;}
	.ixPart7 .col-sm-2{ width: 25%;}
	.ixPart8 .box{ margin: 0 10px;}
	.ixPart8 .box span{ font-size: 20px;}
}

@media (max-width: 500px) {
	body,button,input,select,textarea{ font-size: 14px;}
	.wrap{ padding: 0;}
	.footer{ padding-top: 30px;}
	.footer .copy{ color: rgba(0,0,0,.3); border: none; margin-top: 0;}
	.ixSlide .img{ height: 160px;}
	.ixSlide .slick-dots{ bottom: 7px;}
	.ixSlide .slick-dots li{ height: 4px; margin: 0 2px;}
	.ixSlide .slick-dots li.slick-active{ width: 20px;}
	.ixTit .t1{ font-size: 20px; padding: 10px 0; margin-bottom: 10px;}
	.mobPart1 .cpTit span{ height: 34px;}
	.mobPart1 .box p{ line-height: 30px;}
	.ixPart2{ padding: 30px 10px;}
	.ixPart2 .left .img{ margin: 10px 5px 0 5px;}
	.ixPart2 .right p{ font-size: 15px;}
	.ixPart2 .right em{ font-size: 16px;}
	.ixPart2 .right span{ font-size: 18px;}
	.ixPart3{ padding: 15px;}
	.ixPart3 .left{ margin: 0;}
	.ixPart3 .left span{ font-size: 14px; margin-bottom: 10px;}
	.ixPart3 .left i{ display: none;}
	.ixPart3 .left p{ font-size: 12px; line-height: 20px; max-height: 140px;}
	.ixPart3 .left em a{ margin-top: 15px;}
	.ixPart4{ padding: 0 15px 15px;}
	.ixPart4 .box{ margin: 15px 0 0;}
	.ixPart4 .box p{ font-size: 12px; max-height: 60px; height: auto; line-height: 20px; margin-top: 5px;}
	.ixPart5{ padding: 0 15px 15px;}
	.ixPart5 .box{ margin: 10px 0 0;}
	.ixPart5 .box p{ font-size: 16px; line-height: 34px;}
	.ixPart6{ padding: 50px 15px; line-height: 24px;}
	.ixPart6 span{ font-size: 22px; margin-bottom: 10px;}
	.ixPart6 em{ font-size: 20px;}
	.ixPart7{ padding: 15px 0 25px 0;}
	.ixPart7 .ixTit{ margin: 0 15px;}
	.ixPart7 .col-sm-2{ width: 50%;}
	.ixPart7 .img{ margin: 20px 15px 0 15px;}
	.ixPart8{ padding: 30px 15px 60px 15px;}
	.ixPart8 .box{ margin: 0 10px 40px 10px;}
	.ixPart8 .box img{ width: 70px; height: 70px; border: none;}
	.ixPart8 .box span{ margin: 0 0 10px 0; font-size: 18px;}
	.ixPart8 .right{ margin: 0 12%;}
	
}

@media (max-width: 375px) {
	.ixSlide .img{ height: 140px;}
}

@media (max-width: 320px) {
	.wap-logo{ width: 200px;}
	.ixSlide .img{ height: 130px;}
}
