@charset "utf-8";
/* CSS Document *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;} *{outline:none;}*/
* html .clearfix{height:1%;}
::-moz-focus-inner{border:0;}
:focus, :active{outline:0;border:0;}
html, body, h1, h2, h3, h4, h5, h6, p ,ol, ul, li, pre, code, address, variable, form, fieldset, blockquote, div, dd, dl, dt, apan, ol, ul, span,input{
	margin:0;
	padding:0;
	border:0;
}
a{color:#fff; text-decoration:none;}
a:hover{text-decoration:none;}
a, a:visited, a:focus, a:active, a:hover{outline:0 none !important;}
.clearfix:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}
.clearfix{display:inline-block;}
* html .clearfix{ height:1%; }
.clearfix{ display:block; }
img, fieldset{ border:0;}
ol,li,ul{list-style:none;}
q:before, q:after{ content:''; }
input:-webkit-autofill{
	-webkit-text-fill-color:#000;
	-webkit-box-shadow:0 0 0px 1000px #b5c3c6 inset;
}
input,select{font-family:微软雅黑, Arial, Helvetica, sans-serif,"宋体";}
*,*::after, *::before{
	-webkit-text-size-adjust:none;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
@font-face {
    font-family:'interstate_lightr';
    src:url('interstate_light-webfont.woff2') format('woff2'),
         url('interstate_light-webfont.woff') format('woff');
    font-weight:normal;
    font-style:normal;
}
/* main.css */
body{position:relative;font-size:12px; font-family:微软雅黑, Arial, Helvetica, sans-serif,"宋体";background-color:#fafafa;}
html,body{
	width:100%;
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	-ms-font-smoothing:antialiased;
	-o-font-smoothing:antialiased;
	font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}


p#preload{display:none;}
div#outerWrap{position:relative;margin:0 auto;width:100%;min-width:1200px;max-width:1900px;overflow:hidden;}
div#float-div{position:fixed;top:0;right:0;z-index:999;width:64px;height:127px;background-color:#d70e17;}
div#float-div>a{
	display:block;margin:5px auto 0 auto;width:55px;padding-top:31px;height:55px;background:url(../images/icos_float.png) no-repeat 50% -5px;overflow:hidden;
	font-size:12px;color:#fff;line-height:22px;text-align:center;border:solid 1px #f7ced0;
}
div#float-div>a:nth-child(2){background-position:50% -63px;margin:7px auto 0 auto;}
div#float-div>p{display:none;position:absolute;top:80px;left:-150px;width:152px;height:36px;overflow:hidden;}
div#float-div>p>a{
	display:block;float:left;width:140px;height:36px;background-color:#d70e17;overflow:hidden;border-radius:6px;
	font-size:18px;line-height:36px;text-align:center;color:#fff;
}
div#float-div>p>b{display:block;float:left;margin-top:11px;z-index:990;width:0;height:0;border:6px solid transparent;border-left:6px solid #d70e17;}
div#float-div>a:nth-child(2):hover{display:block;}


/**************************page-header**********************/
div#page-header{
	position:relative;margin:0 auto;width:100%;height:163px;
	background:url(../images/pc_nav_bg.png) no-repeat bottom center;background-size:1900px 163px;
}
div#page-header>dl{margin:0 auto;width:1200px;height:117px;overflow:hidden;}
div#page-header>dl>dt{float:left;margin-top:25px;width:750px;height:117px;overflow:hidden;}
div#page-header>dl>dt>a{
	display:block;float:left;width:220px;height:73px;overflow:hidden;
	background:url(../images/logo.png) no-repeat;background-size:220px 73px;
}
div#page-header>dl>dt>b{
	display:block;float:left;margin-top:38px;margin-left:28px;width:146px;height:15px;overflow:hidden;
	background:url(../images/slogan.png) no-repeat;background-size:contain;
}

