﻿/* - - - - - - - - - 默认值标准化  - - - - - - - - -*/
html,body,span,h1,h2,h3,h4,h5,p,blockquote,pre,a,address,code,
del,em,img,dl,dt,dd,ol,ul,li,fieldset,form,label{margin:0;padding:0;border:0;font-style:inherit;font-family:inherit;vertical-align:baseline;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,audio,video{margin:0;padding:0;display: block;}
html{-webkit-text-size-adjust:none;}
img{border:none;vertical-align:middle;}
input,select,button{padding:0;margin:0;outline:none;font-size: inherit;font-family:inherit;vertical-align:middle;}
textarea{resize:none;font-family:inherit;padding:0;margin:0;font-size: inherit;}
input::-ms-clear{display: none;}
input:focus,textarea:focus{outline:none; -webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-user-modify:read-write-plaintext-only;}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none!important; margin: 0;}
input[type=button],input[type=submit],input[type=reset],input[type=text],input[type=file],button{-webkit-appearance:none; border-radius:0;}
button{cursor:pointer;}
html{height:100%;position: relative;background:#eee;}
body{font-size:14px;min-width: 360px;font-family:'Microsoft YaHei';position: relative;color:#545454;max-width:2560px;margin-left:auto;margin-right:auto;background:#fff;}
ul,ol{list-style-type:none;}
h1{font-size:24px;}
h2{font-size:18px;}
h3,h4{font-size:14px;}
h5{font-size:14px;}
i,em,address{font-style:normal;}
a{text-decoration:none;color:#4f4f4f;}
a:hover{transition:color 200ms linear 0s,background-color 200ms linear 0s,border-color 200ms linear 0s;color:#df0012;}
a:active{}
a:visited{}
.photo img{display:block;width:100%;height:100%;object-fit:cover;}
.center{margin:0 auto;width:1320px;}	
.center::after{content:"";display:block;clear:both;height:0;}
[class^='icon']{display:inline-block;vertical-align:middle;}
.icon--download{width:23px;height:26px;background:url(../images/icon--download.png) no-repeat left top;}
.icon-file-word{width:30px;height:30px;background:url(../images/icon-file-word.png) no-repeat left top;}
.icon--pdf{width:24px;height:29px;background:url(../images/icon--pdf.png) no-repeat left top;}
.icon--tel2{width:32px;height:30px;background-color:#d94b57;}
.icon--cz{width:32px;height:30px;background-color:#d94b57;}
.icon--address{width:23px;height:21px;background:url(../images/icon01.png) no-repeat left top;}
.icon--tel{width:23px;height:21px;background:url(../images/icon02.png) no-repeat left top;}
.icon--tel2{width:22px;height:22px;background:url(../images/icon--tel.png) no-repeat center center;background-color:#d94b57;padding-left:5px;padding-right:5px;padding-top:3px;padding-bottom:3px;}
.icon--cz{width:22px;height:22px;background:url(../images/icon--cz.png) no-repeat center center;background-color:#d94b57;padding-left:5px;padding-right:5px;padding-top:3px;padding-bottom:3px;}
.icon--email{width:23px;height:21px;background:url(../images/icon03.png) no-repeat left top;}
.icon--postcode{width:23px;height:21px;background:url(../images/icon04.png) no-repeat left top;}
.icon--arrowright{width:22px;height:10px;background:url(../images/icon-arrowright.png) no-repeat left top;display:inline-block;}
.icon--company{width:56px;height:68px;background:url(../images/icon_company.png) no-repeat left top;}
.icon_video{width:65px;height:65px;background:url(../images/icon_video.png) no-repeat left top;background-size:cover;}

.icon-c{display:inline-block;vertical-align:middle;background:url(../images/icon-floating.png) no-repeat left top;background-size:100%;width:38px;height:38px;}
.icon-c.icon-c1x1{background-position:0 0;}
.icon-c.icon-c1x2{background-position:0 50%;}
.icon-c.icon-c1x3{background-position:0 100%;}

.rotatepic{animation: rotate 64s linear infinite;}
	@keyframes rotate {
	  0%,
	  100% {transform: rotate(0deg); }
	  100% {transform: rotate(360deg);}
	}
/*弹窗*/	
#videoplayWindow{position:fixed;width:1000px;height:600px;border:4px solid #4e4e4e; left:50%;top:50%;margin-left:-500px;margin-top:-320px;background:#000;z-index:113501;}
#videoplayWindow .videoBox{position:absolute;left:0;top:0;width:100%;height:100%;}
#videoplayWindow ._btn_play{width:65px;height:65px;background:url(../images/icon_video.png) no-repeat left top;position:absolute;left:50%;top:50%;margin-left:-32px;margin-top:-32px;z-index:12000;cursor:pointer;}
#videoplayWindow .btn_closewindow{width:75px;height:75px;position:absolute;left:100%;top:-4px;margin-left:4px;background:#4e4e4e url(../images/icon_close.png) no-repeat center center;cursor:pointer;}
#videoplayWindow .btn_closewindow:hover{background-color:#FF1B1B;}
#videoplayWindow video{width:100%;height:100%;display:block;}
#videoplayWindow_zz{position:fixed;left:0;top:0;right:0px;bottom:0px;z-index:113500;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADAQMAAABs5if8AAAAA1BMVEUSEhIzlUtfAAAAAXRSTlOZyTXzhgAAAApJREFUCNdjAAMAAAYAAegKKqQAAAAASUVORK5CYII=) repeat left top;}



