/* Reset Css */
html,body{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%; overflow-x:hidden;}
body,div,ul,li,ol,dl,dd,dt,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,caption{margin:0px;padding:0px;}
fieldset,img{border:0;outline:medium none;}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button; cursor:pointer;}
table{border-collapse:collapse;}
ol,ul{list-style:none;}
address,caption,cite,code,dfn,en,th,var{font-weight:normal; font-style:normal;}
h1,h2,h3,h4,h5,h6{font-weight:normal;font-size:100%;}
a{text-decoration:none;outline:medium none;}
input,textarea{outline:medium none;}
img{transition:all .5s; -webkit-transition:all .5s;}
/* 公共部分CSS样式 */
html,body{font:14px/1 microsoft Yahei,Arial,Helvetica,sans-serif; }
input,label,textarea{font:14px Microsoft Yahei;}
input:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px white inset;}
img{font-size:14px; width:100%; display:block;}
a{color:#333; text-decoration:none;-webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s;}
.clear{clear:both;}  
.clearfix:after{content: "020"; display: block; height: 0; clear: both; visibility: hidden;  }
.clearfix {zoom: 1; }

@font-face {
    font-family: 'r-averta';
	src: url('../font/Averta-Regular.eot');
    src: url('../font/Averta-Regular.eot?#iefix') format('embedded-opentype'),
         url('../font/Averta-Regular.woff') format('woff'),
         url('../font/Averta-Regular.ttf') format('truetype'),
         url('../font/Averta-Regular.svg#webfont34M5alKg') format('svg');
	font-style:normal;
	font-weight:normal;
}

@font-face {
    font-family: 'AvertaStd';
	src: url('../font/AvertaStd.eot');
    src: url('../font/AvertaStd.eot?#iefix') format('embedded-opentype'),
         url('../font/AvertaStd.woff') format('woff'),
         url('../font/AvertaStd.ttf') format('truetype'),
         url('../font/AvertaStd.svg#webfont34M5alKg') format('svg');
	font-style:normal;
	font-weight:normal;
}


.visible-hd {
  display: none !important;
}
.visible-lg {
  display: block !important;
}

@media screen and (max-width:991px){
	.visible-hd {
		display: block !important;
	}
	.visible-lg {
		display: none !important;
	}
}

table{border-collapse:collapse;    width:100%;}  
tr td{border-collapse:collapse;}
.g-wrap{max-width:1200px; margin-left:auto; margin-right:auto;padding-left:15px; padding-right:15px;}

@media screen and (max-width:1280px){
.g-wrap{max-width:991px;}
}
.ellip{overflow:hidden;text-overflow:ellipsis;white-space: nowrap;}
.ellip1{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-line-break: auto;-webkit-box-orient: vertical;}
.ellip2{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-line-break: auto;-webkit-box-orient: vertical;}
.ellip3{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 5;-webkit-line-break: auto;-webkit-box-orient: vertical;}

@keyframes myfirst {
   0% {transform: translate(0px, 0px);}
   50% {transform: translate(0px, -10px);}
   100% {transform: translate(0px, 0px);}
}

table{border-collapse:collapse; width:100%}  
td{border-collapse:collapse; text-align:center;}

.imglist{margin-top:-30px; margin-right:-30px; overflow:hidden;}
.imglist li{float:left;}
.imglist li a{margin-right: 30px;margin-top:30px;position: relative;color: #fff;overflow: hidden; display:block; transition:all .5s; -webkit-transition:all .5s; -o-transition:all .5s;}

.pz_banner{width:100%;  position:relative; overflow:hidden; background:#ebebeb; padding:68px 0px;}
.slide_banner{ margin:0;position:relative;}
.slide_banner .slick-slide{ width:100%; padding:0;outline: none;}
.slide_banner img{ width:100%;}
.slide_banner .slick-dots{ bottom:40px; overflow:hidden;text-align: center; position:absolute; z-index:20; box-sizing:border-box;width:300px;left:calc(50% + 300px); }
.slide_banner .slick-dots li{width:8px; height:8px;  border-radius:50%; margin:0px 10px; border:1px solid #ba2a17; position:relative; box-sizing:border-box;}
.slide_banner .slick-dots li button{ display:none;}
.slide_banner .slick-dots li.slick-active{background:#ba2a17;}
.slide_banner .slick-prev,.slide_banner .slick-next{position:absolute; width:70px; height:33px; border-radius:3px;  top:50%; transform:translateY(-50%); -webkit-transform:translateY(-50%); transition:all 0.5s; -webkit-transition:all 0.5s; border:1px solid #FFF;}
.slide_banner .slick-prev{left:50px; background:url(../images/ico9.png) center center no-repeat; transition:all 0.5s; -webkit-transition:all 0.5s;}
.slide_banner .slick-prev:hover{background:url(../images/ico32.png) #FFF center center no-repeat;}
.slide_banner .slick-next{right:50px; background:url(../images/ico10.png) center center no-repeat; transition:all 0.5s; -webkit-transition:all 0.5s;}
.slide_banner .slick-next:hover{background:url(../images/ico30.png) #FFF center center no-repeat;}
.slide_banner .b_info{width:100%; margin:0px auto; position:relative; overflow:hidden;}
.slide_banner .b_info .pic{width:880px; float:left;}
.slide_banner .b_info .info{width:300px; position:absolute; right:0px; height:100%;background:#FFF;}
.slide_banner .b_info .info .txt{position:absolute; top:45%; left:50%; width:85%; transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%); font-size:20px; color:#171717;font-family: 'r-averta'; line-height:30px; text-align:justify;}
.slide_banner .b_info .info .txt .tit{font-size:28px; line-height:1.1; margin-bottom:25px; font-family:'AvertaStd';}

@media screen and (max-width:1280px){
.slide_banner .b_info .pic{width:70%;}
.slide_banner .b_info .info{width:28%;}
.slide_banner .b_info .info .txt{top:50%;}
.slide_banner .b_info .info .txt .tit{margin-bottom:15px;}
.slide_banner .slick-dots{bottom:20px; width:100%; left:0px;}
}

@media screen and (max-width:991px){
.pz_banner{padding:38px 0px;}
.slide_banner .b_info .pic{width:100%;}
.slide_banner .b_info .info{width:100%; position:static;overflow:hidden;}
.slide_banner .b_info .info .txt{position:static; width:auto;margin:30px 15px 50px 15px;transform: translate(0,0);-webkit-transform: translate(0,0); font-size:16px;}
.slide_banner .b_info .info .txt .tit{font-size:24px;}
}

@media screen and (max-width:640px){
.pz_banner{padding:28px 0px;}
.slide_banner .b_info .info .txt{margin:20px 15px 30px 15px;}
.slide_banner .b_info .info .txt .tit{font-size:20px; margin-bottom:10px;}	
.slide_banner .slick-dots{bottom:10px;}
}

.head{background:rgba(255,255,255,1); width:100%; z-index:30;  box-sizing:border-box;}
.head .logo{float:left; margin:44px 0px; display:block; }
.head .h_right{display:inline-block; float:right; height:36px; margin:51px 0px;}
.head .h_right .lang{display:inline-block; padding-left:95px; line-height:36px; float:right; font-family:'r-averta'; color:#3c3c3c; font-size:20px; border-left:1px solid #cccccc; position:relative;}
.head .h_right .lang:hover{color:#ba2a17;}
.head .h_right .lang:before{position:absolute; content:"";width:30px; height:30px; background:url(../images/ico3.png) center/cover no-repeat;left:50px; top:50%; margin-top:-15px;}
.head .h_right a img{transition:all 1s; -webkit-transition:all 1s;}
.head .h_right a:hover img{transform:scale(1.1); -webkit-transform:scale(1.1);}
.head .h_right .member{float:right; display:inline-block;font-family:'r-averta'; margin-top:4px; margin-right:50px; font-size:18px; line-height:30px;}
.head .h_right .member a{color:#ba2a17;}
.head .h_right .search{width:27px; height:27px; float:right; display:inline-block; margin-top:4.5px; margin-right:50px; background:url(../images/ico1.png) center/cover no-repeat; }
.head .h_right .searchclose{background:url(../images/ico13.png) center/cover no-repeat; background-size:20px 20px; }
.head .h_right .searchcont{width:0px; height:36px; float:right; border:1px solid #333; margin-right:20px;  box-sizing: border-box; overflow:hidden; opacity:0;}
.head .h_right .searchcont .int{width:140px; float:left; height:34px; border:0px;color:#666; font-size:16px; font-family:'r-averta';margin-left:10px; }
.s_login .cont .sign .int input::-webkit-input-placeholder{color:#666; font-size:16px; font-family:'r-averta';}
.s_login .cont .sign .int input::-moz-placeholder{color:#666; font-size:18px; font-family:'r-averta';}
.s_login .cont .sign .int input::-moz-placeholder{color:#666;font-size:18px; font-family:'r-averta';}
.s_login .cont .sign .int input::-ms-input-placeholder{color:#666;font-size:18px; font-family:'r-averta';}
.head .h_right .searchcont .btn{width:34px; height:34px; background:url(../images/ico1.png) #FFF center center no-repeat;background-size:20px 20px;border:0px; float:right;}
.menu{background:#3c3c3c; }

#nav li{ line-height:50px; height:50px; color:#FFF; text-align:center; position:relative; float:left; width:12.5%; }
#nav li .aon a{display:block; color:#FFF; text-align:center;  transition:all 0.5s; -webkit-transition:all 0.5s; position:relative; font-size:16px;font-family: 'r-averta'; text-transform: uppercase; }
#nav li .aon a:hover, #nav li .aon .sele{background:#ba2a17;}

#nav li .subnav{position:absolute;top:51px; display:none; z-index:20; background:#3c3c3c;width:180%; }
#nav li .subnav dd{line-height:40px; color:#fff; }
#nav li .subnav dd a{color:#fff; display:block; font-size:14px; transition:all .3s;-moz-transition:all .3s;-webkit-transition:all .3s;  padding:5px 0px;}
#nav li .subnav dd a span{display:block; width:80%; margin:0px auto; text-align:left;}
#nav li .subnav dd a:hover{color:#FFF; background:#ba2a17;}
#nav li .aon a:hover .subnav{display:block;}
.phhead{width:100%; position: fixed;left: 0;top: 0; z-index: 210; display:none;  border-bottom:1px solid rgba(0,0,0,0.1);  background:rgba(255,255,255,1);}

.pcontainer { padding-right: 15px;padding-left: 15px;margin-right: auto;margin-left: auto;position:relative;}
.phhead .logo{width:120px;position:relative; padding:18px 0px;}

.phhead .lang{position:absolute; right:65px; top:50%; transform:translateY(-50%);  -webkit-transform:translateY(-50%); cursor:pointer; font-size:18px; color:#444444; padding-right:12px; display:inline-block; font-family:'Arial';}
.phhead .member{position:absolute; right:110px; top:50%; transform:translateY(-50%);  -webkit-transform:translateY(-50%); cursor:pointer; font-size:16px; color:#444444; padding-right:12px; display:inline-block; font-family:'Arial';}
.phhead .member .pic{width:18px; display:block;}
.phhead .member img{max-width:100%; width:auto; }
.phhead .member a{color:#444;}
.phhead .lang:after{position:absolute; content:""; right:0px; top:50%; width:7px; height:5px;  margin-top:-2.5px;background:url(../images/h_ico2.png) center/cover no-repeat;}
.phonemeng{width:100%;z-index: 196; height:70px; }
.phhead .pcontainer .h_right_ico{margin-left:0px; height:auto; position:absolute;float:none; margin-top:0px; right:50px; top:50%; transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%);  overflow:hidden;}
.phhead .pcontainer .h_right_ico a{display:block; width:30px; height:30px;  position:relative; float:right; margin-left:5px;}
.phhead .pcontainer .h_right_ico a em{display:block; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%);}
.phhead .pcontainer .h_right_ico a em img{max-width:100%; width:auto;}

.menuph{position: absolute;top: 50%;margin-top:-25px;right: 10px;cursor: pointer;width: 50px;height:50px;text-align: center; }
.menuph .point{display: inline-block;width: 30px;height: 30px;margin-top: 15px;position: relative;}
.menuph .point:hover .navbtn,
.menuph .point:hover .navbtn::after,
.menuph .point:hover .navbtn::before{width: 30px;}
.menuph .navbtn{position: absolute;top: 8px;right: 0;display: inline-block;width: 30px;height: 3px;-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;background: #333;}
.mphhead .menuph .navbtn{background:#333;}

.menuph .navbtn::after,
.menuph .navbtn::before{position: absolute;right: 0;display: inline-block;width: 30px;height: 3px;content: '';-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;background: #333;}
.mphhead .menuph .navbtn::after,.mphhead .menuph .navbtn::before{background:#333;}

.menuph .navbtn::after{top: -11px;}
.menuph .navbtn::before{top: 10px;}
.menuph .point.active .navbtn{background: transparent;}
.menuph .point.active .navbtn::after{-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);top: 0px;}
.menuph .point.active .navbtn::before{-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);top: 0px;}

.xialaph{top:70px;left: 0;width: 100%;background:rgba(186,42,23,0.8);z-index: 998;display:none; position:fixed;}
.xialaph .img_d{ display:none;}
.xialaph .ul2,.xialaph .ul3{ display: none;}
.xialaph h4 a{color:#fff;font-size: 14px;font-weight: bold;line-height: 50px;}
.xialaph h4 a.nolinks{display:block;}
.xialaph h4 a em{font-style:normal; display:block;}
.xialaph h4 a em.en{font-family:Arial; text-transform:uppercase;}
.xialaph h4 a em.cn{display:none; color:#cba15a;}
.xialaph h4 a:hover{color:#ccc;}
.xialaph h4 a:hover em.en{display:none;}
.xialaph h4 a:hover em.cn{display:block;}
.xialaph h4{position: relative;}
.xialaph li:last-child h4::before{content: '';position: absolute;bottom: 0;left: 0;width: 100%;height: 0px;background-color: rgba(255,255,255,0.5);/*opacity: 0.1;*/}
.xialaph h4::after{content: '';position: absolute;bottom: 0;left: 0;width: 100%;height: 1px;background-color: rgba(255,255,255,0.5);/*opacity: 0.1;*/}
.xialaph h5 a{color:#FFF;font-size: 14px;line-height: 50px; display:block; padding-left:30px;}
.xialaph h5{position: relative;}
.xialaph h5::after{content: '';position: absolute;bottom: 0;left: 0;right: 0;height: 1px;background-color: rgba(255,255,255,0.5);/*opacity: 0.05;*/}
/* .xialaph .ul2 li:last-child h5::after{height:0px;} */
.xialaph h4 img{width:15px;height:8px;float: right;margin-top: 21px;cursor: pointer;  margin-right:15px;}
.xialaph h5 img{width:11px;height:6px;float: right;margin-top: 26px;margin-right: 18px;cursor: pointer;}
.xialaph h4.active img.img_s,
.xialaph h5.active img.img_s{display: none;}
.xialaph h4.active img.img_d,
.xialaph h5.active img.img_d{display: block;}
/* .xialaph h4.active {border-bottom: 1px solid rgba(255,255,255,0.5);} */
.xialaph .ul2{width:100%; margin:0px auto; overflow-x:hidden;}
.xialaph .ul3{padding-top: 12px;padding-bottom: 18px;padding-left: 15px;position: relative;}
.xialaph .ul3::after{content: '';position: absolute;bottom: 0;left: 0;right: 0;height: 1px;background-color: #e5e5e5;}
.xialaph li:last-child .ul3::after{display: none;}
.xialaph .ul3 li a{color: #666;font-size: 14px;line-height: 35px;display: block;}
.xialaph .ul3 li{padding-top: 5px;}
.xialaph .ul3 li:first-child{padding-top: 0;}
.xialaph .search{width:90%;height:35px; border:1px solid #FFF;  overflow:hidden; margin:15px auto;}
.xialaph .search .int{width:85%; float:left;border:0px; background:transparent;padding:5px 10px; height:35px; line-height:35px; box-sizing:border-box; color:#FFF;}
.xialaph .search .int::-webkit-input-placeholder{color:#FFF;}
.xialaph .search .int::-ms-input-placeholder{color:#FFF;}
.xialaph .search .int::-moz-input-placeholder{color:#FFF;}
.xialaph .search .btn{width:15%; height:35px;background:url(../images/h_ico1.png) #ba2a17 center center no-repeat; background-size: 20px 20px; border:0px; float:right;}

@media screen and (max-width:480px){
	.phhead .logo{width:100px;}
	.xialaph{top:63.47px;}
	.phonemeng{height:63.47px;}
}


.h_tit{font-size:40px; line-height:1.2; padding-top:25px; border-top:4px solid #171717;display:inline-block; color:#171717; font-family:'AvertaStd'; }
.h_about .g-wrap{padding:150px 15px 95px 15px; border-bottom:1px solid #cccccc;}
.h_about .a_left{width:33.33%; float:left;}
.h_about .a_left .h_tit{padding-right:50px;}
.h_about .a_right{font-size:20px; line-height:35px; font-family:'r-averta'; width:66.66%; float:right; text-align:justify;}
.h_about .a_right p{margin-bottom:20px;}
.h_about .a_right p:last-child{margin-bottom:0px;}

@media screen and (max-width:1200px){
.h_tit{font-size:36px; padding-top:15px;}
.h_about .g-wrap{padding:120px 15px 65px 15px;}	
}

@media screen and (max-width:991px){
.h_tit{font-size:30px; padding-top:10px;}
.h_tit p{display:inline-block;}
.h_about .g-wrap{padding:90px 15px 65px 15px;}
.h_about .a_left{width:100%; float:left;}
.h_about .a_left .h_tit{padding-right:0px;}
.h_about .a_right{width:100%;margin-top:15px; font-size:16px; line-height:30px;}

}

@media screen and (max-width:640px){
.h_tit{font-size:24px;}
.h_about .g-wrap{padding:60px 15px 65px 15px;}
}

@media screen and (max-width:480px){
.h_about .g-wrap{padding:30px 15px 35px 15px;}
}

.h_reseach{padding:100px 0px 120px 0px; }
.h_reseach .g-wrap{position:relative;}
.h_reseach .g-wrap .h_tit{position:absolute; left:0px; top:110px;}
.h_reseach .imglist{margin-top:-95px; margin-right:-95px;}
.h_reseach .imglist li{width:33.33%;}
.h_reseach .imglist li a{margin-top:95px; margin-right:95px; color:#171717;font-family:'r-averta';}
.h_reseach .imglist li a h2{font-size:28px;line-height:35px;font-family:'AvertaStd'; transition:all 0.5s; -webkit-transition:all 0.5s; }
.h_reseach .imglist li a:hover h2{color:#ba2a17;}
.h_reseach .imglist li a .txt{line-height:30px; font-size:20px; margin-top:25px; }
.h_reseach .imglist li a .more{width:140px; border:1px solid #171717; margin-top:45px; color:#171717; transition:all 0.5s; -webkit-transition:all 0.5s;}
.h_reseach .imglist li a:hover .more{border:1px solid #ba2a17; color:#ba2a17;}
.h_reseach .imglist li a .more span{display:block;line-height:32px; position:relative; width:80%; margin:0px auto;}
.h_reseach .imglist li a .more span:after{position:absolute;content:""; width:8px; height:12px; background:url(../images/ico4.png) center/cover no-repeat; right:0px; top:50%; margin-top:-6px;}
.h_reseach .imglist li a:hover .more span:after{background:url(../images/h_ico4.png) center/cover no-repeat;}
@media screen and (max-width:1200px){
.h_reseach .g-wrap .h_tit{left:15px;}
.h_reseach{padding:70px 0px 90px 0px; }
}

@media screen and (max-width:991px){
.h_reseach{padding:40px 0px 60px 0px; }
.h_reseach .g-wrap .h_tit{top:50px;}
.h_reseach .imglist{margin-top:-35px; margin-right:-35px;}	
.h_reseach .imglist li a{margin-top:35px; margin-right:35px;}
.h_reseach .imglist li a h2{font-size:24px; line-height:30px;height:60px;}
.h_reseach .imglist li a .txt{font-size:16px; line-height:25px;}
}

@media screen and (max-width:768px){
.h_reseach .imglist li a h2{font-size:20px;}	
}

@media screen and (max-width:640px){
.h_reseach{padding:30px 0px 30px 0px; }
.h_reseach .imglist li{width:50%;}
.h_reseach .imglist li a h2{font-size:18px;}
}

@media screen and (max-width:480px){
.h_reseach .g-wrap .h_tit{position:static; margin-bottom:0px;}
.h_reseach .imglist{margin-top:-25px; margin-right:-15px;}
.h_reseach .imglist li{width:100%;}	
.h_reseach .imglist li a{margin-top:25px; margin-right:15px;}
.h_reseach .imglist li a h2{height:auto;}
.h_reseach .imglist li a .txt{margin-top:10px;}
.h_reseach .imglist li a .more{margin-top:25px; width:100px;}
}


.footer{padding:50px 0px 20px 0px;border-top:1px solid #cccccc;}
.footer img{max-width:100%; width:auto;}
.footer .part1{overflow:hidden; position:relative;}
.footer .part1 .logo{width:50%; float:left;}
.footer .part1 .logo a{display:inline-block;margin-right:46px; float:left;}
.footer .part1 .logo a:last-child{margin-right:0px;}
.footer .part1 .b_contact{width:38%;position:absolute; bottom:12px; font-family:'r-averta'; font-size:18px; color:#777777; right:0px; line-height:30px; text-align: justify;}
.footer .part1 .b_contact h2{font-size:24px; color:#171717;margin-bottom:15px; text-transform: uppercase;}
.footer .bottom{margin-top:20px;overflow:hidden;}
.footer .bottom .copyright{width:60%; float:left; line-height:30px; font-size:18px; color:#777777;font-family:'r-averta';}
.footer .bottom .copyright a{color:#777;}
.footer .bottom .copyright a:hover{color:#ba2a17;}
.footer .bottom .copyright span{margin:0px 10px;}
.footer .bottom .copyright em{font-style: normal; margin-left:25px;}
.footer .bottom .links{width:38%; float:right;}
.footer .bottom .links a{display:inline-block;margin-right:30px;}
.footer .bottom .links a img{transition:all 2s; -webkit-transition:all 2s;}
.footer .bottom .links a:hover img{transform:scale(1.1);-webkit-transform:scale(1.1);}

@media screen and (max-width:991px){
.footer .part1 .logo a{width:48%; margin-right:2%;}
.footer .part1 .b_contact{ font-size:16px; line-height:25px;}
.footer .part1 .b_contact h2{font-size:20px; margin-bottom:8px;}
.footer .bottom .copyright{font-size:16px; line-height:25px;}
}

@media screen and (max-width:768px){
.footer{padding:30px 0px 20px 0px;}
.footer .part1 .logo{display:none;}	
.footer .part1 .b_contact{position:static; width:100%;}
.footer .bottom{margin-top:5px;}
.footer .bottom .copyright{width:100%;}
.footer .bottom .links{width:100%; margin-top:10px;}
}

@media screen and (max-width:640px){
.footer{padding:20px 0px;}
.footer .part1 .b_contact h2{font-size:18px;}
.footer .bottom .copyright span{margin:0px 5px;}
.footer .bottom .copyright em{margin-left:10px;}
}

.s_tit{font-size:48px; font-family:'AvertaStd'; line-height:1;}

@media screen and (max-width:1200px){
.s_tit{font-size:40px;}	
}

@media screen and (max-width:991px){
.s_tit{font-size:36px;}	
}

@media screen and (max-width:640px){
.s_tit{font-size:30px;}	
}

@media screen and (max-width:640px){
.s_tit{font-size:24px;}	
}

.s_contact{padding:80px 0px 90px 0px;}
.s_contact .cont{margin-top:88px; font-size:20px; line-height:30px; font-family:'r-averta'; text-align: justify;}
.s_contact .cont img{max-width:100%; width:auto; }
.s_contact .cont p{margin-bottom:60px;}
.s_contact .cont a{color:#ba2a17;}
.s_contact .cont .ewm{float:right; margin-left:105px; width:150px;}
.s_contact .cont span{display:inline-block; float:left;margin-right:3px;}
.s_contact .cont em{font-style:normal; margin-left:3px;display:inline-block; width:380px; text-align: left;}
.s_contact #map{height:460px;width:100%; border:1px solid #ccc;}

@media screen and (max-width:1200px){
.s_contact{padding:50px 0px 60px 0px;}
.s_contact .cont{margin-top:58px;}
}

@media screen and (max-width:991px){
.s_contact{padding:30px 0px 40px 0px;}
.s_contact .cont{margin-top:38px; font-size:16px;}
.s_contact .cont p{margin-bottom:30px;}
.s_contact .cont .ewm{margin-left:30px;}

}

@media screen and (max-width:640px){
.s_contact{padding:20px 0px 40px 0px;}
.s_contact .cont{margin-top:30px;}
.s_contact .cont p{margin-bottom:15px;}
.s_contact .cont .ewm{width: 50%; margin:0px auto; float:none; }
.s_contact #map{height:260px;}	
}
.s_about{padding:80px 0px 90px 0px;}
.s_about .cont{margin-top:48px; font-size:20px; line-height:30px; font-family:'r-averta'; text-align: justify;}
.s_about .cont img{max-width:100%; width:auto; }
.s_about .cont p{margin-bottom:30px;}
.s_about .cont li{border-bottom:1px dashed #ccc; font-size:18px;}
.s_about .cont li a{display:block; color:#333; padding:10px 120px 10px 0px; position:relative;}
.s_about .cont li a:hover{color:#ba2a17;}
.s_about .cont li a span{position:absolute; top:50%; right:0px; transform:translateY(-50%); -webkit-transform:translateY(-50%);}

@media screen and (max-width:1200px){
.s_about{padding:50px 0px 60px 0px;}
.s_about .cont{margin-top:28px;}
}

@media screen and (max-width:991px){
.s_about{padding:30px 0px 40px 0px;}
.s_about .cont{font-size:16px;}
}

@media screen and (max-width:640px){
.s_about{padding:20px 0px 40px 0px;}	
.s_about .cont p{margin-bottom:15px;}
.s_about .cont li{font-size:14px; padding-right:50px; line-height:25px;}
}

.pages{ text-align: center;}
.pages a{display:inline-block;width:50px;height:50px; border:1px solid #dddfe0; text-align:center; line-height:50px; color:#333; font-family:"r-averta"; font-size:20px; margin:0px 5px; margin-top:90px;}
.pages a:hover{background:#426493;border:1px solid #426493; color:#FFF;}
.pages .subpage{display:inline-block;}

@media screen and (max-width:640px){
.pages{margin-top:40px;}
.pages a{width:40px; height:40px;line-height:40px; font-size:16px;}
.pages .subpage{display:none;}
}

.s_member{padding:28px 0px 88px 0px;}
.s_member .pic{margin-bottom:65px;}
.s_member .cont,.s_member .cont2{font-size:18px; line-height:30px; font-family:'r-averta'; text-align: justify; overflow:hidden; margin-top:60px;}
.s_member .cont .s_tit{font-size:40px; line-height:1.2;}
.s_member .cont .info{overflow:hidden; margin-top:50px; position:relative;}
.s_member .cont .info a{display:block;}
.s_member .cont .info a .img{width:20%; padding-right:25px; box-sizing: border-box; float:left; overflow:hidden;}
.s_member .cont .info a .img img{transition:all 2s; -webkit-transition:all 2s;}
.s_member .cont .info a:hover .img img{transform:scale(1.1); -webkit-transform:scale(1.1);}
.s_member .cont .info a .txt{width:75%; position:absolute;right:0px; top:50%; transform:translateY(-50%); -webkit-transform:translateY(-50%); color:#171717;}
.s_member .cont .info a .txt .s_tit{font-size:36px;line-height:1.2; margin-bottom:25px; transition:all 0.5s; -webkit-transition:all 0.5s;}
.s_member .cont .info a:hover .txt .s_tit{color:#ba2a17;}
.s_member .cont1{margin-top:75px}
.s_member .cont .imglist{margin-top:25px;margin-right:-25px;}
.s_member .cont .imglist li{width:20%;}
.s_member .cont .imglist li a{margin-right:25px;}
.s_member .cont .imglist li a .img{overflow:hidden;}
.s_member .cont .imglist li a .img img{transition:all 2s; -webkit-transition:all 2s;}
.s_member .cont .imglist li a:hover .img img{transform:scale(1.1); -webkit-transform:scale(1.1);}
.s_member .cont .imglist li a h2{font-size:20px; line-height:35px; margin-top:15px; text-align:center; color:#171717; transition:all 0.5s; -webkit-transition:all 0.5s;}
.s_member .cont .imglist li a:hover h2{color:#ba2a17;}
.s_member .cont2 table{border:1px solid #cccccc; margin-top:58px;}
.s_member .cont2 table tr:first-child{background:#f5f5f5}
.s_member .cont2 table td{border:1px solid #cccccc; font-size:18px;}
.s_member .cont2 table td span{margin:0px 15px; display:block; color:#333; line-height:25px;padding:13px 0px; text-align:left;}
.s_member .cont2 table tr:first-child td span{font-family:'AvertaStd'; }
.s_member .cont2 table .w15{width:25%;}
.s_member .cont2 table .w50{width:40%;}
.s_member .cont2 table .w35{width:35%;}

@media screen and (max-width:1200px){
.s_member .cont .s_tit{font-size:36px;}	
.s_member .cont .info a .txt .s_tit{font-size:30px;}
}

@media screen and (max-width:991px){
.s_member{padding:28px 0px 58px 0px;}
.s_member .cont .s_tit{font-size:30px;}
.s_member .cont .info a .txt .s_tit{font-size:24px;}
.s_member .pic{margin-bottom:35px;}
.s_member .cont1{margin-top:45px}
.s_member .cont .info{margin-top:25px;}
.s_member .cont .info a .img{width:25%;}
.s_member .cont .info a .txt{width:70%;}
.s_member .cont .imglist li{width:25%;}
.s_member .cont .imglist li a h2{font-size:16px;}
.s_member .cont, .s_member .cont2{font-size:16px; line-height:25px;}
.s_member .cont2 table{margin-top:38px;}
}

@media screen and (max-width:640px){
.s_member{padding:20px 0px 38px 0px;}
.s_member .pic{margin-bottom:25px;}
.s_member .cont1{margin-top:30px}
.s_member .cont, .s_member .cont2{margin-top:30px;}
.s_member .cont .imglist{margin-top:0px;}
.s_member .cont .s_tit{font-size:24px;}	
.s_member .cont .info a .img{width:50%;}
.s_member .cont .imglist li{width:33.33%;}
.s_member .cont .imglist li a{margin-top:25px; margin-right:15px;}
.s_member .cont .info a .txt{width:100%; position:static;transform: translateY(0);-webkit-transform: translateY(0); overflow:hidden;padding-top:15px;}
.s_member .cont .imglist li a h2{margin-top:5px;}
.s_member .cont .info a .txt .s_tit{font-size:20px; margin-bottom:10px;}
.s_member .cont2 table{margin-top:25px;}
.s_member .cont2 table td{font-size:16px; line-height:25px;}
.s_member .cont2 table td span{margin:0px 5px; padding:5px 0px;}
}

@media screen and (max-width:480px){
.s_member .cont .s_tit{font-size:20px;}	
.s_member .cont .info a .txt .s_tit{font-size:16px;}
.s_member .cont .info a .img{width:50%;padding-right:0px;}
.s_member .cont .imglist li{width:50%;}
.s_member .cont, .s_member .cont2{margin-top:20px;}
.s_member .cont2 table td{font-size:14px; line-height:25px;}
}

.s_news{padding:30px 0px 70px 0px;}
.s_news .pic{margin-bottom:70px;}
.s_news .cont{font-family:'r-averta';line-height:35px; font-size:20px; color:#333; border-bottom:1px solid #ccc; text-align: justify; padding-bottom:30px;}
.s_news .cont .tit{font-size:48px; font-weight:bold; text-align:center; line-height:1.2;}
.s_news .cont .intro{text-align:center; margin:35px 0px 30px 0px;}
.s_news .cont p{margin-bottom:8px;}

.s_news .newspage{margin-top:40px; font-size:20px; line-height:35px;}
.s_news .newspage a{display:block; color:#333333;}
.s_news .newspage a span{color:#ba2a17;}
.s_news .newspage a:hover{color:#ba2a17;}

@media screen and (max-width:991px){
.s_news .pic{margin-bottom:40px;}	
.s_news .cont{font-size:16px; line-height:30px;}
.s_news .cont .tit{font-size:40px; line-height:1.1;}
.s_news .newspage{margin-top:20px; font-size:16px; line-height:30px;}
}

@media screen and (max-width:640px){
.s_news{padding:20px 0px 40px 0px;}
.s_news .pic{margin-bottom:20px;}
.s_news .cont .tit{font-size:30px;}
.s_news .cont .intro{margin:20px 0px 15px 0px;}
}

@media screen and (max-width:480px){
.s_news .cont .tit{font-size:24px;}	
}

.s_photo{padding:75px 0px 140px;}
.s_photo .cont{margin-top:55px;}
.s_photo .cont .s_tit{font-size:40px;}
.s_photo .cont .imglist{margin-top:25px; margin-right:-30px;}
.s_photo .cont .imglist li{width:33.33%;}
.s_photo .cont .imglist li a{margin-right:30px; position:relative;}
.s_photo .cont .imglist li a .img{overflow:hidden;}
.s_photo .cont .imglist li a .img img{transition:all 1s; -webkit-transition:all 1s;}
.s_photo .cont .imglist li a:hover .img img{transform:scale(1.1); -webkit-transform:scale(1.1);}
.s_photo .cont .imglist li a span{position:absolute; bottom:20px; left:20px; font-size:24px; font-family:'AvertaStd'; color:#FFF;}

.s_photo .photocont{margin-top:55px;}
.s_photo .photocont .imglist{margin-top:-20px; margin-right:-20px;}
.s_photo .photocont .imglist li{width:25%;}
.s_photo .photocont .imglist li .box{margin-top:20px; margin-right:20px;}

@media screen and (max-width:1200px){
.s_photo{padding:45px 0px 110px;}
.s_photo .cont{margin-top:35px;}
.s_photo .cont .s_tit{font-size:34px;}
}

@media screen and (max-width:991px){
.s_photo{padding:45px 0px 80px;}
.s_photo .cont .s_tit{font-size:28px;}
.s_photo .cont .imglist{ margin-right:-15px; margin-top:10px;}
.s_photo .cont .imglist li a{margin-right:15px; margin-top:15px;}
.s_photo .cont .imglist li a span{font-size:20px;}
.s_photo .photocont{margin-top:35px;}
}

@media screen and (max-width:640px){
.s_photo{padding:25px 0px 50px;}
.s_photo .cont{margin-top:25px;}
.s_photo .cont .s_tit{font-size:24px;}
.s_photo .cont .imglist li{width:50%;}	
.s_photo .cont .imglist li a span{font-size:16px; left:10px;}
.s_photo .photocont{margin-top:25px;}
.s_photo .photocont .imglist{margin-top:-15px; margin-right:-15px;}
.s_photo .photocont .imglist li{width:50%;}
.s_photo .photocont .imglist li .box{margin-top:15px; margin-right:15px;}
}

@media screen and (max-width:480px){
.s_photo .cont .s_tit{font-size:20px;}	
.s_photo .cont .imglist li a span{font-size:14px; left:10px;}
}

.s_resource{padding:75px 0px 120px 0px;}
.s_resource .cont{margin-top:50px;}
.s_resource .cont .imglist li{width:33.33%;}
.s_resource .cont .imglist li a{min-height:210px; padding:20px 25px; border:1px solid #ddd; transition:all 0.5s; -webkit-transition:all 0.5s; font-family:'r-averta';position:relative; }
.s_resource .cont .imglist li a:hover{border:1px solid #ba2a17;}
.s_resource .cont .imglist li a em{display:block;width:26px; height:30px; background:url(../images/ico11.png) center/cover no-repeat; transition:all 0.5s; -webkit-transition:all 0.5s;}
.s_resource .cont .imglist li a:hover em{background:url(../images/h_ico11.png) center/cover no-repeat;}
.s_resource .cont .imglist li a .txt{font-size:20px; line-height:35px; color:#333; margin-top:25px;}
.s_resource .cont .imglist li a:hover .txt{color:#ba2a17;}
.s_resource .cont .imglist li a .more{color:#ba2a17; text-align:right; line-height: 30px; font-size:18px;position:absolute; bottom:20px;display:inline-block; right:25px;}

@media screen and (max-width:1200px){
.s_resource{padding:45px 0px 90px 0px;}	
.s_resource .cont{margin-top:30px;}
.s_resource .cont .imglist li a .txt{font-size:16px; line-height:30px;}
}

@media screen and (max-width:991px){
.s_resource .cont .imglist li a .txt{margin-top:15px; height:75px;font-size:14px; line-height:25px;}	
}

@media screen and (max-width:640px){
.s_resource{padding:25px 0px 60px 0px;}	
.s_resource .cont .imglist{margin-top:-15px; margin-right:-15px;}
.s_resource .cont .imglist li{width:50%;}
.s_resource .cont .imglist li a{margin-top:15px; margin-right:15px; padding:15px;}
}

@media screen and (max-width:480px){
.s_resource .cont .imglist li{width:100%;}	
.s_resource .cont .imglist li a{min-height:150px;}
}

.s_research{padding:30px 0px 135px 0px;}
.s_research .pic{margin-bottom:50px;}
.s_research ul{margin-top:20px;}
.s_research li{padding:50px 0px; overflow:hidden; color:#333; border-bottom:1px solid #ccc;}
.s_research li:last-child{border-bottom:0px;}
.s_research li img{max-width:100%; width:auto; display:inline-block;}
.s_research li .tit{font-family:'r-averta'; font-weight:bold; font-size:30px; line-height:1.2;}
.s_research li .w30{width:25%; float:left;}
.s_research li .w45{width:50%; float:left; font-size:20px; text-align: justify; line-height:30px; padding:0px 30px; box-sizing: border-box;}
.s_research li .img{width:25%; float:left; text-align:right;}

@media screen and (max-width:1200px){
.s_research li .tit{font-size:24px;}
.s_research li .w45{font-size:16px;}
.s_research{padding:30px 0px 105px 0px;}
}

@media screen and (max-width:991px){
.s_research{padding:30px 0px 75px 0px;}
.s_research .pic{margin-bottom:30px;}
.s_research li{padding:25px 0px;}
.s_research li .tit{font-size:20px;}
.s_research li .w45{font-size:14px;}
.s_research ul{margin-top:10px;}
}

@media screen and (max-width:640px){
.s_research{padding:20px 0px 35px 0px;}
.s_research li .tit{font-size:16px;}
.s_research li .w30{width:100%;}
.s_research li .w45{width:100%;padding:15px 0px;}
}

@media screen and (max-width:480px){
.s_research li{padding:20px 0px;}	
.s_research li .img{width:80%;}
}

.s_public{padding:70px 0px 97px 0px;}
.s_public .s_nav{margin-top:50px; font-size:32px;}
.s_public .s_nav a{display:inline-block;margin-right:35px; color:#666; font-weight:bold; transition:all 0.5s; -webkit-transition:all 0.5s;}
.s_public .s_nav a:last-child{margin-right:0px;}
.s_public .s_nav a:hover,.s_public .s_nav a.on{color:#333; font-size:40px;}
.s_public ul{margin-top:65px;}
.s_public li{margin-bottom:25px; }
.s_public li dl{border:1px solid #ccc;}
.s_public li dl dt{border-bottom:1px solid #ccc;padding:0px 20px; background:#f5f5f5; font-size:30px; line-height:85px; color:#333; font-weight:bold;}
.s_public li dl dd{border-bottom:1px solid #ccc; padding:30px 20px; color:#171717; font-size:20px; line-height:30px;}
.s_public li dl dd:last-child{border-bottom:0px;}

@media screen and (max-width:1360px){
.s_public .s_nav{font-size:28px;}
.s_public .s_nav a{margin-right:20px;}
.s_public .s_nav a:hover,.s_public .s_nav a.on{font-size:36px;}
}

@media screen and (max-width:1200px){
.s_public .s_nav{font-size:24px;}
.s_public .s_nav a:hover,.s_public .s_nav a.on{font-size:30px;}
}

@media screen and (max-width:991px){
.s_public{padding:40px 0px 67px 0px;}
.s_public .s_nav{font-size:20px; margin-top:30px;}
.s_public .s_nav a:hover,.s_public .s_nav a.on{font-size:24px;}
.s_public ul{margin-top:35px;}
.s_public li dl dt{font-size:24px; line-height:65px; padding:0px 10px;}
.s_public li dl dd{font-size:16px; padding:15px 10px;}
}

@media screen and (max-width:640px){
.s_public{padding:20px 0px 37px 0px;}
.s_public .s_nav{font-size:16px; margin-top:20px; line-height:30px;}
.s_public .s_nav a:hover,.s_public .s_nav a.on{font-size:16px;}
.s_public ul{margin-top:25px;}
.s_public li dl dt{font-size:16px; line-height:40px; padding:0px 10px;}
.s_public li dl dd{font-size:14px; padding:15px 10px;}
}

.s_login{background:#f7f5f5; padding:125px 0px;}
.s_login .cont{background:#FFF; padding:160px 0px 270px 0px;}
.s_login .cont .tit{font-size:36px; font-family:'r-averta'; text-align:center; font-weight:bold;}
.s_login .cont .sign{width:375px; margin:65px auto 0px auto;}
.s_login .cont .sign .int{border:1px solid #ddd;background:#FFF;margin-bottom:25px; padding:0px 20px; box-sizing: border-box;}
.s_login .cont .sign .int input{width:100%;height:48px; line-height:48px; font-size:18px; color:#666; font-family:'r-averta'; background:transparent; border:0px; }
.s_login .cont .sign .int input::-webkit-input-placeholder{color:#666; font-size:18px; font-family:'r-averta';}
.s_login .cont .sign .int input::-moz-placeholder{color:#666; font-size:18px; font-family:'r-averta';}
.s_login .cont .sign .int input::-moz-placeholder{color:#666;font-size:18px; font-family:'r-averta';}
.s_login .cont .sign .int input::-ms-input-placeholder{color:#666;font-size:18px; font-family:'r-averta';}
.s_login .cont .sign .btn{width:100%; height:50px; line-height:50px; background:#ba2a17; text-align:center;font-size:20px; font-family:'r-averta'; color:#FFF;border:0px;margin-top:10px; transition:all 0.5s; -webkit-transition:all 0.5s;}
.s_login .cont .sign .btn:hover{background:rgba(186,42,23,0.8);}

@media screen and (max-width:640px){
.s_login{background:#f7f5f5; padding:95px 0px;}	
.s_login .cont{padding:100px 0px 200px 0px;}
.s_login .cont .tit{font-size:30px;}
.s_login .cont .sign{width:345px; margin:35px auto 0px auto;}
}

@media screen and (max-width:480px){
.s_login{background:#f7f5f5; padding:65px 0px;}	
.s_login .cont{padding:60px 0px 100px 0px;}
.s_login .cont .tit{font-size:24px;}
.s_login .cont .sign{width:80%; margin:35px auto 0px auto;}
.s_login .cont .sign .int{margin-bottom:15px;}
.s_login .cont .sign .int input{height:40px; line-height:40px; font-size:16px;}
.s_login .cont .sign .int input::-webkit-input-placeholder{font-size:16px;}
.s_login .cont .sign .int input::-moz-placeholder{font-size:16px;}
.s_login .cont .sign .int input::-moz-placeholder{font-size:16px; }
.s_login .cont .sign .int input::-ms-input-placeholder{font-size:16px;}
.s_login .cont .sign .btn{font-size:16px; height:40px; line-height:40px;}
}

.layer{background:rgba(0,0,0,0.8); position:fixed;width:100%; height:100%; top:-100%; left:0px; z-index:999;}
.layer .cont{width:670px; padding:30px; box-sizing: border-box; font-size:18px; line-height:35px; background: #fff;color: rgba(255,255,255,0.8); position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%);}
.layer .cont .txt{ font-family:'r-averta';color:#333;}
.layer .cont .txt p{margin-bottom:10px;}
.layer .cont .txt p:last-child{margin-bottom:0px;}
.layer .cont h2{font-size:30px;  font-weight:bold; margin-bottom:30px; color:#333;}
.layer .cont .close{position:absolute; width:17px; height:17px; background:url(../images/ico13.png) center/cover no-repeat; top:20px; right:20px; display:block; transition:all 0.3s; -webkit-transition:all 0.3s;}
/* .layer .cont .close:hover{ transform:rotate(180deg);-ms-transform:rotate(180deg);-moz-transform:rotate(180deg); -webkit-transform:rotate(180deg); -o-transform:rotate(180deg); } */
.layer .cont .txt .loading{text-align:center;}
.layer .cont .txt .loading img{display:inline-block;max-width:100%; width:auto;}


@media screen and (max-width:1200px){
.layer .cont{width:90%; font-size:14px;padding:30px 20px; line-height:25px;}
.layer .cont h3{font-size:14px;}
}

@media screen and (max-width:991px){
.layer .cont{padding:20px;}	
}

@media screen and (max-width:640px){
.layer .cont .info p{margin-bottom:10px;}
}

/* 视频弹出 */ 
.videobg{float:left; width:100%; height:100%; background:rgba(0,0,0,0.8) left top repeat; position:fixed; top:0px; left:0px; z-index:999; display:none;}
.videobg .video{width:960px; height:500px; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%); background:#000;}
.videobg .video video{width:100%; height:100%;}
.videobg .video .close{position:absolute; top:-40px; right:-15px; width:29px; cursor:pointer;}

@media screen and (max-width:1200px){
.videobg .video{width:90%; height:auto;}
}
@media screen and (max-width:480px){
.videobg .video .close{width:20px;}
}

/* 图片弹出 */ 
.photobg{float:left; width:100%; height:100%; background:rgba(0,0,0,0.8) left top repeat; position:fixed; top:0px; left:0px; z-index:999; display:none; text-align:center;}
.photobg .cont{width:600px;position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%);}
.photobg .cont .piclist{width:100%;}
.photobg .loading{position:absolute;top:50%; left:50%; transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%);}
.photobg .loading img{max-width:100%; width:auto; display:inline;}
.photobg .cont .piclist .slick-slide{outline: none;}
.photobg .cont .piclist .img{width:100%; position:relative;}
.photobg .cont .piclist .img em{position:absolute; display:block; width:100%;top:50%; left:50%; transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%);}
.photobg .cont .piclist .slick-prev,.photobg .cont .piclist .slick-next{background:rgba(0,0,0,0.6); transition:all 0.5s; -webkit-transition:all 0.5s;}
.photobg .cont .piclist .slick-prev{left:0px;background:url(../images/ico15.png) no-repeat center center rgba(0,0,0,0.6);}
.photobg .cont .piclist .slick-prev:hover{background:url(../images/ico15.png) no-repeat center center rgba(0,0,0,0.3);}
.photobg .cont .piclist .slick-next{right:0px;background:url(../images/ico14.png) no-repeat center center rgba(0,0,0,0.6);}
.photobg .cont .piclist .slick-next:hover{background:url(../images/ico14.png) no-repeat center center rgba(0,0,0,0.3);}

.photobg .cont .close{position:absolute; top:-40px; right:-15px; width:29px; cursor:pointer;}

@media screen and (max-width:1200px){
.photobg .cont{width:90%; height:auto;}
}

@media screen and (max-width:991px){
.photobg .cont .piclist .slick-prev{background-size:10px auto;}	
.photobg .cont .piclist .slick-prev:hover{background-size:10px auto;}
.photobg .cont .piclist .slick-next{background-size:10px auto;}
.photobg .cont .piclist .slick-next:hover{background-size:10px auto;}
}
@media screen and (max-width:480px){
.photobg .cont .close{width:20px;}
}

.s_sitemap{padding:100px 0px; border-bottom:1px solid #e8e8e8;}

.s_sitemap li .name{width:155px; float:left; display:inline-block;}
.s_sitemap li .name span{display:block; color:#595656;font-size:20px; margin-right:35px; height:45px; line-height:45px; margin-top:-22.5px; font-weight:bold; text-align:right;}
.s_sitemap li .name span a{color:#595656;}
.s_sitemap li .cont{padding-left:60px; border-left:1px dashed #e0e3e4; padding-right:95px; padding-bottom:80px;display:inline-block;position:relative;}
.s_sitemap li:last-child .cont{padding-bottom:0px; border-left:0px;}
.s_sitemap li .cont:before{position:absolute; content:""; width:16px; height:16px; left:-8px; top:-8px; background:url(../images/ico37.png) center center no-repeat;}
.s_sitemap li .cont .info{margin-top:-22.5px;}
.s_sitemap li .cont .info dl{display:inline-block; box-sizing: border-box; margin-right:5px; float:left;}
.s_sitemap li .cont .info dl:last-child{margin-right:0px;}
.s_sitemap li .cont .info dl dt{width:100%; color:#ffffff; font-size:18px;  text-align:center; margin-bottom:5px; padding:0px 15px; }
.s_sitemap li .cont .info dl dt a{display:block;background:#bbb; transition:all 0.5s; -webkit-transition:all 0.5s; color:#FFF;border-radius:3px; height:45px; line-height:45px;}
.s_sitemap li .cont .info dl dt a:hover{opacity:0.8;}
.s_sitemap li .cont .info dl dd{width:100%; color:#ffffff; font-size:18px;  text-align:center; margin-bottom:2px;}
.s_sitemap li .cont .info dl dd a{display:block;background:#beb1a8;height:45px; line-height:45px; transition:all 0.5s; -webkit-transition:all 0.5s; border-radius:3px; color:#ffffff;}
.s_sitemap li .cont .info dl dd a:hover{opacity:0.8;}

@media screen and (max-width:1440px){
	.s_sitemap li .name span{font-size:18px;}
	.s_sitemap li .cont{padding-right:0px;}
	.s_sitemap li .cont .info dl{width:150px;}
	.s_sitemap li .cont .info dl dt{font-size:16px;}
}

@media screen and (max-width:1260px){
.s_sitemap li .cont{padding:0px 55px 80px 30px;}
}

@media screen and (max-width:1200px){
.s_sitemap li .name{width:100%; display:block; float:left; margin-bottom:15px; }
.s_sitemap li .name span{margin-top:0px;text-align:left; font-size:16px;margin-right:0px;}
.s_sitemap li .cont{width:100%;padding:0px; padding-bottom:30px; border-left:0px;}
.s_sitemap li .cont:before{background:none;}
.s_sitemap li .cont .info{margin-top:0px;}
.s_sitemap li .cont .info dl{width:100%;margin-bottom:10px;}
.s_sitemap li .cont .info dl dt{font-size:14px;padding:0px;}
.s_sitemap li .cont .info dl dd{font-size:14px;}
}
@media screen and (max-width:991px){
.s_sitemap{padding:70px 0px;}
}

@media screen and (max-width:640px){
.s_sitemap{padding:40px 0px;}
}

@media screen and (max-width:480px){
.s_sitemap{padding:30px 0px;}
.s_sitemap li .cont{padding-bottom:15px;}
}