div#page-header>dl>dd{float:right;margin-top:42px;width:350px;height:40px;overflow:hidden;}
div#page-header>dl>dd>input{
	display:block;float:left;width:284px;height:40px;overflow:hidden;
	border-top:solid 1px #dadada;border-bottom:solid 1px #dadada;border-left:solid 1px #dadada;
	font-size:14px;color:#999999;line-height:38px;text-indent:10px;
}
div#page-header>dl>dd>a{
	display:block;float:left;width:64px;height:40px;overflow:hidden;
	background:#cc0000 url(../images/search.png) no-repeat center center;
}
div#page-header>ul{margin:0 auto;width:1200px;height:46px;overflow:hidden;}
div#page-header>ul>li{
	float:left;width:188px;height:46px;overflow:hidden;
	background:url(../images/nav_split.png) no-repeat center left;
}
div#page-header>ul>li>a{
	position:relative;display:block;margin:0 auto;width:60px;height:46px;overflow:hidden;
	font-size:16px;color:#ffffff;line-height:46px;text-align:center;
}
div#page-header>ul>li>a::before,div#page-header>ul>li>a::after{
	display:none;position:absolute;content:'';margin-top:-1px;top:50%;height:2px;width:8px;background:#ffffff;
	-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;
	-webkit-backface-visibility:hidden;backface-visibility:hidden;
	-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;-o-transform-origin:50% 50%;transform-origin:50% 50%;
	-webkit-transition:width 0.3s, -webkit-transform 0.3s;
    -moz-transition:width 0.3s, -moz-transform 0.3s;
    transition:width 0.3s, transform 0.3s;
}
div#page-header>ul>li>a::before{
	right:7px;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);
}
div#page-header>ul>li>a::after{
	right:3px;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
div#page-header>ul>li>a.selected::before,div#page-header>ul>li>a.selected::after{width:12px;}
div#page-header>ul>li>a.selected::before{
	-webkit-transform:translateX(4px) rotate(-45deg);
	-moz-transform:translateX(4px) rotate(-45deg);
	-ms-transform:translateX(4px) rotate(-45deg);
	-o-transform:translateX(4px) rotate(-45deg);
	transform:translateX(4px) rotate(-45deg);
}
div#page-header>ul>li>a.selected::after{
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);
}
div#page-header>ul>li:nth-child(1)>a{width:46px;}
div#page-header>ul>li:nth-child(2)>a{padding-right:18px;width:106px;}
div#page-header>ul>li:nth-child(2)>a::before{display:block;}
div#page-header>ul>li:nth-child(2)>a::after{display:block;}
div#page-header>ul>li:nth-child(3)>a{padding-right:18px;width:64px;}
div#page-header>ul>li:nth-child(3)>a::before{display:block;}
div#page-header>ul>li:nth-child(3)>a::after{display:block;}
div#page-header>ul>li:nth-child(4)>a{width:70px;}



/**************************page-banner**********************/
div#page-banner{position:relative;margin:0 auto;width:100%;height:497px;}
div#banners>div>a{display:block;width:100%;height:497px;overflow:hidden;}
div#banners>div>a>i{display:block;width:100%;height:497px;overflow:hidden;background-repeat:no-repeat;background-position:top center;background-size:cover;}
div#banners>div>a>b{display:none;width:100%;height:497px;overflow:hidden;background-repeat:no-repeat;background-position:top center;background-size:cover;}


/* swiper */
.bottom-nav{width:100%;text-align:center;position:absolute;bottom:10px;z-index:10;}
.icon-videoplay{display:inline-block;vertical-align:middle;margin-right:9px;cursor:pointer;}
.icon-videoplay:before{font-family:"upsicons";content:"\e680";font-size:18px;color:#cccccc;}
.stop-status.icon-videoplay:before{content:"\e681";}
.swiper-pagination{position:relative;display:inline-block;vertical-align:middle;}
#page-banner .swiper-pagination-bullet{
	width:17px;height:17px;background:#fff;opacity:1;
	box-sizing:border-box;border:0;margin:0 9px;vertical-align:middle;
}
#page-banner .swiper-pagination-bullet-active{background:#cc0000;}

