.strategy li{overflow: hidden;position: relative;margin-bottom: 2%;}
.country li{display: inline-block;width: 49%;margin-right: 2%;}
.country li:nth-of-type(2n){margin-right: 0;}
.strategy li img{width: 100%;}
.item1 li:hover img{-webkit-transform: scale(1.08);-moz-transform: scale(1.08);-ms-transform: scale(1.08);-o-transform: scale(1.08);transform: scale(1.08);}
.item2 li a:before{position: absolute;content: '';width: calc(100% - 10px);height: calc(100% - 10px);border: 5px solid #f1f1f1;}
.item2 li a:after{position: absolute;content: '';bottom: 3px;left: 44%;width: 12%;height: 4px;background-color: #f58635;}
.item2 li:hover a:before{width: calc(100% - 14px);height: calc(100% - 14px);border: 7px solid #f58635;}

.register{background: url(bg.jpg) no-repeat center;background-size: cover;padding-top: 2%;padding-bottom: 2%;text-align: center;margin-top: 3%;}
.register h3{color: #fff;padding: 0 0 2%;}
.register form>p{width: 18.4%;display: inline-block;height: 40px;line-height: 40px;background-color: #fff;margin-right: 1.99%;text-indent: 10px;font-size: 16px;vertical-align: middle;text-align: left;}
.register form>p input{width: calc(100% - 90px);height: 40px;line-height: 40px;font-size: 18px;vertical-align: top;}
.register form>p.tj{background: #f38430;margin-right: 0;text-align: center;text-indent: 0;}
.register form>p.tj input{font-size: 16px;font-weight: bold;color: #fff;}