#page-banner .swiper-button-prev, #page-banner .swiper-button-next, #page-banner .swiper-button-prev.swiper-button-white, #page-banner .swiper-button-next.swiper-button-white{
	width:15%;height:100%;top:0;background:none;margin-top:0;
}
#page-banner .swiper-button-next{right:0;}

#midbanner-pagination{right:32px;}
#midbanner-pagination .swiper-pagination-bullet{margin:10px 0;}
#midbanner-pagination .swiper-pagination-bullet-active{background:#cc0000;}
/* swiper end */


/********************page-intro******************/
p.tit-p{display:block;padding:54px 0 38px 0;width:100%;overflow:hidden;}
p.tit-p>b{display:block;width:100%;height:20px;font-family:"interstate_lightr";font-size:14px;color:#cc0000;line-height:20px;text-align:center;font-weight:normal;overflow:hidden;}
p.tit-p>span{display:block;width:100%;height:50px;font-size:35px;color:#333333;line-height:50px;text-align:center;overflow:hidden;}
p.tit-p>i{display:block;width:100%;height:32px;font-size:16px;color:#333333;line-height:32px;text-align:center;font-style:normal;overflow:hidden;}

div#page-intro{margin:0 auto;width:1200px;padding-bottom:10px;border-left:solid 1px #dadada;border-right:solid 1px #dadada;overflow:hidden;background-color:#fff;}
div#page-intro>dl{width:100%;overflow:hidden;}
div#page-intro>dl>dt{float:left;width:50%;height:406px;padding:80px 56px 0 56px;overflow:hidden;}
div#page-intro>dl:nth-child(2)>dt{border-top:solid 1px #cccccc;}
div#page-intro>dl>dt>p{display:block;height:50px;font-size:30px;color:#000;line-height:50px;overflow:hidden;}
div#page-intro>dl>dt>span{display:block;height:190px;padding-top:16px;font-size:14px;color:#333333;line-height:26px;overflow:hidden;}
div#page-intro>dl>dt>a{display:block;float:left;font-size:16px;color:#333333;line-height:24px;overflow:hidden;}
div#page-intro>dl>dt>a>b{
	background:url(../images/caret-right.svg) no-repeat right;
	width:10px;height:10px;display:inline-block;
	-webkit-transition:width 500ms, margin-right 500ms;
	transition:width 500ms, margin-right 500ms;
	margin-left:5px;margin-right:10px;
}
div#page-intro>dl>dt>a:hover>b{
	width:20px;margin-right:0;background-image:url(../images/arrow-right.svg);
}
div#page-intro>dl>dd{float:right;width:50%;height:406px;overflow:hidden;}
div#page-intro>dl>dd>img{display:block;width:100%;overflow:hidden;}
div#page-intro>dl.mid-dl>dt{float:right;}
div#page-intro>dl.mid-dl>dd{float:left;}



/**************************page-midbanner**********************/
div#page-midbanner{position:relative;margin:0 auto;width:1200px;height:255px;border-left:solid 1px #dadada;border-right:solid 1px #dadada;overflow:hidden;background-color:#fff;}
div#mid-banners>div>a{display:block;width:100%;height:255px;overflow:hidden;}
div#mid-banners>div>a>i{display:block;width:100%;height:255px;overflow:hidden;background-repeat:no-repeat;background-position:top center;background-size:cover;}
div#mid-banners>div>a>b{display:none;width:100%;height:255px;overflow:hidden;background-repeat:no-repeat;background-position:top center;background-size:cover;}



/********************page-communi******************/
div#page-communi{margin:0 auto;width:1200px;padding-bottom:120px;border-left:solid 1px #dadada;border-right:solid 1px #dadada;overflow:hidden;background-color:#fff;}
div#page-communi>ul{width:1198px;overflow:hidden;}
div#page-communi>ul>li{float:left;width:599px;height:466px;overflow:hidden;}
div#page-communi>ul>li>p{float:left;width:300px;height:466px;padding:120px 32px 0 32px;overflow:hidden;}
div#page-communi>ul>li>p>b{display:block;font-size:26px;line-height:40px;color:#fff;overflow:hidden;}
div#page-communi>ul>li>p>span{display:block;margin-top:10px;height:190px;font-size:14px;line-height:26px;color:#fff;overflow:hidden;word-wrap:break-word;word-break:break-all;}
div#page-communi>ul>li>p>a{
	display:block;margin-top:10px;width:115px;height:44px;border:solid 2px #fff;border-radius:22px;
	font-size:16px;line-height:40px;color:#fff;text-align:center;overflow:hidden;
}
div#page-communi>ul>li>img{display:block;float:left;width:299px;height:466px;overflow:hidden;}
div#page-communi>ul>li:nth-child(1)>p{background-color:#ff6633;}
div#page-communi>ul>li:nth-child(2)>p{background-color:#00cccc;}
div#page-communi>ul>li:nth-child(3)>p{background-color:#ff9900;}
div#page-communi>ul>li:nth-child(4)>p{background-color:#0191c1;}
div#page-communi>ul>li:nth-child(3)>p,div#page-communi>ul>li:nth-child(4)>p{float:right;}


/********************page-customers******************/
div#page-customers{
	margin:0 auto;width:1200px;padding-bottom:105px;overflow:hidden;background-color:#fff;
	border-left:solid 1px #dadada;border-right:solid 1px #dadada;
	border-bottom:solid 1px #f3f3f3;border-top:solid 1px #f3f3f3;
}
div#customer-list{margin:0 auto;width:1164px;overflow:hidden;}
div#customer-list>a{display:block;float:left;width:194px;height:126px;overflow:hidden;text-align:center;line-height:124px;border-left:solid 1px #f1f1f1;}
div#customer-list>a>img{display:inline-block;vertical-align:middle;}
@media screen and (min-width:800px){
	div#customer-list>a:nth-child(-n+6){border-bottom:solid 1px #f1f1f1;}
	div#customer-list>a:nth-child(n+7):nth-child(-n+12){}
	div#customer-list>a:nth-child(6n+6){border-right:solid 1px #f1f1f1;}
	div#customer-list>a:hover{border-bottom:solid 2px #ff9900;}
}


/********************page-partner******************/
div#page-partner{
	margin:0 auto;width:1200px;padding-bottom:35px;overflow:hidden;background-color:#fff;
	border-left:solid 1px #dadada;border-right:solid 1px #dadada;
	border-bottom:solid 1px #f3f3f3;border-top:solid 1px #f3f3f3;
}
div#partner-content{display:block;margin:0 auto;width:1170px;height:408px;overflow:hidden;}
div#partner-list{
	display:-webkit-box;display:-moz-box;display:-ms-flexbox;
	display:-webkit-flex;display:flex;width:1170px;height:408px;overflow:hidden;
	-webkit-box-lines:multiple;-moz-box-lines:multiple;
    -ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;
	flex-direction:column;align-items:center;
	-webkit-transform:translate3d(0,0,0);
    -moz-transform:translate3d(0,0,0);
    -o-transform:translate(0,0);
    -ms-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
	-webkit-transition:transform .3s ease 0s;
	-moz-transition:transform .3s ease 0s;
	-o-transition:transform .3s ease 0s;
	-ms-transition:transform .3s ease 0s;
	transition:transform .3s ease 0s;
}
div#partner-list>a{display:block;position:relative;margin:4px;width:226px;height:128px;overflow:hidden;background-color:#efefef;}
div#partner-list>a>b{
	display:block;width:226px;height:128px;overflow:hidden;
	-webkit-transition:all .7s ease 0s;
	-moz-transition:all .7s ease 0s;
	-o-transition:all .7s ease 0s;
	-ms-transition:all .7s ease 0s;
	transition:all .7s ease 0s;
}
div#partner-list>a>b>img{display:block;width:100%;overflow:hidden;}
div#partner-list>a>i{
	display:block;position:absolute;top:0;left:0;width:226px;height:128px;overflow:hidden;opacity:0;background-color:#da0502;
    -webkit-transition:all .7s ease 0s;
	-moz-transition:all .7s ease 0s;
	-o-transition:all .7s ease 0s;
	-ms-transition:all .7s ease 0s;
	transition:all .7s ease 0s;
    -webkit-transform:scale(2);
    -moz-transform:scale(2);
    -o-transform:scale(2);
    -ms-transform:scale(2);
    transform:scale(2);
}
div#partner-list>a>i>img{display:block;width:100%;overflow:hidden;}
div#partner-list>a:hover>b{
	opacity:0;
	-webkit-transform:scale(2);
    -moz-transform:scale(2);
    -o-transform:scale(2);
    -ms-transform:scale(2);
    transform:scale(2);
}
div#partner-list>a:hover>i{
	opacity:1;
	-webkit-transform:scale(1);
    -moz-transform:scale(1);
    -o-transform:scale(1);
    -ms-transform:scale(1);
    transform:scale(1);
}
div#partner-pages{position:relative;margin:40px auto 0 auto;width:1156px;height:20px;overflow:hidden;}
div#partner-pages>a.part-prevbtn{
	display:block;position:absolute;left:0;top:0;width:210px;height:20px;overflow:hidden;
	background:url(../images/prev_btn.png) no-repeat;background-size:220px 60px;background-position:0 0;
	-webkit-transition:width .3s ease 0s;
	-moz-transition:width .3s ease 0s;
	-o-transition:width .3s ease 0s;
	-ms-transition:width .3s ease 0s;
	transition:width .3s ease 0s;
}
div#partner-pages>a.part-prevbtn>b{
	display:block;width:51px;height:20px;overflow:hidden;
	background:url(../images/prev_btn2.png) no-repeat;background-position:0 0;
}
div#partner-pages>a.part-prevbtn:hover{background-position:0 -20px;width:170px;}
div#partner-pages>a.part-prevbtn.disabled{background-position:0 -40px;width:170px;}
div#partner-pages>a.part-prevbtn.disabled>b{background-position:0 -40px;}
div#partner-pages>a.part-nextbtn{
	display:block;position:absolute;right:0;top:0;width:210px;height:20px;overflow:hidden;
	background:url(../images/next_btn.png) no-repeat;background-size:220px 60px;background-position:100% 0;
	-webkit-transition:width .3s ease 0s;
	-moz-transition:width .3s ease 0s;
	-o-transition:width .3s ease 0s;
	-ms-transition:width .3s ease 0s;
	transition:width .3s ease 0s;
}
div#partner-pages>a.part-nextbtn>b{
	display:block;float:right;width:51px;height:20px;overflow:hidden;
	background:url(../images/next_btn2.png) no-repeat;background-position:0 0;
}
div#partner-pages>a.part-nextbtn:hover{background-position:100% -20px;width:170px;}
div#partner-pages>a.part-nextbtn.disabled{background-position:100% -40px;width:170px;}
div#partner-pages>a.part-nextbtn.disabled>b{background-position:0 -40px;}
div#partner-pages>p{display:block;margin-top:8px;height:4px;overflow:hidden;text-align:center;line-height:0;}
div#partner-pages>p>a{display:inline-block;margin:0 4px;width:39px;height:4px;overflow:hidden;background-color:#cccccc;}
div#partner-pages>p>a.curr{background-color:#cc0000;cursor:default;}

/********************page-foot******************/
div#page-foot{margin:0 auto;width:100%;height:260px;overflow:hidden;border-top:solid 10px #cc0000;background-color:#ededed;}
div#foot{margin:0 auto;padding-top:40px;width:1200px;height:250px;overflow:hidden;}
div#foot>p{display:block;float:right;width:375px;overflow:hidden;}
div#foot>p>b{display:block;font-size:14px;color:#333333;line-height:22px;overflow:hidden;}
div#foot>p>span{display:block;font-size:26px;color:#333333;line-height:46px;font-family:"interstate_lightr";overflow:hidden;}
div#foot>ul{display:block;float:left;width:770px;height:136px;overflow:hidden;border-right:solid 2px #666666;}
div#foot>ul>li{display:block;float:left;padding-left:10px;width:250px;height:136px;overflow:hidden;}
div#foot>ul>li>p{display:block;height:35px;font-size:18px;color:#333333;overflow:hidden;}
div#foot>ul>li>a{display:inline-block;font-size:14px;color:#333333;line-height:24px;overflow:hidden;}
div#foot>ul>li>a:hover{opacity:0.7;}
div#foot>span{display:block;float:right;width:375px;font-size:14px;color:#333333;line-height:24px;overflow:hidden;}
div#foot>span>a{color:#333333;}
div#foot>b{display:block;padding-left:10px;padding-top:30px;width:100%;clear:both;font-size:14px;color:#333333;line-height:22px;font-weight:normal;overflow:hidden;}




@media screen and (max-width:850px){
	div#float-div{top:43%!important;right:13px!important;}

	div#outerWrap{width:750px;min-width:750px;max-width:750px;}
	div#page-header{width:750px;height:173px;background:url(../images/mb_nav_bg.png) no-repeat bottom center;background-size:750px 173px;}
	div#page-header>dl{width:750px;height:127px;}
	div#page-header>dl>dt{margin-top:26px;width:750px;height:73px;}
	div#page-header>dl>dt>a{margin-left:42px;}
	div#page-header>dl>dt>b{margin-top:38px;margin-left:235px;width:208px;height:22px;}
	div#page-header>dl>dd{display:none;}
	div#page-header>ul{margin-left:36px;width:570px;}
	div#page-header>ul>li{width:auto;padding:0 20px;}
	div#page-header>ul>li>a{font-size:20px;}

	div#page-header>ul>li>a::before,div#page-header>ul>li>a::after{width:12px;}
	div#page-header>ul>li>a::after{right:0px;}
	div#page-header>ul>li>a.selected::before,div#page-header>ul>li>a.selected::after{width:18px;}
	div#page-header>ul>li>a.selected::before{
		-webkit-transform:translateX(7px) rotate(-45deg);
		-moz-transform:translateX(7px) rotate(-45deg);
		-ms-transform:translateX(7px) rotate(-45deg);
		-o-transform:translateX(7px) rotate(-45deg);
		transform:translateX(7px) rotate(-45deg);
	}
	div#page-header>ul>li:nth-child(1){background:none;}
	div#page-header>ul>li:nth-child(1)>a{width:54px;}
	div#page-header>ul>li:nth-child(2)>a{padding-right:22px;width:126px;}
	div#page-header>ul>li:nth-child(3)>a{padding-right:22px;width:76px;}
	div#page-header>ul>li:nth-child(4)>a{width:86px;}

	div#banners>div>a>i{display:none;}
	div#banners>div>a>b{display:block;}
	/********************page-intro******************/
	div#page-intro{width:664px;padding-bottom:10px;}
	div#page-intro>dl>dt{float:none;width:662px;height:auto;padding:0 50px 60px 50px;}
	div#page-intro>dl:nth-child(2)>dt{border-top:none;}
	div#page-intro>dl>dt>span{height:auto;padding-top:10px;font-size:20px;line-height:38px;}
	div#page-intro>dl>dt>a{padding-top:10px;font-size:24px;line-height:38px;}
	div#page-intro>dl>dd{float:none;width:662px;height:520px;}
	/**************************page-midbanner**********************/
	div#page-midbanner{width:664px;}
	div#mid-banners>div>a>i{display:none;}
	div#mid-banners>div>a>b{display:block;}
	/********************page-communi******************/
	div#page-communi{width:664px;padding-bottom:10px;}
	div#page-communi>ul{width:662px;}
	div#page-communi>ul>li{float:none;width:662px;height:516px;}
	div#page-communi>ul>li>p{width:331px;height:516px;padding:130px 35px 0 35px;overflow:hidden;}
	div#page-communi>ul>li>p>b{font-size:29px;line-height:44px;}
	div#page-communi>ul>li>p>span{margin-top:10px;height:210px;font-size:16px;line-height:28px;}
	div#page-communi>ul>li>p>a{margin-top:10px;width:128px;height:48px;border-radius:24px;font-size:18px;line-height:44px;}
	div#page-communi>ul>li>img{width:331px;height:516px;}
	div#page-communi>ul>li:nth-child(1)>p,div#page-communi>ul>li:nth-child(3)>p{float:left;}
	div#page-communi>ul>li:nth-child(2)>p,div#page-communi>ul>li:nth-child(4)>p{float:right;}
	/********************page-customers******************/
	div#page-customers{width:664px;padding-bottom:35px;border-bottom:none;}
	div#customer-list{width:624px;}
	div#customer-list>a{width:208px;height:138px;line-height:136px;border-bottom:solid 1px #f1f1f1;}
	div#customer-list>a:nth-last-child(-n+3){border-bottom:none;}
	div#customer-list>a:nth-child(3n+3){border-right:solid 1px #f1f1f1;}
	div#customer-list>a:hover{border-bottom:solid 2px #ff9900;}
	/********************page-partner******************/
	div#page-partner{width:664px;padding-bottom:75px;border-bottom:none;border-top:none;}
	div#partner-content{width:642px;height:620px;}
	div#partner-list{width:642px;height:620px;}
	div#partner-list>a{margin:3px;width:208px;height:118px;}
	div#partner-list>a>b{width:208px;height:118px;}
	div#partner-list>a>i{width:208px;height:118px;}
	div#partner-pages{margin:20px auto 0 auto;width:630px;height:20px;}
	div#partner-pages>a.part-prevbtn{width:120px;}
	div#partner-pages>a.part-prevbtn:hover{width:90px;}
	div#partner-pages>a.part-prevbtn.disabled{width:90px;}
	div#partner-pages>a.part-nextbtn{width:120px;}
	div#partner-pages>a.part-nextbtn:hover{width:90px;}
	div#partner-pages>a.part-nextbtn.disabled{width:90px;}
	div#partner-pages>p>a{width:29px;}
	/********************page-foot******************/
	div#page-foot{width:750px;height:670px;}
	div#foot{padding-top:65px;width:650px;height:660px;}
	div#foot>p{float:none;width:100%;height:150px;}
	div#foot>p>b{font-size:20px;line-height:30px;}
	div#foot>p>span{font-size:40px;line-height:66px;}
	div#foot>ul{float:none;width:100%;height:250px;border-right:none;}
	div#foot>ul>li{padding-left:0;width:230px;height:250px;}
	div#foot>ul>li:nth-child(2){width:260px;}
	div#foot>ul>li:last-child{width:155px;}
	div#foot>ul>li>p{height:45px;font-size:24px;}
	div#foot>ul>li>a{font-size:20px;color:#666666;line-height:38px;}
	div#foot>span{float:none;width:100%;font-size:20px;line-height:33px;}
	div#foot>b{padding-left:0;padding-top:0px;width:100%;font-size:20px;line-height:60px;}
}